Hi, I have posted similar topics in the past. I am just wondering, how you do internal linking with FlexiContent!
Do only I have the following problem?
I am using JCE with the latest FC advanced link plugin. Using this to create a link gives the following
Code:
http://www.muenstermann.com/index.php?option=com_flexicontent&view=item&cid=71:filter-und-entstaubungsanlagen&id=357:entstaubungsanlagen-fuer-mobile-brecher&Itemid=543
The article is assigned to several categories. The resulting SEF link is
Code:
http://www.muenstermann.com/de/site-content/71-filter-und-entstaubungsanlagen/357-entstaubungsanlagen-fuer-mobile-brecher.html
So, clicking on the link the article uses all the modules assigned to it.
Actually this article SEF path should not even exist.
The real non SEF path is
Code:
http://www.muenstermann.com/index.php?option=com_flexicontent&view=item&cid=242:aktuelle-und-interessante-projekte-luftreinhaltung&id=357:entstaubungsanlagen-fuer-mobile-brecher&Itemid=575&lang=de
and the real SEF path is
Code:
http://www.muenstermann.com/de/entstaubungsanlagen/aktuelle-projekte/item/357-entstaubungsanlagen-fuer-mobile-brecher.html
So here the correct path is built:
- de: German part of page
- entstaubungsanlagen: category first level (menu item linking to category)
- aktuelle-projekte: sub category second level (sub menu item linking to sub category)
- item/357-entstaubungsanlagen-fuer-mobile-brecher.html: article assigned to category de/entstaubungsanlagen/aktuelle-projekte in category view
I am wondering how someone is using the JCE plugin, because for me it is totally useless. Joomla 3.3.0 (but same for all Joomla 3 versions) and FC latest 2.2.0 Beta.
Oh, by the way, why are the aliases added into the path in the first place? If the alias is changing the links still contain the old ones!
Code:
http://www.muenstermann.com/index.php?option=com_flexicontent&view=item&cid=242:aktuelle-und-interessante-projekte-luftreinhaltung&id=357:entstaubungsanlagen-fuer-mobile-brecher&Itemid=575&lang=de
This works also without aliases:
Code:
http://www.muenstermann.com/index.php?option=com_flexicontent&view=item&cid=242&id=357&Itemid=575&lang=de
Rooney