The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
The main page of groups are messed up. It doesn't allow for language changes on the buttons, not every language has a short word for "join"
. See the attached image to see what I mean. I need to change it. I tried removing the box for My groups, as those can be seen on one's profile page. I tried removing this code from the socialgroups_overview template: Code:
<div id="content_container">
<div id="content" class="floatcontainer">
<div class="grouplist">
<div id="mygroups" class="block">
<h2 class="blockhead">
<img src="{vb:stylevar imgdir_siteicons}/network.png" alt="" />
<vb:if condition="$bbuserinfo['userid']">
{vb:rawphrase your_groups}
<vb:else />
{vb:rawphrase random_groups}
<a class="blockheadinfo" href="group.php?{vb:raw session.sessionurl}do=grouplist">{vb:rawphrase view_all}</a>
</vb:if>
</h2>
<div class="blockbody">
<ul class="blockrow">
{vb:raw mygroup_bits}
</ul>
</div>
</div>
</div>
Thanks |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|