[wp-trac] [WordPress Trac] #14134: WP3 - Menus item are limited to 16 item and will not save more than that
WordPress Trac
wp-trac at lists.automattic.com
Thu Oct 14 03:16:26 UTC 2010
#14134: WP3 - Menus item are limited to 16 item and will not save more than that
--------------------------+-------------------------------------------------
Reporter: jaanfx | Owner:
Type: defect (bug) | Status: reopened
Priority: lowest | Milestone: Awaiting Review
Component: Menus | Version: 3.0
Severity: minor | Resolution:
Keywords: 2nd-opinion |
--------------------------+-------------------------------------------------
Comment(by filosofo):
Replying to [comment:13 Otto42]:
> Having not looked at how the data is sent at all, I don't know if this
is feasible... but why not just store the list of menus in an array, json
it, then send it to the server as one post variable? WordPress 3.0 has
json_decode, it can pull that trick, get a PHP array, then save the thing
as needed.
There are a number of issues with that approach, the first of which is
that it requires JavaScript to work; if you're going to require JavaScript
you may as well save each menu item ajaxily and seriatim, sidestepping the
issue altogether.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14134#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list