Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Every

Formatierung des Mitgliedsnamens

Recommended Posts

Hey,

wie kann man IPB dazu bringen den Mitgliedsnamen in Topic View und Profile View so zu formatieren wie man es in der Online Liste machen kann?

So sieht es in der Online Liste aus: Mitgliedsname

Und so formatiert sollte es halt auch in der Topic Ansicht und im Profil sein.

Ich hoffe ihr versteht was ich meine :blush:

Vielen Dank im Voraus

Share this post


Link to post

Hallo Every,

das muss man mittels HTML Logic machen.

Beispiel für den Mitgliedernamen neben einem Post:

<if="author['mgroup'] == "4""><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}"><a href='{$this->base_url}index.php?showuser={$post['id']}' style='color:#8900B0; text-decoration:none'>{$author['members_display_name']}</a></span></if>

<else if="author['mgroup'] == "7""><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}"><a href='{$this->base_url}index.php?showuser={$post['id']}' style='color:#0099CC; text-decoration:none'>{$author['members_display_name']}</a></span></if>

<else><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}"><a href='{$this->base_url}index.php?showuser={$post['id']}' style='text-decoration:none'>{$author['members_display_name']}</a></span></else>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×