FLEXIcontent Tags Cloud - follow category?

More
6 years 6 months ago #70124 by ggppdk
Hello

in component configuration
inside "Views" TAB

make sure that tags views are "Category-based" and not "Legacy"


-- 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...

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

More
6 years 6 months ago #70140 by lipatovroman

ggppdk wrote: Hello

in component configuration
inside "Views" TAB

make sure that tags views are "Category-based" and not "Legacy"


Sorry, but I can't found type filtering option

www.dropbox.com/preview/Monosnap/2017-10-16%2022-46-14.jpg

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

More
6 years 6 months ago #70155 by ggppdk
Hello

the category-based tags view

has the same parameter as category view

but it has them at the menu item

so in the menu item you can select "Field filters"


-- 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...

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

More
6 years 6 months ago - 6 years 6 months ago #70161 by lipatovroman
Ok, fine.

See.

I have tags view page with url

mysite.com/tagged/116-video-player

When I use type filtering for type 1 - url looks like

mysite.com/tagged/116?p=all&filter_8=1&l...f395a362c66454c825ea

When I use type filtering for type 2 - url looks like

mysite.com/tagged/116?p=all&filter_8=2&l...f395a362c66454c825ea

etc.

My idea is to create 4 tags module templates and assign them to different categories.
Each module will have suffix in urls like ?p=all&filter_8=1&listall=0&cc=c41f0205bad2f395a362c66454c825ea

This is how looks template code for module:
Code:
<?php // no direct access defined('_JEXEC') or die('Restricted access'); ?> <ul id="flexicloud" class="mod_flexitagcloud<?php echo $params->get('moduleclass_sfx'); ?>"> <?php foreach ($list as $item) : ?> <li> <?php if (!$params->get('seo_mode', 1)) : ?> <span><?php echo $item->screenreader.' '; ?></span> <?php endif; ?> <a href="<?php echo $item->link; ?>?p=all&filter_8=2&listall=0&cc=c41f0205bad2f395a362c66454c825ea" class="tag<?php echo $item->size; ?>"><?php echo $item->name; ?></a> </li> <?php endforeach; ?> </ul>

So, this issue is solved.

I only think, that we have not correct url after filtering:

mysite.com/tagged/116-video-player

after filtering looks like

mysite.com/tagged/116?p=all&filter_8=1&l...f395a362c66454c825ea

but it should looks like

mysite.com/tagged/116-video-player?p=all...f395a362c66454c825ea

Also, I have checked this urls without ending of suffix - &listall=0&cc=c41f0205bad2f395a362c66454c825ea

mysite.com/tagged/116-video-player?p=all&filter_8=1

And it's works fine. Why we use so long suffix at the end?

Thanks.
Last edit: 6 years 6 months ago by lipatovroman.

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

More
6 years 6 months ago #70167 by ggppdk
Hello

for the missing alias


mysite.com/tagged/116-video-player
mysite.com/tagged/116

i will check , easy fix

For suffix
&cc=c41f0205bad2f395a362c66454c825ea

it is a hash value per logged user

it does these things
- it allows server, browser and proxy to cache the page (aka speed) without having these problems
a. NO problem "You page has expired" when you click back button
b. NO problem with users seeing no privileged items (items that they do no have access level to see)
e.g. user A creates a listing and user B see same listing from proxy cache

for unlogged users you do not get
or
you get only
cc=1 after form submits

it was a big effort to implement this properly in all cases


-- 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
6 years 6 months ago - 6 years 6 months ago #70168 by lipatovroman

for the missing alias

mysite.com/tagged/116-video-player
mysite.com/tagged/116

i will check , easy fix


Thanks! It should be with alias...

for unlogged users you do not get
or
you get only
cc=1 after form submits


So, I can use mysite.com/tagged/116-video-player?p=all&filter_8=1 &cc=1

Thanks!

P.S. I also think, that it no so hard to add this method in setting. I mean adding suffix basis of a selected type.
Last edit: 6 years 6 months ago by lipatovroman.

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.869 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