PDA

View Full Version : Administrative and Maintenance Tools - vBInfo


John3971
02-23-2008, 10:00 PM
This modification allow you to easier edit information to your forum like advertising rules and more..

-----------
Instructions

1. Upload all files in upload to your forum root.

2. Import the product

3. In navbar find:

<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>

Replace with:

<td id="information" class="vbmenu_control"><a href="#information">Information</a> <script type="text/javascript"> vbmenu_register("information"); </script></td>

4. find:

<!-- / NAVBAR POPUP MENUS -->
</if>

Before add:

<!-- Information popup meny -->
<div class="vbmenu_popup" id="information_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Information</td></tr>
<if condition="$vboptions['info_general']"><tr class="alt2"><td class="smallfont"><a href="info.php">Generel Information</a></td></tr></if>
<if condition="$vboptions['info_rules']"><tr class="alt2"><td class="smallfont"><a href="info.php?do=rules">User Rules</a></td></tr></if>
<if condition="$vboptions['info_tos']"><tr class="alt2"><td class="smallfont"><a href="info.php?do=tos">Terms & Conditions</a></td></tr></if>
<if condition="$vboptions['info_moderators']"><tr class="alt2"><td class="smallfont"><a href="info.php?do=mod">Moderator Informations</a></td></tr></if>
<if condition="$vboptions['info_supporter']"><tr class="alt2"><td class="smallfont"><a href="info.php?do=payinfo">Become Supporter</a></td></tr></if>
<tr class="alt2"><td class="smallfont"><a href="faq.php">FAQ</a></td></tr>
<if condition="$vboptions['info_privacy']"><tr class="alt2"><td class="smallfont"><a href="info.php?do=privacy">Privaty Police</a></td></tr></if>

</table>
</div>
<!-- / Information popup meny-->

To Customize your information
Go to your admincp>>vbulletin options>>vBInfo>

5. After you're done hit save.

6. Go to Usergroup Manager>>Choose Usergroup and Edit 'vBInfo Permissions'. Do this for all usergroup that should be able to see Moderator Information page.

7. You're Done!

-------------
Fanrage.org

Boofo
02-24-2008, 02:21 PM
A screenshot will do you better, I think. ;)

John3971
02-24-2008, 02:31 PM
A screenshot will do you better, I think. ;)

i have added 1 ss now

Derek Chai
02-24-2008, 09:42 PM
Nice.

SwollenCranium
02-24-2008, 10:08 PM
Nice ... seems to work well, I'll let ya know if I find any issues.

SwollenCranium
02-24-2008, 10:26 PM
Issue #1

On your drop down under the 'moderators information' link.

When I click the link it gives me a "you do not have permission to access this page " error.

I am viewing as ADMIN and have access to all areas, where is the setting for this ?

*edit*

Nevermind, I see that it added an extra bitfield to the ADMIN usergroup. Works fine.

John3971
02-25-2008, 06:42 AM
Issue #1

On your drop down under the 'moderators information' link.

When I click the link it gives me a "you do not have permission to access this page " error.

I am viewing as ADMIN and have access to all areas, where is the setting for this ?


*edit*

Nevermind, I see that it added an extra bitfield to the ADMIN usergroup. Works fine.

good that you find it i forgott to wrote that but will do it now in my first post. you just choose yes for all usergroups that should be able to see that page.