Please login or register.
Login with username, password and session length
May 21, 2013, 03:08:15 PM
News: We're back! And here to stay!
collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

Fatal error: by mailtobala04
[May 17, 2013, 04:36:20 PM]


Backend Items (Images) don't work by bauchinj
[May 15, 2013, 04:18:55 PM]


Permissions issue: a user can upload images in other user galleries by guidocx84
[May 11, 2013, 05:17:44 PM]


Payment after loggin by mirjam
[May 11, 2013, 03:02:56 PM]


image titles without dashes by mirjam
[May 11, 2013, 02:57:48 PM]


Batch Upload Fails by mirjam
[May 11, 2013, 02:52:08 PM]


Slow Gallery with many Photos by mirjam
[May 11, 2013, 02:49:36 PM]


500 error Rackspace by mirjam
[May 11, 2013, 02:23:09 PM]

Advertisement


Pages: 1 [2]   Go Down

Author Topic: Member permissions to allow create/edit own galleries/items issues  (Read 1080 times)

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #15 on: June 11, 2012, 01:19:13 PM »
To answer your post "reply #9" (http://www.rsgallery2.nl/rsgallery2_3.x_bugs_problems/member_permissions_allow_createedit_own_galleriesitems_issues_16835.msg43999.html#msg43999)

{mosmap}, is the the Googlemap plugin found here http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147 (which I really like, that's why I think I recognise it).

Okay, downloaded v2.16 and installed it: another problem reproduced...

---

On Reply#11 (http://www.rsgallery2.nl/rsgallery2_3.x_bugs_problems/member_permissions_allow_createedit_own_galleriesitems_issues_16835.msg44001.html#msg44001)

The subgalleries shown in the gallery view (like your "Individualist Galleries" in screenshot6.jpg) show the images in that particular subgallery and don't include their children at the moment. It's something I noticed and have to think about how (and possibly if) to change...

----

Skipping the other replies for the moment... I'd like to try to tackle problem 1. Problem with My Galleries: tabs show up above each other first...


Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #16 on: June 12, 2012, 02:05:21 PM »
Solved in SVN 1083 (as long as Debug System is off, that will be solved with the GoogleMaps plugin version 2.17): 1. Problem with My Galleries: tabs show up above each other (as in your screenshot.jpg)
=> It's a combination of the tabs/panes used combined with the use of "googleMaps plugin". Right now I seem unable to solve this/find the exact problem, but I've put out a question... I've tested it with only the code to create tabs from one of these links (without My Galleries showing on the page), and the example code works only without the googleMaps plugin.
http://docs.joomla.org/How_to_use_the_JHtmlTabs_in_a_component
http://docs.joomla.org/How_to_use_the_JPane_classes_in_a_component
http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/8213

Currently the only 'solution' I can think of is a workaround: set the googleMaps plugin up in such a way that it doesn't show in the pages where the user might use RSGallery2's My Galleries, which is the RSGallery2 menu item (for the root gallery).

2. Default state for upload images (Setting in Configuration > Images > Image Upload)
Thought it over and will change this such that this setting will apply for users with either Edit State Own or Edit State. Seems the most logical to me since then a use can change the state anyway.

4 Slideshow Parth "keeps loading" -> black screen with bar
- "All slideshows fail": if for each gallery the Slideshow Parth won't load it's not likely that one of the images is the problem on which Slideshow Parth is choking.
- "JoomGallery" doesn't work either on your website.
- Info: The slideshow that is used for Slideshow Parth is JonDesign's SmoothGallery (http://smoothgallery.jondesign.net/).

I'm wondering, since there is a problem with the panes in My Galleries: when you disable the GoogleMaps plugin on the page where Slideshow Parth is showing, does the slideshow work then?

Added this one to the list:
Solved in SVN 1084: 3.3 The image count of the subgalleries (that show at the bottom of a box with the gallery, e.g. "subgallery 1 (2), subgallery 2 (4)" should also have the choice to include the number of items in their childgalleries.

7. Recreating original image in Consolidate Database does not work
=> Let's do this one better: make option "copy display image to originals folder" when "Keep original image" is set to yes (with info), and don't show the entry whent the setting is set to no.

11. Pagination shows as list items and not "on one row"
RSGallery2 uses the pagination class that is available in the template. For Joomla's default template Beez_20 this is:
Code: [Select]
#main .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#main .pagination li {
    border: 0 solid #EEEEEE;
    display: inline;
    margin: 0 2px;
    padding: 2px 5px;
    text-align: left;
}
.pagenav {
    clear: both;
    padding: 2px;
}
#main .pagination li.pagination-start, #main .pagination li.pagination-next, #main .pagination li.pagination-

end, #main .pagination li.pagination-prev {
    border: 0 none;
}
#main .pagination li.pagination-start, #main .pagination li.pagination-start span {
    padding: 0;
}
See also http://www.rsgallery2.nl/display_and_templates/problem_pagination_16730.msg43510.html#msg43510 (and especially http://joomla-css.nl/index.php/en/content-a-component-styles-en-16/pagination-general-en-16).

