FLCN 1.0 - ARCHIVED
-
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â); -
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.