FTalk

FTalk

Welcome guest! Please Login or Register.

#1  2008-03-30 05:18:04

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Navigation Bar [Overlays]

Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. I don't know if this works in CSS layouts, but I'm sure this works in Overlays. Just found this trick somewhere, in http://www.dynamicdrive.com (If I'm not mistaken, forgot the name of the site)

--- EDITED THE PART BELOW ---

Preview: http://h1.ripway.com/Darrylfamador/Navbar.html

2.) http://h1.ripway.com/Darrylfamador/EmosmustDie.html

Ok. There! As what most of you requested. Just comment or message me when there's something wrong with the preview.

---> ---> Do some necesarry changes/editing on the codes.
---> ---> You'll just edit the USER ID part.
---> ---> Insert in the body portion of your HTML codes.

<script type="text/javascript">

//Static Slide Menu 6.5 © MaXimuS 2000-2001, All Rights Reserved.
//Site: http://www.absolutegb.com/maximus
//Script featured on Dynamic Drive (http://www.dynamicdrive.com)

NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")

tempBar='';barBuilt=0;ssmItems=new Array();

function truebody(){
return (document.compatMode!="BackCompat")? document.documentElement : document.body
}

moving=setTimeout('null',1)
function moveOut() {
if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) {
clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}};
function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}
function moveBack1() {
if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) {
clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}}
function slideMenu(num){
if (IE) {ssm.pixelLeft += num;}
if (NS6) {ssm.left = parseInt(ssm.left)+num+"px";}
if (NS) {ssm.left = parseInt(ssm.left)+num; bssm.clip.right+=num;bssm2.clip.right+=num;}}

function makeStatic() {
if (NS||NS6) {winY = window.pageYOffset;}
if (IE) {winY = truebody().scrollTop;}
if (NS6||IE||NS) {
if (winY!=lastY&&winY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - YOffset + staticYOffset);}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (IE) bssm.pixelTop+=smooth;
if (NS6) bssm.top=parseInt(bssm.top)+smooth+"px"
if (NS) bssm.top=parseInt(bssm.top)+smooth
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)}}

function buildBar() {
if(barText.indexOf('<IMG')>-1) {tempBar=barText}
else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}}
document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')}

function initSlide() {
if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style;
bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";}
else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style
bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";}
else if (NS) {bssm=document.layers["basessm1"];
bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];
bssm2.clip.left=0;ssm.visibility = "show";}
if (menuIsStatic=="yes") makeStatic();}

function buildMenu() {
if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+'px ;Top : '+YOffset+'px ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'px"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+'px ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'px" bgcolor="'+menuBGColor+'"><TR><TD>')}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'px" bgcolor="'+menuBGColor+'">');
for(i=0;i<ssmItems.length;i++) {
if(!ssmItems[i][3]){ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1}
else if(ssmItems[i][3]!=menuCols)ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
if(ssmItems[i-1]&&ssmItems[i-1][4]!="no"){document.write('<TR>')}
if(!ssmItems[i][1]){
document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'px" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+ssmItems[i][0]+'</b></font></td>')}
else {if(!ssmItems[i][2])ssmItems[i][2]=linkTarget;
document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+ssmItems[i][5]+'px" COLSPAN="'+ssmItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV  ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>')}
if(ssmItems[i][4]!="no"&&barBuilt==0){buildBar();barBuilt=1}
if(ssmItems[i][4]!="no"){document.write('</TR>')}}
document.write('</table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV></DIV>')}
if (NS) {document.write('</LAYER></ILAYER></LAYER>')}
theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)}

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="444444";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FFFFFF";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION BAR"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["MAIN NAVIGATION"] //create header
ssmItems[1]=["<b>•HOME</b>", "http://www.friendster.com/", ""]
ssmItems[2]=["<b>•PROFILE</b>", "http://www.friendster.com/user.php",""]
ssmItems[3]=["<b>•FRIENDS</b>", "http://www.friendster.com/friends.php", ""]
ssmItems[4]=["<b>•SETTINGS</b>", "http://www.friendster.com/editaccount.php", ""]
ssmItems[5]=["<b>•MESSAGES</b>", "http://www.friendster.com/messages.php", ""]
ssmItems[6]=["<b>•LOG OUT</b>", "http://www.friendster.com/logout.php", ""]

