FTalk

FTalk

Welcome guest! Please Login or Register.

#421  2009-07-03 00:59:47

LiDoNg_9_0
» n00b
FTalk Level: zero
1
0
2009-07-06

Re: Making Extensions Files. [Friendster Editing]

im done creating and uploading my .js ..bUt wHere sHould i uSe the Direct Link???

#422  2009-07-04 20:15:46

michaella1319
» n00b
FTalk Level: zero
3
0
2009-07-29

Re: Making Extensions Files. [Friendster Editing]

cool nice nice:):thumbsup:

#423  2009-07-05 01:54:24

Hafeez
 Prince Libra
Hafeez's display avatar
» FTalkWhiz
FTalk Level: 7
Hyper!Some FTalkers ♥ Me!
Friendstertalk University
Singapore
2602
243
Website

Re: Making Extensions Files. [Friendster Editing]

Thanks for sharing its useful! :D:thumbsup:




FTalk Whiz

#424  2009-07-07 11:41:56

leeyah100
» n00b
FTalk Level: zero
6
0
2009-09-16

Re: Making Extensions Files. [Friendster Editing]

.,sir please help me im a newbe here i cant do that?please help me

#425  2009-07-10 13:18:20

lootxx15
 faith :)
lootxx15's display avatar
» FTalker
FTalk Level: zero
".BIV.lol.:D."
sumwerdowntown:p
111
4
2009-09-05
Website

Re: Making Extensions Files. [Friendster Editing]

thank u veru much !
it's really a great help sir :)


consider urself APPRECIATED
than to be left alooone =)

