Log In · Register

 
 
Closed TopicStart new topic
Modules on the left, remove for public but not private?
nisimaldar
post Aug 4 2004, 01:32 AM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Jul 2004
Member No: 27,058



Hullo all, just wondering... does anyone know if it's possible to remove/replace the modules on the left side for the public view while still keeping all the regular edit and read links for the private view? (yes i did look at scripts and at past posts!)

I'm a nut for having a cleaner subscription view so I wanted to organize them by the way I know those people (like this here) but I'm rather attached to those convenient links in the private view...

Any way to have the best of both worlds? Or perhaps to organize (categorize) subscriptions w/o having to get rid of and replace the left side?

many thanks =)
 
boysbr3akhearts
post Aug 4 2004, 01:53 AM
Post #2


i LUST you. <3
*****

Group: Member
Posts: 715
Joined: Jun 2004
Member No: 22,299



You can't change the public left modules without changing the private left modules. =/

You can organize subscriptions by using the Replace Links script, and I think that's the only way you can really change it.
 
nisimaldar
post Aug 4 2004, 02:28 PM
Post #3


Newbie
*

Group: Member
Posts: 9
Joined: Jul 2004
Member No: 27,058



ah, that's too bad. sad.gif well, thanks for your help anyway =)
 
mystical
post Aug 4 2004, 03:44 PM
Post #4


I HAVE YOUR IP
******

Group: Member
Posts: 1,653
Joined: Feb 2004
Member No: 2,745



Uhmm yeah i saw ur post nd decided to release this

CODEBOX: -> right click -> copy/paste
 
boysbr3akhearts
post Aug 4 2004, 03:47 PM
Post #5


i LUST you. <3
*****

Group: Member
Posts: 715
Joined: Jun 2004
Member No: 22,299



QUOTE(mystical @ Aug 4 2004, 10:44 AM)
Uhmm yeah i saw ur post nd decided to release this

CODEBOX: -> right click -> copy/paste

biggrin.gif So I'm guessing that code makes the private modules visible?? Awesome. Do you put it into website stats?
 
mystical
post Aug 4 2004, 03:54 PM
Post #6


I HAVE YOUR IP
******

Group: Member
Posts: 1,653
Joined: Feb 2004
Member No: 2,745



QUOTE(boysbr3akhearts @ Aug 4 2004, 1:47 PM)
biggrin.gif So I'm guessing that code makes the private modules visible?? Awesome. Do you put it into website stats?

Yes at the beginning
 
nisimaldar
post Aug 6 2004, 12:40 AM
Post #7


Newbie
*

Group: Member
Posts: 9
Joined: Jul 2004
Member No: 27,058



Ah, you rock!!! cool.gif Thanks much =) But I just have one more question. Would it be possible to have it so that the code doesn't remove my chatterbox?
 
mystical
post Aug 6 2004, 01:32 AM
Post #8


I HAVE YOUR IP
******

Group: Member
Posts: 1,653
Joined: Feb 2004
Member No: 2,745



Updated

http://www.createblog.com/forums/index.php?showtopic=29094
 
nisimaldar
post Aug 6 2004, 02:33 AM
Post #9


Newbie
*

Group: Member
Posts: 9
Joined: Jul 2004
Member No: 27,058



I tried your update but it sadly still removed the chatterbox. So I ended up taking out the table.left bits from your code... it leaves the chatterbox but the whole format gets rather screwy. Ah well, it works for now!

CODE
<!-- begin code provided by createblog.com -->

<script language="JavaScript">
// Script Created by Mystical for Createblog.com
// http://xiphin.com
<!--
if(location.pathname=='/home.aspx')
{
document.write("<style type=text/css>td.mainleft{display: none;} </style>") }
if(location.pathname=='/item.aspx')
{
document.write("<style type=text/css>td.mainleft{display: none;} </style>") }
if(location.pathname=='/profile.aspx')
{
document.write("<style type=text/css>td.mainleft{display: none;} </style>")
}
else
{
if(location.pathname=='/private/home.aspx')
document.write("<!--Display MODULE-->")
}
//-->
</script>
<!-- end code provided by createblog.com -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: