Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

morewordsfaster

Username
morewordsfaster
Joined
Visits
1
Last Active
Roles
Member
Badges
0
Points
0
Posts
2

Comments

  • Nevermind, resolved. Check my forum post for details: http://vanillaforums.org/vanilla/discussion/10703/panel-order-with-vanilla-1110
  • Ummm. Just wanted to bump this, because I am currently using Vanilla 1.1.10 and Panel Re-Order doesn't seem to work at all. I tried disabling all extensions, enabling Panel Re-Order and then re-enabling all of my extensions and when I go to the sett…
  • Nevermind, resolved. Check my forum post for details: http://vanillaforums.org/vanilla/discussion/10703/panel-order-with-vanilla-1110
  • Ummm. Just wanted to bump this, because I am currently using Vanilla 1.1.10 and Panel Re-Order doesn't seem to work at all. I tried disabling all extensions, enabling Panel Re-Order and then re-enabling all of my extensions and when I go to the sett…
  • Well, if anyone else was wondering, I figured it out. Looks like the problem was in the array_search() that was checking for the extension being listed in the $enabledextension array. I changed it up to be a strstr() encapsulated in a foreach() that…