I have a problem. I can't edit advanced settings.
EDIT: Solution:
That's because we really have not found a cause for it yet. As such, there is no solution yet.
Open /templates/base/scripts/bxbaseformview.php scroll all the way to the bottom of the page and you will find this function:
function getOpenTbody($aAdd = false) { |
Change the function to false :
function getOpenTbody($aAdd = false) {
|
Now everything in the settings advanced settings will be opened on page load rather then on down arrow click. If it still does not work for you then i would say you have something wrong with your java on your pc or there is a odd server setting missing.
Side note: PC Linux or Mac user ?