- Posts: 21
COMMUNITY FORUM
Slideshow Plugin instead of IMG
- Ali Can
-
Topic Author
- Offline
- Junior Member
Less
More
10 years 6 months ago #133189
by Ali Can
Slideshow Plugin instead of IMG was created by Ali Can
Hello
I installed o plugin that makes slideshows of folders
I modified item.php of mo templates htmk/com_k2 dolder
I installed o plugin that makes slideshows of folders
I modified item.php of mo templates htmk/com_k2 dolder
i.imgur.com/JcKxsZz.png
PS : similar item.php edit is fine with my other site. that one displays Ariquiz with content plugin
Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 6 months ago #133190
by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Slideshow Plugin instead of IMG
This won't work. Shortcodes cannot be executed in the php code.
Check to see if that plugin has the option to render on specific hooks.
You can also ask the plugin developer if you can dynamically pass arguments in the plugin.
Check to see if that plugin has the option to render on specific hooks.
You can also ask the plugin developer if you can dynamically pass arguments in the plugin.
Please Log in or Create an account to join the conversation.
- Ali Can
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
10 years 6 months ago #133191
by Ali Can
Replied by Ali Can on topic Re: Slideshow Plugin instead of IMG
Hello Krikor, thanks for the reply, I cntacted the plugin developer.
Meantime I ve another question for you.
is it possible to use sig pro with a slideshow interface ?
Meantime I ve another question for you.
is it possible to use sig pro with a slideshow interface ?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 6 months ago #133192
by Lefteris
Replied by Lefteris on topic Re: Slideshow Plugin instead of IMG
@Ali Can
Simple Image Gallery PRO is used to create galleries not slideshows. However some of the popup engines include a very simple slideshow functionality. You can take a look at the demo page at demo.joomlaworks.net/simple-image-gallery-pro to see what Simple Image Gallery PRO can do.
Simple Image Gallery PRO is used to create galleries not slideshows. However some of the popup engines include a very simple slideshow functionality. You can take a look at the demo page at demo.joomlaworks.net/simple-image-gallery-pro to see what Simple Image Gallery PRO can do.
Please Log in or Create an account to join the conversation.
- Ali Can
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
10 years 6 months ago #133193
by Ali Can
Replied by Ali Can on topic Re: Slideshow Plugin instead of IMG
any chance to {loadposition} in item.php ??
Please Log in or Create an account to join the conversation.
- Ali Can
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
10 years 6 months ago - 10 years 6 months ago #133194
by Ali Can
Replied by Ali Can on topic Re: Slideshow Plugin instead of IMG
Found a better way.
extrafields can execute plugin codes. so I put my plugin code ( in my case widgetkit ) in a extrafield. and call it in IMG section of item.php, I put a if else statements so if the item has slideshow extrafield it shows, else it brings original item image.
extrafields can execute plugin codes. so I put my plugin code ( in my case widgetkit ) in a extrafield. and call it in IMG section of item.php, I put a if else statements so if the item has slideshow extrafield it shows, else it brings original item image.
Log in or Create an account to join the conversation.