Active
Project:
Couloir Slideshow
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2008 at 07:06 UTC
Updated:
17 Jan 2009 at 16:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
xG3n1uS commentedAt first you must install PHP-Filter from the Drupalcore, then you use PHP-Code as Inputtype.
then you write in your node:
for xx and yy you must write the name and number of the block. you this in the block configuration site in the url.
Exp: http://yoursite.net/admin/build/block/configure/couloir_slideshow/1
your code should look then like this:
That how it works for me, but I have one little problem at the top of my sildeshow is name or header of the sildeshow written (see at the attached jpg).
mfG ceri008
Comment #2
xG3n1uS commentedokay I've solved my problem.
I've fixed line 234 in the couloir_slideshow.module-file
original it looks like this:
and if you delete everything except for $html=' the line showed over the slideshow vanish
mfG ceri008