Recent content by Rushster

  1. R

    Conditional Statements for XenForo 2

    It's a custom widget which contains a banner. I have hidden it with js but wanted to know if there was some sort of conditional like if xfmg
  2. R

    Conditional Statements for XenForo 2

    Anyone know how to hide a widget if someone is viewing XFMG (Xenforo media gallery)? I don;t want the widget to show when in the gallery, just the forums.
  3. R

    Register users to WordPress

    Have the issue of when inputting the path to WP in the Xenforo option, it adds the patch but the process hangs and cannot be edited without removing the addon and reinstalling. There are 34K users in the WP user DB and it seems that if there are a lot of users this causes a hang and also stops...
  4. R

    Best Xenforo Add-On for Wordpress Integration

    I have a complicated setup and XFtoWP has been brilliant. I have XF and WP integrated along with a MediaWiki install all connecting to the WP user DB. The XFtoWP extra addon can add a user to the WP DB when they register on XF so you can have people register on either the WP side or the XF side...
  5. R

    Add-on MediaWiki Bridge for sign-ins using Xenforo user accounts

    I did manage to get it working with XenForoAuth Extension and [bd] API for XenForo 2.0 2.2.0 Beta 1 after a lot of messing about but it does actually work so use those if you are trying.
  6. R

    [bd] API

    @azzurro I got composer to update eventually on the MediaWiki side so I think that is all good. I think the problem I have is a conflict with another XenForo addon. Once I resolve that and the API is responding, I'll go back and check from the MediaWiki side.
  7. R

    [bd] API

    @LuckyRiver, yes I know. I am connecting from Mediawiki to Xenforo. However, Mediawiki aside, I can't get any response from BDapi on Xenforo, just getting 404s. The mediawiki part comes into play with the Mediawiki Extension XenForoAuth. However, until I can get some sort of response from the...
  8. R

    [bd] API

    Thanks @LuckyRiver but this doesn't really help as what I am seeing here is nothing like we see, especially the Authorise access screen which doesn't exist like yours. If anyone can help me get this up and running it would be brilliant, for the life of me I have no idea whats going wrong and...
  9. R

    Add-on MediaWiki Bridge for sign-ins using Xenforo user accounts

    Hit a dead end with this so willing to pay to get a bridge between mediawiki and Xenfor users. Only need users registered on Xenforo to be able to login to Mediawiki with their Xenforo login details. DM me if any developer is interested in taking this on.
  10. R

    [bd] API

    Ok got the stuff that was missing installed running composer in the dir. Still unable to get this to work though. Just getting { "status": "error", "errors": [ "The requested page could not be found." ] }
  11. R

    [bd] API

    Trying this out with XenforoAuth on Mediawiki and followed some of the user notes in there as well as here but have not had any luck getting this working. Got the same problem others have come across with the error index.php?title=Special:CreateAccount&returnto=Main+Page Error: Class...
  12. R

    Add-on MediaWiki Bridge for sign-ins using Xenforo user accounts

    Hi I am looking for a media wiki bridge that works where users can login to Mediawiki with their Xenforo account. I have come across old stuff for XF1 and checked out the XenForoAuth Extension for mediawiki. Even tried to get it working with the [bd] API for XenForo 2.0 2.2.0 Beta 1 but have...
  13. R

    Article and Forum Connect: XenForo and WordPress

    Thought I would give this another go :) Anyway, managed to connect everything fine, adding the post to Xenforo works but I am getting this error in WP when I try and view the post on the WP side: Uncaught XFApi\Exception\RequestException\NoPermissionRequestException: You do not have...
  14. R

    XF 2.2 External call to get username/usergroups

    Ok, so this is what I did in the header... $fileDir = $_SERVER["DOCUMENT_ROOT"]; require_once('/path-from-server-root/httpdocs/forums/src/XF.php'); \XF::start('/path-from-server-root/httpdocs/forums/forums'); $app = \XF::setupApp('XF\Pub\App'); $s = $app->session(); $uid = $s->get('userId'); if...
  15. R

    XF 2.2 API and Poll results

    I have just started messing with the API and was wondering if there is a way to grab poll results from a thread via the API?
Top Bottom