Shape 5

Joomla Templates => Emma Smooth - Club => : lhallberg September 07, 2010, 08:24:28 PM



: Tab Show Read More links and SEO conflict?
: lhallberg September 07, 2010, 08:24:28 PM
My website http://www.nietc.net/

If you click read more under Tab Show 2 it shows this article without the Image News and without Tab Show... I like this and it performs like your demo.

However, if you click on the main menu item 1 (NIETC Home) and return to the home page (http://www.nietc.net/nietc-home.html) and then click on the Tab Show 2 read me link it still shows both the Image News and the Tab Show.  I don't want this.

If I disable SEO settings then I don't have this problem.  Is there a problem I've caused?

Thanks for the help.


: Re: Tab Show Read More links and SEO conflict?
: mikek September 08, 2010, 07:39:55 AM
Hello,

Edit the file:

templates/emma_smooth/s5_no_moo_menu.php

And look for:

    switch ($mitem->browserNav) {
      case 1:

Just above that add:

if ($mitem->home == 1) {

$mitem->link = "";

}


: Re: Tab Show Read More links and SEO conflict?
: lhallberg September 08, 2010, 09:33:16 AM
Nice!   Works perfectly.

Thank you.