ssmItems[7]=["OTHER NAVIGATION", "", ""] //create header
ssmItems[8]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Send</b>", "http://www.friendster.com/", ""]

ssmItems[9]=["•Message&nbsp;", "http://www.friendster.com/sendmessage.php?uid=USER ID", "", 1, "no"] //create two column row
ssmItems[10]=["•Smile", "http://www.friendster.com/sendmessage.php?uid=USER ID&action=sendsmile", "",1]

ssmItems[11]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Add</b>", "http://www.friendster.com/", ""]

ssmItems[12]=["•Comment&nbsp;", "http://www.friendster.com/comments.php?uid=USER ID", "", 1, "no"] //create two column row
ssmItems[13]=["•Friend", "http://www.friendster.com/addfriendrequest.php?uid=USER ID", "",1]


buildMenu();

//-->
</script>

Last edited by Dfamador (2008-05-16 14:53:17)



-- Yo.Visiting once in a while :>

                    

switpotato[?] likes this topic.

#2  2008-03-30 05:27:26

dale
 Dale Pernz
dale's display avatar
» Former Moderator
FTalk Level: zero
Novice ModeratorPromoter
Clique Mee
Friendstertalk University
G.Lagro.subd.
7214
77
2010-02-19
Website

Re: Navigation Bar [Overlays]

any preview??:paranoid:


#3  2008-03-30 05:46:37

duchess
 dukesa~
duchess's display avatar
» Moderator
FTalk Level: 9
ModeratorRegional LeaderFTalkers ♥♥ Me!Topic InitiatorTop PosterHyper!Some FTalkers ♥ My Threads!ChatterboxStill Alive & Kickin'
Class-S
ɐɯɐʞ :))
10203
510
Website

Re: Navigation Bar [Overlays]

Dale
Pls proceed here

Topic Starter
We know you have given a priview but we would appreciate it if you give a preview in your actual friendster account. Even a test account will do. And pls indicate in the Title if this is an overlay tweak.

And i think i saw this tweak shared by Shakiro before. :rolleyes:



Tumblr | Farcebook

│█│║▌║││█║▌║▌│█│
p i l l o w b l a n k y

#4  2008-03-30 06:14:00

japzy
japzy's display avatar
» Promoter
FTalk Level: zero
Novice PromoterSome FTalkers ♥ Me!
Tales of Klitorika
2805
325

Re: Navigation Bar [Overlays]

why are you posting codes if you dont know if it works? better try it first before you post. :eh:




Follow me on tumblr. :)

#5  2008-03-30 07:10:28

kiddy
» Banned
FTalk Level: zero
Novice Promoter
6544
127

Re: Navigation Bar [Overlays]

don't you have real preview???


:question:

#6  2008-03-30 07:17:05

wyvern07zed
 jeffrey barandino
wyvern07zed's display avatar
» n00b
FTalk Level: zero
Zamboanga City, Ph
81
1
2009-06-18
Website

Re: Navigation Bar [Overlays]

japzy is right... double check or if possible make it triple... and previews are needed when posting... and posts must be specific as possible... but anyway thanks for the codes... i appreciate your kindness and hard work...



FS Profile w/ Updated Naruto Shippuuden Series

#7  2008-03-30 08:36:36

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Re: Navigation Bar [Overlays]

You guys are so rude. That's why I am classified as a Friendsternewbie, and I just started being involved in some tricks of Hypertext markup language, not that veteran. Just when you all think as if you're better, but when you aren't.

And btw, your sentences seem to have alot of mistakes, care to rephrase them ¿

Ok. I'll just edit it.



-- Yo.Visiting once in a while :>

#8  2008-03-30 10:13:17

ThE_FamouS_LasT_WorD
 Zetsu
ThE_FamouS_LasT_WorD's display avatar
» FTalkAddict
FTalk Level: zero
AKATSUKI MEMBER
school A
Grass Village
578
5
2010-02-12
Website

Re: Navigation Bar [Overlays]

another cool trick Dfamador he is a newbie in the forum but I think hes a geek :thumbsup::thumbsup:




#9  2008-03-30 10:15:03

cklahrckiey
 Cklarck Vi Britannia
cklahrckiey's display avatar
» FTalkFreak
FTalk Level: 1
[ Tha Mafia ]
Class-S
3 Stars and A Sun
1857
52
Website

