|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization How to remove group name and keep group image at member list (Exactly what the title says) |
How to remove group name and keep group image at member list |
I added new images to the groups and I realized that it looked bad with both the group name and the group image at the member list of the forum. If you go to http://cypris.ucoz.com/forum/0-0-1-35 (the member list) you will see that the group names push the image out of alignment with the rest. Is there any way to customize this page or what it displays? I can't find it, hoping someone here can.
Using uCoz for years.
|
Verum, try putting this code* in General appearance of forum pages template, after the $BODY$ tag:
Code <?if($PAGE_ID$ == 'forumsmembers')?><script type="text/javascript"> $(".uTd").contents().filter(function(){return (this.nodeType == 3);}).remove(); </script><?endif?> The only problem is, that if a user from the list have 0 messages, the 0 will not appear, and the space after users' names will diasppear. (Other errors may appear). Hope this helps! Regards, Irina. *Code by bigblog. Believe in the magic of friendship - October 6, 2017
|
| |||
| |||