Search found 487 matches

by Didou12
08 Jan 2024, 18:51
Forum: Discussion
Topic: Auto refresh listing of common reports to get new data
Replies: 13
Views: 379

Re: Auto refresh listing of common reports to get new data

Oh maybe. What is the version of safari or chrome ? I can check that. Try another browser maybe. Try to refresh your page. And clear your browser cache too.
by Didou12
06 Jan 2024, 18:07
Forum: Bug Report version 3.4.4
Topic: updating from 3.3.1 to 3.4.4
Replies: 4
Views: 229

Re: updating from 3.3.1 to 3.4.4

did you update the database with links to ?

https://docs.rukovoditel.net/index.php?p=63


And try to force the refresh of the browser (or to clear caches) maybe it’s old JavaScript.
by Didou12
04 Jan 2024, 01:37
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 386

Re: Make a menu item invisible?

my pleasure

Code: Select all

$('a.menu-itemsitems182').hide();
I updated my topic here too :

viewtopic.php?p=18085#p18085
For an entity you can use : itemsitems12 ; for an information page : extipagesview12 ; for a report : reportsview12 ; for a kanban : extkanbanview12
by Didou12
03 Jan 2024, 23:53
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 386

Re: Make a menu item invisible?

$('ul.sub-menu a.menu-extipagesview3').hide(); //3 is the id of information page IF in a sub-menu, IF not delete "ul.sub-menu" part I edited my previous message, it's because in your case the extipagesview3 is not in a sub menu, so you need to delete the "ul.sub-menu" part.
by Didou12
03 Jan 2024, 23:52
Forum: Plugins
Topic: JS code for the entire Rukovoditel (custom HTML)
Replies: 1
Views: 1811

Re: JS code for the entire Rukovoditel (custom HTML)

I edited :
To hide entity you don't want to show (like an entity you already have in a report, like Kanban) (with my tests it doesn't work with custom CSS) (edited on 2024-01-03)
by Didou12
03 Jan 2024, 21:56
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 386

Re: Make a menu item invisible?

I send you a PM :)
by Didou12
02 Jan 2024, 18:06
Forum: Discussion
Topic: Show field type "check box" values sum
Replies: 7
Views: 262

Re: Show field type "check box" values sum

Good job !!! 👏 And good idea the « suffix » 😃
by Didou12
02 Jan 2024, 18:03
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 386

Re: Make a menu item invisible?

Hi

I didn’t receive anything.
by Didou12
02 Jan 2024, 09:29
Forum: Discussion
Topic: Make a menu item invisible?
Replies: 16
Views: 386

Re: Make a menu item invisible?

Very weird. Can you provide me the source (in text) of the whole sidebar in PM ? (Normally there is a comment before and after the sidebar in the html code). Thanks.