KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > General Discussion
Reload this Page Forum additions/Upgrades
 


General Discussion This is a discussion on Forum additions/Upgrades in the General Discussion;
Description: Well finally we have finished the community profiles system on the forums, now when u use the KPsN-Slick theme on ...

Reply
 
LinkBack Thread Tools
Forum additions/Upgrades
(#1 (permalink))
Old
KingPin's Avatar
KingPin is Offline
Da Boss!
KingPin has disabled reputation
 

My Mood:
 
Posts: 6,927
Thanks: 9
Thanked 16 Times in 14 Posts
Blog Entries: 21
Join Date: Apr 2004
Location: Brooklyn, NY
Forum additions/Upgrades - September 22nd, 2007

Well finally we have finished the community profiles system on the forums, now when u use the KPsN-Slick theme on forums and go to someone's profile you might notice they have their friends listed there! they have profile comments! they might even have custom colored profile! (e.g. http://www.kpsforum.com/members/kingpin.html or http://www.kpsforum.com/members/Digitex.html ) Supporters can make their own custom CSS and make their profiles look truly unique for all regular members we have many pre-made styles available for you to pick from for those who have custom CSS access a default Stryle is below feel free to take it, modify the colors as you see fit and add to your profile

Code:
body
{
    background: #E1E1E2;
    color: #000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    margin: 5px 10px 10px 10px;
    padding: 0px;
}
a:link
{
    color: #22229C;
}
a:visited
{
    color: #22229C;
}
a:hover, a:active
{
    color: #FF4400;
}
.page
{
    background: #FFFFFF;
    color: #000000;
}
td, th, p, li
{
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
    background: #D1D1E1;
    color: #000000;
    border: 1px solid #0B198C;
}
.tcat
{
    background: #869BBF;
    color: #FFFFFF;
    font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
    color: #FFFF66;
    text-decoration: underline;
}
.thead
{
    background: #5C7099;
    color: #FFFFFF;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
    color: #FFFFFF;
}
.thead a:visited
{
    color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
    color: #FFFF00;
}
.tfoot
{
    background: #3E5C92;
    color: #E0E0F6;
}
.tfoot a:link
{
    color: #E0E0F6;
}
.tfoot a:visited
{
    color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active
{
    color: #FFFF66;
}
.alt1, .alt1Active
{
    background: #F5F5FF;
    color: #000000;
}
.alt2, .alt2Active
{
    background: #E1E4F2;
    color: #000000;
}
td.inlinemod
{
    background: #FFFFCC;
    color: #000000;
}
.wysiwyg
{
    background: #F5F5FF;
    color: #000000;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
    font-size: 11px;
    font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
    color: #666686;
}
.navbar
{
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
    color: #FF0000;
    font-weight: bold;
}
.fjsel
{
    background: #3E5C92;
    color: #E0E0F6;
}
.fjdpth0
{
    background: #887560;
    color: #FFFFFF;
}
.fjdpth2
{
    background: #887560;
    color: #FFFFFF;
}
.fjdpth4
{
    background: #887560;
    color: #FFFFFF;
}
.panel
{
    background: #E4E7F5;
    color: #000000;
    padding: 10px;
    border: 2px outset;
}
.panelsurround
{
    background: #D1D4E0;
    color: #000000;
}
legend
{
    color: #22229C;
    font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
    background: #738FBF;
    color: #FFFFFF;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    padding: 3px 6px 3px 6px;
    white-space: nowrap;
}
.vbmenu_control a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_control a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
.vbmenu_popup
{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #0B198C;
}
.vbmenu_option
{
    background: #BBC7CE;
    color: #000000;
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_option a:link
{
    color: #22229C;
    text-decoration: none;
}
.vbmenu_option a:visited
{
    color: #22229C;
    text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_hilite
{
    background: #8A949E;
    color: #FFFFFF;
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_hilite a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_hilite a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

 
Reply With Quote
Revenue Shared Ads
(#2 (permalink))
Old
jaffe's Avatar
jaffe is Offline
Lance Corporal
Points: 857, Level: 7 Points: 857, Level: 7 Points: 857, Level: 7
Activity: 0% Activity: 0% Activity: 0%
jaffe is an unknown quantity at this point
 

 
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: May 2007
Location: Boxmeer, the Netherlands
September 24th, 2007

nice new feature!

thanks KP
 
Reply With Quote
(#3 (permalink))
Old
Smity27's Avatar
Smity27 is Offline
Private
Points: 574, Level: 6 Points: 574, Level: 6 Points: 574, Level: 6
Activity: 0% Activity: 0% Activity: 0%
Smity27 is an unknown quantity at this point
 
 
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2007
Location: Saint louis, Mo
September 25th, 2007

Hay talking of upgrades umm we got a prob. I just tried to log in and it downloaded the 2.2 patch casue i forgot to use the den loader and now it says that i can not access the game casue it cant validate the version WTF DO I DO.. Help me plz.

 
Reply With Quote
(#4 (permalink))
Old
Sazouri's Avatar
Sazouri is Offline
Moderator
Points: 1,381, Level: 10 Points: 1,381, Level: 10 Points: 1,381, Level: 10
Activity: 0% Activity: 0% Activity: 0%
Sazouri is on a distinguished road
 

 
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2007
Location: Finland
September 26th, 2007

Quote:
Originally Posted by Smity27 View Post
Hay talking of upgrades umm we got a prob. I just tried to log in and it downloaded the 2.2 patch casue i forgot to use the den loader and now it says that i can not access the game casue it cant validate the version WTF DO I DO.. Help me plz.
I get the feeling you're being lazy and not searching for help, plus posting this to WRONG topic..

Here is some post though, that should be helpful;
http://www.kpsforum.com/den-general-...html#post49931

In future, I prefer you would do some search over forum next time.

- Saz

 
Reply With Quote
Revenue Shared Ads
Reply

Bookmarks

Tags
additions or upgrades, den, forum, kpsn, upgrade

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



These are the 100 most searched terms
Search Cloud
_backup.rc antrix wow antrix wow server autocad 2007 keygen best google gadgets best wow character css server cvar devil may cry 4 crack enchanting leveling fuckteam fuckteam 5 georgina lempin gigistar kps den kpsden kpsforum leatherworking guide leveling enchanting mangos custom vendors mangos id mangos item id mangos linux mangos server mangos spell id mangos spell ids mangos wotlk mature creampie milena velba object id wow phoenix marie this is sparta vipersdenforums voyage century bot windows activation workaround windows xp lite wotlk alpha private server wotlk private server wotlk server wotlk wiki wow leatherworking guide wow mount locations wow object id wow object id list wow object id's wow object ids wow objects id www.adobeflashplayer www.adobeflashplayer.com www.kpsforum.com xbox 360 mmorpg ... powered by Simple Search Cloud
Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81