Memberlist display change

current version: 1.0.4.1
released: 11.07.2011

latest tested phpBB-Version: 3.0.10

Memberlist display change

Postby parkstee » Thu May 21, 2009 2:05 pm

On the memberlist page is there away of getting the mod to display how many topics in a seperate column to the posts ?
The whole of life is just like watching a film. Only it's as though you always get in ten minutes after the big picture has started, and no-one will tell you the plot, so you have to work it out all yourself from the clues.
User avatar
parkstee
Posts > 50
Posts > 50
 
Posts: 56
Topics: 23
Joined: Sun Jan 11, 2009 11:20 pm
Location: Deepcar, UK
phpBB.com: Richazey

Re: Memberlist display change

Postby parkstee » Tue Jun 23, 2009 11:15 pm

Hi managed to get the topics to display in a seperate column on the memberlist, to do this open memberlist_body.html

find
Code: Select all
<th class="posts"><a href="{U_SORT_POSTS}#memberlist">{L_POSTS}</a></th>


after add
Code: Select all
<th class="posts"><a href="{U_SORT_TOPICS}#memberlist">{L_TOPICS}</a></th>


find
Code: Select all
<td colspan="<!-- IF U_SORT_ACTIVE -->5<!-- ELSE -->4<!-- ENDIF -->">&nbsp;</td>


replace with
Code: Select all
<td colspan="<!-- IF U_SORT_ACTIVE -->6<!-- ELSE -->5<!-- ENDIF -->">&nbsp;</td>


find
Code: Select all
<td class="posts"><!-- IF memberrow.POSTS --><a href="{memberrow.U_SEARCH_USER}" title="{L_SEARCH_USER_POSTS}">{memberrow.POSTS}</a><!-- ELSE -->{memberrow.POSTS}<!-- ENDIF --></td>


after add
Code: Select all
               <td class="posts"><!-- IF memberrow.TOPICS --><a href="{memberrow.U_SEARCH_USER_TOPICS}" title="{L_SEARCH_USER_TOPICS}">{memberrow.TOPICS}</a><!-- ELSE -->{memberrow.TOPICS}<!-- ENDIF --></td>


don't forget to refresh your template
The whole of life is just like watching a film. Only it's as though you always get in ten minutes after the big picture has started, and no-one will tell you the plot, so you have to work it out all yourself from the clues.
User avatar
parkstee
Posts > 50
Posts > 50
 
Posts: 56
Topics: 23
Joined: Sun Jan 11, 2009 11:20 pm
Location: Deepcar, UK
phpBB.com: Richazey

Re: Memberlist display change

Postby user 20 » Sat Oct 24, 2009 12:42 pm

how i can do that in subsilver template
user 20
Posts < 10
Posts < 10
 
Posts: 1
Joined: Sat Oct 17, 2009 11:09 pm


Return to NV usertopics

Who is online

Users browsing this forum: No registered users and 1 guest