View Full Version : help please! modules.


xplicitnshort
08-29-2004, 03:32 PM
lol... this is going to sound semi-dumb, but i made this xanga for my friend a LONG time ago, and i have no idea how i made 2 extra modules for her. The example is here (http://www.xanga.com/xseductive_STRANGER)


as you can see, on the left side, it has the two modules that say "...I love daniel..." and below that a "current song" thing.

im pretty sure i didnt make new modules, so can anyone help me out?

THANKS TO ANYONE THAT HELPS.

JiNgLeBeLLz77
08-29-2004, 08:38 PM
i found the current song code... but i don't know about the other one...

<!-- Script by Blogring.net-->
<script>
// Programmed By Paul Chen aka Coyote
// Head scripter at Blogring.net
if (location.pathname.match ("/home.aspx"))
{

titleContent = 'Current Song';
moduleContent = '';
defStatus = 'Lover I Don`t Have To Love - Bright Eyes';

sub = subTitle.parentNode.parentNode.parentNode.parentNo de.parentNode
current = "";

if (typeof istatus != 'undefined'){
if (istatus.length > 1)
{
current = istatus [0].innerHTML
}
else
{
current = istatus.innerHTML
}}
else{current = defStatus}
}
sub.insertAdjacentHTML ('beforeBegin', '<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent + " " + current)
sub.insertAdjacentHTML ('beforeBegin', '<BR>');
</script>
<!-- Script by Blogring.net -->