Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Bootstrap 3 and Page Management styling
All of my sites that use bootstrap3 as the framework look like this when I try to edit a page.
image
Is there something I can do to make it work like it used to withYUI. Meaning that when you right click one of the page names a contextual menu would appear...like this:
image
View article...
image
Is there something I can do to make it work like it used to withYUI. Meaning that when you right click one of the page names a contextual menu would appear...like this:
image
View article...
Comments
* delete the /framework/modules/navigation/views/navigation/manage.bootstrap3.tpl file
* copy the /framework/modules/navigation/views/navigation/manage.tpl file into /themes/yourtheme/modules/navigation/views/navigation/manage.tpl
Though untested here, they should remove the bootstrap3 variation of the tree widget and use the old YUI2 one.
View article...
View article...
View article...
We use a newer 'tree'
widget for the bootstrap3 page hierarchy...not sure why it'd be crashing.
Two theoretical fixes
* delete
the /framework/modules/navigation/views/navigation/manage.bootstrap3.tpl
file
* copy the
/framework/modules/navigation/views/navigation/manage.tpl file into
/themes/yourtheme/modules/navigation/views/navigation/manage.tpl
Though
untested here, they should remove the bootstrap3 variation of the tree widget
and use the old YUI2 one.
View article...