Recent content by Liam C.

  1. Liam C.

    Spam Prevention - Other Solutions

    Hi there We've had a number of spam users enter our site and post links either leading to scam, inappropriate or malicious websites. We're currently in the process in building a bespoke addon that allows a "domain whitelist", essentially whenever a user tries to specify a specific domain, it...
  2. Liam C.

    xf session activity is full - a clear answer

    Thank you. I apologise if this question has came up many times, and I've looked through many of those threads to try and find a clear and definite answer. However, I found a lot of threads with contradicting each other or providing some methods that can have some poor implications. I was...
  3. Liam C.

    xf session activity is full - a clear answer

    I've heard people suggest this but it doesn't work for long as it means it'll just take longer to fill up? So surely that is a temporary solution? I'm not that familiar with innodb, any clue why it may be considered a bad idea by some? Is this something commonly used? I would've expected...
  4. Liam C.

    xf session activity is full - a clear answer

    Is there something related to cronjobs about it? Ours do get cleared after some time, so if there is, it's working as intended. None has been disabled, I'd ask your Admins if I were you. But it still causes an issue for the bots that come to our Forums site. I think we have about 400 bots...
  5. Liam C.

    xf session activity is full - a clear answer

    Hi there I've seen this reported as an issue numerous amount of times, and it's a bit difficult to get a clear answer on the solution I've seen people suggest the following Create a PHP script to clear the xf_session_activity table whenever it is full Would this be an issue? I mean it is...
  6. Liam C.

    [XB] Badges

    Any information @Painbaker ? Roughly 4,000,000 logs of this exact same error since I posted this
  7. Liam C.

    XF 2.2 Styles independent from Xenforo

    If anyone is wondering what I did, for their addon I extended user preferences, added an option for my addon, then added it to the template and finally created a .less styling for overrides (.addon.theme.dark { color: white} ) Seemed like the easiest way to do it! Hope this helps anyone who...
  8. Liam C.

    XF 2.3 Mutliple Options with multiple boxes

    Hi there Dan I'm not the most experienced person, so I'd wait for someone else if I were you However, I'm making a similar addon that required this exact same question and I plan to go for a setting in the node itself. All node settings are done in.. well the node setup / node config. So...
  9. Liam C.

    [XB] Badges

    Been getting the following errors (latest addon version) Any advice? Even if it doesn't affect functionality, want to ensure all errors are cleared. These are being processed every single second. Thousands of logs in less than an hour.
  10. Liam C.

    [Liam W.] Post Macros

    Look for the following: 1. Post macro permissions (in terms if you have permissions to even use macros) 2. Is there any macros made and assigned to you? Have you also enrolled them? 3. Any edits made to the editor? (Unlikely but if the addon has been setup correctly, and the addon isn't bugged...
  11. Liam C.

    XF 2.3 Addon Logging Solution

    I'm not too experienced with addons, so I'll let someone else comment But got a few additional questions/suggestions 1. Has this been tested for 2.x? Or just the version you were making it on? 2. It may be a good idea to only show the errors present IF there is any of those errors (As in...
  12. Liam C.

    XF 2.2 Styles independent from Xenforo

    Any clue if it's possible to disable styles in general on certain routes? I've started to work on this, by creating a new preference and then just using plain CSS however being able to revert back to the Default Xenforo style would be perfect for this!
  13. Liam C.

    XF 2.3 Addon Logging Solution

    Looking forward to it, best of luck!!
  14. Liam C.

    XF 2.3 Addon Logging Solution

    This is extremely helpful!! I was considering a similar solution myself, especially with the recent bot issues flooding our error logs Have you considered adding admin permissions to access this page? Either per-addon, or just in general? I am definitely going to use this in my addon...
  15. Liam C.

    XF 2.2 Styles independent from Xenforo

    Uh maybe? Not sure if that's the correct wording. Essentially we have a custom route prefix, lets call it /Astro/{action} (we have about 20 routes). Each time a user goes to /Astro, then it uses the hidden style. This hidden style is exclusive to about 40 users (people with set roles /...
Back
Top Bottom