mindnl
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Ad Buttons] geo targeting problemare you running your site on a sub-domain?
Forum: Plugins
In reply to: [Plugin: Ad Buttons] geo targeting problemCheck your MySQL tables, the script is looking for a table named “ip2nation” maybe your server has put some prefix in front of the name
Forum: Plugins
In reply to: [Plugin: Affiliate Plus] WPMU Buddypress CompatibilityI will look into this!
Forum: Plugins
In reply to: [Plugin: Ad Buttons] Is there a way…yes, it certainly can! Just fill in the appropriate “Ad block width” on the settings page so it can fit two ads side by side.
Forum: Plugins
In reply to: [Plugin: Ad Buttons] How can I keep the ad order constant?In the latest version of the plugin (2.1.4) I have added this functionality
Forum: Plugins
In reply to: [Plugin: Ad Buttons] last section of linkthe link should be index.php?recommends=2 (with a ? instead of a / ) this link will count the click to show in your stats and redirect the visitor to the URL as specified in the ad you’ve set up. If your link shows a / instead of the ? some other plugin must be messing up the link.
Do you have any plugins installed that change the links to ‘search engine friendly’ links?
Forum: Plugins
In reply to: Ad Buttons Does not activate admin panelthis issue has been resolved. The problem was a general security configuration problem on the webserver
Forum: Plugins
In reply to: [Plugin: Affiliate Plus] How useJosh, glad you like it! If you have a good plugin idea, I’m all ears. You can contact me through my blog: blogio.net
Forum: Plugins
In reply to: [Plugin: Affiliate Plus] How usehave your registered users send traffic to yourblogurl.com/blog/?affid=username (using their own username) If anyone comes to your blog through this url it will set a cookie on their computer. If they decide to register, the referring user will get credit for the new user. The list of users in the wordpress admin panel has 2 new columns added where you can see who referred who. You can then send your users money or goodies to thank them for bringing new registered users to your site.
I know this plugin isn’t for most wordpress blogs, but I’m sure a few can use this functionality.
I hope this clears things up!
Forum: Plugins
In reply to: [Plugin: Ad Buttons] Is there a way…multiwidget functionality is one of the items on my to-do list.
If your sidebar gets messed up by the plugin, try using it with css disabled in the Ad Buttons settings.
Forum: Plugins
In reply to: [Plugin: Ad Buttons] How can I keep the ad order constant?Right now there is no way to do this. The ads are shown in random order to assure equal screen time for all ads (in case you have more activated ads than the number of ad spots on your site)
I have added your request to my list to-do list and will look into it!
Forum: Plugins
In reply to: Ad Buttons Does not activate admin panelOne thought is security, the plugin admin panel will only show when you are logged in as an administrator. But since that is also required to be able to add widgets, I guess you are.
With the to do plugin showing similar behaviour, I would think that the error is in your wordpress installation. Are you running the latest version?
Nico
p.s. can you change the topic title of this thread to include [Plugin: Ad Buttons] so it will show up on the plugin’s page. Took me ages to find this thread.
Forum: Plugins
In reply to: [Plugin: Ad Buttons] Is there a way…Just add
ad_buttons();
to your template file. If that just shows upad_buttons();
on your page you might have to wrap it in php tags:
<?php ad_buttons(); ?>
Forum: Plugins
In reply to: [Plugin: Ad Buttons] Using Ad Buttons outside wordpressHere’s something you could give a try:
<?php require_once('full/path/to/wp-blog-header.php'); ad_buttons(); ?>
The first line initializes the wordpress environment and the second one shows the ads.
Forum: Plugins
In reply to: [Plugin: Ad Buttons] Cant link to image urlAs long as you fill in a publicly accessible image URL, everything should be working just fine. If the remote site does not have a button for you, you will have to make one and upload it to your own server.