8 users online. Create an account or sign in to join them.Users
Symphony 2.2 Backend Body class indexsingle
This is an open discussion with 3 replies, filed under Troubleshooting.
Search
Look for setPageType. I suspect one extension is setting the page as form while another is setting the page as table.
Thanks Brendo - that was the issue - a custom plugin had setPageType as table.. so it was effecting all pages strangely enough did not effect 2.1
Another small question - the above was mentioned in the change css related mainly... do form and table have to be changed into single and index? as there are quite a lot of extensions that still use form and table
They don't have to, for the moment Symphony will support both, but moving forward, extensions should be using single and index.
Create an account or sign in to comment.
Hi Basically we just noted that the UI of backend is slightly broken.
Basically the save and delete buttons on single type pages are not appearing in place. From further analysis I noted that the body had a class of indexsingle rather then single.
I also have plenty of extensions 40+ installed so going through each one is a bit of a task. I have tried looking for setAttribute, $Body and ->Body without success
During debugging I also noted the following - in __appendBodyClass the classes are already set and indexsingle is already visible. Ideas about what to look for will be greatly appriciated.