FLCN 1.0 - ARCHIVED
-
Could you add this to the clan links.
New Rhineland Republic
http://www.memes.no/88flak/forum/viewforum.php?f=7
Thank you
Spud -
HI @ all,
I really like this design well done to the admins of “the starport”.
I have recognized this new toolbar and i would like to ask you about to add the following entry to the clan list.http://trf.mc-sig.de –—> its for the -=[T-R-F]=- clan.
Thanks in advance.
Best regards
HuorEdit: Added the bar to the top of my page. Unfortunate i tried to make it fitting better - but everything i tried was not solving that the top bar height of 20px is not really the height. If you have a look to the page you will recognize that there is a repeat of the background image in y direction due to the fact that something doesnt fit to the height of these 20px - someone has an idea what i mean and any solution? Thanks in advance
Edit: Above mentioned point solved. The padding was reset to a different value for my style and so this causes that it doesnt fit
-
Please add us to the tool bar under server or community listing
TopFreelancers Server
Thank You
-
Please add us to the tool bar under server or community listing
TopFreelancers Server
Thank You
Woohoo Mike is here!
Gentlemen, allow me to introduce you to TFL’s Server Owner/Operator. ;D
-
I really like this design well done to the admins of “the starport”.
I have recognized this new toolbar and i would like to ask you about to add the following entry to the clan list.Thank you Huor,
Your feedback is much appreciated.
-
-
Hi all
I got Problems with installing the FL community bar.
Is there a way to resize the right part of the bar (" generated" Links)?mfg Com. Walker
-
Can you give me the modified code?
-
Plasmafire G.C.
www.plasmafire.net
Server/Mod LinksWe are hosting the bar on all our pages.
PS: Is it possible to be added here?
Best Regards,
Count Cornelius -
This code I have running, its without the random link bar.
I have asked W0dk4 to make a function where people can set how many random links they wanna show, but he has been very busy with the FLhook plugin version lately.| <a id="hoverover" style="cursor:default;" onmouseover="Show_fl_community_Popup(document.getElementById("flc_table"));" onmouseout="Hide_fl_community_Popup()">![Freelancer Community Network](http://www.the-starport.net/community_network/networkbar_left_darkblue.gif)</a> |
-
Hey w0dk4 can you add the site to the FL community network ?
thxhttp://commanderwalker.co.ohost.de
@Worfeh : thx very much for the code.
-
not sure dwnudr, ill ask whats going on probably a typo somewhere lol!
-
Yep, you were right cheese on toast.
var community_links = new Array(6); community_links[0] = new FLCommunity_link_info("The Starport", "http://www.the-starport.net"); community_links[1] = new FLCommunity_link_info("Digital Brilliance", "http://www.digitalbrilliance.com"); community_links[2] = new FLCommunity_link_info("Freelancer Archived", "http://freelancerarchived.net"); community_links[3] = new FLCommunity_link_info("FLListServer", "http://www.fllistserver.com"); community_links[4] = new FLCommunity_link_info("SWAT Portal", "http://www.swat-portal.com"); community_links[5] = new FLCommunity_link_info("Freelancer Community", "http://freelancercommunity.net"); community_links[5] = new FLCommunity_link_info("=EOA= Players Consortium", "http://eoa.seriouszone.com"); ```Should be
var community_links = new Array(7);
community_links[0] = new FLCommunity_link_info(“The Starport”, “http://www.the-starport.net”);
community_links[1] = new FLCommunity_link_info(“Digital Brilliance”, “http://www.digitalbrilliance.com”);
community_links[2] = new FLCommunity_link_info(“Freelancer Archived”, “http://freelancerarchived.net”);
community_links[3] = new FLCommunity_link_info(“FLListServer”, “http://www.fllistserver.com”);
community_links[4] = new FLCommunity_link_info(“SWAT Portal”, “http://www.swat-portal.com”);
community_links[5] = new FLCommunity_link_info(“Freelancer Community”, “http://freelancercommunity.net”);
community_links[6] = new FLCommunity_link_info(“=EOA= Players Consortium”, “http://eoa.seriouszone.com”);