Page 1 of 1

Show Record tree [SOLVED]

PostPosted: Wed Sep 29, 2010 1:59 pm
by cantlep
Hiya,

Has anyone noticed that this doesn't seem to work in the latest version? in conf.ini

show_record_tree = 0

This should hide the relationship records that are presented on the left hand side of the GUI, yes?

This doesn't seem to work in the latest version - Or have I mistaken its use?

Cheers

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 10:28 am
by shannah
Can you show an excerpt from your conf.ini file? This should work if placed in the [_prefs] section.

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 10:44 am
by cantlep
Hi Steve,

It was working before the upgrade but no longer does. I've kind of done a "halfway" job by hiding everything other than the search box.

Code: Select all
[_prefs]
horizontal_tables_menu = 1
show_record_tree=false
show_record_tree=0
show_result_controller=0


I don't have both examples in the same file, I was just showing what I have tried (false and 0).

Have you not seen this in 1.2.5? I'm experiencing it with 2 sites (both running on the same server though)

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 11:16 am
by shannah
perhaps try
Code: Select all
show_record_tree="0"

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 11:24 am
by cantlep
Still no joy :-(
Code: Select all
[_prefs]
horizontal_tables_menu = 1
show_record_tree="0"

Still shows the relationship details in the left hand side..I have a screenshot if that helps at all?

Cheers

Paul

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 11:31 am
by shannah
I haven't noticed this problem in any of my installs. I have just tested a few to make sure it works, and they are working fine with
Code: Select all
show_record_tree=0


Things you may want to check:
1. Make sure you only have one [_prefs] section.
2. Check if your getPreferences() method in the application delegate class may be overriding your settings.

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 12:17 pm
by cantlep
Cheers Steve,

1 = Confirmed. Only 1 _prefs section
2 = I have no getPreferences() methods in the Application delegate class.

I'm stumped :-(

As it happens, with one of the sites, I've totally removed all of the "view" record views and it goes straight into edit mode when clicking an entry in list view, so this problem doesn't really matter but for the remaining site it's still an issue...

Anywhere else I could look / Might have made an error in?

Cheers

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 2:31 pm
by shannah
So you don't experience this problem in the edit tab? Only the view tab?

Re: Show Record tree

PostPosted: Wed Oct 06, 2010 2:39 pm
by cantlep
ah, whoops... I think I've made a large error...I apologise,

It's working fine...I was actually trying to get rid of the relationship details where the "posted by" bits, etc are in the "main" window rather than the stuff in the "left" window.

I've hidden the "posted by" parts and I've also managed to hide the actual relationship details but the search box still remains...

Really sorry about that...a waste of your time... :-(