Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2430 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

Vbulliten SKinning Help

Thread title: Vbulliten SKinning Help
Closed Thread    
    Thread tools Search this thread Display Modes  
05-20-2005, 11:11 AM
#1
theedge is offline theedge
Status: I'm new around here
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

theedge is on a distinguished road

  Old  Vbulliten SKinning Help

I have 2 questions, i would like to know how you got the post bit to look like it does here at talk freelance, maybe you could post the code or point me in the right direction.

Also which template does the status icons which would be displated at the bottom of the page be in as i see you have removed them from this skin.

Thanks
Richard

05-20-2005, 03:07 PM
#2
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old

For the vertical (legacy) postbit go to your Admin Panel, check:
vBulletin Options > vBulletin Options > Style & Language Settings
---
To change the status icons at the bottom you will have to go to the templates of your skin in the Admin Panel, check:
Styles & Templates > Style Manager > Edit Templates (from the dropdown next to your skin's name) > Forum Home Templates > FORUMHOME
---
When you're there just take out all the code, insert it in an editor like Notepad or something else, search for '<!-- icons and login code -->' and edit/delete the code below.
---
Only con of the legacy post bit is, it will be like that on all your skins, if you don't want that, just go to:
Styles & Templates > Style Manager > Edit Templates (from the dropdown next to your skin's name) > Postbit Templates > postbit_legacy
and copy it to:
Styles & Templates > Style Manager > Edit Templates (from the dropdown next to your skin's name) > Postbit Templates > postbit

Hope that helped.

05-20-2005, 08:06 PM
#3
theedge is offline theedge
Status: I'm new around here
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

theedge is on a distinguished road

  Old

Originally Posted by Bas
---
When you're there just take out all the code, insert it in an editor like Notepad or something else, search for '<!-- icons and login code -->' and edit/delete the code below.
The code i have their now is this

PHP Code:
<!-- icons and login code -->
    <if 
condition="!$show['guest']">
        <!-- 
member logout -->
        <
td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
        <!-- 
end member logout -->
    </if>
</
tr>
</
table>
<!-- / 
icons and login code --> 
Will this affect the working of the forum at all or anything?

Rich

05-20-2005, 08:12 PM
#4
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old

Use this, I got rid of the <td> tags (which are table columns, but you removed the table) and I used <div> tags instead:

PHP Code:
<!-- icons and login code -->
    <if 
condition="!$show['guest']">
        <!-- 
member logout -->
        <
div style="text-align: right;"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></div>
        <!-- 
end member logout -->
    </if> 

05-20-2005, 08:21 PM
#5
theedge is offline theedge
Status: I'm new around here
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

theedge is on a distinguished road

  Old

Thanks Bas! I have another problem, if you look at my site i can seem to figure out where to change the background for the bar that has the user CP link and search link etc on?

Thanks for the info
Richard

05-20-2005, 08:59 PM
#6
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old

That CSS class is called 'vbmenu_control', you probably know how to change that in your Styles panel (just go to 'Main CSS' in the dropdown), right?

That would also change the styles on the right part of your category header, where it says 'Forum Tools' on the threadbit and 'Thread Tools' on the postbit.

05-20-2005, 09:04 PM
#7
theedge is offline theedge
Status: I'm new around here
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

theedge is on a distinguished road

  Old

Thanks Bas

Rich

05-21-2005, 07:03 PM
#8
theedge is offline theedge
Status: I'm new around here
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

theedge is on a distinguished road

  Old

Is their any way in the Vbulliten templates to add two boxed below the header as shown here.



If so what would be the HTML code i would need, also could i use a css file to define the colours of these box's and call it in the template.

Cheers
Rich

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed