Recent content by Tom Nunamaker

  1. Tom Nunamaker

    XF 2.2 Text Color Picker Icon Not Displaying on Menu

    I found out the problem was an older addons. After I removed the addon, everything worked as it should.
  2. Tom Nunamaker

    XF 2.2 Text Color Picker Icon Not Displaying on Menu

    I run a few XF boards. Most of them are fine except one isn't showing the Text Color picker icon. Does anyone have any ideas of how to fix this?
  3. Tom Nunamaker

    John pointed me to the right API page. I ended up coding a solution myself in about an hour...

    John pointed me to the right API page. I ended up coding a solution myself in about an hour (maybe less). Thanks John for the steer!!!
  4. Tom Nunamaker

    Need help building an auto login to XF from my member website

    I would like to enable my custom coded logged in members to auto-login to the XF sub-domain from my member sub-domain. Let me know if you're interested in this and can discuss further.
  5. Tom Nunamaker

    XF 2.0 Changing the date on a post

    Thanks for the suggestions about the date changing. I suppose I also need to change the thread dates.. not just the posts. What is the best way to migrate selected threads and posts from my old XF 1.5 installation to a new 2.0 installation? I don't want to have XF send notifications to the...
  6. Tom Nunamaker

    XF 2.0 Changing the date on a post

    I'm trying to migrate selected posts from an old XF 1.5 board to a new 2.x board. I can login as each user and copy their posts but I'd like to retain the original posting dates. Is it a problem to manually update the new database with the correct timestamps from the original posts?
  7. Tom Nunamaker

    XF 2.0 Where is the installed version number?

    Never mind. I just found it. It 's in the lower right corner. Completely opposite location from XF1.5
  8. Tom Nunamaker

    XF 2.0 Where is the installed version number?

    In XF1.5 the admin pages all show the current XF version in the header. Is there somewhere in XF 2.X that shows what version is currently installed?
  9. Tom Nunamaker

    XF 2.0 I'm fed up with spammers posting 500 posts a day on xenForo

    We also use a web firewall from https://sucuri.net/website-firewall/ In a typical month we have 200,000 to 400,000 requests. Roughly 2,000 of them are blocked. It's probably the best $9.99/month I spend for my sanity.
  10. Tom Nunamaker

    How to provision a new user via external script

    Thanks blantonl for the code. That helped and I have it working...sort of. It creates a user but throws an error LogicException: The session key must be overridden. src/XF/App.php:624 How can I prevent this error so the script will keep processing and the server logs won't have unnecessary...
  11. Tom Nunamaker

    Add Kraken.io integration

    If you don't mind doing some manual work you can use Kraken for free. The XF attachments are in the /data/attachments/0 folder. Just use the Kraken.io web interface to compress the images and upload the files to your server.
  12. Tom Nunamaker

    Add Kraken.io integration

    Kraken.io has a $5/mon plan that has been overkill for my forum.
  13. Tom Nunamaker

    Add Kraken.io integration

    There are already integrations to 3rd parties such as twitter, facebook, StopForumSpam, etc. APIs don't change that often so I don't see that as a big obstacle. I haven't compared ImageMagick compression to Kraken.io but I'm in favor of any image compression built in to the core.
  14. Tom Nunamaker

    Add Kraken.io integration

    I thought of that but apparently the author is MIA and Kraken is changing their API so I doubt the add on will continue working. You can't purchase the add on and the author doesn't respond so that's a dead option unfortunately.
  15. Tom Nunamaker

    Add Kraken.io integration

    Compressing images reduces disk space and speeds up page load time. Kraken.io has an API that is easy to work with and it should be fairly simple to add support for Kraken.io into the XenForo core.
Top Bottom