inherit
36832
0
Jul 1, 2014 19:15:28 GMT -8
Pipamonium
If you read this - send me a pm sometime. I love random pm's!
152
February 2005
ronstoppable
|
Post by Pipamonium on Jun 29, 2014 11:59:33 GMT -8
I was hoping someone could make a plug-in that allowed me to reorder the members page categories, or at least remove the 'date registered' category.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 29, 2014 18:14:13 GMT -8
Just edit the forum template for the members page. remove the header cell
<th class="date-registered $[sortable_class.registered_on]">Date Registered</th>
and the actual cell from the member list template
<td class="date-registered">$[user.registered_on]</td>
|
|
inherit
36832
0
Jul 1, 2014 19:15:28 GMT -8
Pipamonium
If you read this - send me a pm sometime. I love random pm's!
152
February 2005
ronstoppable
|
Post by Pipamonium on Jun 29, 2014 22:42:04 GMT -8
That sounds a lot easier than I thought it would be. Thank you.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 30, 2014 0:01:03 GMT -8
no sense in writing a plugin to do what the native code already gives you the power to do. its much faster that way. I caution you before you start making a lot of changes to your forum templates though. all it takes is some mis-organized elements and your entire layout can get hosed. make a copy of the template you are going to work on and save it in notepad. then make your changes. if things so really wrong, you can always paste back in what you had saved. there is a reset, but it will reset back to default, so if you already had some changes in there, you lose them. so if you save a copy each time, you can paste back in your own where it was before you started to keep the changes already implemented.
|
|