vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Adding Images to Individual Forums (https://vborg.vbsupport.ru/showthread.php?t=109686)

MThornback 03-06-2006 10:00 PM

Adding Images to Individual Forums
 
This is compatable with 3.6, but depending on how modified your templates are...you may need to revert. (The Revert is for functionality in the stock vbulletin, its not related to this addon...to be clear)

Have you ever wanted to put a picture at the top of one of your forums? Above all the posts or between the sub forums and the posts? This is for you!

Example:

find $navbar

Add Below

Code:

<if condition="$foruminfo[forumid] == xx"><div style="text-align:center"><img src="http://yoursite.com/images/image.gif"></div></if>
where xx is the forum id :)

This can be used as many times as you feel like it...I'd use comment tags to keep it all orginized, but thats my own preference....I dunno if this will mess with queries per page ( I doubt it....but what do I know? :p) so if your worried about such things, and don't know either, ask around....I'll support if needed, but like everything i've released so far....its pretty basic.

If you like my lil' mod, click install!


1.00- Initial Release
1.01- Included recommended change from Freesteyelz (thank you for your input)

hbalagh1 03-07-2006 03:00 AM

cool :) and wow i have the first post ;) i might have a use for this

Zia 03-07-2006 03:43 AM

would u mind to provide screen shot?
umm confused its like the Easy forum icon?

MThornback 03-07-2006 04:36 AM

Quote:

Originally Posted by Zia
would u mind to provide screen shot?
umm confused its like the Easy forum icon?

It didn't turn out so well....but the red on top is the Navbar, the red on the bottom is the sub-menu list and the white spot is where the image went between them...thats the result from the example code I gave you.

blacklancer 03-13-2006 03:13 PM

cool. works good. i have a sponsor section and now they can have banners in their section.

Allpower-Doug 03-25-2006 09:06 AM

I've been wondering if this could be done because I want to vary the pics on mine. Thanks!

R1D1 03-25-2006 10:25 AM

any better screenshot or description? didn't get the plot by now... i may guess, what it does, but im not sure about...

hiiped 03-25-2006 04:03 PM

could you give better description
better screenshots
and better directions ?

what do you mean
find $navbar ?

< I already knows what you meant " find $navbar " . but for the sake of regular citizens, give better directions >

MThornback 04-11-2006 12:57 AM

Its the same direction thats in every hack i've ever used from this site :p but for the sake of it...

put $navbar into the search field at the bottom of the FORUMDISPLAY template, add the instructed code below it.

Freesteyelz 04-11-2006 01:41 AM

Rather than using <center> may I suggest:

Code:

<div style="text-align:center">
  Content here...
</div>



All times are GMT. The time now is 10:32 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.01145 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete