You are not logged in.
Do you modify the initial sections settings (remove from/set on the front page) ?
Is it possible to use the plugin without modifying this settings, like stm_article_order ?
With stm_article_order you can’t create or order sections.
The Textpattern original initial section setting (for creating a new section) are partly user modified (page template and css template for your default section in the section tab, since r3329) and partly hardcoded (is_default = 0, in_rss = 1, on_frontpage = 1).
The plugin offers you the abilty, to create new sections with your own defaults – you can set these in the $yab_nav_prefs array.
Last edited by trenc (2010-03-07 12:28:46)
Offline
I have tried this with Safari (latest) Chrome (latest) and Firefox (latest) on a Mac, and I get nothing but a static list down the left-hand side.
No right hand side nor anything clickable.
What have I missed?
Offline
amordecosmos wrote:
and I get nothing but a static list down the left-hand side.
No right hand side nor anything clickable.
Have you switched from Google’s code repository to a local one? Adjust the path.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Thanks, Uli.
But it didn’t work. I tried both the most recent jquery-ui and 1.7.2.
Offline
With a path of e.g. ‘jquery-ui.min_1.7.2.js’ (line 26 of the plugin code) it has to lie in the textpattern folder, next to the standard installation jQuery-file.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Bug: on creating a new section, the plugin doens’t check if a section with the same name already exists
Offline
Installed plugin, but in Opera 10.50, FF 3.6 and Chrome 4 the list of section is only ot right part of screen – can’t section to the right side – it looks like there is now place where to drop them – screenshot
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Victor, is this a standard installation or have you changed the jQuery path to local? Mine looked like yours when I did. Adjust the path.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
I didn’t change anything – just clean 4.2.0 and yab_navigation after it. No code changes. As i see in – jquery UI is loaded correctly from google
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Hi jelle,
Bug: on creating a new section, the plugin doens’t check if a section with the same name already exists
yes, thanks for reporting. There is internal MySQL error reporting, but you don’t see it, because the plugin has a very simplified error reporting.
Last edited by trenc (2010-03-15 10:35:39)
Offline