rooboy
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: Notify by email by categoryCan’t believe I missed this one, searched for ages and when I did find it I didn’t read the description correctly! Thanks a lot.
Forum: Plugins
In reply to: TimThumb Thumbnail not displayedI had a similar problem also this week after upgrading my WAMP (XAMPP). It’s linked to the PHP version I reckon, I fixed it by installing a later (beta) version of the timthumb from this post on the TimThumb site.
Hope this helps.
Forum: Plugins
In reply to: Coppermine integration pluginI have this working now I think on the manage posts function as well. I changed:
if (strstr($_SERVER['PHP_SELF'], 'post-new.php') || strstr($_SERVER['PHP_SELF'], 'page-new.php'))to:
if (strstr($_SERVER['PHP_SELF'], 'post-new.php') || strstr($_SERVER['PHP_SELF'], 'post.php') || strstr($_SERVER['PHP_SELF'], 'page-new.php'))and it seems to work correctly. BUT, I just did this quickly from work and have only done very limited testing.
So far so good however.
Forum: Plugins
In reply to: Coppermine integration pluginEmail sent a minute ago. Enjoy.
Forum: Plugins
In reply to: Coppermine integration pluginI have the zip if that helps.
Viewing 5 replies - 1 through 5 (of 5 total)