Re: Navigation Bar [Overlays]

i think this is related to shak's sexy slide menu...
hehehe...well thanks for sharing... :D :thumbsup:

#10  2008-03-30 11:31:45

pipito21
 Jay aNgelO
pipito21's display avatar
» FTalkManiac
FTalk Level: 4
goiNg.. going.. goNE
Rockstars
921
67
Today
Website

Re: Navigation Bar [Overlays]

Dfamador wrote:

You guys are so rude. That's why I am classified as a Friendsternewbie, and I just started being involved in some tricks of Hypertext markup language, not that veteran. Just when you all think as if you're better, but when you aren't.

And btw, your sentences seem to have alot of mistakes, care to rephrase them ¿

Ok. I'll just edit it.

nobody's being rude here bro. they are just correcting your mistakes,, anywiez.. all of us makes mistakes right? if we made a mistake.. feel free to correct us ayyt?

welcome to ftalk.. nice code,, hope i can make this work.. :penguin:

Last edited by pipito21 (2008-03-30 11:38:00)


#11  2008-03-30 13:22:51

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Re: Navigation Bar [Overlays]

I'm not telling everyone RUDE. It's just that what some of the commentators say aren't really regarding my post, or don't really have connections to it.

--- Some were requesting to provide a Preview when it's already provided.
--- One says this: And pls indicate in the Title if this is an overlay tweak. ---> (Now, As in the Intro, I don't know if this works in CSS layouts, but I'm sure this works in Overlays. What If I'll classify the codes only for Overlays, but when it could be used in CSS layouts?)

---One says: why are you posting codes if you dont know if it works? better try it first before you post. ---> (What? I didn't even say that? What do you mean? Why should I post a trick when I even don't know how to use it.)

Generalization: Please comment with sense.



-- Yo.Visiting once in a while :>

#12  2008-03-30 13:42:02

portuniecho
» Moderator
FTalk Level: 7
Elite ModeratorFTalkers ♥♥ Me!
Class-S
6929
526
2010-03-16

Re: Navigation Bar [Overlays]

mayday mayday mayday :paranoid:

chillax guys,,,stay cool..

btw...if theres a problem with da tricks of dfamador,,,,
modz will react on dat,,,,
and plz,,dunt react if u didnt test it,,
to those who tried this code..just say ur opinion on dis,,
just dunt make a flame here,,  :/

just understand wat dfamador did,,
if u use it,,den its not workin,,react and say,,,"maybe thers a problem in ur codes" like dat
he's nly a newbie,,just understand his situation,,, =)

@threadstarter,,just  forget about wat da rest said to you dat its seems not good ..
wer apologizing for wat happened.. :D
just be cool..

anyways,,,just continue sharing ur tweaks here,, wer glad dat we have here a coder dat its only a newbie,,
=) good job,,kip it up...

just be cool guys,,nobodys perfect,,plz,,understand da situation of both sides.. =)

Last edited by portuniecho (2008-03-30 13:43:03)


#13  2008-03-30 13:43:23

switpotato
 .M.O.N.I.X.
switpotato's display avatar
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ Me!Some FTalkers ♥ My Threads!
dcrazier dbetter bxtreme
Class X
HubbieHubbieLand
3255
333

Re: Navigation Bar [Overlays]

know wat Dfamador 
no one is being rude to u...
they juz commented base from forum guidelines... to be honest...
the way u do ur  intro  catches my attention...
why post if u dont care at all....

Dfamador wrote:

Hey ya'll. Here's a Side bar Menu of Friendster Navigations. Don't care if someone posted this already, Forum Moderators will just delete this if ever. I don't know if this works in CSS layouts, but I'm sure this works in Overlays. Just found this trick somewhere, in http://www.dynamicdrive.com (If I'm not mistaken, forgot the name of the site)

we share coz we do want to share.. coz wer trying to impart wat we discover ...
nice sharing thou... but the rest is ryt...
just be lil resposible with ur post.. wer not competing here or wat...

+ repu for u ... for effort dont take this as hindrance for u to quit sharing
take it as a challenge to improve more..

love yha!!  :kiss:


   
my official site>>    http://switpotato.ucoz.com/
theres nothing wrong at making mistakes..
whats wrong is letting it stay as a mistake without the effort of making it right

#14  2008-03-30 13:46:42

