page header - as menu item

Admiror Gallery is free extension for Joomla! based websites. Admiror Gallery is all in one, a simple and instant solution for rendering image gallery from folder with images, but very flexible and adaptable.
Post Reply
Message
Author
mjel
Posts: 5
Joined: Mon May 28, 2012 1:17 pm

page header - as menu item

#1 Post by mjel »

Hello,

I was unable to sort out how to make a page header -- if i create an article and insert the content plugin - then i have a nice page header - ie. Photo Gallery - however, when I click on an album - the album thumbs load - but my homepage showcase module - which is only pubished to the homepage - also displays - pushing the album contents below that showcase module --http://www.klaudewalters.ca/index.php?o ... Itemid=101 -- then when you click back to 'gallery' link at top - again the showcase module displays -

if i use the gallery via a menu item - the showcase module does not display as it should not - but there is no page header -

??

thanks in advance.

Admiror Gallery 5 - Fundraising Campaign

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: page header - as menu item

#2 Post by Vasiljevski »

I think that the problem is that module doesn't know that & and & are the same thing. In fact & is the product of urlencode('&') :)

So if the module has an option to exclude pages from displaying you should also add:

Code: Select all

/index.php?option=com_content&view=article&id=124&Itemid=101
to the list.

Or you might try to turn on SEO urls in joomla, that might solve the problem, because rewriting your link it will remove & from them and urlencode() that we use in the gallery will not mess up the link :)
Help Admiror Gallery become even better,
give us a review on JED

Post Reply