- Compatible XF Versions
- 2.1
- 2.2
- 2.3
Make custom pages searchable within XenForo.
This add-on allows you to make custom pages searchable by using a custom database table that is shared by XenForo and your in-house system. Built to work alongside Custom PHP Pages, but can work without it.
MySQL database administration knowledge is required.
Installation Instructions
- Install the add-on zip file (this is an add-on package without extra files)
- Navigate to Admin > Setup > Options > Searchable custom page options and confirm the settings are correct, then save. The forum database user must have SELECT access to the source database.
- Navigate to Admin > Tools > Cron Entries and run 'Searchable Custom Pages: Pull' once. This adds pages to the search index for the first time; it will also run automatically at midnight.
Custom table:
Search term:
Custom table schema (Note: you can set any schema you want using the settings):
SQL:
You must log in to view
(24 lines)
Inflection map (if you have more than one page type, you can define them here):
Code:
You must log in to view
(7 lines)
Search result:
Disclosure: This add-on is fully functional and is only receiving updates if/when it is broken by a core XF update or a bug is found. It could occasionally receive feature updates.