I just tried adding a second sidebar to Legacy using the prodigy_create_widget_area() function and it didn’t work. It probably has something to do with the sequence of execution, but I’m not sure. I need to take a look at it.
I just tried adding a second sidebar to Legacy using the prodigy_create_widget_area() function and it didn’t work. It probably has something to do with the sequence of execution, but I’m not sure. I need to take a look at it.
Vix 5:42 pm on July 1, 2009 Permalink |
I figured out why widgets couldn’t be added.
Legacy’s functions.php lacks the forward slash between STYLESHEETPATH and user.functions.php on Line 52 – so the file wasn’t being included.
Nathan Rice 8:46 pm on July 3, 2009 Permalink |
Wow, talk about your rookie mistake. I’ve updated this in the master files for Legacy, and I’m resuming testing over the weekend. Hopefully, being able to add sidebars will be a functional feature for the public beta (coming soon).