Contact
You may contact me by email (harleyREMOVE@THISharleyquine.com). I reply to all emails as quickly as I can but sometimes I feel like a break and don’t even open my program ;)
You may contact me by email (harleyREMOVE@THISharleyquine.com). I reply to all emails as quickly as I can but sometimes I feel like a break and don’t even open my program ;)
I just finished installing your plugin. After doing so I out in two feeds, right after I have done that I checked to make sure it was properly working, and it was. However 10 mins or so later I decided I am going to write a post. That is when this was seen:
Warning: array_slice() [function.array-slice]: The first argument should be an array in /home/user/htdocs/wp-content/plugins/write-about-me/write-about-me.php on line 105
Dodgy Geezerok, that is weird, it just fixed itself, I didn’t even do anything. Is there a bug that could be doing this?
Dodgy GeezerHello Harley,
thanks a lot for your work. Your plugin is exactly what I was looking for. But I’m getting the 404 error you are offering suport for.
I have wpmu, buddypress and bbpress instaled together on a apace server with modrewrite.
I tryed to figure out the .htaccess, but I got lost.
Hope for help.
Here my .htaccess
# BEGIN WPSuperCache
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
# END WPSuperCache
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
SecFilterEngine Off
Dodgy GeezerSecFilterScanPOST Off
Check your email Sven I’ve sent you details on how to fix it. The WPSuperCache plugin stops this plugin adding its rewrite rule to WordPress.
The Genuine ArticleJust a quick question, I am trying to upload the author advertising plugin but am running into a few issues. I just can’t seem to get my authors’ adsense tags to display at all on the site.
Looking at the code on the back end, the pub-id & slot-id are being read correctly. I just can’t get the ads to appear!
Any ideas?
Dodgy GeezerI take it you’re using Google Adsense.. your users have to create their own adsense ad and then stick their slot ID in. I think you may have already done that since you said they’re being read correctly.. which method of displaying ads are you using? Are you able to get anything to appear? I think you already got the ID’s to appear so it’s not a matter of how you’re placing the ads. If it’s showing the right slot ID and the right publisher ID then it’s either a problem with your adsense javascript code or it’s a problem with your users slot ID. How are you putting the code? Does the ad work if you stick in your own publisher ID and slot ID?
The Genuine ArticleHi Harley,
Let me know if you received my last email regarding shorturl updates? I ask only because I have a friend that can edit PHP and he may be able to make some changes. But I dont want to engage him if your in the process of making updates.
Let me know, thanks.
Dodgy GeezerCheck your email inbox, have emailed you ;)
The Genuine ArticleHello,
I tried your plugin on WP 2.7
Using the theme the installation goes well and the banner of evidence that we are
shown on the homepage.
The problems are 2:
1 – In the HomePage banner always appears
2 – going into details of any post this banner appears even if the post is not done by an author included in the list ‘Author Advertising’.
It might depend on the theme or some misconfiguration?
In the settings of the plugin from the dashboard, I selected the first banner at the top and as I put ads code:
where I have just replaced the ID with dell’advertiser% pubid% is the correct syntax?
but it seems not to make the association with the ID of the corresponding ‘Author Advertising’
because everyone seems to posts.
The site on which you were trying http://www.calciofilia.com
Thanks in advance for your attention and advice you can give me.
Dodgy GeezerYou haven’t set your display preferences, check out the plugin page for information on how to use the plugin. You’ll probably want to disable automatic placement and modify your theme yourself. You’ll also want to take off the random home option.
The Genuine Article