RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 02, 2008, 11:06:10 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  Features (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  Slideshow module
Advanced search
  « previous next »
Pages 1
Author
Topic: Slideshow module  (Read 7905 times)
« on: January 23, 2006, 07:42:33 am »
quiquedcode
Guest

Hi guys
Is there any slideshow module for RSGallery available ?
Would it be difficult to make one ?

For example, it would be great to have a module which would display (X) random pictures in frontpage, with a slideshow... parametrized...

Do you think this could be made ? ... thanks...
Logged
 
Reply #1
« on: January 24, 2006, 09:47:40 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

Currently we\'re just working on the component, but the previous RSgallery had some modules.

See http://mamboforge.net/frs/?group_id=6&release_id=1358.

You can try if they still work, but I can\'t garantee this. But trying won\'t hurt. Please let us know what happens.

After the beta release, we\'ll of course be working on the module.

Daniël
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #2
« on: March 03, 2006, 03:36:21 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

we released the first rsgallery2 module today, it\'s available for bugtesting in the forge

Daniël
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #3
« on: March 07, 2006, 06:26:15 pm »
Tash
Guest

Hi,

I coded Slideshow module for RSGallery2
Javascript driven dynamic. many options from admin side.

More info and download at http://www.mamboat.com

Have fun!

Tash
Logged
 
Reply #4
« on: March 07, 2006, 07:31:12 pm »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870

WWW

Hey, nice work. I see you used the zoom module as the basis.

You have one error though. The link to the image was not correct, so it brought me \"just\" to the gallery.

It had to be like this:
[code:1]
$name = getImgNameDisplay($row->name);
    $id = $row->id;
    $limitstart = $row->ordering - 1;
   if ($Clickornot==1)
   {$text .= \"fadeimages[\".$k.\"] = [\\\"$mosConfig_live_site$imagepath/$name\\\",\\\"index.php?option=com_rsgallery2&page=inline&id=$row->id&catid=$row->gallery_id&limitstart=$limitstart\\\",\\\"_parent\\\",\\\"$row->name\\\", \\\"$row->title\\\",\\\"$row->hits\\\",\\\"$row->votes\\\",\\\"$row->rating\\\",\\\"$row->comments\\\",\\\"$PickMethod\\\"];\\n\";}
        else
   $text .= \"fadeimages[\".$k.\"] = [\\\"$mosConfig_live_site$imagepath/$name\\\",\\\"\\\",\\\"_parent\\\",\\\"$row->name\\\", \\\"$row->title\\\",\\\"$row->hits\\\",\\\"$row->votes\\\",\\\"$row->rating\\\",\\\"$row->comments\\\",\\\"$PickMethod\\\"];\\n\";

   $k++;
   }
[/code:1]
I attached the corrected file.*edit: I couldn\'t attache a php file. If you want I will remove the zipfile from this post.

Do you mind that we will post the module for download in the forge? Just to keep all the things in one place. Of course I will leave author information in tact.

Daniël

*edited: removed file attachement, can be downloaded now in the forge, or on the website of Tash
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #5
« on: March 13, 2006, 04:41:53 pm »
Tash
Guest

Thanks to Daniel and apologizes for late response.
I corrected module code.

Module URL:
http://www.mamboat.com/2006/03/07/rsgallery2-dynamic-slideshow-module/


Tash
Logged
 
Reply #6
« on: March 13, 2006, 05:12:53 pm »
Tash
Guest

What i hate with Joomla is ITEMID:angry:

I updated module\'s code with Daniel\'s correction, but just after noticed that ITEMID for RSGallery component is missing in corrected Link Url. - as a result , when you click thumb and it open RSGallery page, Menu item for RSG not highlighted as active. This is minor issue, though.

Tash
Logged
 
Reply #7
« on: March 13, 2006, 05:22:45 pm »
Tash
Guest

Fixed this.

Tash
Logged
 
Print  Pages 1
« previous next »
Jump to: