FLCN V 2.0 Suggestions & Ideas
-
Eh, it was meant as a reminder to wodka
-
Ty, my idea was to use it as a space-sim community bar - Also to strengthen the whole genre community and to offer bored players of XYZ a easy jump to a other space-sim game. I could do the service by myself, but would T SP do it also? The advantages are at hand, you wrote the code, you can give a better support, improvements to the bar can be made here too,ā¦.so? (just an idea)
-
Soā¦?
-
Hey Bas, good idea.
Let me redirect Worfeh and FF who prodominently look after the FLCN to this thread.
Roo
-
-
bump again Ā°_Ā°
-
bump
.<
.>
<.<
.<Worfeh, FF, W0dk4?
-
Uhā¦ I thought w0dk4 said you could use the bar? I donāt exactly get what else youād want.
-
@Bas:
Ty, my idea was to use it as a space-sim community bar - Also to strengthen the whole genre community and to offer bored players of XYZ a easy jump to a other space-sim game. I could do the service by myself, but would T SP do it also? The advantages are at hand, you wrote the code, you can give a better support, improvements to the bar can be made here too,ā¦.so? (just an idea)
-
What do you mean by ādo the serviceā? If you imply displaying this bar, Iām sorry but The Starport is strictly a Freelancer site and will be for as long as this game is alive. On top of that, we are already displaying the FLCN and having two bars would just look like stuffing.
If youād only want us to host it, you would still need to send the updates to one of the admins which would be unwieldy to say the least.
At least, thatās my view of things. Iāll discuss it with the other Staff and come back with a proper formal reply.
-
Hi!
Although Iāve now finally added the FLCN-Bar to our main site, Iām not really happy with it.
1st thing is that itās based on JavaScript but Iām following the doctrine that every page must be browseable without JS. Itās also a problem when updating templates automatically, because hardcoded text may be eradicated.
2nd place goes to, as mentioned before by Huor, XHTML-Validity, which is very important to us - simply disregarding the now nearly eight years old IE 6. We donāt support Opera 7 or Firefox 1 either (which should do fine), so why should we care for IE 6?
3rd and last but not even close to least important: The, due to the JS-Implementation, very poor SEO-effect.But Iām not only a critic, I hereby offer to write a pendant in PHP, fully XHTML 1.1 and CSS 2.1 valid, including (with time) plugins for Wordpress and Woltlab Community Framework / Woltlab Burning Board 3 since I hate to mess around with templates although I know what Iām doing - at least most of the time. ^^ If possible (it is) I wonāt be using JS, only CSS. Links will be added at server side, so search engines will be fully aware of them. I may add other SEOs if applicable.
Why did I not simply implement and present it here?
This implementation should be up-to-date at any time just like the original and thatās only possible if I draw the information directly from the source - a database, e.g. Or if I get to know a usable interfaces.Interested?
Nevertheless, the current FLCN-bar is great work - it just doesnāt meet my needs.
PS: Iām not adding the FLCN-bar to our board 'cause to style and template issues - but to be āableā to discuss with you in the meanwhile, I added it via include() into the WP-templates. Application pending.
-
As my modded version of the FLCN-Bar is neither working with Gecko (Firefox Engine) nor Trident (Internet Explorer Engine) but Presto (Opera-Engine) and Webkit (Safari, Chrom, Konqueror Engine) I dug deeper into the JS code (which is appareantly for the malfunction) and noticed that the sources are simple JS arrays in seperate files. I now began to write the Wordpress plugin, which is already parsing and presenting the main links (those visible on the bar without any interaction). Iāll add the routines for the other parts tomorrow and with the permission (which I donāt have yet) of w0dk4 Iāll release a first version of the WP plugin.
Currently Iām parsing the JS source files with regex, which is a real performance killer which is why I would prefer another source, simple text files with an easy pattern to be split by āexplode()ā. I would provide a script for maintenance of these txt-files to automatically produce the necessary JS source code, making adding and removing members a lot easier and more comfortable as well.
-
What disturbs me a bit about the bar; when you hover over it, it shows up 12 links for servers, but only 6 for communities and only 3 for clans. The free space is already there, so why donāt increase the clan and community links to 12 as well?
-
@Bas: This is because we want to put the emphasis on servers. Theyāre the ones which should benefit the most from the FLCN; if servers die, clans and community sites donāt have much of a purpose anymore, so by doing this weāre effectively drawing peopleās attention toward the more important server links.
@black_caeser: Just ask w0dk4 about it, if he doesnāt mind I guess it should be doable.
-
I just thought to let you know of a problem with the NB that i experienced today.
Unfortunate the server was not available the script could not be loaded. Unfortunate this is happening often and loading times for my forum are delaying until the timeout occurs.
But what i experienced today the first time, was the following:
The entire site was hidden in the script for the drop down of the link collection. My site was not displayed as long as i havent hovered the link. I am not sure how this can happen. I had to remove the bar as i could not browse or login to my forum. Do you have any idea how the entire site can be put into the script?
-
Major update:
The FLCN can now be found on Google Code at the following address:
http://flcnb.googlecode.com/svn/trunk/
That is, you can change all references to
http://www.the-starport.net/community_network/
or
http://the-starport.net/community_network/
to
http://flcnb.googlecode.com/svn/trunk/
Otherwise, just get the code from the FLCN main topic.
-
Just wanted to note that here.
The recent shutdown of the-starport.net made all websites that inluded the community bar unreachable. (pages couldnāt finish loading because of the communitybar and stayed blank)We have to find a way that ensures that a failure of the starport doesnāt take down all other sites too
(caching, timeout in javascript that aborts loading the bar, ā¦ i donāt know ) -
Read the news, the forums, anywhere. Iāve already addressed this concern, itās now just a matter of people updating the bar. I canāt do that for them.