Recent content by olgert zerbaska

  1. O

    XF 2.3 How to remove "Reaction Score" and "Members" from activity summary

    Edit email template: activity_summary Delete the part <xf:if is="$displayValues"> ..... </xf:if>
  2. O

    XF 2.3 Here is some custom Pricing Table code for User Upgrades

    @BubbaLovesCheese i managed already. Found an old post here an got the idea how to accomplish.
  3. O

    XF 2.3 Here is some custom Pricing Table code for User Upgrades

    Excellent mate, this is so wonderful Do you have any idea if it is possible to show the plan expiration date outside the account_upgrades template? the below code to show it somewhere outside the account_upgrades template <xf:if is="$purchased is not empty"> <div...
  4. O

    XF 2.3 Problem with permission visitor

    like I said xenforo handles attachments. You can accomplish this with template modification. If is user show the file, and if is guest hide the file and show a text message like “register to download “ with an font awesome icon With permissions you can’t accomplish that.
  5. O

    XF 2.3 Problem with permission visitor

    View attachments to posts: NO This will stop users downloading attachments from posts
  6. O

    XF 2.3 AI has completely screwed up my template lol

    Send to ChatGPT that screenshot and ask to create an html footer like in the screenshot or give it the link of xenforo and ask to see the footer. Create an html widget with ChatGPT’s code and import the widget to page_container template and voila. Chatgpt has saved me too much money, I don’t...
  7. O

    XF 2.3 Possible to turn off new user upgrades and let existing ones expire?

    This solves your concern. The active subscriptions on that plan will continue normally.
  8. O

    STOP - Please confirm your email

    On xf 2.3 works perfectly. If you can post the error log I can check for 2.2 as well
  9. O

    Banning guest

    Block them with cloudflare
  10. O

    STOP - Please confirm your email

    olgert zerbaska submitted a new resource: STOP - Please confirm your email - Block browsing for unconfirmed email users (no add-on) Read more about this resource...
  11. O

    XF 2.3 How Do I Change the Character Limit for a Resource's Tag Line?

    You have to edit RM code to increase that limit.
  12. O

    How to Increase Character Limit for Forum Nodes and Titles in Xenforo 2 [Deleted]

    Must make those changes every update? I’m asking because you edit core files
  13. O

    [XFA] RM Download Tracker [Paid]

    It works perfect so far
  14. O

    XF 2.2 Automated account upgrade not working?

    I assume you already know you must have business account to accept payments
  15. O

    XF 2.2 Field 'index_criteria' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 230

    Anyone has found a solution on this? the index_criteria is found at xf_template db template Can you share that please?
Back
Top Bottom