The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing avatars from memberlist?

2 posters

Go down

Removing avatars from memberlist? Empty Removing avatars from memberlist?

Post by Ivo94 February 27th 2011, 12:40 pm

Since I don't like the standard avatar and the resizing of non-square avatars in the memberlist, I was wondering if there is any way/code to remove/hide avatars from the memberlist? Smile
That would be awesome!

Also, is there any way of adding more than thirty avatars in the avatar gallery? Do you have to request more space or is thirty the limit? Just two more would be so great! Very Happy

Thanks in advance! thumleft
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty As close to help I can give you

Post by Homeschooled Kid February 28th 2011, 9:50 am

I don't know about removing avatars from the member list, but you CAN change the default avatar, which is a feature I have cherished.
avatar
Homeschooled Kid
New Member

Posts : 2
Reputation : 0
Language : English

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 February 28th 2011, 2:03 pm

Thanks for the reply, but I would like the avatars to completely disappear from the memberlist... Sad
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Guest February 28th 2011, 3:11 pm

Forum version? (:
avatar
Guest
Guest


Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 February 28th 2011, 3:51 pm

avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Guest February 28th 2011, 3:54 pm

Put this in your CSS:
ACP - Display - Colors - CSS stylesheet:
Code:
.avatar-mini img {
   display:none;
   }
and it will remove the avatars (:
but the title will still be there (:
Avatar - Username
avatar
Guest
Guest


Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 February 28th 2011, 3:58 pm

Thank you so much, Gangstar15! It looks much better now! Very Happy
If someone has got a code to change 'Avatar - Username' into 'Username', that would be cool.

But thanks so far, everyone! Very Happy
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Guest February 28th 2011, 4:08 pm

No problem Very Happy but i CAN still help you with jQuery Wink
1. Make a HTML page and add this code inside it:
Code:
jQuery(document).ready(function () {
                jQuery("th.name").html(jQuery("th.name").html().replace("Avatar - Username", "Username"));
        });
2. to go the announcement and make it like this:
Announcements display : All pages
and create a new announcements and put this code inside it:
Code:
<script type="text/javascript" src="/hID-"> </script>
Change the "ID" with the new html page ID we created Very Happy
here is a demo (:
avatar
Guest
Guest


Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 February 28th 2011, 9:03 pm

Sorry, I do not understand this all. How do I create an HTML page? Shocked
Is there also a way to remove the 'Website' column (making the 'PM' column a little wider)? Or is this too hard? Very Happy

Thanks so far! Smile
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Guest February 28th 2011, 9:19 pm

Aha ok Very Happy
ACP - Modules - HTML - HTML pages management (:

Code:
th.pm {width:xx%;}
change the xx to numbers (:

I'm not sure if we remove the website icon or the column, only the titles (:
avatar
Guest
Guest


Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 March 8th 2011, 6:22 pm

Is there a way to prevent the Forumotion default avatar from showing up on the memberlist? I mean the one that appears when users have no avatar defined.
But only that one, the 'original' avatars uploaded by users should still be visible. Wink

Thanks! Very Happy
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Removing avatars from memberlist? Empty Re: Removing avatars from memberlist?

Post by Ivo94 March 15th 2011, 7:45 pm

Is there really no way to prevent the Forumotion default avatar from showing up in the memberlist? Sad
Any help would be appreciated! Very Happy
avatar
Ivo94
Forumember

Male Posts : 84
Reputation : 0
Language : English, Dutch
Location : The Netherlands

http://septemberfans.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum