i cant adjust it to the right.
Last edited by bluemango (2007-09-16 21:26:22)
I tried this code and I got the random friends working... BUT...
1. The envelopes are so big.. How do I fix this?
2. When I click on "more random friends" Sometimes some of the big envelops are gone and replaced
with Recent Updates data like this:
new comment
new friend(s)
last update: 9/2/2007
3. I want to change the heading from Friends to Frolicks Randomized Friends (where do I change it)
4. And I want to center the 5 friends boxes. They seem to be flushed to the left...
See my page http://www.friendster.com/frolick
Here are my codes:
1. JAVASCRIPT
<">2. CSS CODE
<">Thanks in advance for the help. huhuhuhu
i tried to bring it back... i suceeded but it doesn't look the way it is before..
and yes same as you're problem... its all flushed to the left.. looks good
on the sidebar at first glance but i'm a kinda position freak guy.. so it's
not good enough for me... i tried tweaking it's css but never succeeded,
so i'm not using it anymore.. never tried it on mainbox also.
so i guess.. someone good on css can help you not me
like Ephe
are u using the old tracker codes or the updated one??
coz you're function position seems different....
btw.. i put my customized title then at this line and in the bold part.
Ffetcher.cached.push(":"+page+":");
document.getElementById("frbox").childNodes[0].innerHTML="[b]Friends[/b] ";
Ffetcher.show();
don't know if its the right thing to do but it works then.
I'm desperate
[quote=lordheinz]yeah..iv been using this code...thanks ken...youre a geniusssssssss![/quote]
Last edited by frolickfriendster (2007-09-03 06:32:30)
<">btw.. i've used the old Friend Randomizer codes the one i've used
before and just added the ajax request... i'm so glad they have the
same effect as the addBox.
Last edited by Refresh/Reload (2007-09-03 07:36:51)
http://h1.ripway.com/marfillaster/tweaks/ken/script.js
Last edited by marfillaster (2007-09-03 07:53:29)
Last edited by frolickfriendster (2007-09-03 08:05:02)
the envelope graphic is still big. huhuhu
Last edited by Refresh/Reload (2007-09-03 09:09:56)
Please anybody with a good heart check my code.... Please, please please. :~(
<">
Last edited by frolickfriendster (2007-09-03 11:12:14)
What you are having are bugs my friend... you have multiple AddMainbox
script in your file... doubled script causes bugs bigtime!!
here's a tip:
1. you only need one(1) extension link... preferebly the tracker.js of your WVM
2. If you're using the old WVM... the AddMainbox and the AddSidebar are
already inside it so no need to duplicate... meaning... if you add the comments,
message pop-ups or the Friend Randomizer.. no need to put or add another
mainbox script on it... just put the rest of the code below the tracker codes.
just like the ajax request.. you only need one...
3. If you're using much older version just add the addMainbox or AddSidebar
function only once.. no need to duplicte per codes..
4. you can put all your js/codes in and out of the tracker codes.
see as reference: if you have the time....
[url=http://theftalk.com/t6843-TUTORIAL%3A-FTalk-Coders-Codes...html]How to use FTalk Coders Codes.[/url]
hope this would help..
Last edited by Refresh/Reload (2007-09-05 15:54:16)