Recent content by Matt777

  1. Matt777

    Implemented Single Sign On (Connect XF with XF, WordPress, etc)

    Where is the page to cast a vote for this?
  2. Matt777

    Implemented Single Sign On (Connect XF with XF, WordPress, etc)

    Longtime member here. I really need this feature too. Wordpress is universal. My #1 request right now.
  3. Matt777

    XF 2.0 How do I change node icon?

    doesn't work for me either
  4. Matt777

    How do I load *2* xenforo forums ?

    Oooh :eek: that's a pretty cool looking plugin... but probably feature overkill for what I'm doing. My one forum is retired, read-only, so users don't need to remain synchronized or anything that complicated. I'd like a simpler solution that can be done with a few line changes to the PHP code.
  5. Matt777

    How do I load *2* xenforo forums ?

    I need help from someone smarter than I am... I'm loading Xenforo into a PHP page, and writing a new user to it. That part works fine. (y) My code is: require($fileDir.'/library/XenForo/Autoloader.php'); XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library')...
  6. Matt777

    How do I create a new user directly from PHP code?

    Got it working. Here's the code for inserting a new user from any PHP page. $newusername = "Joseph"; $newpassword = "12345"; $newemail = "joseph@yahoo.com"; $fileDir = "/home1/myserver/public_html/mywebsite/forums"...
  7. Matt777

    How do I add user group permissions to an independent PHP file?

    8 months later, by the way, Thanks!! :)
  8. Matt777

    How do I create a new user directly from PHP code?

    Daniel, thanks! That should get me started at least in the correct direction. Much appreciated. :D (y) @ Lawrence- thanks for the tip- but that's exactly what I want to avoid, doing it manually in the admincp !!
  9. Matt777

    How do I create a new user directly from PHP code?

    I'd like to be able to create new registered users directly from php, which would talk to the Xenforo database and just insert new users in. Is this possible?? :eek:
  10. Matt777

    xF-Wordpress Bridge [Paid] [Deleted]

    I'd pay $100+ for this plugin if users could login through wordpress. As it is, :cry: Any recommendations for a wordpress-xenforo bridge where it's handled on the wordpress side?
  11. Matt777

    XF 1.0 Alert Preferences

    So how do I add this to my own forum? Is it in the latest Xenforo version or something?
  12. Matt777

    Congrats Xenforo- and P.S. vbulletin sucked.

    Glad to hear the litigation is over... vBulletin was clunky I never regretted switching over. I was afraid they'd kill you guys off so they could keep their inferior product going. Well in all honestly I haven't looked at vBulletin in over a year, so maybe they've changed things since then...
  13. Matt777

    A post at the top of each forum's thread list

    I'd like to be able to embed a BB-code into the the top message, or the "announcement". I guess there's no solution? :oops:
Top Bottom