Jump to content

Advert on specific forum


EricT

Recommended Posts

I think it is not possible to do it this way.

So could someone help me to manually insert some advert on specific forum ?

I only need one place :  Just below the page header

One banner for all the site, except 5 forums. They will have their specific banner.

Thank you !

Link to comment
Share on other sites

:unsure: Widget installed, but how can I get the forum id from a topic page for example ?

I would like a code like this : 

<?php
if($idforum == 5){
// display ads 1
}
else if($idforum == 7){
// display ads 2
}
else{
// display ads 3
}
?>

For example...

Thank you for any help!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...