|
Author | Topic: hidden links (Read 53 times) |
linds told a lie Exclusive
    nom nom nom[M:-575] member is offline
![[avatar]](http://i33.tinypic.com/16awlfa.png)
Fangs up!
Joined: Dec 2006 Gender: Female  Posts: 505 Location: California Karma: 12 |  | hidden links « Thread Started on Nov 3, 2009, 7:05pm » | |
I'm not even sure if this is a possible or not... I swear I've seen it before or maybe it's just my sickness getting to me. Anyways, I was wondering if there was a code or something that made it possible for a link on the sidebars of a site to be hidden and will only show up if you're logged into an account.
|
![[image]](http://i33.tinypic.com/esw287.png)
![[image]](http://i247.photobucket.com/albums/gg128/lindsaythelump/gabeee-1.png) click the text banner! |
|
Animus Administrator
      The Almighty Animus[M:0] member is offline
![[avatar]](http://dravu.com/RPGC14/wolfani-9.png)
Joined: Feb 2006 Gender: Male  Posts: 5,708 Location: somewhere Karma: 210 |  | Re: hidden links « Reply #1 on Nov 6, 2009, 10:48pm » | |
Put this before the link:
Code:| <script>if(pb_username=="Guest"){document.write("<div style='display:none'>"}</script> |
|
and this after:
Code:| <script>if(pb_username=="Guest"){document.write("</div>"}</script> |
|
| |
|
linds told a lie Exclusive
    nom nom nom[M:-575] member is offline
![[avatar]](http://i33.tinypic.com/16awlfa.png)
Fangs up!
Joined: Dec 2006 Gender: Female  Posts: 505 Location: California Karma: 12 |  | Re: hidden links « Reply #2 on Nov 7, 2009, 9:23pm » | |
Thanks so much!
|
![[image]](http://i33.tinypic.com/esw287.png)
![[image]](http://i247.photobucket.com/albums/gg128/lindsaythelump/gabeee-1.png) click the text banner! |
|
|