Customizing SMF > Modifications and Packages
Ad Management mod 3.1 Released SMF 2.0.x and SMF 1.1.x Support!
Labradoodle-360:
--- Quote from: AMWebby on August 07, 2012, 11:08:37 AM ---I think this is a cool mod and am on the verge of upgrading to the pro version. However I've come across a bug. I've searched this topic but can find no mention of it.
I have certain groups on my forum (and admins) set not to see ads. However, for those groups the New Post and Go Up/Go Down buttons no longer work. I'm guessing because they are anchor links and the anchor is inside a display: none element if that group can't see ads.
The New Post and Go Up/Go Down buttons work fine for those who can see ads so I'm fairly sure my hypothesis is correct but wanted to see if anyone else had encountered this (and a fix) before I start digging.
Edit: Mark this as solved. I just found out it is unrelated to this mod. I run my forum inside a Joomla wrapper and I had altered it from fixed height to 100%. It seems that was enough to short-circuit the anchor links.
--- End quote ---
Sorry for a late reply here. Glad you figured it out :) I was ready to help you fix it, though.
--- Quote from: KRISHNA0007 on August 07, 2012, 03:24:56 PM ---thanks for this awesome mod
--- End quote ---
Glad you like it!
LOLwut:
Hey, I had the mod on my site a LONG time ago and it worked great. But now when I add, an add, it will not show up. its strange because when I type in a random line of text, that will show, but not when I select a vertical ad from google.
Any Ideas as to what could be causing this?
vbgamer45:
Google takes a while to appear so will be blank for a while if it is a new ad block/new site for google.
AMWebby:
--- Quote from: Labradoodle-360 on August 08, 2012, 11:27:07 AM ---Sorry for a late reply here. Glad you figured it out :) I was ready to help you fix it, though.
--- End quote ---
Hope you can help me with this then.
I'm trying to display the ads on my Joomla website with a module using the following code:
--- Code: ---<?php
require_once("./forum/SSI.php");
include_once("./forum/Sources/LoadAds.php");
$ads = show_bottomAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
?>
--- End code ---
I cribbed this from an earlier post but it doesn't seem to display anything and doesn't throw up any errors. Any idea what I'm doing wrong?
Labradoodle-360:
There's nothing I can do without testing it to debug it, sorry.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version