MOD Description: This mod adds topics from ten of thousand forums (Using Omgili) to any of your forums (one or more). The topics relevance is set using Tags.
MOD Version: 0.1
MOD Features:
* This mod lets you add related topics to your forum from ten of thousand forums indexed by Omgili
* Add up to 10 topics for each forum
* Add topic to multiple forums
* Set the topics interest using search tags
* Set different topic interests for different forums
MOD Download: Add related topics to your forum v0.1 (5.1 KB)
Last Stable version: N/A
MOD Screenshot: View Forum
MOD History:
2006-09-07 - Version 0.1
- Initial Release
Author Notes:
- Mod demo can be found here
- Make sure you set the $forum_id to the right number. For example this forum id is 16. If you want to add topics to more then one forum add || (or) to the if statement i.e.
- Code: Select all
if($forum_id == 1 || $forum_id == 2)
- Don't forget to set the appropriate search tags to make the topics related to your forum. For example:
- Code: Select all
$Tags = 'help OR php';
Note: You can use all the search features Omgili offer on the $Tags variable: Omgili search features
- You can test the results you are going to get by using Omgili
- If you want different topics for different forums, use an if statement:
- Code: Select all
if($forum_id == 2)
$Tags = 'Movies OR DVD';
- The script uses cache, if you want to delete the cache, delete the "rsscache_*" files in the cache directory.
- FYI Omgili doesn't store topic view nor date, so the date presented is now, and the views number is random to fit well in the layout.
Cheers,
Ran Geva

