Log In · Register

 
 
Closed TopicStart new topic
changing the subscription usernames..., i dont really kno how 2 explain...
sWeetfAce41124
post Oct 10 2004, 07:09 PM
Post #1


h0Ld mY haNd ANd we'Ll mAKe iT
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 51,916



huh.gif on sum of the xangas i c, the usernames under the subscription module rnt shown as their username, but as their real name, or nickname or w/e. can neone tell me a code 4 that?????
 
avalon*
post Oct 10 2004, 07:21 PM
Post #2


NO. I'm not 13. or 14. or 15. or 16.
*******

Group: Member
Posts: 4,616
Joined: Jul 2004
Member No: 30,577



use the replace any link text script found in xanga scripts. then just change it from their xanga username to replacing it with their real name.
 
hyperchick
post Oct 10 2004, 07:44 PM
Post #3


Senior Member
****

Group: Member
Posts: 146
Joined: Oct 2004
Member No: 54,666



You'll have to use custom modules (http://www.createblog.com/forums/index.php?showtopic=178). Where it says enter your subcriptions here or w/e you'll have to make links to your friends manually. Example:

CODE
<!-- begin code provided by createblog.com -->
<a href=http://xanga.com/TheirXangaUrlHere target=_blank>Tim</a>
<!-- end code provided by createblog.com -->


EDIT: Oops. I forgot about the replace any link text script. You can use that too. Hahaha. (http://www.createblog.com/forums/index.php?showtopic=32)
 
sWeetfAce41124
post Oct 10 2004, 08:26 PM
Post #4


h0Ld mY haNd ANd we'Ll mAKe iT
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 51,916



the last code u showed me ^^^

it only changed like, the eprop and comment and subscribe and stuff link. am i supposed 2 edit tht??? bcuz i dont know how. and i dont understand the whole custom module thingie-ma-bobber.....help me!!!!!!!!!!!!!!!!!
 
shortvi3tlaydee
post Oct 10 2004, 09:17 PM
Post #5


moohaha
******

Group: Member
Posts: 2,214
Joined: Aug 2004
Member No: 41,985



use this

http://www.createblog.com/forums/index.php?showtopic=32
 
sammi rules you
post Oct 10 2004, 09:28 PM
Post #6


WWMD?! - i am from the age of BM 2
*******

Group: Member
Posts: 5,308
Joined: Mar 2004
Member No: 8,848



there's a code on custom modules, it should be able to explain the process to you.
 
sweetxsimplicity
post Oct 10 2004, 10:22 PM
Post #7


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->


Eprops and Comments is where you put the Xanga username, and dollars and cents is where you put the name.
 
swtaznpride
post Oct 11 2004, 09:32 AM
Post #8


Senior Member
*****

Group: Member
Posts: 491
Joined: May 2004
Member No: 18,689



here's teh code for custom module.




COPY AND PASTE INTO CUSTOM HEADER (REQUIRED 2 OF 3):

CODEBOX: -> right click -> copy/paste
<!-- begin code provided by createblog.com -->
<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}

/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>

<!-- add this below all the CSS -->

<table border=0 width="660"><tr><td valign="top" width="160">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module">
<center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p>

<b>name:</b> uhhhh..<br>
<b>gender:</b> errr<br>
<b>hobbies:</b> blah blah<br>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module">

<!-- Add your subscriptions here -->

<a href="http://www.xanga.com/SOMEONE">someone</a><br>
<a href="http://www.xanga.com/SOMEONE2">someone 2</a>

</td></tr></table><br>

<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module">

<!-- Add your blogrings here -->

<a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a>

</td></tr></table><br>


<!-- Here's your CUSTOM MODULE.. copy and paste as needed -->
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module">

La la la =]

</td></tr></table><br>



</td><td width="500" valign="top" align="left">
<!-- end code provided by createblog.com -->



COPY AND PASTE INTO WEBSITE STATS (REQUIRED 3 OF 3):


CODEBOX: -> right click -> copy/paste
<!-- begin code provided by createblog.com -->
</td></tr></table>
<!-- end code provided by createblog.com -->
 
sWeetfAce41124
post Oct 12 2004, 05:27 PM
Post #9


h0Ld mY haNd ANd we'Ll mAKe iT
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 51,916



huh.gif im confused. at first, i thought the change the link name code thingie would work, but i think i did sumthin wrong.....it didnt change anything!!! help meeeeeeeee!!!!
 
mezzanine
post Oct 12 2004, 05:49 PM
Post #10


i am displaced.
****

Group: Member
Posts: 100
Joined: Aug 2004
Member No: 44,860



you have to replace "eprops" or "comments" with the person's user name like if their user name is "too_cool_4School" or whatever...you have to type that in both places it says "eprops" and then in place of "cents" (as shown in previously replied code) put their name or whatever you want to show up. make sure you put their username in correctly and in both places necessary.
 
swtaznpride
post Oct 12 2004, 08:42 PM
Post #11


Senior Member
*****

Group: Member
Posts: 491
Joined: May 2004
Member No: 18,689



that would only change the down partt like the comments and eprops.
 
sWeetfAce41124
post Oct 14 2004, 04:47 PM
Post #12


h0Ld mY haNd ANd we'Ll mAKe iT
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 51,916



huh?
 
mezzanine
post Oct 14 2004, 05:10 PM
Post #13


i am displaced.
****

Group: Member
Posts: 100
Joined: Aug 2004
Member No: 44,860



no look...

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->


just add another one of these somewhere in there...


else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");


...and edit it the way you want...replacing the bolded words with your friend's username and changing "add me" to the text that you want to appear.
 
hyperchick
post Oct 14 2004, 08:24 PM
Post #14


Senior Member
****

Group: Member
Posts: 146
Joined: Oct 2004
Member No: 54,666



Place in webstats

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
}//-->
</script>
<!-- end code provided by createblog.com -->
 
sweetxsimplicity
post Oct 14 2004, 11:53 PM
Post #15


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



QUOTE(hyperchick @ Oct 14 2004, 5:24 PM)
Place in webstats

CODE
<!-- begin code provided by createblog.com -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace (/USER NAME/i, "THE NAME YOU WANT IT TO BE");
}//-->
</script>
<!-- end code provided by createblog.com -->

Please don't re-post codes, this code has already been posted several times. Thank you. wink.gif
 
sWeetfAce41124
post Oct 20 2004, 08:00 PM
Post #16


h0Ld mY haNd ANd we'Ll mAKe iT
**

Group: Member
Posts: 15
Joined: Sep 2004
Member No: 51,916



o ok, i must b the slowest person in the world.......
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: