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

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Postponed (maintainer needs more info)

Please 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.

boombatower’s picture

Category: feature » support
boombatower’s picture

Status: Postponed (maintainer needs more info) » Fixed

Please re-open if this still doesn't work.

indiralanza’s picture

Sorry if I haven't comment muy resuls before, I have try the dev module and it works! thanks you very much.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

teebow’s picture

Version: 5.x-1.1 » 6.x-1.x-dev

I 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...