The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Curved/rounded table headers
How do you make a table header rounded at the edges?
|
#2
|
||||
|
||||
Google has a lot of info on that - So, You Want Round Corners, Huh?
You can also use css for most browsers except IE. |
#3
|
|||
|
|||
I've tried a lot of this before. But I don't think vB reads the code in the same way as you put in a HTML.
|
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
or do what most skinners do.
Create 3 images. 2 for the corners and one for the background (middle) then in the template create a new table that has the 3 images in hope that makes sense |
#6
|
|||
|
|||
Would i need to get into the actual table header template then? What template is that?
|
#7
|
||||
|
||||
Yes, if you use the method with the images, you will have to get into the actual template for whichever table you want to have rounded corners - you will also have to create the rounded corner images. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
#8
|
|||
|
|||
Right, I've identified the template as forumbit_level1_nopost:
Code:
<tbody> <tr> <td colspan="<if condition="$vboptions[showmoderatorcolumn]">4<else />3</if>"> <!-- forcing space --> <img src="$vboptions[cleargifurl]" width="1" height="5" /> </td> </tr> </tbody> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">4<else />3</if>"> <if condition="$childforumbits"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><span class="smallfont" style="font-weight:normal;">- $forum[description]</span></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </tbody> <tbody> <tr align="center"> <td class="thead" > </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> Code:
<div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div> Code:
<tbody> <tr align="center"> <td class="thead" > </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </tbody> Also, where would I enter the custom CSS? Would I need to put anything in the actual table header field --------------- Added [DATE]1245675013[/DATE] at [TIME]1245675013[/TIME] --------------- Everytime I try it, this happens |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|