Please login or register.
Login with username, password and session length
May 20, 2013, 07:29:53 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]   Go Down

Author Topic: rs2_singledisplay  (Read 373 times)

Offline ladislav47

  • Newbie
  • *
  • Posts: 12

rs2_singledisplay
« on: August 13, 2012, 04:57:56 PM »
Hello mirjam --- I would like to ask you for rs2_singledisplay using in RS Gallery 3 in connection with Joomla 2.5.6 -- is it working? My friend upgraded my website´s joomla and I would want to try it. Thx for your comments.
Laco

Offline mirjam

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

Re: rs2_singledisplay
« Reply #1 on: August 13, 2012, 08:01:12 PM »
Take a look at this download page:
http://joomlacode.org/gf/project/rsgallery2/frs/?action=FrsReleaseBrowse&frs_package_id=2994
The release names has in its name (kind of) what it's for, a version number and the Joomla version what it's for. E.g. plg_rsg2_singledisplay_3.1_J25 is a plugin for Joomla 2.5, it's the single display plugin version 3.1. The release with _J15 in its name is for Joomla 1.5. If you click on the release name on that page you will see some release notes with some information.

So yes, Joomla 2.5.6 (currently the latest version) with RSGallery2 3.2.0 (currently the latest version) works with the single display plugin, if you take the _J25 plugin, e.g. plg_rsg2_singledisplay_3.1_J25.
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 ladislav47

  • Newbie
  • *
  • Posts: 12

Re: rs2_singledisplay
« Reply #2 on: August 14, 2012, 08:46:07 AM »
Thank you mirjam

Offline ladislav47

  • Newbie
  • *
  • Posts: 12

Re: rs2_singledisplay
« Reply #3 on: August 14, 2012, 04:43:50 PM »
hmmm..... problem....I nstalled this plug-in by your recommendation + joomla 2_5_pkg_Highslidejs_2_5_2  but......nothing. I miss the icon of rs2 in my editor (use TiNy) so I am not able to insert a picture way rs2. Other way of image inserting is possible ..... (through standard image insert)  ....so much work is waiting for me..... :'( :'(  have you some idea? thx

Offline mirjam

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

Re: rs2_singledisplay
« Reply #4 on: August 16, 2012, 02:25:39 PM »
Not sure where you missed what to do, so I'll write down the steps:

I'm using
That's currently the latest version for each of those.

Usage:
- Set Single Display plugin parameters:
Backend > Extension > Plug-in Manager > Edit "RSGallery2 Single Image Display" plugin > Popup style = No popup and Debug = Enabled, and (important) set the plugin Status to Enabled. (Later on you can set Debug to Disabled, but to try things having it at Enabled may give you clues if things don't work as you expect.)
- Find the id of the image you want to insert in an article:
Backend > Components > RSGallery2 > Items > see the ID in the left column, for example, I want the item with ID 2.
- Edit an article:
Backend > Content > Article Manager > Either create a new article or edit an existing article. Now insert (with the ID you want)
Code: [Select]
{rsg2_singledisplay:2}Check the result in the frontend (for example, because "Debug" is enabled, you'll get a message is there is no item with ID 2: "Single image display plugin: there is no item with id 2").
This gives me the display image of the item with ID 2 with no popup.

No let's change the Single Display plugin parameter Popups style to Highslide. Now the display image shows and when I click it the original image (if available) pops up in Highslide style.

Another example is
Code: [Select]
{rsg2_singledisplay:2,thumb,false,right, float:right, both}This displays the thumb image of the item with ID 2 without caption with the CSS style "right, float:right, both".

Note: there is no icon for the TinyMCE editor and currently there is only an icon for the JCE editor on Joomla 1.5 (I was working on one for JCE on Joomla 2.5 a while ago though, let me see about that one...).
As said in the plugin description "This plugin will replace {rsg2_singledisplay: imageid, size, caption, format, clearfloat} in articles with the corresponding RSGallery2 image." but you need to enter the details yourself.
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: rs2_singledisplay
« Reply #5 on: August 16, 2012, 05:27:41 PM »
For the editor JCE I have attached a plugin. The enclosed readme.txt with installation instructions:

Use this JCE Editor plugin to get a button in the JCE editor that shows the user a list of RSGallery2 images from which an image can be chosen together with some settings. This will insert the string
Code: [Select]
{rsg2_singledisplay:9999,thumb,true,left;float:left}for the user to use for the RSGallery2 Single Image Display plugin. The parameters (like thumb or the image id 9999) will be based on the options you choose.

Install it through JCE's plugin installer:
Backend > Components > JCE Editor > Install Add-ons: browse to the zip file and click 'Install package'.
Now you will see the "JCE RSGallery2 Single Image Display plugin" in the list of JCE plugins.

Then go to Backend > Components > JCE Editor > Profiles, click your profile to edit it, go to the tab Features & Layout and drag the RSGallery2 Single Display button (which is the
orange/red/blue/green "diamond" of the logo) to the Current Editor Layout.

You need
- RSGallery2 v3.x for J!2.5: http://joomlacode.org/gf/project/rsgallery2/frs/?action=FrsReleaseBrowse&frs_package_id=4863
- RSGallery2 Single Image Display plugin for J!2.5: http://joomlacode.org/gf/project/rsgallery2/frs/?action=FrsReleaseBrowse&frs_package_id=2994
- JCE for J!2.5: http://www.joomlacontenteditor.net/
and of course this plugin.

Plugin was tested with RSGallery2 3.2.0 and JCE 2.2.4 on Joomla 2.5.6.
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]   Go Up
 

anything