friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

#41  2007-10-19 06:08:55

bobcbar
 Bob
bobcbar's display avatar
» SuperFriendster
Gee Back to Work
Location: Texas USA
Registered: 2007-04-08
Posts: 9873
Reputation: 288
Friendster

Re: Friendster Div ID/Class

thanks xavierkym for the quick update :thumbsup:


#42  2007-10-19 06:17:50

gen07
» FriendsterNewbie
Registered: 2007-08-20
Posts: 60
Last visit: 2008-10-23
Reputation: ~

Re: Friendster Div ID/Class

jemjemzz wrote:

sickofyou wrote:

how to hide a box? example mediabox?

its like this^^...

put this on ur external css ^^...

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

or

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

tnx to xavier ^^

after putting it in my external css (i use ripway) where should i paste it? in media box? and also,  what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style>   but it doesn't work anymore. thanks! :)

#43  2007-10-19 06:21:58

friendskler
» FriendsterNewbie
Registered: 2007-09-16
Posts: 38
Last visit: 2008-10-23
Reputation: ~

Re: Friendster Div ID/Class

what's an external css?


just looking around..

#44  2007-10-19 06:24:02

bluemango
 Mystreena
bluemango's display avatar
» FriendsterTalker
muah! muah!
Location: Porks Park
Registered: 2007-07-21
Posts: 188
Last visit: 2008-11-05
Reputation: ~

Re: Friendster Div ID/Class

wow thanks.. just in time. coz suddenly my hidden boxes showed up! :paranoid:


#45  2007-10-19 06:34:15

jemjemzz
 jemz
jemjemzz's display avatar
» FriendsterNewbie
Location: mandaluyong
Registered: 2007-07-20
Posts: 43
Last visit: 2008-03-24
Reputation: ~
Friendster

Re: Friendster Div ID/Class

gen07 wrote:

jemjemzz wrote:

sickofyou wrote:

how to hide a box? example mediabox?

its like this^^...

put this on ur external css ^^...

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

or

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

tnx to xavier ^^

after putting it in my external css (i use ripway) where should i paste it? in media box? and also,  what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style>   but it doesn't work anymore. thanks! :)

r u using an advance profile^^...

the one that uses... a css or js linker ^^

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

put this between the css codes ^^

<style type= "text/css">@import url (MY CSS LINK) </style>

yup this codes aren't workin anymore^^


#46  2007-10-19 06:36:09

jemjemzz
 jemz
jemjemzz's display avatar
» FriendsterNewbie
Location: mandaluyong
Registered: 2007-07-20
Posts: 43
Last visit: 2008-03-24
Reputation: ~
Friendster

Re: Friendster Div ID/Class

friendskler wrote:

what's an external css?

external css it the profile that you made ^^....

do understand me i mean....

http://h1.ripway.com/whoever/cssprofile.css ------ this one ^^....


#47  2007-10-19 06:41:00

Angeli_7
Angeli_7's display avatar
» FriendsterGeek
Rockstars
Registered: 2007-09-30
Posts: 1374
Reputation: 147

Re: Friendster Div ID/Class

can anyone fix the sliding photo gallery? it doesn't work anymore...any new updates?  =|


★ Ich bin zurück, um Ihr Leben eine lebende Hölle zu machen ★

#48  2007-10-19 06:43:11

sickofyou
 Edward Carlo
sickofyou's display avatar
» FriendsterManiac
Wrath upon myself
Location: Kabite, Pilipinas
Registered: 2007-08-25
Posts: 909
Last visit: 2009-01-01
Reputation: 5

Re: Friendster Div ID/Class

it still works, just change the photos_1_2 into content_1 in there. just look for it.

like this, take note on the bold text:

//Photo Gallery Slide
var slodde = "<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=144115188087015628&site=widget-e7.slide.com\" style=\"width:100%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><a href=\"http://www.friendster.com/photos/33176480\" target=\"_top\"><b>View All Photo</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=33176480\" target=\"_top\">Upload Photo For Me</b></a></div>";
document.getElementById('content_1').style.height='100%';
document.getElementById('content_1').style.overflowY='hidden';
document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>";

