Modifying the Memberlist Page
4 posters
Page 1 of 1
Modifying the Memberlist Page
Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
When the problem appeared : Since forum was created
Forum link : pwgenesis.forumotion.com
Description of problem
If possible I would like the default view of the Members list (when first clicking to it) to be sorted by Username and ordered in Ascending.I would also like the Website category of the members to be removed.
Lastly, under the sort feature, I would like to remove sort by User groups, if possible.
Thank you in advance to anyone who can help me out on any or all of these!
Re: Modifying the Memberlist Page
Hello @AnyColor
Could you please allow guests to see this page?
http://pwgenesis.forumotion.com/memberlist
I think I have an idea about how to do it but I'd need to check this section out if you don't mind. However, if you don't want to open that page to guest you can send me by PM a test account.
Best regards.
Could you please allow guests to see this page?
http://pwgenesis.forumotion.com/memberlist
I think I have an idea about how to do it but I'd need to check this section out if you don't mind. However, if you don't want to open that page to guest you can send me by PM a test account.
Best regards.
Guest- Guest
Re: Modifying the Memberlist Page
@mpelmmc, he changed it just recently as there was another thread that is now archived asking for help regarding the permissions for guests on this matter.
@AnyColor, I tried searching around Forumotion and I do not know if this is possible, I did find another thread linked below that explains a bit about this though their issue may be a bit different but I think it still applies.
Link to thread: https://help.forumotion.com/t122236-member-list-display
Hope this helps!
Cheers,
James
@AnyColor, I tried searching around Forumotion and I do not know if this is possible, I did find another thread linked below that explains a bit about this though their issue may be a bit different but I think it still applies.
Link to thread: https://help.forumotion.com/t122236-member-list-display
Hope this helps!
Cheers,
James
Re: Modifying the Memberlist Page
I would also like the Website category of the members to be removed.
go to templates ...memberlist_body...find this
- Code:
<th class="tc2">{L_JOINED}</th>
<th class="tc2">{L_VISITED}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tc3">{L_PM}</th>
<th class="tc2">{L_WEBSITE}</th>
and delete this <th class="tc2">{L_WEBSITE}</th>
Re: Modifying the Memberlist Page
Also find the following code in the same template @skouliki told you above and find this:
Then change it into:
And let us know if it works
Best regards.
- Code:
<tr>
<td width="100%">{L_USER_SELECT} <input type="text" class="post" name="username" maxlength="25" size="20" value="{L_USER_SELECT_VALUE}" />
{L_SELECT_SORT_METHOD} {S_MODE_SELECT}
{L_ORDER} {S_ORDER_SELECT}
{S_HIDDEN_SID}
<input class="liteoption" type="submit" name="submit" value="{L_SUBMIT}" /></td>
</tr>
Then change it into:
- Code:
<tr>
<td width="100%">{L_USER_SELECT} <input type="text" class="post" name="username" maxlength="25" size="20" value="{L_USER_SELECT_VALUE}" />
<select name="mode"><option value="username" selected="selected">Username</option><option value="lastvisit">Last visit</option><option value="joined">Join date</option><option value="interests">Time Zone</option><option value="posts">Posts</option><option value="website">Website</option><option value="groups">Usergroups</option></select>
<select name="order"><option value="ASCD" selected="selected">Ascending</option><option value="DESC">Descending</option></select>
{S_HIDDEN_SID}
<input class="liteoption" type="submit" name="submit" value="{L_SUBMIT}" /></td>
</tr>
And let us know if it works
Best regards.
Guest- Guest
Re: Modifying the Memberlist Page
Do not forgot to save the changes and then publish the modified template.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Modifying the Memberlist Page
@mpelmmc I replaced that in the template and it changes the default choices to Username and Ascending but I have to click OK to sort it to that screen. It still visibly shows Last Activity date as default when first clicking members tab. Thank you for getting me on the right track!
@skouliki thank you that did remove the website column from the Members page.
@skouliki thank you that did remove the website column from the Members page.
Re: Modifying the Memberlist Page
Any possible way to tweak it so the default view is username and ascending ? So close lol
Similar topics
» Modifying Navigation Bar
» Need Icon modifying
» Modifying Chatbox
» Modifying the group brackets
» Modifying the Tool Bar
» Need Icon modifying
» Modifying Chatbox
» Modifying the group brackets
» Modifying the Tool Bar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum