I love the HIDE html code... so I was wondering if there's some kind of CSS code i could add that would hide every link so we wouldn't have to do it.
5 posters
Hiding all Links
RAtSoaDM- Forumember
- Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN
- Post n°1
Hiding all Links
Guest- Guest
- Post n°2
Re: Hiding all Links
I don't understand. Hah, if you'll hide all link how will you navigate on forum?
Gangstar15- Forumember
- Posts : 392
Reputation : 163
- Post n°3
Re: Hiding all Links
You mean hide all link in the posts?
RAtSoaDM- Forumember
- Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN
- Post n°4
Re: Hiding all Links
Gangstar15 wrote:You mean hide all link in the posts?
Ofc
Gangstar15- Forumember
- Posts : 392
Reputation : 163
- Post n°5
Re: Hiding all Links
try this in your css:
- Code:
.postbody .content a {display:none;}
Guest- Guest
- Post n°6
Re: Hiding all Links
Why you need this? Note that nobody can't see the links, even and administrators.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
- Post n°7
Re: Hiding all Links
If you use widgets, put it in a style tag and set the permissions on the widgets accordingly to allow mods and admins to see links
RAtSoaDM- Forumember
- Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN
- Post n°8
Re: Hiding all Links
Gangstar15 wrote:try this in your css:
- Code:
.postbody .content a {display:none;}
Ok, so the Links will appear once a reply is made? lol just like with that HIDE code.
Gangstar15- Forumember
- Posts : 392
Reputation : 163
- Post n°9
Re: Hiding all Links
Gassy wrote:Why you need this? Note that nobody can't see the links, even and administrators.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°10
Re: Hiding all Links
RAtSoaDM wrote:Gangstar15 wrote:try this in your css:
- Code:
.postbody .content a {display:none;}
Ok, so the Links will appear once a reply is made? lol just like with that HIDE code.
No i dont think so? i think you better just stick to hide tags,
And i dint test it, but is that hiding all content or just links?
Anyway i think your hide tags would be best, if it's links only for staff to see,then post them on a staff board or something?
You would have to explain what your doing it for so we understand?
Guest- Guest
- Post n°11
Re: Hiding all Links
Yeah kirk, by selector a he hide all a tags. Of course, a tag can be used not only for links, but he can hide forum links just going to check right permissions for this, I think this he wants. Anyway you have to click then from See links in the messages field select Moderators, or what he certain want.
Edit: Maybe he wants:
Edit: Maybe he wants:
- Code:
[hide]HERE HIDE MESSAGE[/hide]
Need to post to view links.
RAtSoaDM- Forumember
- Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN
- Post n°12
Re: Hiding all Links
Yeah the HIDe code can be used for whatever... Thanks anyways
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°13
Re: Hiding all Links
so then this is solved?
RAtSoaDM- Forumember
- Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN
- Post n°14
Re: Hiding all Links
Yeah. My bad
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°15
Re: Hiding all Links
Topic Solved & Locked |