PDA

View Full Version : Template changes in adv_portal_newsbits


SLGR
06-21-2006, 04:37 PM
Hello.

I want to make some changes (and improvements) to my portal.
First, I want to apply my own css class to the post icon that appears in every post. Like this one:
.iconline {
vertical-align: middle;
}

I searched adv_portal_newsbits, the template which is responsible for newsbits, but ... somehow there is no class for the post icon. In dreamweaver (just saved the page and played with the code) it was easy, but now... ? The result should look like this (take a look where is sais "sophos" and the added line hilighted with red text) :

http://img512.imageshack.us/img512/1503/untitled30lg.gif

Secondly, as you know, vBAdvanced by default shows some info below every topic's title. Like those: Nov 28, 2005 - 9:34 AM - by Global
I want to change those data, or in fact... add data. Like, again, on the photo above:
Forum: My Alerts ~ From: Global ~ On Nov 25, 2005 and 9:40 AM
Or generally:
Forum: Forum name(link) ~ From: Username (link) ~ On Date and Time


Thanks in advance for everyone help out with this.
:)

SLGR
07-05-2006, 04:36 PM
Anybody?

TYorke
07-12-2006, 05:40 AM
open up news.php and just add a align="absmiddle" code to the <img> tag

SLGR
07-27-2006, 07:11 AM
open up news.php and just add a align="absmiddle" code to the <img> tag

Worked like a charm!
Now, I only need info on how to add the extra info I want in each news item.
:)