vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Is this possible? (https://vborg.vbsupport.ru/showthread.php?t=111069)

fabianv 03-22-2006 10:28 AM

Is this possible?
 
1 Attachment(s)
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:
Attachment 44667


What would be really cool is if it looked like this:

Attachment 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 ...
PHP Code:

<if condition="$forum['lastpostinfo'] != '-'">
  
$forum[lastpostinfo]
</if> 

you could probably add a plugin...
PRODUCT: vBulletin
LOCATION: forumbit_display
TITLE: Forum Link
PHP CODE:
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


All times are GMT. The time now is 01:06 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
  • Page Generation 0.01095 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete