HomeHome  GalleryGallery  SearchSearch  RegisterRegister  Log inLog in  


Merry Christmas FA Members!

Global Announcement

FriendsterAddictz Forum is on-search for Moderators. For more information, click THIS.


 

problem with my layout

View previous topic View next topic Go down 
Author Message
flipper
FA Newbie
FA Newbie


Aries Rooster
Age : 27
Joined : 10 Jun 2008
Posts : 1
 : >>Proud Member
Forum Points : 
0/9990/9990/999 (0/999)
Referrer : None

PostSubject: problem with my layout   Mon Jun 16, 2008 5:38 pm

ask ko lng kung anong code dapat kong lagay sa css file ko at sa js file. i tried yung mga code posted here pero ayaw magwork. Can somebody help me.
i have the css file and javascript file but everytime na i- compile ko cla nothing happen ayaw lumabas ng layout ko.
Back to top Go down
FriendsterAddictz
Administrator
Administrator


Gender:Male Leo Rooster
Age : 15
Joined : 07 Mar 2008
Posts : 1077
Location : ...somewhere there...
 : >>Hide and Seek
Forum Points : 
999/999999/999999/999 (999/999)
Referrer : None

Character sheet
Tagline: Proud Member

PostSubject: Re: problem with my layout   Tue Jun 17, 2008 6:43 pm

pde nyo po b ipost ang Link ng css and js codes mo pra masiLip and see wats d prob..
Back to top Go down
reemyrobby
FA Newbie
FA Newbie


Gender:Male Gemini Snake
Age : 19
Joined : 23 Jul 2008
Posts : 3
Location : Philippines
 : >>Friendster Moderator
Forum Points : 
0/9990/9990/999 (0/999)
Referrer : None

PostSubject: Re: problem with my layout   Wed Jul 23, 2008 4:34 am

Flipper,

FRIENDSTER DO NOT SUPPORT JAVASCRIPT!

Please mark my words!

~cheers!

~Reem~
~Friendster Moderator~
Back to top Go down
x.aufelle.x
Sr. Moderator
Sr. Moderator


Gender:Female Aquarius Dragon
Age : 19
Joined : 26 Apr 2008
Posts : 445
Location : Looking w0w..feeLing w0w ng cavite ü
 : -08.20.08-
Forum Points : 
30/99930/99930/99930/999 (30/999)
Referrer : None

Character sheet
Tagline: Respect is EARNED not FORCED

PostSubject: Re: problem with my layout   Wed Jul 23, 2008 7:09 am

ahmmm if FS dont support JS then why are there stiLL javascripts for friendster Layout tweaking????
_________________

Back to top Go down
- JoyChristian -
Sr. Moderator
Sr. Moderator


Gender:Male Leo Rooster
Age : 15
Joined : 14 Jul 2008
Posts : 362
 : >>Newbie Mod
Forum Points : 
100/999100/999100/999100/999 (100/999)
Referrer : None

PostSubject: Re: problem with my layout   Sun Jul 27, 2008 9:50 am

friendster do support javascript codes..
but it will definitely not work if u are not using the correct linker in your profile.
Back to top Go down
- ashdesignz -
Jr. Moderator
Jr. Moderator


Gender:Male Libra Tiger
Age : 22
Joined : 02 Aug 2008
Posts : 31
Location : Philippines
 : [ Liquid Tehnsion™ ]
Forum Points : 
5/9995/9995/9995/999 (5/999)
Referrer : None

PostSubject: Re: problem with my layout   Sun Aug 03, 2008 10:53 pm

try this:

paste this code first in media box:

Quote:
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "JS_URL_HERE";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "CSS_URL_HERE";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);


palitan mo ng link ng JS file mo yung
may nakasulat na JS_URL_HERE

tapos yung link naman ng CSS file mo
sa CSS_URL_HERE

after that, save as mo, filename.swf

kahit anong filename basta .SWF
tapos upload mo sa file hosting site na gamit mo.

After hosting, kunin mo link address ng SWF mo.

gamitin mo ang latest JS linker ng
site na toh, bawal
i-post ang explanation ng alternative linkers eh. study
Back to top Go down
bakb_bbak
FA Newbie
FA Newbie


Gender:Male Cancer Goat
Age : 17
Joined : 28 Sep 2008
Posts : 5
 : >>Shocked Member
Forum Points : 
1/9991/9991/9991/999 (1/999)
Referrer : None

PostSubject: Re: problem with my layout   Sun Sep 28, 2008 1:43 pm

yeah..

gumagana yung js scripts sa FS..

gamit ko nga sa profile ko..

gumana naman..
right linker lang dapat,,
Back to top Go down
- JoyChristian -
Sr. Moderator
Sr. Moderator


Gender:Male Leo Rooster
Age : 15
Joined : 14 Jul 2008
Posts : 362
 : >>Newbie Mod
Forum Points : 
100/999100/999100/999100/999 (100/999)
Referrer : None

PostSubject: Re: problem with my layout   Sun Sep 28, 2008 1:45 pm

this topic is months ago.
* topic locked *
Back to top Go down

problem with my layout

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum: You cannot reply to topics in this forum
FriendsterAddictz :: ASSISTANCE SPACE :: Friendster Codes -