yilmaz
Active member
What does this addon do?
This add-on pulls the first image of a post which is using the [ IMG ] tag and shows it in a movie strip.
How To Install:
Search for the template forum_list and find this code :
and add after, this:
Add-On Configuration
08.03.2011
This add-on pulls the first image of a post which is using the [ IMG ] tag and shows it in a movie strip.
How To Install:
- Unzip the archive and upload the folders js and library, which are located inside the MoviesPosters folder, to your forum's root.
- Rotate to Admin > Plugin Install
- Import the product addon_yilmaz_movies_posters.xml
Search for the template forum_list and find this code :
HTML:
<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
and add after, this:
HTML:
<xen:if is="{$Yilmaz_MoviesPosters}"><xen:include template="yilmaz_movies_posters" /></xen:if>
Add-On Configuration
- Go to the option page which you can find via Admin > Options > Home > [Yilmaz] Movies Ribbon
- Write down the forum ID's. Threads located in these forums will have their first image shown in the film strip block. Seperate each forum ID using a comma (,). Example: 3, 6, 34
- Define the total amount of imges to be shown or in another word 'rotated'.
- Define how many images will be shown in a single row before rotating. Standard value is 6 but some themes need a less value. You can of course increase this value at your liking.
08.03.2011
- Addon written from the scrach. Many bug fixes, speed improvements
- No longer BBCODE problems with the addon.
- JQuery conflicts resolved.
- New option. Be able to define how many images to be shown in one row.