Modules on the left, remove for public but not private? |
Modules on the left, remove for public but not private? |
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 =) |
|
|
|
![]() |
Aug 6 2004, 02:33 AM
Post
#2
|
|
|
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 --> |
|
|
|
nisimaldar Modules on the left Aug 4 2004, 01:32 AM
boysbr3akhearts You can't change the public left modules witho... Aug 4 2004, 01:53 AM
nisimaldar ah, that's too bad. well, thanks for your h... Aug 4 2004, 02:28 PM
mystical Uhmm yeah i saw ur post nd decided to release this... Aug 4 2004, 03:44 PM
boysbr3akhearts QUOTE(mystical @ Aug 4 2004, 10:44 AM)Uhmm ye... Aug 4 2004, 03:47 PM
mystical QUOTE(boysbr3akhearts @ Aug 4 2004, 1:47 PM) ... Aug 4 2004, 03:54 PM
nisimaldar Ah, you rock!!! Thanks much =) But... Aug 6 2004, 12:40 AM
mystical Updated
http://www.createblog.com/forums/index.ph... Aug 6 2004, 01:32 AM![]() ![]() |