Looking for a slider / Carousel

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

Hi there,

I am looking for XF 2.2 a good slider for on my homepage.
Or some add-on were i can create such a thing.

It has to get his info from selected nodes / forums.
It has show the 1st picture from the topic, and when clicked on it, go to that topic.

Example :

https://xenforo.com/community/threads/film-strips-for-movie-sites.7934/

This is what i want.
Hope someone can put me in the right way.

Regards
 

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

Nobody?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

adamaWhat 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:
  • 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
Template Modification:

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

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.
MoviesPosters1.jpg
MoviesPosters2.jpg
 

Attachments

  • MoviesPosters.zip
    19.4 KB · Views: 105

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

adamaDo you mean if it works with 2.2.9?
Or do you mean, what the slider has to do?

Slider on homepage has to show every first picture, from every topic in the selected nodes.
It pulls the pictures automatically from the newest topics into the slider.
When you click on the picture, you go directly to the topic.
 
View previous replies…

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

Do you mean if it works with 2.2.9?
Or do you mean, what the slider has to do?

Slider on homepage has to show every first picture, from every topic in the selected nodes.
It pulls the pictures automatically from the newest topics into the slider.
When you click on the picture, you go directly to the topic.
adamanope dont think so, its from 2010 be sure dont work with xenforo 2.+
 

adama

Active member
Registered
Joined
Dec 10, 2020
Messages
41
Points
18

Reputation:

sorry no clue, but why you dont register on xenforo and ask people for that.
SNap!Yeah, going to do that! That was my next step :D

I am new to XF, i was a vbulletin man until Vbulletin 5 ;)

Thx for you responses, appreciate it!!
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

Yeah, going to do that! That was my next step :D

I am new to XF, i was a vbulletin man until Vbulletin 5 ;)

Thx for you responses, appreciate it!!
adamaXF have a lot of good features and code is easy to follow, but für the mostly addons you must pay this suxx.
 

APPG

Active member
Registered
Joined
Nov 23, 2022
Messages
42
Points
18

Reputation:

How to install for version 2.2.13?? :( Help Mee
 
Top