Last edited by sickofyou (2007-10-19 06:50:37)

#49  2007-10-19 06:49:26

Angeli_7
Angeli_7's display avatar
» FriendsterGeek
Rockstars
Registered: 2007-09-30
Posts: 1374
Reputation: 147

Re: Friendster Div ID/Class

where will i change photos1_2? i can't touch my css only js  :cry:


★ Ich bin zurück, um Ihr Leben eine lebende Hölle zu machen ★

#50  2007-10-19 06:49:26

gen07
» FriendsterNewbie
Registered: 2007-08-20
Posts: 60
Last visit: 2008-10-23
Reputation: ~

Re: Friendster Div ID/Class

jemjemzz wrote:

gen07 wrote:

jemjemzz wrote:


its like this^^...

put this on ur external css ^^...

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

or

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

tnx to xavier ^^

after putting it in my external css (i use ripway) where should i paste it? in media box? and also,  what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style>   but it doesn't work anymore. thanks! :)

r u using an advance profile^^...

the one that uses... a css or js linker ^^

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

put this between the css codes ^^

<style type= "text/css">@import url (MY CSS LINK) </style>

yup this codes aren't workin anymore^^

advance profile? uhmmm i have external css in ripway. (no js linker)

if <style> doesnt work any more, what code works?

#51  2007-10-19 06:51:34

sickofyou
 Edward Carlo
sickofyou's display avatar
» FriendsterManiac
Wrath upon myself
Location: Kabite, Pilipinas
Registered: 2007-08-25
Posts: 909
Last visit: 2009-01-01
Reputation: 5

Re: Friendster Div ID/Class

Angeli, check my post #48, that's it.

#52  2007-10-19 06:52:48

Angeli_7
Angeli_7's display avatar
» FriendsterGeek
Rockstars
Registered: 2007-09-30
Posts: 1374
Reputation: 147

Re: Friendster Div ID/Class

weeEeE it's fixed already! thanks sickofyou! +1 rep for you  :thumbsup:  :cool:


★ Ich bin zurück, um Ihr Leben eine lebende Hölle zu machen ★

#53  2007-10-19 06:54:30

sickofyou
 Edward Carlo
sickofyou's display avatar
» FriendsterManiac
Wrath upon myself
Location: Kabite, Pilipinas
Registered: 2007-08-25
Posts: 909
Last visit: 2009-01-01
Reputation: 5

Re: Friendster Div ID/Class

wow no problem angeli. thanks for the repu.  =)

#54  2007-10-19 07:29:59

Shirow Masamune
 Charles Vi Britannia XVII
Shirow Masamune's display avatar
» Moderator
The Irony of Fate
Class-S
Location: Castle Belphegor
Registered: 2007-07-26
Posts: 4462
Reputation: 227
Friendster

Re: Friendster Div ID/Class

im getting tired of this update thing whew :wasted:



Randum YM Messages :3

Ruru: say gin whats the ultimate killer combo?
Gin: ZA WARUDO!!!11
Ruru: wait wat?
Gin: WRRYYYYYYYYYY!!!11
Ruru: shoo mo3 :3

#55  2007-10-19 07:39:43

jemjemzz
 jemz
jemjemzz's display avatar
» FriendsterNewbie
Location: mandaluyong
Registered: 2007-07-20
Posts: 43
Last visit: 2008-03-24
Reputation: ~
Friendster

Re: Friendster Div ID/Class

gen07 wrote:

jemjemzz wrote:

gen07 wrote:


after putting it in my external css (i use ripway) where should i paste it? in media box? and also,  what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style>   but it doesn't work anymore. thanks! :)

r u using an advance profile^^...

the one that uses... a css or js linker ^^

/* HIDDEN SCRAPBOOK */
.scrapbook {
  display: none;
}

/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}

put this between the css codes ^^

<style type= "text/css">@import url (MY CSS LINK) </style>

yup this codes aren't workin anymore^^

advance profile? uhmmm i have external css in ripway. (no js linker)

