Log In · Register

 
Does anyone know how to customize your subscriptions?, I need help.
Catsrulexxx
post Apr 25 2006, 12:25 AM
Post #1


Xanga User
*

Group: Member
Posts: 7
Joined: Jul 2005
Member No: 181,827



I already have the replacer code for subscriptions in my xanga, does anyone know a code that can let me choose wich usernames I want shown on the subscriptions box. Please help! Thanks.
 
 
Start new topic
Replies (1 - 4)
talcumpowder
post Apr 25 2006, 12:31 AM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



You'd probably want a custom module. wink.gif
[ http://www.createblog.com/scripts/download.php?id=199 ]
CODE
<script>
titleContent = 'Title Here';
moduleContent = 'Module Content';
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode
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)
sub.insertAdjacentHTML('beforeBegin','<BR>');
</script>
Just make sure to keep all the links on one line or you'll have problems.
 
Catsrulexxx
post Apr 25 2006, 12:44 AM
Post #3


Xanga User
*

Group: Member
Posts: 7
Joined: Jul 2005
Member No: 181,827



Thx, I used the code but nothing happened, How to I put the usernames I want? And will it cover my already existing subscribtions box?

Thx
~Jeanie
 
talcumpowder
post Apr 25 2006, 09:23 PM
Post #4


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



You use it in conjuction with the link I posted. wink.gif And it goes into webstats, I kinda forgot to mention that.
Anyways, you just add links. Like so:
CODE
<a href="/USERNAME">USERNAME</a><br>
Where you replace USERNAME with the username of that person's xanga. =3 Add as many times as you like, but don't hit enter when you add each new link in.
 
Catsrulexxx
post Apr 26 2006, 12:55 AM
Post #5


Xanga User
*

Group: Member
Posts: 7
Joined: Jul 2005
Member No: 181,827



Thank you so much, I put that code down there in my look anf feel and it didnt do anything :(

~JEanie



CODE
<script>
titleContent = 'Subscriptions';
moduleContent = '<a href="/mysteryrose141">Jessica</a><br><a href="/teabagstrings">Jason</a><br><a href="/ticklemeemmalee">Emmalee</a><br><a href="/SurfinCho_cho">Kevin</a><br>';
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode
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)
sub.insertAdjacentHTML('beforeBegin','<BR>');
</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: