Readmore, Menu & Path ERROR - USING SECTIONS & CAT

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Sep 01, 2010 1:48 pm
Hello,
I'm using a menu voice (type section blog): the articles of the corresponding section are correctly displayed BUT when I click on READ MORE it happens that....

1) the menu voice of the sections is no more highlighted,
2) the submenu voices (in dropline menu) do not shows
3) the path is not correct, (showing only "home").

Please help me, because this bug prevents me in using SECTIONS and CATEGORIES with Gavick templates... I need section and category blog in my site!

Please see the attachement.

Regards
Marco
User avatar
Fresh Boarder

GK User
Wed Sep 01, 2010 2:25 pm
I'm sure this bug is releted with the override

templatesgk_corporate2htmlcom_content

Renaming the folder com_content, the menu, the path and everything works fine, exept that the article layout is a little wrong.

Please make a correction to the com_content override!!!!
:( :(
User avatar
Fresh Boarder

GK User
Thu Sep 02, 2010 10:15 am
No one came across this bug? It's pretty huge!
User avatar
Fresh Boarder

teitbite
Thu Sep 02, 2010 11:08 am
Hi

Please show me Your site.
User avatar
Moderator

GK User
Thu Sep 02, 2010 1:41 pm
here is the site

http://www.terracrea.it/test/index.php? ... &Itemid=89

If You click on READ MORE (leggi tutto) in one article, it goes out of the section.. with no menu highlight, wrong path, etc..

if I rename the templatesgk_corporate2htmlcom_content so that the system does not load the override, then the navigation is correct, but not the layout of course.

So the problem is there: the read more in sections, categories layout blog.
User avatar
Fresh Boarder

teitbite
Thu Sep 02, 2010 6:02 pm
Hi

Ok. Than this problem goes to our programmer.
User avatar
Moderator

GK User
Mon Sep 06, 2010 8:15 pm
Any news from the programmer?

M.
User avatar
Fresh Boarder

teitbite
Wed Sep 08, 2010 4:04 pm
Hi

Sorry. Nothing. I'll mail Him once again.
User avatar
Moderator

GK User
Sat Sep 11, 2010 12:35 pm
Yes please, I have to solve this problem.. my client is complaing for the delay!
User avatar
Fresh Boarder

GK User
Mon Sep 13, 2010 10:22 am
Problem is connected with escape function in generating address for article in section blog layout.

Please replace in html/com_content/section/blog_item.php fragment:

Code: Select all
<?php if ($this->item->params->get('show_readmore') && $this->item->readmore) : ?>
   <a href="<?php echo $this->escape($this->item->readmore_link); ?>"


to:
Code: Select all
<?php if ($this->item->params->get('show_readmore') && $this->item->readmore) : ?>
   <a href="<?php echo $this->item->readmore_link; ?>"
User avatar
Administrator

GK User
Tue Sep 14, 2010 11:44 am
Thankyou.. it works now.

With html/com_content/CATEGORY/blog_item.php I have to apply the same correction?
There's an escape in that file in the same point also

The same correction applys to all other templates?
User avatar
Fresh Boarder

GK User
Mon Sep 20, 2010 12:51 pm
All blog_item.php files for category are correct.
User avatar
Administrator


cron