cfspinner |
12-31-2006 02:22 PM |
Quote:
Originally Posted by jilly
(Post 1147328)
right now when you look at a group, you have to click the group management drop down list to find the join group link. I'd like to see a 'join this group' link right next to the group name or group description, for easier joining, esp. for newbies that look around and then pm me that they dont know how to join a group...
|
I thought the same....this little chuck of code will let you put a link to Join, or Leave the group wherever you want on the page.
In template: groups_display_main
<a href="membership.php?$session[sessionurl]g=$groupid" accesskey="p"><if condition="!$show[grps_wordjoin]">$vbphrase[grps_join]<else />$vbphrase[grps_leave]</if> $grps_showgroup[title]</a>
I've heavily modified my tempates so I can't give you what to look for in your template and where to insert it. But here is a screenshot of where I put mine, just below the Group Tools link in the blue header.
Gee...I guess this is my first official hack :)
|