Recent content by Terry Love

  1. Terry Love

    Moderate new members [Paid]

    Hi Andy, Any chance you could modify this addon to also moderate the first two private messages? Or perhaps something that triggers moderation any time a link is sent?
  2. Terry Love

    Registration limit [Paid]

    Is this a limit per ip, or a limit per forum?
  3. Terry Love

    XF 2.2 Any API clients for xenforo?

    I'm surprised it isn't easy to quickly find a xeneforo API client. Maybe something in javascript or typescript. Is there one out there?
  4. Terry Love

    XF 2.2 How to merge one account into another?

    Thanks, I just merged a user from 2008 into the new one he set up in 2021. Now it shows that he has 191 messages. He had last been active in 2011 and had an old email address. Very cool.
  5. Terry Love

    XF 2.2 Adding location and signatures

    Okay, that helps a lot. Appearance/Style Properties/Messages/User I have the location and the websites showing again.
  6. Terry Love

    XF 2.2 Adding location and signatures

    Running 1.5 I was able to show user location below their picture and a signature below their post. That disappeared in the latest version. I have a plumbing forum, and knowing the state or province they are from helps us to better answer their questions. What local code they are under and what...
  7. Terry Love

    How to set all of my XenForo forum to read-only mode, so users can read but cannot add or edit a post?

    Oh, I was tired last night. It was 2am after 14 hours working on migrations. It's just. There's like 22 switches to have to toggle and remember to untoggle to get it to work. Would be super cool if there was an easier checkbox for it. @Damien Alexander that sounds awesome
  8. Terry Love

    How to set all of my XenForo forum to read-only mode, so users can read but cannot add or edit a post?

    What a funky way to have to do this. But I will try. 2:00 in the morning. Time to get some sleep.
  9. Terry Love

    XF 1.3 Fatal error: Allowed memory size of ... bytes exhausted, when loading index page.

    Pretty sure, yeah. I modify the Xenforo_Model_Session::getSessionActivityQuickList code to return a bunch of empty arrays and I no longer get the issue. Probably has to do with how it loads every single guest, member, and bot into memory before it starts iterating over anything to get counts. In...
  10. Terry Love

    XF 1.3 Fatal error: Allowed memory size of ... bytes exhausted, when loading index page.

    User sessions seem to be running out of RAM for when the user list is pulled up. Ram is set to 128M by default, but I've since increased it to 256mb RAM by putting ini_set("memory_limit","256m"); in my ".../forums/library/config.php" file. This feels like a temporary fix. More users in the...
  11. Terry Love

    How to create a pop-up modal in XenForo?

    http://xenforo.com/community/threads/xenforo-ajax-tutorial.8091/
  12. Terry Love

    How to create a pop-up modal in XenForo?

    That's the one I'm trying to use, yes. Are there any examples or documentations you can point me to that I should be reading? Thanks
  13. Terry Love

    How to create a pop-up modal in XenForo?

    Hello, I'm in the process of creating a full page background ad for a forum system. I'd like to have it so that when a user clicks a button, the JavaScript method that is fired is able to open up a confirmation box asking them if they want to follow through with going to the site. I've been...
  14. Terry Love

    XF 1.3 How to import avatars in the file system from Vbulletin 4.2 to Xenforo 1.3.3

    There really isn't a clean cut solution for this. You'll probably need to hire a developer who can write a program to query the old DB and manipulate the data properly. We're just going to write an add-on to grab new location based avatars when a user's avatar is not already custom defined.
  15. Terry Love

    Add-on Top Posters of the Day/Week/Month Page+Sidebar

    Are you still looking for developers on this? -Taylor
Top Bottom