Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Random Image
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Who's Online
118 user(s) are online (102 user(s) are browsing Forum)

Members: 0
Guests: 118

more...
Collapse/Expand Donations
Monthly costs: -30€
Income (ads): +5€
Donations (last month): +0€

Current balance: 55€
(last updated 04/2021)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 39 users playing Freelancer on 38 servers.
September. 27, 2023

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post

« 1 (2)


Re: Designing the community bar
Home away from home
Joined:
2008/2/22 18:35
Group:
Registered Users
Senior Members
Posts: 709
Offline
ummmm yeaaaaaaaaaaaaaaaaaaaah...i was supposed 2 add my own borders thru a part of the CF code, but u guys removed it, now, any1 wanna tell me how to do it?

Posted on: 2008/11/3 22:38
Top
Re: Designing the community bar
Home away from home
Joined:
2008/2/22 18:35
Group:
Registered Users
Senior Members
Posts: 709
Offline
*BUMP*

Posted on: 2008/11/4 21:51
Top
Re: Designing the community bar
Starport Staff
Joined:
2008/10/7 19:56
From England
Group:
Registered Users
Starport Staff
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 639
Offline
CF Code?

Posted on: 2008/11/5 2:40
Top
Re: Designing the community bar
Home away from home
Joined:
2008/2/22 18:35
Group:
Registered Users
Senior Members
Posts: 709
Offline
just a border code, im not that good at javascript

yes, i was gonna go though the CF code so i could use it

Posted on: 2008/11/5 19:05
Top
Re: Designing the community bar
Starport Staff
Joined:
2008/10/7 19:56
From England
Group:
Registered Users
Starport Staff
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 639
Offline
I still don't get it, what is CF Code?

Posted on: 2008/11/6 2:59
Top
Re: Designing the community bar
Starport Admin
Joined:
2009/2/21 21:42
Group:
Webmasters
Registered Users
Posts: 3520
Offline
I'm guessing he means the SWAT Portal FLCN code, with CF meaning Crossfire...

Posted on: 2008/11/6 5:40
"Cynicism is not realistic and tough. It's unrealistic and kind of cowardly because it means you don't have to try."
-Peggy Noonan
Top
Re: Designing the community bar
Starport Admin
Joined:
2008/2/26 20:36
From Germany
Group:
Webmasters
Registered Users
Posts: 1791
Offline
psd file: http://www.the-starport.net/community_network/networkbar_left.psd

If you want to have other dropdown styles (currently, there is darkblue and brightblue), please give me the code, I will then implement them into the javascript.

Posted on: 2008/11/7 0:03
aka chaosgrid
http://www.freelancerserver.de
https://www.moddb.com/mods/fwtow
Top
Re: Designing the community bar
Home away from home
Joined:
2008/2/22 18:35
Group:
Registered Users
Senior Members
Posts: 709
Offline
i made my own borders, now i just need 2 know how 2 add it, thats what im asking about lol

Posted on: 2008/11/7 1:50
Top
Re: Designing the community bar
Starport Staff
Joined:
2008/10/7 19:56
From England
Group:
Registered Users
Starport Staff
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 639
Offline
w0dk4, could you add this as part of the colours defining section in the js script, please
Code:

else if(color =="yellow") {
  document.write("<table width=\"500\" bgcolor=\"yellow\" style=\"font-family:verdana;color:black;border-left-width:1px;border-top-width:0px;border-style:solid;border-right-width:1px;border-color:black;border-bottom-width:1px;\">");
}

all it does is add popup colours to this yellow headbar i'm making

Posted on: 2008/11/16 20:33
Top
Re: Designing the community bar
Starport Admin
Joined:
2008/2/26 20:36
From Germany
Group:
Webmasters
Registered Users
Posts: 1791
Offline
sure, done

Posted on: 2008/11/16 23:13
aka chaosgrid
http://www.freelancerserver.de
https://www.moddb.com/mods/fwtow
Top
Re: Designing the community bar
Starport Staff
Joined:
2008/10/7 19:56
From England
Group:
Registered Users
Starport Staff
FLServer Admins
$$$ Supporters $$$
Senior Members
Posts: 639
Offline
Quote:

sure, done

Thanks,
My Yellow headbar code is:
Code:

<!-- FL Community Headbar Start -->
<style><!--
.class_flc_headbar A:link {font-family: tahoma, arial;font-size: 10px;font-weight: normal;color: black;text-decoration: none;}
.class_flc_headbar A:visited {font-family: tahoma, arial;font-size: 10px;font-weight: normal;color: black;text-decoration: none;}
.class_flc_headbar A:hover, .class_flc_headbar A:active {font-family: tahoma, arial;font-size: 10px;font-weight: normal;color:black;text-decoration: underline;}
.class_flc_headbar B {font-family: tahoma, arial;font-size: 11px;}
.class_flc_headbar TD {font-family: tahoma, arial;font-size: 11px;font-weight: normal;text-align: left;color:black; 
}
-->
</style>
<script type="text/javascript" src="http://www.the-starport.net/community_network/fl_community_headbar.js"></script>
<table id="flc_table" style="background:url(http://img221.imageshack.us/img221/2709/yellowbgtg2.png);color:#BBD2A8;border-color:#FFCC66;overflow:hidden;white-space:nowrap;vertical-align:middle;table-layout:fixed;width:100%;height:20px;font-size:10px;font-family:verdana;border-style:solid;border-bottom-width:0px;border-left-width:1px;border-top-width:0px;border-right-width:1px;" cellpadding="0" cellspacing="0">
 <tr>

  <td style="vertical-align:middle;height:20px;width:250px">
   <a id="hoverover" style="cursor:default;" onMouseOver='Show_fl_community_Popup(document.getElementById("flc_table"));' onMouseOut="Hide_fl_community_Popup()">
    <img src="http://img221.imageshack.us/img221/1856/networkbarrg4.gif" style="border-width:0px;vertical-align:middle;height:20px;width:250px;" alt="Freelancer Community Network">
   </a>
  </td>
  <td style="height:20px;text-align:center;">
   <span class="class_flc_headbar">
    <script language="JavaScript" type="text/javascript"><!--
     Show_fl_community_HeadbarLinks();
    --></script>

   </span>
  </td>
 </tr>
</table>
<div id="fl_community_hoverpopup" style="visibility:hidden; position:absolute; top:0; left:0;font-family:verdana;z-index:52;" onMouseOut="Hide_fl_community_Popup()" onMouseOver="Enter_fl_community_Menu();">
<script language="JavaScript" type="text/javascript"><!--
Show_fl_community_PopupLinks("yellow")
 --></script>
</div>
<!-- FL Community Headbar End -->

So, could someone suggest a new Colour?

Posted on: 2008/11/23 16:58
Top
« 1 (2)