vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Add little imagess to forum description? (https://vborg.vbsupport.ru/showthread.php?t=267599)

Kicman 07-29-2011 03:12 AM

Add little imagess to forum description?
 
How would I do this with VB4?

https://www.vbulletin.com/forum/show...Forum-Listing?

BirdOPrey5 07-31-2011 06:03 PM

This would be the VB4 version of the code:

Code:

                <vb:if condition="in_array($forum['forumid'], array(X,Y,Z))">
                        <img src="images/forum_pics/{vb:raw forum.forumid}.gif" align="left" style="margin-right: 9px" alt="" border="0" />
                </vb:if>


Kicman 08-07-2011 05:33 AM

It seems the entire document has changed, where do I put the new code. When I tried moving it about, it would duplicate the discription.

BirdOPrey5 08-07-2011 03:13 PM

It's going to be pretty much trial and error to find a space that works for your needs. If you have some understanding of HTML you can probably narrow it down to a handful of places. It's going to depend where exactly you want the image to show up.

If you are getting duplicate descriptions I would revert the template and try again. Make sure you don't break any other existing conditionals with the placement of the code.


All times are GMT. The time now is 08:55 AM.

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.00919 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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