The instruction #3 is confusing and not properly formed. You say to “call” a function but most WP users don’t know how to “call” something. Please put the exact code that people would copy-paste into their theme, without the “call” jargon. Secondly, every plugin function should only be called with an IF FUNCTION EXISTS THEN DO IT. This code is described in the Codex. Please provide the exact function that can be copy-pasted into your theme, WITH the IF THEN statement, so that your theme will not be broken if the plugin is ever deactivated. Thanks for this.
Hi. I upload plugin and activat it, but wordpress show error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in …photography/wp-content/plugins/wp-post-banners/engine.php on line 30
WP-Post-Banners is a plugin which can display banners(resized images) from your posts automaticly. You can supply it parameters like banner size, post filters and maximum amount of banners to be shown….
@arram are you working on a php4 environment?
if so, please open up engine.php and change all public, private keywords to var and please let me know if it worked.
i have an issue with your plugin. When i add a widget, i get this error: “Warning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-post-banners/engine.php on line 96
The same thing appears on the configuration page (”Test” block). I am very disappointed, i really want to use your plugin. I didn’t edit plugin files. What’s wrong?
it’s probably because the plugin can not find any suitable image to display with the given dimensions; try adjusting your dimensions. (mostly by using smaller width & height values)
and can u also post your php version?
in last days i’m getting bug reports, and soon i’ll release a polished version with bugfixes, feature requests and mostly php4 support
I tried many settings and not one worked. I was even trying to give dimmensions like 1×1. Using resize.php manually doesn’t work. My Wordpress version is 2.6. My PHP version is 5.2.6.
Your plugin was perfectly working before the new update…After the update if you look at my website it says that is loading and stops there…Any solutions to that? I am using latest wordpress 2.6.1
I already hit that bug in my local XAMPP setup with 2.6.1. Checked your site, seems plugin just renders output as normal. It’s probably a bug of Smooth Gallery, i’m investigating the issue. Meanwhile, if you use php5, can you try it with older 0.50 version?
i keep getting the No suitable images found for rendering
i know i have pics in my posts, ive tried changing the size paramaters a bunch. im on wp Version 2.5.1
anything else i could try?
no, i dont care about seeing the smaller pictures, i just wanna see ANY. none are showing for me. i have the width set smaller than my big pics, but i still get the
No suitable images found for rendering
this seems like one of the coolest plugins ever, id love to get it working for me. (you should have a donate button, btw)
I just found a “bug” in engine.php.
You have to replace the “<?” tag by “<?php” tag to avoid strange behavior on some configurations (like local WAMPServer for example)
I am trying to use two slideshows at my home page with wp but It doesnt works. With one it works great but when I try to put another one it doesnt works. I think that maybe a truble with the js files for it. If someone can help me I will be pleased.
The instruction #3 is confusing and not properly formed. You say to “call” a function but most WP users don’t know how to “call” something. Please put the exact code that people would copy-paste into their theme, without the “call” jargon. Secondly, every plugin function should only be called with an IF FUNCTION EXISTS THEN DO IT. This code is described in the Codex. Please provide the exact function that can be copy-pasted into your theme, WITH the IF THEN statement, so that your theme will not be broken if the plugin is ever deactivated. Thanks for this.
thanks for the feedback, updating the instructions now..
Ugh. Uploaded, but it isn’t showing on my plugins page. I’m using the most recent version of Wordpress.
Also, is there a way to display these horizontally, instead of vertically, and possibly with some spacing between them?
@David thanks for your notice. A bug was preventing version 0.4 to show up on plugins activatation page. I just released a fixed version; please update; http://huseyinuslu.net/projects/wp-post-banners-0.41.zip
@David, for spacing between items, you can play with ‘Main DIV Additional Style’. This is the DIV that encapsulates every item on its own.
You can just start trying to add this to Main DIV style;
margin: 0px 0px 20px 0px;
For more info about margins check: http://www.yourhtmlsource.com/stylesheets/cssspacing.html
For your second question, horizontal display, nope it does not support it yet, but playing with the div styles may work.
It’s a good plugin
Hi. I upload plugin and activat it, but wordpress show error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in …photography/wp-content/plugins/wp-post-banners/engine.php on line 30
any idea?
@arram, can you write the plugins version you use? if you’re not using 0.41 please try it
Plugin version is 0.41, wordpress engine 2.6
WP-Post-Banners…
WP-Post-Banners is a plugin which can display banners(resized images) from your posts automaticly. You can supply it parameters like banner size, post filters and maximum amount of banners to be shown….
@arram are you working on a php4 environment?
if so, please open up engine.php and change all public, private keywords to var and please let me know if it worked.
Seems i have to test it under php4
Cool. Next question: the auto resizer/snipper thing is only clipping to the top of the image, not the center. Can I adjust this?
actually yes with editing resize.php you can. But i add this to my todo list for next version.
Right now with my new VPS the plugin seems to got a query problem.I’ll track it down and release a new version
i have an issue with your plugin. When i add a widget, i get this error: “Warning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-post-banners/engine.php on line 96
The same thing appears on the configuration page (”Test” block). I am very disappointed, i really want to use your plugin. I didn’t edit plugin files. What’s wrong?
it’s probably because the plugin can not find any suitable image to display with the given dimensions; try adjusting your dimensions. (mostly by using smaller width & height values)
and can u also post your php version?
in last days i’m getting bug reports, and soon i’ll release a polished version with bugfixes, feature requests and mostly php4 support
I tried many settings and not one worked. I was even trying to give dimmensions like 1×1. Using resize.php manually doesn’t work. My Wordpress version is 2.6. My PHP version is 5.2.6.
do you have GD library on your system and enabled?
The xhtml output of this theme is very creative.
In other words it is false.
Is there a way to repair this?
regards
Monika
Yes, Php info says: “GD Support enabled, GD Version bundled (2.0.34 compatible).I don’t know what’s wrong…
@monika, if what you talk about is actually plugin, yes output is not yet xhtml compatible but now it’s in todo list for next release
hi. Thanks for plugin
perfect.
Regards
Your plugin was perfectly working before the new update…After the update if you look at my website it says that is loading and stops there…Any solutions to that? I am using latest wordpress 2.6.1
I already hit that bug in my local XAMPP setup with 2.6.1. Checked your site, seems plugin just renders output as normal. It’s probably a bug of Smooth Gallery, i’m investigating the issue. Meanwhile, if you use php5, can you try it with older 0.50 version?
Btw do you run any lightbox plugins Psilos?
it seems the problem arises of an bug in resize.php or with smootgallery. still looking the issue.
yes i run lightbox 2 plugin..shall i deactivate it?
i keep getting the No suitable images found for rendering
i know i have pics in my posts, ive tried changing the size paramaters a bunch. im on wp Version 2.5.1
anything else i could try?
psilos try deactivating the lightbox2 pls and recheck
brooke, the images width must be => given parameter to plugin in order to plugin show them. but this is stg. in my todo list.
i have some big pictures and some small pictures. do they have to be the exact right size?
brooke; if you want to see the smaller pictures also rendered, then you must supply the minumum width of them
no, i dont care about seeing the smaller pictures, i just wanna see ANY. none are showing for me. i have the width set smaller than my big pics, but i still get the
No suitable images found for rendering
this seems like one of the coolest plugins ever, id love to get it working for me. (you should have a donate button, btw)
can you please send me your blog address and the code you use by contact form? i’ll just check and debug the problem
btw got already a donate button at the bottom of the page
I just found a “bug” in engine.php.
You have to replace the “<?” tag by “<?php” tag to avoid strange behavior on some configurations (like local WAMPServer for example)
Hi. I am using the wp-post-banners but I cant work it. This plug-in how is include the images? I dont understand please help me..
Hi,
I am trying to use two slideshows at my home page with wp but It doesnt works. With one it works great but when I try to put another one it doesnt works. I think that maybe a truble with the js files for it. If someone can help me I will be pleased.
@agustin, I’m aware of the bug. With the new release 0.60 it’ll be fixed.
[...] WP-Post-Banners [...]