Search results

  1. A

    Controlling access to custom pages

    Can I control access to custom pages via permissions... or maybe to sections of a page? If not directly, I'm wondering if I could do some php within the page that checks permission level and then prints or not based on that level? What would be the $variable that carries the role or permission...
  2. A

    Edit and Details display

    I have a view with name as first field, then notes (text field) then a separator. Under the separator I have several fields that are select_multiple_checkbox. They all are hard coded to ~Yes~ only so very short display required. I indicate no new line after some so they spread across the...
  3. A

    Update date

    I have an last updated field. In mySQL its a date field and in DDB its an update_date field type. However the date doesn't update when I save a change (in my SQL all are showing as 0000-00-00) and nothing other than the field label shows on any view. I have it set to NOT display on create...
  4. A

    Checkbox for True/False?

    I have a table with many fields defined in mysql as tinyint. The contain either 0 or 1. 1 indicates True. I want them to show as a single checkbox for each field which will indicate checked for True and empty for False. I've selected select_multiple_checkbox but although the label appears...
  5. A

    WordPress display

    I have Dadabik set up and its running nicely. I've just installed the WordPress plug-in and it seems to be fine as well. However the WordPress plugin isn't quite as I had hoped. That's not a fault of the plugin. What I'm hoping to do is allow Dadabik to be the front end for publicly...
Top