vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Ads under special forumid on forumhome (https://vborg.vbsupport.ru/showthread.php?t=124748)

jluerken 08-22-2006 09:00 PM

Ads under special forumid on forumhome
 
Hi Members,

asked on vb.com I want to describe how you can add ads, banners or other stuff under a special forum.
This is also working with styles with seperated categories.

There is no limit, you can nearly add everything you want.

Check the admincp for the forumid where you want to put the Code.

Open forumhome_forumbit_level2_post and scroll all the way down.
Right above $childforumbits add

Code:

<if condition="$forum[forumid] == 21">
<tr>
  <td class="alt2" colspan="5">
        <br />       
          <div align="center">
            <img src="http://www.clanforums.com/forum/images/signatur/signatur.jpg"><br>
            <font color=red><b>YOUR BANNER CODE HERE</b></font>
          </div>
        <br />
  </td>
</tr>
</if>

where 21 is the forumid you checked in your admincp.

Example:
http://www.clanforums.com/gallery/fi...al_forumid.jpg

Additional Info:
The ForumID you are entering MUST be a forum and cannot be a category to work!

Have fun :D

Tony_FPM 08-23-2006 09:43 PM

Hey i just installed it to try it out but i dont see anything.

This is my piece of template.
What did i do wrong ??

Quote:

<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>
</tr>
<if condition="$forum[forumid] == 10">
<tr>
<td class="alt2" colspan="5">
<br />
<div align="center">
<img src="http://www.freakpyromaniacs.com/forum/images/banners/alpecobanner.gif"><br>
<font color=red><b>YOUR BANNER CODE HERE</b></font>
</div>
<br />
</td>
</tr>
</if>
$childforumbits
I am using 3.6 Rc3

jluerken 08-23-2006 10:13 PM

Can you provide me with an admin login so that I can take a look into your templates?

Tony_FPM 08-24-2006 01:27 PM

INstalled and all working now.
Thanks for this mod.

Kirk Y 08-24-2006 06:08 PM

XHTML Police Coming Through!

Code:

<img src="http://www.clanforums.com/forum/images/signatur/signatur.jpg"><br>
Should be...
Code:

<img src="http://www.clanforums.com/forum/images/signatur/signatur.jpg" /><br />
:p Tee-hee. Good post, this should (hopefully) answer the endless number of threads asking how to do this.

chrisife 08-26-2006 08:15 AM

Quote:

Originally Posted by jluerken
Can you provide me with an admin login so that I can take a look into your templates?

jluerken,
I looked at your site and loved the design. Can you help me put together my forum like that? I am new here. My forum is http://www.swissforeignersforum.com

colochris 08-27-2006 03:14 AM

Yes your forum does look nice. Do you do anywork on the side?

jluerken 08-27-2006 12:05 PM

Quote:

Originally Posted by chrisife
jluerken,
I looked at your site and loved the design. Can you help me put together my forum like that? I am new here. My forum is http://www.swissforeignersforum.com

Well send me a PM what you need!

Quote:

Originally Posted by colochris
Yes your forum does look nice. Do you do anywork on the side?

Please also PM me!

Snake 08-30-2006 03:05 PM

Thanks for the hack! I'll install it right away... :)

Mathew7000 10-20-2006 03:55 AM

What if you wanted the banner to show up ABOVE a forum category? I have regional forums that id like to have a banner above, but not be shown at the bottom of the category above it, where the banner looks like its apart of a different category...

Edit: I figured it out...just place this script ABOVE the rest of the code in forumhome_forumbit_level2_post


All times are GMT. The time now is 10:45 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.01705 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete