![]() |
Before i install, i got a few questions...
When idling on forum home, everytime someone make sa new thread/post it will automatically update? Is there on/off switch to show Number of post and threads? Is i don't want guests to see this, is there a way to disable it for them? |
yes their is an on off switch and an if in the plugin would allow certain usergroups to see it
|
Quote:
|
in the main coding plugin
|
thanks m8
|
Great piece of software.
Anyone know what template to edit to remove the space between the "Latest X Posts on Forum Home" and the navbar above it? I want to use this feature but the space is taking up valuable real estate. See the photo. |
Well right now it adds it directly under the navbar. Read through this thread, I show how to remove the auto ad, and how to add to a custom location
Please click install if you use ;) I only offer support to people who installed |
Quote:
Code:
if ($vbulletin->options['latest_enabled'] and is_member_of($vbulletin->userinfo, 6)) |
Quote:
Yes their is an on off switch In the main script change the top if to this: Code:
if ($vbulletin->options['latest_enabled'] and !is_member_of($vbulletin->userinfo, 1)) |
Would it be possible to display the thread title instead of the contents of thread for $pagetext ?
how would i change this ? |
All times are GMT. The time now is 01:09 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:
|