Digital Point Ad Positioning

Digital Point Ad Positioning 1.3.0b

No permission to download
Has anyone figured out a code edit where I can hide / disable this add-on on a certain forum? I have one forum that has no content that adsense can be run on and I can't use this add-on on that one currently.

I figured this out for the time being.

Edit the template message and find:

PHP:
<xen:include template="ad_message_below" />

Replace it with:

PHP:
<xen:if is="!in_array({$forum.node_id}, array(96))"><xen:include template="ad_message_below" /></xen:if>

Replace 96 with the forum id you want to hide this add-on from. If you have more than one forum you want to hide, separate with a comma each id.
 
I figured this out for the time being.

Edit the template message and find:

PHP:
<xen:include template="ad_message_below" />

Replace it with:

PHP:
<xen:if is="!in_array({$forum.node_id}, array(96))"><xen:include template="ad_message_below" /></xen:if>

Replace 96 with the forum id you want to hide this add-on from. If you have more than one forum you want to hide, separate with a comma each id.
This doesnt work for inside post.
 
How can i put a banner ad like on digitalpoint?
when you hover it it will expand.
That's nothing to with this addon. In fact, you probably wouldn't want to do it since it would be a violation of things like AdSense (altering the ad).

We have our own advertising platform, so those ads are coming from Digital Point Ads advertisers.
 
cool, you mean I could buy your add-on and clients (including me) can upload banners and they will run without additional third party advertising software? I don't need extra software on my server like openx or, I don't need to buy into some extra banner program to host banners?
 
If you are referring to Digital Point Ads, it's not something that's sold or hosted on your end (other than the ad serving JavaScript). It's similar to AdSense/AdWords. You aren't hosting the platform if that's what you are asking?
 
Hi, this is a nice addon. I want to put an ad in the first post and its position that i want to put is: inside the first post message and above one line from the last line.
Ex: the content of the firt post message is:

Code:
"hello, nice to meet you
would you like to dance....
..........
........................
..... it's funny.

ad here

Great to meet you, see you soon <-- the last line of the message"

Please show me how to do it,

Regards
 
Last edited:
From an old version to a new one.

Do i have to upload all the contents via ftp then upgrade using the xml file?

Or don't upload anything and just upgrade add-on using the xml file.
 
After upgrading to 1.3, my server error log starting filling up with this:

Zend_Http_Client_Adapter_Exception: Template modification callback error: Unable to Connect to ssl://api.digitalpoint.com:443. Error #0: - library/Zend/Http/Client/Adapter/Socket.php:235
 
Back
Top Bottom