Does anyone know how to customize your subscriptions?, I need help. |
![]() ![]() |
Does anyone know how to customize your subscriptions?, I need help. |
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.
|
|
|
|
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.
[ http://www.createblog.com/scripts/download.php?id=199 ] CODE <script> Just make sure to keep all the links on one line or you'll have problems.
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> |
|
|
|
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 |
|
|
|
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.
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.
|
|
|
|
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 --> |
|
|
|
![]() ![]() |