Recent content by Orit

  1. Orit

    XF 2.2 Xenforo API?

    https://docs.xenforo.com/api
  2. Orit

    XF 2.2 Xenforo API?

    This does not currently work. Where has it moved?
  3. Orit

    Ads Manager 2 by Siropu [Paid]

    Hello @Siropu I think you missed this message... Is it possible to add a close button to all the ad positions?
  4. Orit

    XF 2.3 Is there any official REST API to fetch only Featured Threads?

    It's pretty easy to write api endpoints for Xenforo. I've done that for quite a few addons for Xenforo.
  5. Orit

    Report Centre Essentials [Paid]

    Thank you! The issue with the template errors was this setting: When set at 0 it throws the errors. When changed to anything other than 0 the errors resolve.
  6. Orit

    Report Centre Essentials [Paid]

    Hello @Xon We tried installing the addon but had a few errors: In a clean installation it keeps showing the error: Could not process SV-ReportImprovements-2.21.3.zip: The following requirements for Report Improvements were not met: Report Improvements requires Search Improvements 2.10.0+. While...
  7. Orit

    XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid]

    Found in the options and set through the event itself in the ACP. Thanks! It would be helpful to set the usergroups in the categories. What is actually the use of the categories?
  8. Orit

    Report Centre Essentials [Paid]

    Hello @Xon Sometimes, when for example a thread is problematic, we get multiple reports on various posts of that thread. They all appear as separate reposts. We are looking for a way to tick the relevant reports, and resolve/reject all the reports in one action. Sort of a bulk reject/resolve Is...
  9. Orit

    XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid]

    Hello @Jaxel Thanks for the addon. We installed the addon on our website, but can't find a way to restrict events by usergroup. is it possible to add the usergroup option to the categories? or some place else? We would really like to allow premium users to rsvp to events that are only available...
  10. Orit

    Ads Manager 2 by Siropu [Paid]

    Thank you! This is interesting, as I can see it in the template, but not when editing the package. Apparently it is set as display:none; <dl class="formRow samDistribution" style="display: none;"> <dt> <div class="formRow-labelWrapper"> <label...
  11. Orit

    XF 2.2 Setting memory_limit in php.ini or \XF::setMemoryLimit(-1); for the specific job I am running?

    To tell you the truth, the way previous admins set the permissions is a mess. This could also be the load when setting permissions. But to get it all in order I need to disable the memory limit... In my xf_permission_entry table, for user group 2 (registered) we have 139 rows.
  12. Orit

    XF 2.2 Opening an image in lightbox

    For anyone interested, there is no need to initialize fancybox as it works perfectly well without... First call the xf lightbox setup: <xf:macro template="lightbox_macros" name="setup" arg-canViewAttachments="{$canView}" /> Then create an outer container <div class="lbContainer"...
  13. Orit

    XF 2.2 Setting memory_limit in php.ini or \XF::setMemoryLimit(-1); for the specific job I am running?

    Lately we have had memory problems with saving permissions to our registered usergroup. We have more than 140K users, all are obviously in the registered usergroup, so it is quite a heavy task... I was wondering what would be better: Setting memory_limit as 1024m globally in php.ini, or adding...
  14. Orit

    Referral System by Siropu [Paid]

    Oh. Too bad. Is there a way to extend it to save a cookie if an already registered user clicks a referral link to upgrade and upgrades his account? We have many registered users and I would like them to upgrade their account, not force them to re-register...
  15. Orit

    Ads Manager 2 by Siropu [Paid]

    Hello @Siropu is the column daily_view_limit not used? I could not find where it is set.
Back
Top Bottom