FLCN 1.0 - ARCHIVED
-
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”); -
i dont think my site supports java http://home.comcast.net/~rsabatino20/site/?/home/ here check out my link and you can instant message me with some ideas ok thank you.
-
i dont think my site supports java http://home.comcast.net/~rsabatino20/site/?/home/ here check out my link and you can instant message me with some ideas ok thank you.
Java/JavaScript are both client-side programming languages; it doesn’t matter what the webserver it’s being hosted on supports.
-
i dont know i copyed and pasted it and it does not work http://home.comcast.net/~rsabatino20/site/?/home/
-
I’ve tried to add the code to our site. And it works kinda. Although we’re still not listed in the “network”. Is there anything more additionally that I need to do.
Our site is located:
http://69.77.188.195/index.phpAny help would be appreciated.
Thank you in advance for your time.
Smith
[email protected]Founder - Section-13
http://Section-13.InFo -
i dont know i copyed and pasted it and it does not work  http://home.comcast.net/~rsabatino20/site/?/home/
The code for the bar doesn’t appear to be on that page at all. Perhaps you put it on the wrong page?
I’ve tried to add the code to our site. And it works kinda.
You should have the code for the bar in the existing HTML code. Right now it’s above the code and not even in the html element. There are also multiple html elements, which isn’t good. There should be only one html element, head element, and body element in a page.
-
Hey w0dk4 can you add the site to the FL community network ?
thx
http://commanderwalker.co.ohost.debump
-
I’ve tried to add the code to our site. And it works kinda. Although we’re still not listed in the “network”. Is there anything more additionally that I need to do.
Our site is located:
http://69.77.188.195/index.phpAny help would be appreciated.
Thank you in advance for your time.
Smith
[email protected]Founder - Section-13
http://Section-13.InFoAre you a clan?
Also, please re-paste the code into your website, I added a z-index value that should get rid of the problem being overlapped by certain elements (such as your animated logo)