Page 1 of 1

Prefs in conf.ini

PostPosted: Fri Oct 14, 2011 2:05 am
by Martin Pruss
Hi Steve, Hi xataface users..
some of these prefs do work others don't
Code: Select all
[_prefs]
show_jump_menu=0
show_bread_crumbs=0
hide_personal_tools=1
hide_user_status=1
show_table_tabs=1
show_tables_menu=0
hide_table_result_stats=1
hide_result_controller=1

the last two for instance refuse to work, even when i try to
include them in the applicationDelegate:
Code: Select all
function getPreferences(){
    return array('hide_resultlist_controller'=>1, 'hide_table_result_stats'=>1);

}

I am running the
latest relase of Xataface.

Cheers
Martin

Re: Prefs in conf.ini

PostPosted: Fri Oct 14, 2011 2:40 am
by ADobkin
This may be related to the following bug report:

http://bugs.weblite.ca/view.php?id=815

Re: Prefs in conf.ini

PostPosted: Fri Oct 14, 2011 2:56 am
by Martin Pruss
Hi Adobkin...
Thanks for the fast reply...
I'll try the solution posted in Mantis
cheers
Martin

Re: Prefs in conf.ini

PostPosted: Mon Jan 02, 2012 4:25 pm
by byrdits
Is this why I'm not able to use
Code: Select all
show_table_tabs = 0

Re: Prefs in conf.ini

PostPosted: Mon Jan 02, 2012 5:03 pm
by byrdits
I'm also struggling to figure out why in bread-crumbs I'm getting :: displaying afterword (before the new record label)