Back to vBulletin 3.7 Template Modifications

"Create & Search Group" on top of group overview
Mod Version: 1.00, by nerofix

This modification is in the archives.
vB Version: 3.7.0 Beta 3 Rating: (0 vote - 0 average) Installs: 14
Released: 22 Dec 2007 Last Update: Never Downloads: 3
Not Supported Template Edits Re-usable Code  

Description: Very easy modification. This template modification simply add a table on the top of your groups overview under the navbar with links to create new groups and search for groups. It should be able to easily integrate into your design as well as easy to install.
I made this templatemodification because my members have to scroll down first a big list of groups before they can find the "create group" button.

Instructions/Installation: Very Easy

In the Style Manager, open the template "SOCIALGROUPS" and under $navbar add:

Code:
<!-- create & search group table -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-bottom:20px">
<tr>
	<td colspan="3" align="center" class="tfoot smallfont">
		<if condition="$show['creategroup']">
			<strong><a href="group.php?$session[sessionurl]do=create">$vbphrase[create_a_new_group]</a></strong> &nbsp;
		</if>
		&nbsp; <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[search_groups]</a></strong>
	</td>
</tr>
</table>
<!-- / create & search group table -->
Thats all

If you like this modification please click install .

Live demo: http://www.nerofix.com/group.php? ("create group" link is not shown for guests there)

Screenshot see attachement!

Download

No files for download.

Screenshots

Click image for larger version
Name:	creategroup_ontop.jpg
Views:	518
Size:	53.4 KB
ID:	73598  


vblts.ru supports vBulletin®, 2022-2024