Hi! I successfully set up the ads on a site using vBulletin Version 3.5.2. But now a wiki (using the software from mediawiki.org) was added to the forum. The forum is under http://www.domain.tld/, http://www.domain.tld/forum/ and some other URLs. The wiki is under http://www.domain.tld/wiki/. Since the wiki was indexed by Google, my site doesn't validate, because the ads were only included in the vBulletin software. How to include them also in the mediawiki software? Vincent
The URL is http://www.kampfkunst-board.info/ The wiki is under http://www.kampfkunst-board.info/wiki/
add the code into ur wiki... (no idea how though, but most likely there'll b a overall footer template or something along those lines which you can just mod one file with the php snippet & it'll appear on all the pages)
used one of the other codes then. they give you a few right? someone will prob be able to tell u exactly wat to use on it
umm god help us, i'll try. So is your wiki php? Is their a template file which appears on each page? Like overall_footer or page_tail etc.
dakar asked me per PM to share my solution: 1. If you use the skin "MonoBook" open Monobook.php in /skins. 2. Do a search for "footer". 3. Paste the following code between "<div id="footer">" and "</div>" <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_254.php'); echo $ad_network; ?> Code (markup): 4. Be sure to change the filename "ad_network_254.php" to what the file in your root directory is named. Vincent
Rolling back the template was the only thing I hadn't tried yet... I'll give it a whirl tonight. thanks.