We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Remove Default Avatar Galleries with CSS
Topic Started: May 23 2012, 07:59 PM (1,052 Views)
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code Name: Remove Default Avatar Galleries with CSS

What the code does: The following CSS snippets will remove the default avatar galleries. Preview

How to use the code: Install as instructed, no editing is required.

How to install the code:

Admin CP >> Themes >> Board Template >> Javascripts
Code:
 
<style type="text/css">
#ucp_gallery a[href*="folder=-1"], #ucp_gallery a[href*="folder=-2"], #ucp_gallery a[href*="folder=-3"], #ucp_gallery a[href*="folder=-4"], #ucp_gallery a[href*="folder=-5"], #ucp_gallery a[href*="folder=-6"] {
display: none;
}

select[name="folder"] option[value="-1"], select[name="folder"] option[value="-2"], select[name="folder"] option[value="-3"], select[name="folder"] option[value="-4"], select[name="folder"] option[value="-5"], select[name="folder"] option[value="-6"] {
display: none;
}
</style>
Edited by Cory, Oct 29 2016, 01:10 AM.
Online Profile Quote Post Goto Top
 
Ferby
Member Avatar
Developer
[ *  *  *  *  * ]
lol I suggested to helena to add this, I use it myself
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Helena wanted me to re-post it because I originally gave her the CSS she posted. I would have posted it myself on ZNS, but I wasn't allowed to post there at the time.
Online Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply