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, 10:21:40 am
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  RSgallery2 bugs & problems (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  [FIXED]RSGallery2 1.5 Version Beta 1
Advanced search
  « previous next »
Pages 1
Author
Topic: [FIXED]RSGallery2 1.5 Version Beta 1  (Read 815 times)
« on: August 27, 2008, 03:44:17 pm »
viper_iii Offline
Newbie
*
Posts: 3

View Profile Email

Have this installed and working fairly well.

only problem is the component title issue in the menu. 
When I create the menu item and link the component it doesn't see / use the page title that I placed in there for it to use.

Currently I click Gallery menu item and the page title is RSGallery2

Being that it is beta I kind of understand but if there is a place that I could hard code it I will!

http://www.global-tubing.com/index.php
« Last Edit: August 29, 2008, 06:21:56 am by john » Logged
 
Reply #1
« on: August 28, 2008, 05:35:42 pm »
viper_iii Offline
Newbie
*
Posts: 3

View Profile Email

Had to Dig around but found the fix using Google to search it out...  Local Search kinda sucked on my search terms..

http://rsgallery2.net/rsg_smf/index.php?topic=15489.msg40492;topicseen

in the meta template display.class.php Line 217 this is the fix as stated in the above last post:

Code:
if($this->gallery->id == 0)
$title = "RSGallery2";
else
$title = $this->gallery->get('name');

Change to

Code:
if($this->gallery->id == 0)
$title = $mainframe->getPageTitle();
else
$title = $this->gallery->get('name');

Now I'm happy... at least until the release is completed...
Logged
 
Print  Pages 1
« previous next »
Jump to: