View Full Version : Is this possible?
fabianv
03-22-2006, 10:28 AM
Hi ive currently installed Photopost on my Vbulletin forums and since I still want to retain the structure on my forum ive kept the Gallery forums on my index but linked to each album..
it now looks like this:
44667
What would be really cool is if it looked like this:
44668
(Yay if only my photoshop skills matched my coding skills haha)
So.. if anyone could help me out I'd be very greatful! :D Thanks.
Princeton
03-22-2006, 12:05 PM
the easiest way would be to add conditional statements in forumhome_forumbit_level1_post (it could be any of the forumhome_forumbit_level?? templates)
for example ...
<if condition="$forum['lastpostinfo'] != '-'">
$forum[lastpostinfo]
</if>
you could probably add a plugin...
PRODUCT: vBulletin
LOCATION: forumbit_display
TITLE: Forum Link
PHP CODE:if ($forum['link'])
{
$forum['replycount'] = '';
$forum['threadcount'] = '';
$forum['lastpostinfo'] = '';
}
ACTIVE: yes
fabianv
03-22-2006, 09:18 PM
Hey it worked! The text is gone :D
But now I still have those different colors ...
how do I get it all 1 color without messing up the rest of the layout?
*nudges Princeton* you there? :D :banana:
Princeton
03-23-2006, 11:22 AM
you can do 2 things .... (whatever works for you)
1)__ change the class for each cell to the same as the first cell
2)__ remove the empty cells and add a colspan="4" (number could be different)
fabianv
03-23-2006, 04:08 PM
Could you explain that in a newbie step by step fashion? :( Soz :bunny:
Also.. how could I center it?
Can I make this:
http://www.cgcentral.net/drop/gally.jpg
Look like this:
http://www.cgcentral.net/drop/gally2.jpg
(photoshoped)
?
Got an answer for this issue at vbulletin.com no worries :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.