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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : August 22, 2008, 04:36:25 AM
+  RSGallery2 Support Forums Advanced search
  Show Posts
Pages: [1] 2 3 ... 24
1  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Batch upload issue on: August 21, 2008, 08:45:58 AM
Try the nightly build ...

http://rsgallery2.net/content/view/55/24/

John
2  RSgallery2 support forums / RSgallery2 bugs & problems / Re: BUGS Found on: August 20, 2008, 06:48:32 AM
Hey ..

yes,
Quote
So if you don't like it - mind you own business ... if you like it - contribute.
does it for people trolling ..

"So if you don't like it - sorry  ... if you like it - thanks for any contribution (like helping people in the forums/ finding bugs / adding to the wiki / joining the dev team)"

for all other people ..

about the lack of communication .. a lot of post in the forum are not related to the component (i.e CSS/template issues or duplicate threads) but you are right that all real bugs could be moved to a known issue thread by the moderator.

John
3  RSgallery2 support forums / RSgallery2 bugs & problems / Re: No Navigation to gallery/thumbnail overviey on: August 19, 2008, 09:03:53 PM
Looks like you have not included any breadcrumbs-navigation in your Joomla template.
That's the way RSGallery2 navigates back up the gallery hierarchy ..

John
4  RSgallery2 support forums / RSgallery2 bugs & problems / Re: BUGS Found on: August 19, 2008, 08:46:07 PM
Good to know ..

but still no reason to go to that kind of "communication style" Persian Prince uses .. i think he could learn a bit about netiquette [http://en.wikipedia.org/wiki/Netiquette] and appreciate that the developers have given you this component for free.
So if you don't like it - mind you own business ... if you like it - contribute.

I REALLY like RSG2 but ... yes .. this kind of behaviour suck and pushes me further away from helping people out.

Regards

 John

 
5  RSgallery2 support forums / Display and Templates / Re: Adding prev and next buttons to the template? on: August 19, 2008, 08:35:21 PM
RsGallery2 uses the standard Joomla navigation framework. Modifying it would change all navigation controls on you site.
Maybe you can hide them in RSG2 with the CSS ?

john
6  RSgallery2 support forums / RSgallery2 bugs & problems / Re: BUGS Found on: August 18, 2008, 08:32:39 PM
How old are you Huh
7  RSgallery2 support forums / RSgallery2 bugs & problems / Re: BUGS Found on: August 13, 2008, 07:58:19 PM
All right :-) I like it .. give me more of that  ...

John
8  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Gallery not showing in FireFox, but fine in Internet Explorer on: August 13, 2008, 07:57:25 PM
Thank you :-)

John
9  RSgallery2 support forums / Display and Templates / Re: uploadform too big on: August 12, 2008, 01:48:14 PM
The problem seems to be the WYSIWYG editor's toolbar wich is to wide to be displayed in your template.

Apart from that your main template hast this

Code:
#main{
overflow:hidden;
}

witch hides the overflowing part of the editors toolbar.

solution :
make your template wider
or make the template flexible so you don't have to use overflow:hidden;
or remove the wysiwyg editor for the galleries ..

John
10  RSgallery2 support forums / Display and Templates / Re: "New" text next to gallery name on: August 11, 2008, 09:05:07 AM
I guess date overflow is not checked doing it this way ...

I could not find any information how PHP handles negative day values for the mktime function.

date_add and date_sub witch would be appropriate for this kind of coding are still in experimental state.

So basically, from my side there is no "simple" solution to this ... anybody ?

John
11  RSgallery2 support forums / Features / Re: [SVN-780] Default permissions on: August 11, 2008, 08:52:08 AM
Hello jose

To edit these values you need some SQL skills.

The default values reside in the MySQL database Joomla uses.
You can edit the database tables using something like "MyAdmin" http://www.phpmyadmin.net/home_page/index.php.

You can find out about the database name in your Joomla global configuration. The prefix mentioned in a previous post (#__) is replaced by a value of the global config as well.

Once you found out all of the above you can edit the default column values of the #__rsgallery2_acl table in the MySQL database of your Joomla install to match your needs.

Hope that helps

John

PS: In a feature release these values will be configurable form the back-end.
12  RSgallery2 support forums / Display and Templates / Re: uploadform too big on: August 11, 2008, 08:43:04 AM
Any link to your site ?

John
13  RSgallery2 support forums / RSgallery2 bugs & problems / Re: internet-explorer-cannot-open-the-internet-site-operation-aborted on: August 02, 2008, 06:22:52 AM
Sereia ..

without a link to the website that misbehaves it is impossible to help ..

Is your site publicly available ?

John
14  RSgallery2 support forums / RSgallery2 bugs & problems / Re: internet-explorer-cannot-open-the-internet-site-operation-aborted on: August 01, 2008, 06:57:29 AM
I already red topic about this problem including flash rotator....but that is not my case!

I tried everything from previous topic.....nothing helped:-(

http://www.kvarnerinfo.net/index.php?option=com_rsgallery2&Itemid=313

I just installed gallery for the first time......and It doesnt work:-(

I switched off light box and every other option....nothing.....I dont know what to say anymore except its working in Opera and Firefox......I hate IE.

Btw. I tried with IE 6!

Thnx!

Hello Nicso ..

Code:
startTicker();

is probably the cause of you problems ..

use something like :
Code:
if (window.addEventListener)
window.addEventListener("load", startTicker, false)
else if (window.attachEvent)
window.attachEvent("onload", startTicker)

or a Mootools version of that to fix it.

john

15  RSgallery2 support forums / RSgallery2 bugs & problems / Re: internet-explorer-cannot-open-the-internet-site-operation-aborted on: August 01, 2008, 06:50:59 AM
Hi ..

Try to find one without any javascript. One that uses CSS only .. unluckily i'm not up to date with what menus are available for Joomla but i'm sure you can find one on the Joomla Extensions page : http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1788/Itemid,35/

John
Pages: [1] 2 3 ... 24