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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 22, 2008, 05:40:58 pm
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [FIXED] [SVN-256] - templates problem
Advanced search
  « previous next »
Pages 1
Author
Topic: [FIXED] [SVN-256] - templates problem  (Read 7092 times)
« on: October 01, 2007, 04:08:36 am »
Radek Kafka Offline
Newbie
*
Posts: 14

View Profile Email

Hello,

trying this build I've found these problems:

- tables template (I know it is obsolete, but working) incorretly links from main gallery page to gallery.. There is need to correct:

gallery.class.php:

//Write gallery name
      //TODO: sef is only included for frontend stuff.  perhaps this shouldn't be here?....
      if( function_exists( 'sefRelToAbs' ) ){
         $this->url = sefRelToAbs("index.php?option=com_rsgallery2&Itemid=$Itemid&gid=".$this->get('id'));
         $this->galleryName = "<a class='rsg2-galleryList-title' href=\"".sefRelToAbs($this->url)."\">".htmlspecialchars(stripslashes($this->get('name')), ENT_QUOTES)."</a>";
      }
      else{
         $this->url = "index.php?option=com_rsgallery2&Itemid=$Itemid&gid=".$this->get('id');
         $this->galleryName = htmlspecialchars( stripslashes( $this->get( 'name' )));
      }

replace: gid= with catid=

--------------------------------------------------------------
semantic template:

trying this template is buggy till I set in options Limitbox to ALL (any other settings produce error in template - "Array expected"
--------------------------------------------------------------

I've also tried plg_rsg2_display build 204 with these results:
working fine but :
- using of other name of template instead of "photobox" produce error message
- it is not possible to use more than one plg_rsg2_display in content. Only first one is displayed. I'd like to show content of more that one gallery in news .. Subgalleries are not shown...
..................................................................

FrogJS  - 207 - not complete installation (missign one .js in controll XML)

I don't know how to integrate lightbox into gallery .. Where to find hints how to do it with 1.4.x line Huh

Thank you

Radek


« Last Edit: November 09, 2007, 04:11:42 pm by Jonah » Logged
 
Reply #1
« on: October 04, 2007, 10:19:56 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1412

View Profile

Hello Radek,

plg_rsg2_display: I thought for sure that multiple instances bug was fixed last month, but you are using the latest, so I will need to check that out.

semantic: try the latest nightly build.  much work has been done.

lightbox: there have been a variety of solutions done so far, nothing really good yet however.  have you tried the micromacro template yet?
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #2
« on: October 09, 2007, 03:59:47 am »
Radek Kafka Offline
Newbie
*
Posts: 14

View Profile Email

Thank you for your answers..

I've tried SVN-276 and semantic has the problem with limitbox.

Also for tables there is need again to replace gid= to catid= in class.gallery.php

Lightbox I've solved by adding of lightbox in CSS files..

So I've returned to SVN-256 with tables as template (supports uploading etc..).

I'll try plg_rsg2_display (latest build) again and write here my results..

BR,

Radek .. You can see current integratin of rsgallery2 in our paragliding klub pages www.pgkrupka.com
Logged
 
Reply #3
« on: October 16, 2007, 09:17:17 am »
Radek Kafka Offline
Newbie
*
Posts: 14

View Profile Email

Hello Jonah,

I've tested plg_rsg2_display - build 204 and photobox build 252 .. Added 2 galleries into content and found these errors:

- Only one gallery is shown (the first one) ...

- it modifies <title> of main page in case that content is displayed on frontend .. <title> is name of gallery ..

- no handling of subgalleries Sad ..

Where could be problem ?

Thank you very much

BR,

Radek


Logged
 
Reply #4
« on: October 19, 2007, 03:12:52 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1412

View Profile

The meta data bug is fixed in r309.

photobox is only designed to display one gallery at a time.  i would advise just inserting multiple plg_rsg2_display boxes to handle multiple galleries.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #5
« on: October 31, 2007, 08:13:32 am »
Radek Kafka Offline
Newbie
*
Posts: 14

View Profile Email

The meta data bug is fixed in r309.

photobox is only designed to display one gallery at a time.  i would advise just inserting multiple plg_rsg2_display boxes to handle multiple galleries.

Hello Jonah,

I've tried to use micromacro as recommended and it is working fine in content. But still I'm not able to insert multiple galleries into content.. Only possibility is to insert one with photobox and another ONE with micromacro.. When I'm trying to use multiple micromacro galleries, it displays only first one..

BR,

Radek
Logged
 
Reply #6
« on: November 01, 2007, 11:55:37 am »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1412

View Profile

That would be a bug.  I'll post back here when it is fixed.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #7
« on: November 09, 2007, 04:11:22 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1412

View Profile

fixed in r354
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Print  Pages 1
« previous next »
Jump to: