[SOLVED] Different links from tags in items and tags module

More
8 years 5 months ago - 8 years 5 months ago #62042 by lipatovroman
Hi!
I have created several tags.
Then, I created menu items for each tag.
Now Content Items contains tags with urls like site.com/tag_name
But urls from tags module displays as site.com/tag_name?module=90
How to fix it?
Thanks.
Last edit: 8 years 5 months ago by lipatovroman.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #62045 by ggppdk
Hello

- the legacy tag view needs to read configuration from a menu
(or override configuration by reading it from a module)

in component parameters ("configuration" button in backend)
- inside TAB "listing views"

are you using disply of tags:
- category-based display
or
- legacy tags view ?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Attachments:
Last edit: 8 years 5 months ago by ggppdk.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #62046 by lipatovroman
I have configured "Category view" in global options.



Also, I have created menu items for each tag



In items tags have correct urls.



from module links have suffix ?module=90 (90 is module ID )

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #62049 by ggppdk
Hello

i am thinking that maybe in the case of using: tagged items via category view

- then we don't need to add the: ?module=NN,
because now it is only used by legacy view, probably it is better not to make any use of it in the future

I will commit change for the above:

- to test the change:
/modules/mod_flexitagcloud/helper
Code:
$lists[$i]->link = JRoute::_($lists[$i]->link.'&module='.$module->id);

replace with: (do not change anything else !!)
Code:
$lists[$i]->link = JRoute::_($lists[$i]->link.($use_catlinks ? '' : '&module='.$module->id));


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
The following user(s) said Thank You: lipatovroman

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #62056 by lipatovroman
Yes! :cheer:
It works. Now urls from tags in module and items are same!
:woohoo:
I hope you'll add this fix in future releases.
Thank you!
Last edit: 8 years 5 months ago by lipatovroman.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.581 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline