How to hide columns?

More
8 years 11 months ago - 8 years 11 months ago #67251 by hervemlam
Hello,

I'd like to know how to hide columns in the backend list of items?
Of course I can easily uncheck boxes this way:


But it stays only for the session, and I have to do the job again next time I connect.
Isn't there a way to do it for good? I've searched in the global configuration but couldn't find it.

Regards,
HervE

PHP 8.1.16
Joomla! 4.3.3
FLEXIcontent 4.1.5
Last edit: 8 years 11 months ago by hervemlam.

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

More
8 years 11 months ago #67257 by micker
Replied by micker on topic How to hide columns?
hello we didn't have option for this
we will study this feature
regards

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

More
8 years 11 months ago #67259 by ggppdk
Replied by ggppdk on topic How to hide columns?
Hello

One very quick solution and effective solution
is to extend the lifetime of the cookie that holds information about hidden columns

maybe it should live more than current session
e.g. make its lifetime be 3 months

anyway in v3.2.0 we have a superscript number on columns button that shows how many columns are hidden


-- 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 review. Thanks!

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

More
8 years 11 months ago #67260 by ggppdk
Replied by ggppdk on topic How to hide columns?
Also,
besides remembering hidden columns it is probably good to add
component and usergroup parameters for selecting which columns should be completely hidden from the UI


-- 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 review. Thanks!

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

More
8 years 10 months ago #67397 by hervemlam
Replied by hervemlam on topic How to hide columns?
Hello,

You're right: it has to do with cookies.
The point is that I often browse Internet inside a private navigation session, for which the cookies are useless, aren't they?

Isn't there a way to link the choice of hidden columns to the connected user? (I mean, in the DB, not in cookies.)

Good night.
HervE

PHP 8.1.16
Joomla! 4.3.3
FLEXIcontent 4.1.5

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

More
8 years 10 months ago #67423 by ggppdk
Replied by ggppdk on topic How to hide columns?
Hello

the reason that we have "User groups" in FLEXIcontent backend
is exactly to add FLEXIcontent configuration per user group
but now these attributes are empty

A quicker solution could be to add this to our backen "user / author" configuration form


-- 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 review. Thanks!

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

More
8 years 6 months ago #69794 by hervemlam
Replied by hervemlam on topic How to hide columns?

ggppdk wrote: the reason that we have "User groups" in FLEXIcontent backend
is exactly to add FLEXIcontent configuration per user group
but now these attributes are empty

Hello,

I think you mean:
Global Configuration > FLEXIcontent > Backend Managers > Items Manager > Appearence > Custom filters => listbox empty!

Otherwise, observing the page source code, I think I should add:
Code:
toggle_column('mainChooseColBox', 'adminListTableFCitems', 1, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 4, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 7, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 8, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 10, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 11, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 16, 0); toggle_column('mainChooseColBox', 'adminListTableFCitems', 17, 0);
But where should I put that?? :dry:

Good night.
HervE

PHP 8.1.16
Joomla! 4.3.3
FLEXIcontent 4.1.5

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

More
8 years 6 months ago - 8 years 6 months ago #69795 by ggppdk
Replied by ggppdk on topic How to hide columns?
Hello

we have changed this recently
- the cookie will now be persistent across sessions

so you no longer need to re-hide columns

(only when you update FLEXIcontent to next version , the cookie will be cleared, to make sure any new / removed columns will appear properly)


-- 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 review. Thanks!
Last edit: 8 years 6 months ago by ggppdk.

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

More
8 years 6 months ago #69797 by hervemlam
Replied by hervemlam on topic How to hide columns?
Hello,

Good, but useless in a Private Navigation session.

HervE

PHP 8.1.16
Joomla! 4.3.3
FLEXIcontent 4.1.5

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

More
8 years 6 months ago #69798 by ggppdk
Replied by ggppdk on topic How to hide columns?
Hello

this bring us back to the need of having defaults
when we revisit code of this, will add them


-- 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 review. Thanks!

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

Moderators: vistamediajoomlacornerggppdk
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
Save