if <style> doesnt work any more, what code works?

if you trust me i will be the the one to attch it...

thats if u trust me ^^...


#56  2007-10-19 08:04:33

stabbedheart
 ' 'i don't know
stabbedheart's display avatar
» FriendsterWhiz
angel face?
Location: house
Registered: 2007-02-04
Posts: 2573
Last visit: Yesterday
Reputation: 9
Friendster

Re: Friendster Div ID/Class

how about the BG for the boxes like more about me, etc. . . ??

Code:

/* BOX: MORE ABOUT ME */
.moreabout {
  border-width: ?px;
  border-color: #HEX;
  border-style: dashed;
  background-color: transparent;
  background-image: url(URL);
  background-position: center;
  background-repeat: repeat;
  filter:alpha(opacity=60); 
}

is this code still working?. .


^

i think this post has a wrong grammar

babawasan ko na nga pagiging dramatic DAW, =D

#57  2007-10-19 08:59:20

friendskler
» FriendsterNewbie
Registered: 2007-09-16
Posts: 38
Last visit: 2008-10-23
Reputation: ~

Re: Friendster Div ID/Class

jemjemzz wrote:

friendskler wrote:

what's an external css?

external css it the profile that you made ^^....

do understand me i mean....

http://h1.ripway.com/whoever/cssprofile.css ------ this one ^^....

i only use a premade friendster skin,
not so many tweaks in my page,
i'll study abt that css thingy,
tnx nwei


just looking around..

#58  2007-10-19 09:25:47

fando91
 Evander Harry
fando91's display avatar
» Promoter
Chevaliér dé L'empire
Class-S
Location: Légion d'honneur
Registered: 2007-08-19
Posts: 1802
Last visit: 2009-01-03
Reputation: 19

Re: Friendster Div ID/Class

Tnx xav!! u roxx! this codes might help them.. :D


#59  2007-10-19 09:34:07

shakiro214
 [ Eternal Scientist ]
shakiro214's display avatar
» FriendsterGeek
I have been 18 for 8 yrs
Class-S
Location: al rescate~! >.<
Registered: 2007-08-12
Posts: 1390
Reputation: 104
Friendster

Re: Friendster Div ID/Class

@xave

+rep  tnx for your help man.  Gave it to you earlier :cool: :thumbsup:

:penguin: :penguin: :penguin:


#60  2007-10-19 09:34:53

famous02
 Jennifer
famous02's display avatar
» FriendsterAddict
and out
Location: Italy
Registered: 2007-05-15
Posts: 465
Last visit: 2008-12-11
Reputation: ~

Re: Friendster Div ID/Class

im using this code for the testi and comments.. but it doesn't work now how can i fixed.. or i have to say it still work or not??

Code:

if ( ! attachOnLoadHandler(function () { rComm();})) window.onload = function () { rComm();};
function rComm() {
    CHOOSECOMM.init();
}

if (typeof CHOOSECOMM == "undefined") { CHOOSECOMM = {}; }
CHOOSECOMM = {
        comm: null,

        elements: {
                mainid: document.getElementById("content_publiccomments_1_7"),
                maintag: "DIV",
                mainclass: "fitem1wrapper"
        },

        init: function() {
                this.comm = this.getElementsByClassName(this.elements.mainid,this.elements.maintag,this.elements.mainclass);
                    for(var x=1; x<this.comm.length;x++) {
                        if(this.comm[x].innerHTML) {
                               this.comm[x].parentNode.removeChild(this.comm[x]);
                        }
                    }
        },

        getElementsByClassName: function(oElm, strTagName, strClassName) {
                var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
                var arrReturnElements = new Array();
                strClassName = strClassName.replace(/\-/g, "\\-");
                var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)");
                var oElement;
                    for(var i=0; i<arrElements.length; i++) {
                        oElement = arrElements[i];       
                        if(oRegExp.test(oElement.className)) {
                                arrReturnElements.push(oElement);
                        }   
                }
                return (arrReturnElements);
        }
};


Search Friendstertalk

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2009 PunBB

[ 8 queries - 0.066 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! 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. =)