![]() |
In order to get this to work on my site, I had to change the Main plugin from forumhome_start to forumhome_complete.
|
Quote:
|
I need to get this in my left column. Any specific help?
|
Well for 1, I only provide support for people that click install,
and 2, it will only working on the forumhome template. |
Great work mike,
How do I get the thread names to appear as the recent topics, when new posts are made in them? I suppose in a way, I'm trying to combine the functionality of the latest posts and threads mods, into one mod. Thanks mate. |
I can only show the last threads, not to show columns with user and forum ?
|
Is there any way to install two of these to get two boxes with different content? Help would be deeply appreciated!
|
Thread title cutoff does not work for me :(
|
Quote:
I hope the coder can help us integrate both as I have the perfect place for it.. I will be waiting ...... Maybe change this one enough so that it doesn't interfere with the latest posts version.. |
Ok guys, I got it working.
To get both the latest Posts and latest Threads to work together on the same forumhome page: Go to Plugin Manager, and in the "Product : Latest X Threads on Forum Home" product, select the "Main Code" and edit. Find all instances of $forumids Replace with $forumids2 THEN ... Find: Code:
eval('$latest = "' . fetch_template('forumhome_latest_thread') . '";'); Code:
eval('$latestthreads = "' . fetch_template('forumhome_latest_thread') . '";'); Use $latestthreads in your forumhome template. Both plugins were using the same variables thus causing a conflict! |
All times are GMT. The time now is 09:26 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|