Hi
I have made all the things you have explained on this topic, but something is going wrong. The thing is that I want to add an Image Cycle to a rigthside block, I have embed the following php code inside the body of thew block:
echo image_cycle_show(191);
and the slideshow works great but in the body of every pages it's show the name of the image gallery! and overwrites the page title of the custom page. Maybe the code also displays the slideshow but is also overlapped by other components of the page, I don't know, maybe is some bug because of the "echo". In the README of the module advise to use only the code with out "echo" like this
image_cycle_show(191);
Sorry about my english, please help me to solve it.
Thanks
buscar
What I'm doing wrong?
Comments
Comment #1
boombatower commentedPlease try the dev, I know I fixed this...but I am not sure I fixed in 5.x as I don't use that and with 7.x on its way is soon to be discontinued altogether. Very simple fix if not.
Comment #2
boombatower commentedComment #3
boombatower commentedPlease re-open if this still doesn't work.
Comment #4
indiralanza commentedSorry if I haven't comment muy resuls before, I have try the dev module and it works! thanks you very much.
Comment #6
teebow commentedI had the same issue and solved it.
You might want to double check you have activated the PHP module and selected "PHP Filter" within the Filters section of the admin panel.
This page sums it all! http://bdhacker.wordpress.com/2010/04/04/drupal-execute-php-code-in-blog...