Keyword

Slideshow Plugin instead of IMG

  • Ali Can
  • Ali Can's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 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.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
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
9 years 11 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.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ali Can
  • Ali Can's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 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 ?

Please Log in or Create an account to join the conversation.

More
9 years 11 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.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Ali Can
  • Ali Can's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 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
  • Ali Can's Avatar Topic Author
  • Offline
  • Junior Member
More
9 years 11 months ago - 9 years 11 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.
Log in  or Create an account to join the conversation.