Integration with Xenforo
Before you begin
- You are supposed to have BlaB! AX Pro installed and running in standalone mode. How to install
- Make sure that BlaB! AX Pro and Xenforo are installed in the same database.
- The best place to put BlaB! AX Pro is under Xenforo so that BlaB! AX Pro is able to read Xenforo session or login cookies:
- BAD:
website.com/forum/»website.com/chat/(might work in some cases) - BAD:
forum.website.com»chat.website.com(will NOT work in most cases) - GOOD: website.com/forum/ » website.com/forum/chat/
- GOOD: forum.website.com » forum.website.com/chat/
- BAD:
- A common www issue: if you login to Xenforo from www.website.com BlaB! AX Pro will not be able to read Xenforo session cookie if loaded without www and vice-versa. If possible set relative links only. A solution with a .htaccess file for Apache - Google Search.
- The MySQL table prefix of Xenforo can be seen from phpMyAdmin. Alternatively, use Adminer which is an excellent one-file MySQL manager.
- The easiest way to determine the name of the required login/session cookie of Xenforo:
- Login to Xenforo with Chrome/Chromium
- Press CTRL+SHIFT+I to open Developer tools » Network » press F5 to reload » Select the 1st URL » Cookies
- You'll have a hint what to look for in the instructions below.
- How to find a cookie name (This one is for WordPress, the process is identical): YouTube Video
- In case you login to both: Xenforo and BlaB! AX Pro your BlaB! AX Pro login is preferred! Since you are most probably logged in as SuperAdmin when you adjust settings in BlaB! AX Pro AdminCP use another browser to test the integration.
Integration
- Have you read carefully
Before you begin
above? All clear? - Go to BlaB! AX Pro AdminCP » Integration and set:
- Bulletin Board or CMS you want to integrate with: XenForo
- Session or other cookie set by your BB or CMS: xf_session
- XenForo MySQL table prefix, probably: xf_
- Review the other variables and SAVE
- Go to BlaB! AX Pro AdminCP » Groups and click on Delete and link groups.
- If the integration variables are set properly, and you are logged onto XenForo, you should be able to enter the chat directly with your XenForo username.
- How to embed BlaB! AX Pro in XenForo:
- XenForo (1) Go to AdminCP » Display Node Tree » Create New Node -> PAGE
- XenForo (2) Go to AdminCP » Forums » Add Node -> PAGE
- URL: chat
- Title: Chat
- Description: ...
- Parent Node: root or none
- Template HTML:
<iframe src="PATH_OR_URL_TO_BLAB/index.php" style="border-width:0px; width:100%; height:400px; transform:scale(1,1)"></iframe>
- Save
Page updated: 2025-02-07