"Create & Search Group" on top of group overview
This modification is in the archives.
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> </if> <strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[search_groups]</a></strong> </td> </tr> </table> <!-- / create & search group table --> 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 |