![]() |
Have corners in the tcat?
I was wondering if it was possible to get corners, or images on the left and right of the tcat.
Here's what I mean: http://forums.ifskinzone.net/ So, I'd have an image on the left set as the background so text can overlap, an image in the middle as the background so my template can be set to fluid, and an image on the right. How and where would I go to edit that? Thanks |
Thats just basic HTML.. You may want to read up on tables.
|
Quote:
|
If you want to change only index, then edit tables that have class="tborder" in template "forumhome". If you want to change all pages then you'll need to edit 100+ templates for almost every table that has class="tborder".
Just move first table row where title is outside of table and put it in other table with rounded images, so it would be like this: Code:
<table ...> |
1 Attachment(s)
Quote:
But here's the skin I have: http://www.vbmode.com/?styleid=31 So the forum title, I would want some kind of background image, which would have a curve or something. The middle would just be a gradient as the background, and the right, another curvy thing. The forumhome is attached. Thanks for helping. |
In your case you need to edit one of forumhome_forumbit templates, most likely forumhome_forumbit_level1_nopost. To start lets convert who's online box to use rounded corners as its the simpliest part to do, then you'll need to convert all other tables similar way.
In forumhome find this: Code:
<!-- what's going on box --> Code:
<!-- what's going on box --> So create two corner images that would match design and then adjust that code for your images. When you do that apply same changes to other tables that you want to have rounded corners. |
Quote:
Here's what it looks like: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Thanks again for your help. ;) |
In that code you have more than one row in title text if description of child forums present, so I suggest to split it in two different headers: rounded one will be shown if title has only one line of text, standard one will be shown if more than one line of text. Something like this:
Code:
<if condition="$show['forumdescription'] or $show['subforums']"> |
There we go, that's exactly what I was looking for. Thanks so much for your help. :D
|
All times are GMT. The time now is 05:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|