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 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. |
|
|
|
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.
|
|
|
|
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 |
|
|
|
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 |
|
|
|
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) Yes at the beginning |
|
|
|
Aug 6 2004, 12:40 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jul 2004 Member No: 27,058 |
Ah, you rock!!!
|
|
|
|
Aug 6 2004, 01:32 AM
Post
#8
|
|
![]() I HAVE YOUR IP ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,653 Joined: Feb 2004 Member No: 2,745 |
|
|
|
|
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 --> |
|
|
|
![]() ![]() |