Recent content by thetechguy

  1. T

    XF 2.2 Database related error (calendar addon)

    @jromaine , can you please share the xf version you are using and if you can send me the addon copy in private so that I can install it and check on my local server and check if I am getting the same error.
  2. T

    XF 2.2 Change thread titles

    Use the $params to get the incoming title instead of using $_request or $_post. And once you are done with that, then use the entity to update it. You can also check the tutorial for this.
  3. T

    XF 2.2 Canceling the "Reply" button

    Yeah, but template modifications is too easy to implement as well. I think its template is "post_macros"
  4. T

    XF 2.2 Canceling the "Reply" button

    You can use the template modification to remove this button.
  5. T

    XF 2.2 Is it possible to Play TikTok videos with sound on

    Both tiktok and browser don't allow that as per my knowledge. User have to tap the play button or on autoplay its muted by default.
  6. T

    Fake accounts - signup

    You should enable that as well. You can easily enable it from the admin options.
  7. T

    Fake accounts - signup

    are you using the recpatcha on the registration as well?
  8. T

    XF 2.2 Option via template

    I think you can't do that directly as far as I remember. May be possible. But off the top of my head, you can create a helping method like xf used to do and register it on the listeners and can do the callback in that method.
  9. T

    Group Badge Admin

    @moonriver7 , I think this could be achieved without any additional addon functionality. You can just create another user group and only assign it to that group leader and can assign that group leader an additional permission which you want to give.
  10. T

    XF 2.2 Addon templates tags documentation

    I think you are talking about this https://xenforo.com/docs/dev/template-syntax/ For achieving this you are already close as you already setup the route and the controller, you just need to pass the details from the controller to the view and in the view you can design using the XF macros...
  11. T

    XF 2.2 Addon templates tags documentation

    Use reverse engineering technique, that's what I usually go for. But in your case follow these steps and I think you are good to go. Create a route from the admin panel backend (make sure the dev mode is on from the config) add the public controller info while creating the route on which it...
  12. T

    Add-on Limit the number of posts published by a group of users

    have you checked this one, https://xenforo.com/community/resources/new-content-limit.5783/
  13. T

    XF 2.2 Create cron job to clear server error log

    I don't think that's a good idea to clear them automatically, server error logs are actually telling you if there is anything going wrong and needs to be fixed.
  14. T

    Need help . Hidden content (reply to show link) . What add-on this

    Please check the followings: https://xenforo.com/community/resources/mmo-hide-bb-code-content-system.7752/ https://xenforo.com/community/resources/xenconcept-hide-bbcode.6842/
  15. T

    XF 2.2 Wordpress users to Xenforo

    @pikitsu You can check the following existing add ons: https://xenforo.com/community/resources/xftowp-xenforo-to-wordpress-integration.8161/ https://xenforo.com/community/resources/article-and-forum-connect-xenforo-and-wordpress.8405/...
Top Bottom