Search results

  1. R

    Interface configurator configuration : How to reset to default ?

    I've made some changes via the Interface configurator and now get "[08] Error: during query execution." error after clicking insert. I'd like to change the Interface configurator settings back to their default. How do I go about doing this? Thanks in advance.
  2. R

    Authentication : Browse query

    I have the following authentication setup in my config.php $enable_authentication = 1; // the name of the table which contains user information; the user, password and user type field names; the value (must be a string) used to identify the administrator and the normal user roles change only...
  3. R

    Link authentication to forum login details?

    I have a website and a database. I'd prefer if my users only had to register once and allow this username/password combo to be used for dadabik. Wondering if anyone has had any sucess using the login details from a discussion forums punbb.org in my case) as authentication for dadabik ? My...
  4. R

    Display specific fields only query

    Hi, I understand one can mask specific fields from appearing by changing the options in the configuration manager. I want to have two views of the same database: - All fields displayed except 1. - Only display all fields if field a=y. Wondering if something like this is possible?
  5. R

    New Installation : Failure

    A new installation of 4.2 beta.. I have created a database with 1 table and filled $dbms_type, $host, $db_name, $user, $pass, $site_url, $site_path in config.php. When I goto install.php or index.php I get the following " [01] Error: please specify host, username, database name, site url and...
  6. R

    Upgrade problem

    Hi, I wanted to update dadabik.When I run any of the upgrade scripts I get : Fatal error: Call to undefined function: newadoconnection() in /home/freq/public_html/ie/include/db_functions_adodb.php on line 42 Line 42 of db_functions_adodb.php is the last line below: $conn->Connect($server...
  7. R

    Adding footer to top

    Hi, I'm using 3.2. I want to include the footer info "Home | Insert | Search | Show all | Top" at the top. I also want to display to page listings "435 records found Page 4 of 5 1 2 3 4 5 " at the bottom. How do I achieve this ? Thanks in advance.
Top