Adding more groups to The Team
Posted: 8. October 2008 12:57
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.j-rhyan.de
What have you done before the problem was there?
Research
What have you already tryed to solve the problem?
Nothing
Description and Message
Hi
When click on The Team, how is it possible to add more groups..
Example: News Poster
Here is the code for the Leaders Block
Thx for any info[/i]
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.j-rhyan.de
What have you done before the problem was there?
Research
What have you already tryed to solve the problem?
Nothing
Description and Message
Hi
When click on The Team, how is it possible to add more groups..
Example: News Poster
Here is the code for the Leaders Block
Code: Select all
<!--version $Id: leaders.html 302 2008-08-13 01:48:29Z icedcold $ //-->
<div class="portal-panel">
<div class="inner">
<span class="portal-corners-top"><span></span></span>
<h3><img src="{T_THEME_PATH}/images/portal/portal_team.gif" width="18px" height="18px" alt=""/> {L_THE_TEAM}</h3>
<strong>{L_ADMINISTRATORS}</strong><br />
<!-- BEGIN admin -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{admin.USERNAME_FULL}</strong></span><br style="clear:both" />
<!-- BEGINELSE -->
{L_NO_ADMINISTRATORS_P}<br /><br />
<!-- END admin -->
<br style="clear:both" />
<strong>{L_MODERATORS}</strong><br />
<!-- BEGIN mod -->
<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{mod.USERNAME_FULL}</strong></span><br style="clear:both" />
<!-- BEGINELSE -->
{L_NO_MODERATORS_P}
<!-- END mod -->
<span class="portal-corners-bottom"><span></span></span>
</div>
</div>
<br style="clear:both" />