ImageGallery 0.3 - Site Title gets lost

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
bontscho

ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

Hi Guys,

and again a n00b has some questions :)

i searched the board all over but i didnt find a solution for my problem.

here it comes:

i embedded the imagegallery module with:

Code: Select all

{cms_module module='ImageGallery'}
it works quite fine, but it only displays the title at the startpage when i come via the navigation menu
when it click around in the gallery the first thing to get lost is the title :-(

has anyone a solution to keep the site title up?

thx for all effords!

greez,
bonts
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: ImageGallery 0.3 - Site Title gets lost

Post by Ted »

This was fixed in the svn daily and will be in 0.10, which hopefully will be out very soon.
bontscho

Re: ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

but i need it fast and im not used to svn - could use some help :-/
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: ImageGallery 0.3 - Site Title gets lost

Post by Ted »

Are you using 0.10beta4?  Untar this overtop of it.  (no database upgrade necessary) http://cmsmadesimple.org/cms-daily.tar.gz
bontscho

Re: ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

no, im currently using the stable 0.9.2 - but if there are no big changes in things like templates and so on i could install it
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: ImageGallery 0.3 - Site Title gets lost

Post by Ted »

I haven't heard of any problems with upgrades as of yet.  The way everything works is still the same, so as long as the upgrade works great, you'll be fine.  However...  please backup your database and 0.9.2 directory first!
bontscho

Re: ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

ok, updated to your cms-daily and installed ImageGallery again.

i embedded it again with:

Code: Select all

{cms_module module='ImageGallery'}
but the title still disappears after the first link in the gallery :(
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: ImageGallery 0.3 - Site Title gets lost

Post by Ted »

*sigh*  It works great on the News module.  I wonder what they're doing differently.  I can try and take a look later on at see what's different.
bontscho

Re: ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

well, tbh, i prefered the 0.9.2 version, it was more suitable for me.

is there any solution to implement a solid title into the ImageGallery module?
bontscho

Re: ImageGallery 0.3 - Site Title gets lost

Post by bontscho »

ok, i fixed it quick and dirty now - until there is a better solution

i added in /lib/module.functions.php after line:

Code: Select all

$title = $line['title'];
the following code:

Code: Select all

if(empty($title))
   $title = 'foobar';
its dirty, but it works ;)
Locked

Return to “Modules/Add-Ons”