vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Display one or multiple forum banners per seperate forum (https://vborg.vbsupport.ru/showthread.php?t=58952)

gmarik 01-01-2004 06:01 PM

Make, make, make it vbthree and you'll be free!

MaDCaT75 01-01-2004 08:27 PM

Quote:

Originally Posted by gmarik
Make, make, make it vbthree and you'll be free!

That makes no sense :confused:

erikajune 01-29-2004 08:13 PM

How can I make it so the banner can link somewhere?

MaDCaT75 01-29-2004 08:25 PM

do you want all of the banners to link somewhere? Cuz if you put <a href="http://gotohere.com">$forumimg</a> then all of the banners would be affected... thats the only way I can think of.

erikajune 01-29-2004 08:35 PM

I want all of them to link to different destinations. I have 6 different banners in total, all linking to a different site.

Where do I add the URL code within this:
Code:

if($foruminfo[forumid] == XX)
        {
            $forumimg = "<img src=\"{imagesfolder}/whatever.jpg\" />";
        }


armani1072 01-31-2004 06:22 AM

Quote:

Originally Posted by erikajune
I want all of them to link to different destinations. I have 6 different banners in total, all linking to a different site.



i too would like to know. i like the hack cause it is simple. i just need a to link my banners.

MaDCaT75 02-02-2004 03:29 AM

well i supppose you can put a URL link in there when editing it. I'm not sure because I dont have vb 2 anymore.

erikajune 02-03-2004 07:10 PM

Could you show me what it would look like in the example above?

Thanks. :)

MindTrix 02-03-2004 07:40 PM

Try

PHP Code:

if($foruminfo[forumid] == XX
    { 
     
$forumimg "<a href="www.chat2death.com"><img src=\"{imagesfolder}/whatever.jpg\" /></a>"
    } 

Thats a wild guess though

erikajune 02-06-2004 03:06 AM

Thanks but that doesn't work. I get an error in the forums. Is it really impossible to do this?


All times are GMT. The time now is 04:21 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.01500 seconds
  • Memory Usage 1,734KB
  • 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)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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