1

Topic: Small change in PunBB

Hello this is my forum post: http://guistyles.com/forum/viewtopic.php?id=87

I want to make a small change.

I want to move star system under the avatar.
Under the star system there should be rank description.

How to make this work ?

2

Re: Small change in PunBB

I also have the second question :
I setup User info in posts to Yes and User post count  to no.
Early i setup the both to yes but now i check User post count to no but when i am log in in the forum i still see how many posts each member make.
I don't want to have this Posts field.

3

Re: Small change in PunBB

it only shows up for admins when set to no, if you want to change it, you can open viewtopic.php and find were it out puts the post count and put // at the beginnning of the code.

4

Re: Small change in PunBB

Ok it only show for admins, that is ok.

5

Re: Small change in PunBB

So now one know hot to move this element under the avatar sad

Re: Small change in PunBB

coxis wrote:

So now one know hot to move this element under the avatar sad

I'd guess that you move this:

echo "<dd class=\"usertitle\">".$rank_pips."</dd>\n";

So that it's below this:

<dd class="postavatar"><?php echo $user_avatar ?></dd>

Though I haven't tested this.

Looking for a certain modification for your forum? Please take a look here before posting.

7

Re: Small change in PunBB

uuup o yes this is so simple smile