|
|
| Author |
Message |
Timotei
New User
Joined: 29 Apr 2008
Posts: 6
|
Posted: May 5th 2008, 5:38 am Post subject: Ranks issue |
|
|
I have been modding my clan forum for a while now, but there are some things I can't manage to get them the way I want them.
This is how my ranks are shown now:
and and this is the way I want it to be:
I have found this mod:
http://phpbbmodders.net/viewtopic.php?t=925
This MOD will make it easier to add HTML formating tags to your ranks, but I don't know if this will work (because I don't know the html tag to do this)
maybe someone can help me with this?
This is what is listed in the "viewtopic_body.tpl"
| Code:
|
<td width="150" align="center" valign="top" class="row1"><span class="gen">
<span class="postername"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span><br />
<span class="posterrank">{postrow.POSTER_RANK}{postrow.RANK_IMAGE}</span>
{postrow.POSTER_AVATAR}<br /><br />
<table border="0" cellspacing="0" cellpadding="2" width="95%">
<tr>
|
Thanks for the help, greetzz Timotei |
|
| Back to top |
|
 |
Andre Távora
Not So New User
Joined: 03 Apr 2008
Posts: 42
Location: Brazil
|
Posted: May 9th 2008, 3:09 pm Post subject: |
|
|
Timotei, i am not sure, but i think this mod can add the options to admin apply html tags to ranks if they want.
Don't you know what tags add?
Well, you have to know about HTML to do this. Any question, post here, please. _________________ nothing... |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3192
Location: Australia
|
Posted: May 9th 2008, 3:52 pm Post subject: |
|
|
Notice you have a <br> after Poster name and the Rank image so lets replace that with a space as follows. This should work but you might have to add an extra space or two to get the right balance.
| Code:
|
<td width="150" align="center" valign="top" class="row1"><span class="gen">
<span class="postername"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span>
<span class="posterrank">{postrow.POSTER_RANK}{postrow.RANK_IMAGE}</span>
{postrow.POSTER_AVATAR}<br /><br />
<table border="0" cellspacing="0" cellpadding="2" width="95%">
<tr>
|
_________________ ~HG~
|| rodneyangell.com || My Hacks || Tutorial - Stopping Spam Bots |
|
| Back to top |
|
 |
Timotei
New User
Joined: 29 Apr 2008
Posts: 6
|
Posted: May 10th 2008, 4:19 am Post subject: |
|
|
I have tried what you said ~HG~ and now I have this:
I even tried to add more " " instead of the "<br/>" but that gave me this effect:
Even if I center the nickname it refuses to do what I want it to do
So I think that this isn't working or I'm doing it wrong
Andre Távora:Which mod are you talking about? The one I posted? |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3192
Location: Australia
|
Posted: May 11th 2008, 12:52 pm Post subject: |
|
|
Oh yeah I see what you are trying to do now and it is not what I thought in the first place.
To do what you want, you would need to add some other code (possibly a spacer) the same height as the image on the right and even possibly both the Rank title and emage may have to be enclosed in separate columns for it to work.
Someone may have time to play with it for you but time is something I dont have at the moment. _________________ ~HG~
|| rodneyangell.com || My Hacks || Tutorial - Stopping Spam Bots |
|
| Back to top |
|
 |
Timotei
New User
Joined: 29 Apr 2008
Posts: 6
|
Posted: May 12th 2008, 12:36 pm Post subject: |
|
|
| ok, thanks for trying maybe if you have some time later you can help me |
|
| Back to top |
|
 |
|