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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : August 29, 2008, 01:08:11 PM
+  RSGallery2 Support Forums Advanced search
  Show Posts
Pages: [1]
1  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / Re: [FIXED] [SVN-615] - Gallery Title on: February 12, 2008, 11:14:56 AM
No problem.
Always glad to help. Smiley
2  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / [FIXED] [SVN-615] - Gallery Title on: January 24, 2008, 03:03:49 PM
Title for each gallery is not showing.
Instead, only title is "RSGallery2 alpha release."

How to show the title of each gallery?  Smiley

OS: Linux
PHP: 5.1.4
MySQL: 5.0.45
Joomla 1.0.13
3  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / Re: [SVN-537] - Navigation aligment problem on: December 23, 2007, 05:33:52 PM
Thanks John.

It works. Smiley
4  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / [NOT A BUG ][SVN-537] - Navigation aligment problem on: December 20, 2007, 09:29:36 PM
The navigation inside gallery should be centered.
But instead, it is left align. See the picture.

In every other places the navigation is showing, for rsgalley, it is show normally.
Also, did the clean install with Joomla! default template and problem is the same.

Looks like a simple problem, but I don't know how to change it.
Thanks. Smiley
5  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Gallery display problem on: December 20, 2007, 12:59:07 AM
Same problem has happened to me.
Only I was getting the error for docman component and rsitems 1.4.2 alpha module, when using together.

Solution founded in file administrator/components/com_docman/contrib/pear/HTML_Select.php file.
Just delete 3 lines in file:
Code:
//only load if it hasn't already been loaded
if(!class_exists( "PEAR")) {
require_once dirname(__FILE__) . '/PEAR.php';
}

require_once dirname(__FILE__) . '/HTML_Common.php';


New code:
Code:
//only load if it hasn't already been loaded

require_once dirname(__FILE__) . '/HTML_Common.php';


It works, without a problems.
But it only works with rsgallery2_1.13.2-alpha.

With new version of gallery, even [SVN] the docman and rsitems 1.4.2 alpha module would not work at all.

Cheers  Smiley
6  RSgallery2 support forums / RSgallery2 modules and plugins (mambots) / Re: gallerie title search on: December 18, 2007, 05:33:11 PM
I find this also very unusual.
With web sites that have many galleries, it's normal to index the title of each gallery.
This is the main dis vantage of search bot.

Can anyone do something about it?

Cheers Smiley
7  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / Re: [SOLVED][SVN-513] - Navigation translation problem! on: December 10, 2007, 01:36:22 PM
That is great to hear.
Will wait for SVN-517.

Thanks. Smiley
8  Developers corner / Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! / [FIXED][SVN-513] - Navigation translation problem! on: December 07, 2007, 12:14:50 AM
At the bottom of gallery are located navigation links:
Code:
<< Start < Prev 1 2 Next > End >>
          Page 1 of 2

Normally it is translated to the language that is installed in Joomla!.
But in Nightly Builds r513 it is always English.

Also is there possibility to translate the word Uploaded:,
that is located below random and latest images.

Could this be corrected.
Thanks.  Smiley

OS: Linux
PHP: 5.1.4
MySQL: 5.0.45
9  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [INFO REQD] RS1.14.0 not show lastest, random, slide alignment shoul be cent on: December 06, 2007, 11:22:24 PM
Try latest Nightly Builds (r513).
Works for me.  Wink
10  RSgallery2 support forums / RSgallery2 bugs & problems / Re: RSgallery v1.14.0 is not showing random and latest pictures + other bugs! on: December 06, 2007, 11:14:11 PM
Problem solved!  Smiley

Just installed latest Nightly Builds (r513) and it work like charm.
Minor bugs, but nothing to serious (border and alignment).  Smiley
11  RSgallery2 support forums / RSgallery2 bugs & problems / Re: RSgallery v1.14.0 is not showing random and latest pictures + other bugs! on: December 06, 2007, 09:48:16 PM
Just tried fresh install on 4th server and the problems are all the same.  Huh
Could some one of developers react!
12  RSgallery2 support forums / RSgallery2 bugs & problems / [SOLVED]RSgallery v1.14.0 is not showing random and latest pictures + other bugs on: December 06, 2007, 09:24:36 PM
First to say 'Bravo' for this component.
Like it a lot.  Smiley

Was using rsgallery2 v1.13.2 and it work perfectly.
When the new version was out, i decide to upgrade.
Then my problems started.  Sad

1.
Random and latest pictures are not showing at all!
Try to enable, disable but nothing.  Sad

2.
In configuration section, display tab, set Thumbnails per Page: 18.
But when click on gallery, it show all images from that gallery.
Then if you click page 2 it really show 18 images per page.
Now if you back to page 1 it show right number of images (18)! Shocked

3.
For some reason utf-8 character would not show right in images name.
Instade it show hieroglyphs.  Sad
Used language file that i translated from previous version.

4.
When on main gallery page, when click on page 2, it will direct you to my gallery home page again.
Annoying.  Sad

5.
Border of each album are not in normal binderies for content of template.

OK, so I decide to go back to rsgallery2 v1.13.2 and it work ok,
except some images in random pictures wont show when click on them.  Sad

I have tried this on 3 different servers and every time it is the same.
Please could anyone help!
Really like this component.

Thanks! Smiley
Pages: [1]