Jump to content

Download: Flash Image and Video Rotator


Enkidu

Recommended Posts

  • Replies 190
  • Created
  • Last Reply
Posted

I have a 3 column template with single page template. The slide show is in the center column but there seems to be a margin to the left of the block which makes it sit off centre. I have tried to center it but no luck.

When the images rotate they very slightly cross the right hand column, anyway of making it align center
?

Posted

Just a quick question. Is it possible to place this above IPContent articles? Instead of it being on its own page with just the flash image and video rotating.
________________________
|Flash Image & Video Rotator |

IPContent Article 1

IPContent Article 2

IPContent Article 3

etc

Posted

it should work with IPB 3.2.x so yes. How hard is it to include the block in a page? it's just one line of code. refer to the documentation on how to do it.

Posted

you'll need to add them manually to piecemakerXML.php :smile:



Apologies, I am a numpty - as per your 1st post:

4- Slide up to 4 images and 1 video. Although you can manually add more (refer to the documentation included)


Posted

Apologies, I am a numpty - as per your 1st post:




open piecemakerXML.php, find:


// slide 4

if (strlen($registry[PmSource4]))

echo ' <Image Source="'. $registry[PmSource4] .'" Title="'. $registry[PmTitle4] .'">

	  <Text>'. $registry[PmText4] .'</Text>

	  <Hyperlink URL="'. $registry[PmHyperlink4] .'" Target="_blank" />

    </Image>';

add below:


// slide 5

<Image Source="path/to/image" Title="my title">

	  <Text>my text</Text>

	  <Hyperlink URL="link" Target="_blank" />

    </Image>



replace path/to/image with the path to the image you want to slide, and replace my title, text, url with what title,text and url you want to be on that slide

Posted

Ok i see the problem and i dont know if its me or what but on that xml the first image is a jpg as it shows the 2nd 3rd and 4th are png format, however the images ive uploaded from folder are all jpg. I dont know why that is as i just uploaded pics ect.

thanks for pointing me right tho.

Posted

Ok i see the problem and i dont know if its me or what but on that xml the first image is a jpg as it shows the 2nd 3rd and 4th are png format, however the images ive uploaded from folder are all jpg. I dont know why that is as i just uploaded pics ect.



thanks for pointing me right tho.




then change the extensions :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...