|
New Posts on Forum-Link
This modification is in the archives.
What does it do ?
It will show a new statusicon for forums created as a link when new posts inside. How does it works ? (let me give an explanation) First, create a new forum called testcategory as a category and then some others as a normal forum inside. In your forum search for the forumid for the new category testcategory maybe (forumdisplay.php?f=34). Back in AdminCP edit testcategory again. You now have two options:
Next is to create another forum called link to testcategory. As link you enter: forumdisplay.php?f=34 What happend, when a user creates a thread in one of the forums inside testcategory ? Nothing !!! vBulletin ignore forums they are inactive or displayorder is 0. Instructions now (there are NO hooks): open "includes/function_forumlist.php". search for: PHP Code:
$forum['statusicon'] = fetch_forum_lightbulb($forumid, $lastpostinfo, $forum);
PHP Code:
if ($forum['statusicon'] == 'link')
Next is to create a new statusicon for each style called: forum_link_test.gif Now, when users create a post the statusicon will shows you, that you will have new posts inside. There is NO demo. Just test it and feel free to experience with it. Regards Coroner P.S. deutschen Support gibt es auch bei your-vb Download No files for download. |
|||||||||
Similar Mods
| Handy link to search for "New Posts in Only This Forum" | vBulletin 3.6 Template Modifications |