Page 1 of 1
ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 11:14 am
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
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 1:07 pm
by Ted
This was fixed in the svn daily and will be in 0.10, which hopefully will be out very soon.
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 1:14 pm
by bontscho
but i need it fast and im not used to svn - could use some help :-/
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 1:29 pm
by Ted
Are you using 0.10beta4? Untar this overtop of it. (no database upgrade necessary)
http://cmsmadesimple.org/cms-daily.tar.gz
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 1:33 pm
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
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 1:37 pm
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!
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 2:01 pm
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

Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 2:05 pm
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.
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 2:21 pm
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?
Re: ImageGallery 0.3 - Site Title gets lost
Posted: Mon Jun 27, 2005 3:12 pm
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:
the following code:
Code: Select all
if(empty($title))
$title = 'foobar';
its dirty, but it works
