Recent content by Solooo

  1. S

    XF 2.0 Disable user's signatures in Conversation messages

    Hi guys, I want to delete user's signatures in Conversation messages. Please, tell me how can I do? I tried to edit template message_marcros <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature AND !=$message.conversation_id"> but it's not effective. Thanks very much.
  2. S

    XF 2.0 How can I hide message user info exclude First Post?

    Yes, I just want to show only avatar (exclude fist post)
  3. S

    XF 2.0 How can I hide message user info exclude First Post?

    Hi guy, I want to hide user info in thread exclude first post. Please tell me how to do it? Thanks so much!
  4. S

    Facebook Interface for Xenforo Comunity

    I found a XenForo site with comunity interface like Facebook. Can anyone create an add-on like this? Demo: https://tinhte.vn/macos , https://tinhte.vn/windows This is home page: https://tinhte.vn
  5. S

    XF 2.0 How to hide a Widget in Mobile Style?

    Please help me: How can I hide a Widget in Mobile Style? Thanks a lot!
  6. S

    XF 2.0 How to get Category ID

    I want to show Category ID in post content or use it for Conditional Statements
  7. S

    How to make a tabbed widget

    Hi guy, I want to build multi widgets in a block like this, but use multi dropdown to select and show widgets content instead tabs. How can i do? Thanks
  8. S

    XF 2.0 How to get Category ID

    Hi guy, If I want to get forum ID of a post, I can use: {$post.Thread.node_id} But, how can I get category ID (contains forum of thread) to use for Conditional Statements in post ? Thanks,
  9. S

    XF 2.0 Add password field in register_connected_account template

    I want to require user to register with Facebook account. But in my country, sometimes Facebook is blocked. I've try to add password field register_connected_account template so that user can login by Username or Facebook: I added <xf:comment>Spam catcher field</xf:comment>...
  10. S

    XF 2.0 How to exclude specific forum from What's New? and Latest activity, Postings in user profile

    Thanks @Brogan I've unchecked this but the post not be hid on Latest activity and Post in User profile.
  11. S

    XF 2.0 How to exclude specific forum from What's New? and Latest activity, Postings in user profile

    Hi guy, I want exclude specific forum from What's New? and Latest activity, Postings in user profile. How can i do that?
  12. S

    XF 2.0 Create Template Modifications with multiple replacements

    Hi guys, I use to add Template Modifications in AdminCP to modify my templates. But sometimes i have to add more separate Template Modifications to modify one template. How can i Create a Template Modifications with multiple replacements in a template? Thanks
Top Bottom