how to hide show_revisions button?

larryk

Well-known member
I don't see a setting to disable it?

Your current DaDaBIK version
You are using DaDaBIK version 10.2-Manarola enterprise, installed on 08-18-2020 (installation code: 157025efd31de5bb7d), the latest version of DaDaBIK is 10.3-Manarola released on 08-26-2020

You are not running the last release of DaDaBIK, the release you are running might have bugs and security holes, see the official change log for further information. You can upgrade DaDaBIK here.

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info
PHP Version: 7.2.34

mysql version: 5.5.65-MariaDB

Web server: Apache
 

larryk

Well-known member
Has anyone found a way to NOT show these to buttons on the form pages:
"Show Embed Code" button
"Show Revisions" button

thanks
 

NickR

New member
Same question and found help here

https://dadabik.com/forum/read.php?1,22559,22560#msg-22560
and the post from Jason as to hiding the insert as new button
"Managed to hide it using CSS and it seems to be working. I added to "styles.screen.custom.css""

I did not want either so in my styles.screen.custom.css
this hides the Insert as new
input[value="Insert as new"]{ display:none;}

and I found this hides the show_revision from the insert pages
.show_revisions{ display:none;}

You would have to check if show_revisions is required on any other pages.

the embed code button does not have a unique id so not sure that can be hidden this way
 

larryk

Well-known member
Yes, I see it can work on certain pages, not all :(

THANKS Nick!

I'll try and figure out how to do it on all pages, etc.
This should be an easy task, but for whatever reason, it is not. :(

Surely we can't be the only people wanting this?
 

NickR

New member
on the embed code question that only shows for admin users reading the manual again so should be able to hide it from other users quite easily

agree would like to be able to hide or amend the standard buttons easily
 
Top