imysm RVJ =(

#426  2009-07-13 04:47:44

mRminD08
 mRminD08
» n00b
FTalk Level: zero
philippines
35
0
2010-03-19

Re: Making Extensions Files. [Friendster Editing]

ei where do i proceed in friendsterbackground??? :D





i can't find it hehehe please ehlp me :|


mRminD08

#427  2009-07-14 07:52:33

reyzhielle
 reyzhielle
reyzhielle's display avatar
» FTalkManiac
FTalk Level: zero
>in his heart<
760
19
2010-03-13
Website

Re: Making Extensions Files. [Friendster Editing]

whoah! i'm confused,i'm just starting on how to learn this css extension and i was very confused,..what is the css extension code?kindly give me an example:(:(:(:(:(:(plsss


click the banner


#428  2009-07-14 07:57:31

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

Re: Making Extensions Files. [Friendster Editing]

The css extension file is nothing more than css codes to tweak ur profile that will not work when they are applied directly to ur profile.

You use an external file host for the codes and the linker method from the underground.

Here is an example of a css file that could be named mycss.css at ur file host.

Code:

/*TABLE AT THE BACK OF ALL YOUR BOXES*/
table#flo_wrapper {
  margin: 80px auto 10px auto;
  border: #b22222; /* can be modified */
  border-style: groove; /* can also be solid,dotted,etc */
  border-width: 6px;
  background: transparent; 
  background-attachment: scrollable;
  background-repeat: repeat; /* can also be repeat, no-repeat */
  background-image: url(YOUR IMAGE HERE);
  background-position: center; /*can also be bottom center, center top, etc */
}
/* MASTER HEADERS */
h1 {
  text-align: center;
  font-size: '125 to 150'%;
  color: #HEX VALUE;
  background-color: transparent;
  width: auto;
}
h2 {
  text-align: center;
  font-size: '110 to 125'%;
  color: #HEX VALUE;
  background-color: transparent;
  width: auto;
}
.commonbox h1, .commonbox h2 {
  background-color: transparent;
  background-image: url(YOUR IMAGE URL HERE);
  background-repeat: repeat;
  height: 24px;
  line-height: 24px;
  padding-left: 11px;
}
/* CONTROL PANEL: BOX */
.controlpanel {
  border-width: '1 to 10'px;
  border-color: #HEX VALUE;
  border-style: 'solid, groove, ridge, etc...';
  background-color: transparent;
  background-image: url(YOUR IMAGE URL HERE);
  background-position: center center;
  background-repeat: repeat;
}
/* CONTROL PANEL: USER PHOTO */
.imgblock200 {
  width: 200px;
  background: transparent;
  border: '1 to 10'px 'solid, outset, ridge, etc...' #HEX VALUE;
  text-align: center;
  margin-bottom: 5px;
}
.imgblock200 img {
  margin: 0 auto;
}
/* CONTROL PANEL: DATA */
.controlpanel .q {
  font-size: '10 to 16'px;
  color: #HEX VALUE;
}
.controlpanel .data {
  font-size: '10 to 16'px;
  color: #HEX VALUE;
}
.controlpanel ul.data, .minicontrolpanel ul.data {
  font-weight: bold;
  margin-bottom: 15px;
}
.controlpanel ul.data li, .minicontrolpanel ul.data li {
  margin-bottom: 5px;
}
/* CONTROL PANEL: MORE ABOUT ME LINK */
.controlpanel a.more, .minicontrolpanel a.more {
  font-weight: bold;
  background: url(http://images.friendster.com/images/blue_arrow_rt.gif) no-repeat 0 50%;
  padding-left: 8px;
  margin-top: -5px;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a:hover {
  font-size: '9 to 12'px;
  color: #HEX VALUE;
  border-color: #HEX VALUE;
  background-color: #HEX VALUE;
  text-decoration: underline;
}
#controlPanelButtons {
  width: 200px;
  margin-top: 3px;
  padding-bottom: 1px;
}
#controlPanelButtons li {
  display: inline;
}
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
  font-size: '9 to 12'px;
  color: #HEX VALUE;
  width: 100px;
  text-align: center center;
  float: left;
  display: inline;
  background: transparent;
  border: '1 to 2'px 'solid, outset, ridge, etc...' #HEX VALUE;
  margin: 0 -1px -1px 0;
  padding: 6px 0;
}

#429  2009-07-23 12:47:50

xMirotiCx
» n00b
FTalk Level: zero
2
0
2009-10-25

Re: Making Extensions Files. [Friendster Editing]

i stuck at where to apply the Direct Link.
can anyone tell me that?
don't tell me to search on underground section bcoz i found NOTHING.
i think u should give the COMPLETE TUTORIAL instead of tell us to search it here and there.
many newbies are confusing on where to apply the Direct Link.
we are newbies dude! :exclaim:

#430  2009-07-23 13:37:18

mhariekhel
» n00b
FTalk Level: zero
2
0
2009-09-15

Re: Making Extensions Files. [Friendster Editing]

my codes are not working anymore..
what happen to my fs?
can you help me figure it out?

#431  2009-07-23 22:46:25

Heart
 Wouldn't you like to know?
Heart's display avatar
» n00b
FTalk Level: zero
US of A
33
2
Today

Re: Making Extensions Files. [Friendster Editing]

mhariekhel wrote:

my codes are not working anymore..
what happen to my fs?
can you help me figure it out?

Go to this site. Follow the steps.

http://www.friendstertutorials.com/frie…21-09.html

In STEP 3, you'll see this <script src=http://is.gd/1C7La></script> --- Ignore that!
Instead, do the following:
1. Copy your url (css or js) and then go to one of these sites to shorten url:
http://is.gd
http://lnk.in
http://fly2.ws
2. Paste into the blank box and copy the shortened url.
3. Then do the STEP 4 in friendstertutorials.
4. Check your profile.


This addiction I've had, is all because of you.

#432  2009-07-29 08:43:46

chipster489
» Made in FTalk
FTalk Level: HARDCORE!
Everyone ♥♥♥ Me!Top Poster
38752
1000

Re: Making Extensions Files. [Friendster Editing]

So helpful and useful 4 d newbies, dey must read dis thread and learn how 2 make a Css and Js extension file, good job. :thumbsup:

Last edited by chipster489 (2009-07-29 08:44:14)

#433  2009-08-09 10:19:41

deadlykenji
 Kenji Mallare
deadlykenji's display avatar
» FTalker
FTalk Level: zero
KeNJiisM
Quezon City
153
1
2009-09-06
Website

Re: Making Extensions Files. [Friendster Editing]

the spoiler is not working..... :|

#434  2009-08-13 09:53:54

Miyuuu--
» n00b
FTalk Level: zero
1
0
2009-08-13

Re: Making Extensions Files. [Friendster Editing]



Hello Mr. Ephe. =) Uhh.. Can you message me the Js linker?
:question:
I kinda uh.. can't understand it.
Hehe.
Sorry. x_x
But yeah, I'm a newbie so thanks for the tutorials! : D I learned something.

Last edited by Miyuuu-- (2009-08-13 09:54:51)

#435  2009-08-13 10:00:40

chipster489
» Made in FTalk
FTalk Level: HARDCORE!
Everyone ♥♥♥ Me!Top Poster
38752
1000

Re: Making Extensions Files. [Friendster Editing]

deadlykenji wrote:

the spoiler is not working..... :|

D spoilers r working. :)

Miyuuu-- wrote:

Can you message me the Js linker?

Proceed here 4 d linkers. :)

#436  2009-08-15 03:49:23

fagong
 Fagong
fagong's display avatar
» n00b
FTalk Level: zero
Manila
7
0
2009-08-16
Website

Re: Making Extensions Files. [Friendster Editing]

Im too stupid to understand the tutorial....

:wasted:


You are a beautiful walking mistake
and from you i have learn...
How can someone so true be so fake now your none of my concern

Girls = lies

#437  2009-08-15 18:25:17

n4sh3r
» n00b
FTalk Level: zero
3
0
2009-08-15

Re: Making Extensions Files. [Friendster Editing]

hi im a newbie i need ur help,,,,!!
what im doing 2 regester
coz idont no wht 2 do

the 5 screenshot,,,,

but i try the screen shot and save!!!

but problem is

i dont know wher is the direck link,,,,

help me plszzzzzzzzzzzzz!!!!


i like 2 join ir coz ilike 2 create my own background!!!


thnx thnx thnx:crybaby:

#438  2009-08-16 10:22:19

franciz14
» n00b
FTalk Level: zero
2
0
2009-08-17

Re: Making Extensions Files. [Friendster Editing]

san pow ba pede mag generate ng link???? tnx

#439  2009-08-16 10:48:25

chipster489
» Made in FTalk
FTalk Level: HARDCORE!
Everyone ♥♥♥ Me!Top Poster
38752
1000

Re: Making Extensions Files. [Friendster Editing]

n4sh3r wrote:

hi im a newbie i need ur help,,,,!!
what im doing 2 regester
coz idont no wht 2 do

the 5 screenshot,,,,

but i try the screen shot and save!!!

but problem is

i dont know wher is the direck link,,,,

help me plszzzzzzzzzzzzz!!!!


i like 2 join ir coz ilike 2 create my own background!!!

thnx thnx thnx:crybaby:

Post ur question here. :)

franciz14 wrote:

san pow ba pede mag generate ng link???? tnx

Proceed here and speak in English. :)

Last edited by chipster489 (2009-08-16 10:48:54)

#440  2009-08-19 16:31:11

azaliah
 Xia Mei Fen
azaliah's display avatar
» FTalkFreak
FTalk Level: 6
Some FTalkers ♥ Me!
château
1756
203

Re: Making Extensions Files. [Friendster Editing]

For those who don't understand, I suggest go to this thread first >> http://theftalk.com/t23618-Confusing-wo…bies..html Take time and study these terms, then for sure you'll learn as you take up step by step. :D

Some of you might have a problem when it comes to the linker so like chipster489 said...

chipster489 wrote:

Proceed here 4 d linkers. :)

Here == http://theftalk.com/t54447-Friendster-X…orial.html , since it wasn't included in the quote.

But I think, there's no new linker just yet. ;) So I suggest you, to stick on making full CSS codes temporarily. ;]

Last edited by azaliah (2009-08-19 16:33:03)



Serious delirious imperious weary us deleterious ways!

Search Friendstertalk

Board footer

The F Talk dot com
© 2002–2010 PunBB

Current time is 12:34:29 GMT

[ 12 queries - 0.060 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 )