Shirow Masamune
Shirow Masamune's display avatar
» Former Moderator
FTalk Level: 7
Novice ModeratorSome FTalkers ♥ Me!Decent Thread Starter
Derp.
Exelica
4600
264
Website

Re: Navigation Bar [Overlays]

enough with this thing now before it can start a flames lol well Dfamador has a point here he is just a beginner so mistakes can happen remember no one is perfect on this damned world and one more thing ive already shared this before and i successfully apply it on a css profiles but when fs continues to update their system this sliding menu became obsolete and start malfunctioning so there's a little chance that this trick will work on a CSS profiles but as i can see if this trick will be applied on a overlaid profile it will work fine as for those who can't see the preview then you are blind..

Last edited by Shirow Masamune (2008-03-30 13:48:15)




  :fart:

#15  2008-03-30 13:58:39

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Re: Navigation Bar [Overlays]

:lol: Thank you for your compliments... & concerns, of course.



-- Yo.Visiting once in a while :>

#16  2008-03-30 14:48:07

duchess
 dukesa~
duchess's display avatar
» Moderator
FTalk Level: 9
ModeratorRegional LeaderFTalkers ♥♥ Me!Topic InitiatorTop PosterHyper!Some FTalkers ♥ My Threads!ChatterboxStill Alive & Kickin'
Class-S
ɐɯɐʞ :))
10203
510
Website

Re: Navigation Bar [Overlays]

:arrow: i believe i was the one you are referring to in these lines:

--- Some were requesting to provide a Preview when it's already provided.
--- One says this: And pls indicate in the Title if this is an overlay tweak. ---> (Now, As in the Intro, I don't know if this works in CSS layouts, but I'm sure this works in Overlays. What If I'll classify the codes only for Overlays, but when it could be used in CSS layouts?)

FYI, i asked professionally about these matters. i am not being rude. And i suggested for you to indicate this in your Title as a tweak for overlay since YOU have applied it in an OVERLAY profile. Yes i know this will work in a JS profile but since you as a contributor of this trick shared it in such a way that can be applied in overlays, i SUGGESTED that you indicate this as an overlay tweak in your TITLE. Is that rude for you?.

Last edited by ducheszv (2008-03-30 14:50:30)



Tumblr | Farcebook

│█│║▌║││█║▌║▌│█│
p i l l o w b l a n k y

#17  2008-03-30 15:05:06

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Re: Navigation Bar [Overlays]

I just used the wrong term. And, Honestly, that was somekind of being... yokelish? Yah, being that one. My only concern is that when I will indicate the trick for Overlays, then people would think it would only be for Overlays. Now, what if it could also be in CSS? (If ever). That's just what I mean. No bad feelings. =)



-- Yo.Visiting once in a while :>

#18  2008-03-30 15:14:15

bobcbar
 Bob
bobcbar's display avatar
» Former Moderator
FTalk Level: HARDCORE!
Novice ModeratorTop PosterSome FTalkers ♥ Me!
Dongduchon, Korea
11549
374
Website

Re: Navigation Bar [Overlays]

Did you read shirow post? He says because of friendster updates the codes will not work on css profile but works great on overlays =)

It is only respecting other members to include for overlay in ur subject heading :D If later it is discovered that it can work on css then you can include that too in ur subject line.


#19  2008-03-31 04:23:05

Dfamador
 Karli Saadi.
Dfamador's display avatar
» FTalkWhiz
FTalk Level: 7
eGroup Captain
asdfg
Artwork 101
Cebu City.ph
2641
151
Today
Website

Re: Navigation Bar [Overlays]

I am just explaining what's on my side and what's with that trick. We might not know that it works in CSS layouts, especially when it's still undiscovered(We can't discover directly)

Last edited by Dfamador (2008-03-31 07:12:46)



-- Yo.Visiting once in a while :>

#20  2008-03-31 08:07:40

cray05
 ~~ren~~
cray05's display avatar
» n00b
FTalk Level: zero
just noob
here
65
0
2009-10-30

Re: Navigation Bar [Overlays]

ngek.... so u mean you didn't know how to do that??? or you do that codes???

so whats in that code??? no preview...

hmmm... i hope it solve ASAP ^^


Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 06:03:51 GMT

[ 10 queries - 0.056 second ]
Powered by SyntheticNetwork

FTalk

Welcome to FTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)

( hide )