11. Give the site admin the option to show the pagination only above/only below/above and below an image.
=> Added to the feature request list, but no promises if/when this might get done.

12. JCE editor window width in My Galleries
This is something you need to address with the JCE Editor itself.

The JCE editor cannot be made smaller than the width of its icon set (e.g. the block with the bold, italic, etc. buttons). What you can do is set up a profile (Backend > Components > JCE Administration > Profiles) to use. In such a profile you can set up the area (Front-End, Back-end or both), the Components this profile is uses for (All Components or Select from a list), etc. Then in its Features you can change the Current Editor Layout (remove buttons, add new button "lines" just to rearrange the buttons so that the block with buttons is not so wide, personally, I don't want my users to be able to use all these buttons in the Front-End anyway).

And then in the Editor Parameters you can set the Editor Width, e.g. to 380px (or whatever suits you best).

This is the way to set up your JCE Editor, that you chose to use as editor as opposed to for example the default editor TinyMCE, to suit the needs of your frontend users. (See screenshot CustomJCE.jpg (which also shows the test bar with the panels that won't work with googleMaps enabled on that page.)
« Last Edit: July 09, 2012, 02:11:35 PM by mirjam »
Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.

Offline alysion

  • Newbie
  • *
  • Posts: 15

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #17 on: June 12, 2012, 09:41:35 PM »
1-3 Good
4. Slideshow Parth does work with googlemap gone. No need for map on RSGallery pages, so I'm good, but still curious. Possible that JoomGallery had issues also, but JoomGallery is history for me.
12. Decided to trash JCE for another reason. Users frustrated they cannot insert an image by just navigating to a folder and clicking on it. They won't read my instructions to upload to a free hosting service and paste in the link. Must work as they expect or they won't use the site, and almost all J! editors seem to work the same. JCE can do uploads if you buy the plugin.
« Last Edit: June 15, 2012, 11:33:48 AM by mirjam »

Offline alysion

  • Newbie
  • *
  • Posts: 15

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #18 on: June 14, 2012, 12:50:03 AM »
Issues resolving so time to customize. I retained upper navigation bar so the 'Next' & 'Prev' buttons stay in one place as images change for a click when ready sort of slideshow. I removed the lower bar and download button to bring the Description up closer to image. I want all images to have a description and for both, being equally important, to be easily seen. I removed the banner so image is seen without having to scroll down as pages refresh. A notch or two turning the mouse wheel and the description can be read. Good enough. Screen shots below.

Tried all editors I could find, wasted a lot of time, back to using JCE which, following your lead, now works fine.

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #19 on: June 14, 2012, 12:33:39 PM »
Nice to see you are customising the template yourself! I suggest you read this post: http://www.rsgallery2.nl/display_and_templates/how_create_your_own_template_or_modify_semantic_template_16758.0.html to make sure that you keep your modifications when you update RSGallery2 (or try a new Nightly Build).
Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.

Offline alysion

  • Newbie
  • *
  • Posts: 15

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #20 on: June 15, 2012, 05:54:38 AM »
Thanks again, I made a custom copy of the Semantic template. Have made slight changes to display.class.php, gallery.php, and inline.php. It's fun to make little changes. I found 'Size: 15 images' to be a bit much, so now it is '15 images'. Also above the random images it said 'Results 1-7 of 7' which made no sense to me so it went away. In your post on modifying RSGallery2 linked to you mention get J!Dump. Sounds good. Funny it says it is for 1.5, but are you confirming that it works with 2.5?

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #21 on: June 15, 2012, 12:00:16 PM »
In your post on modifying RSGallery2 linked to you mention get J!Dump. Sounds good. Funny it says it is for 1.5, but are you confirming that it works with 2.5?
I had J!Dump version 1.2.0RC/beta2 running on Joomla 1.6/1.7 and now 2.5. Just noticed that version 1.2.0 is out, so I will use that one from now on.

When I was looking for the info that this would not only work on Joomla 1.5.x but also 2.5.x (I must have read it once somewhere...) I found this post on the Project Homepage of J!Dump on JoomlaCode (where the dowloadpages are):
http://joomlacode.org/gf/project/jdump/news/?action=NewsThreadView&id=3235
JDump now works with Joomla 1.6. Version 1.1.2 will install and function under 1.6, though there are still some bugs to work out. Mathias was kind enough to let me release this version, continuing his great work!
Dated 2010-12-28.

I've updated the post about creating your own template from the Semantic template with this information.
Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.

Offline alysion

  • Newbie
  • *
  • Posts: 15

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #22 on: June 25, 2012, 09:23:41 PM »
Good to see you back post-attack on this site. A few months ago all my sites were deleted by Islamist hackers who left only their calling card. Had to upload almost 8gb and remove forum software which I suspect was their way in.

My current project using RSGallery2 (SVN 1082) had to be rebuilt from a clean J! install. Had to install and rebuild galleries. All is approaching perfection. A slight issue was that in reentering about 30 galleries/subgalleries, I had to work from the bottom of list as each added gallery appears on top rather than added next to bottom. Images are added to bottom. Would be preferred if galleries were added to the bottom of the list.

Another issue involved JCE which for some reason defaults to excluding super users from using JCE on front-end. So until I fixed that, when I tried adding images through front-end logged on as admin, a Description box came up without icons instead of JCE. I could type into the box, but CTRL-V is disabled so in reentering all the photos I couldn't paste in descriptions and had to use the back-end where JCE came up.  So whatever box came up from wherever, it should at least allow CTRL-V. This is not a serious problem, but is a curiosity to mention.

Otherwise, I might mention that for member permissions I ended up having to use settings the following attachment shows to get everything working the way I wanted. Others may want to note.

Offline mirjam

  • Dev Team
  • Hero Member
  • *****
  • Posts: 558

Re: Member permissions to allow create/edit own galleries/items issues
« Reply #23 on: June 28, 2012, 11:58:07 AM »
Yes, good to be back. Locutusweb has spent quite some time on getting things up and running again at a new webhost. I think he has encountered almost every problem one can meet when moving a website to a new server. However, in the end he got it done! (Thanks, Locutusweb!)

We can also thank two users who (privately!) reported an issue with the old site. So that's a thank you to you too!

The problem with the combination with Googlemaps is sorted out. I contacted the developer and we found the issue. Part is within RSGallery2 and part is with the Googlemaps plugin when a user has Debug System enabled.

Having new galleries orders last or first could be a new option, added this to the list of things to do, because it's a nice option to have :-). However, there are some other things I have to sort out first.

Of the top of my head, JCE has profiles where I think you can include and exclude usergroups. I'd start there to find out which profile is used for frontend superusers. Anyway, if you're uploading images/creating galleries as a superuser, I'd use the backend...
Suddenly on maternity leave: our baby boy was born a few weeks early, he's doing well now.
For the next couple of weeks I won't available, for true emergences pm locutusweb please.

I hope that RSGallery2 users will help each other out in the mean time.
Pages: 1 [2]   Go Up
 

anything