 |
|
|
|
|
|
|
|
Show Posts
|
|
Pages: [1]
|
|
1
|
RSGallery2 / Duplicate Threads / Batch upload not working on new install
|
on: January 25, 2008, 02:09:53 am
|
Hello community On an fresh installed system with no gallerys created yet, when i press the "batch upload" in the control panel tho following error message apears: --------- RSGallery2 Upload ZIP-file Fatal error: Call to undefined method html_rsg2_images::requestcatcreation() in /home/tanners.ch/public_html/jom15_test/administrator/components/com_rsgallery2/options/images.php on line 591 ------- The URL is then: http://www.tanners.ch/jom15_test/administrator/index.php?option=com_rsgallery2&rsgOption=images&task=batchuploadThe bug goes away when there are galleries created, so it will not disturb production sites. But when newbies like me want to test rsgallery and fist get an error, it should be removed or substitited with an warning like "please create an gallery first" Greetings Aare
|
|
|
|
|
4
|
RSgallery2 support forums / Features / Re: Place thumbnail of image in text with link to image
|
on: June 09, 2007, 09:27:09 am
|
|
Hello Daniel
About code generation in the backend: - only minimal functionality would be enough (show the image ID. To adress the correct image)
Wy is more code generation in the backend not needed: (in my honest opinion) - in the gallery backend comes new code, functionality and complexity that only one mambot needs - in zoom, the generation needs uncounted mouse clicks to get the result of one image, to many to efficiently generate the code for a few thumbs --> an good readme.txt and documentation is more efficient for the user, i prefer to get only the ID of the images and place the {rsg2_display: ...} code with cut & paste from the documentation
more feedback welcome...
Jonah: could you say more about the new interresting: plg_rsg2_singledisplay ..... ?
Greetings Aare
|
|
|
|
|
5
|
RSgallery2 support forums / Features / Re: Place thumbnail of image in text with link to image
|
on: June 07, 2007, 04:01:20 pm
|
Wow! Sounds great! Another feature could be "onclick" {rsg2_display: ImageID, Size, Caption, OnClick} migth be: - nothin: just the image in the text - galleryimage: click opens the image in the gallery - gallery: click opens the gallery, the image belongs to - popup: opens image in original size in popup window - lightbox: opens image in original size in an lightbox style (maybe Verson 1.1  ) Looking forward to test ! greetings Aare
|
|
|
|
|
6
|
RSgallery2 support forums / RSgallery2 bugs & problems / Re: Upload rename wrong
|
on: May 30, 2007, 04:09:29 pm
|
|
When you can not fix it, say it is an feature, not a bug... So long i believed that only Micro$soft makes it that way.
Serious: It was and is still very irritatiing for me as an newcomer. Reasons? Chances to fix that in the next big release (Joomla 1.5 compatibility) of RS2?
Greetings Aaare
|
|
|
|
|
8
|
RSgallery2 support forums / Features / Re: Place thumbnail of image in text with link to image
|
on: May 29, 2007, 04:26:49 pm
|
|
Thank you very much, but the posts gives more questions than answers: 1. - As i see, the bot rscat shows random pictures from the gallery, not one specific one - I will test it, but not on my production site as: Piran's answer ist not veri enthusiastic about the bot - The code of the bot looks not very clear to me (API?, ACL aware?, configuration aware, clear dokumentation), of course an better work i could ever do with my programming skills
2. Question to the TinyMCE idea: do you use the same thumbnails and pictures or do you upload the same photo twice, one for the gallery one for in-text placements?
The idea of one gallery and many divverent uses of those pictures in the galleri and in the text stories is still in my mind.
Thank you so far, hope there are programmers around seeing their oportunity...
Greetings Aare
|
|
|
|
|
11
|
RSgallery2 support forums / Display and Templates / Re: Changing Template "Table"
|
on: May 29, 2007, 08:33:14 am
|
|
The change to two colums has also worked in the version 1.13.1 Alpha - SVN: 41
Changed in .../templates/tables/display.class.php the line:
function showMainGalleries($style = "single", $cols = 3, $subgalleries = "true") { to function showMainGalleries($style = "double", $cols = 3, $subgalleries = "true") {
A few lines bevore there is: $this->showMainGalleries('single', $subgalleries = true);
In my view, changing this line had no effect...
Make the column count (single or double, trible) configurable would be great.
Eventualy an solution would be ,an XML Config file for each template ?
Greetings Aare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |