Example / Skeleton Admin options pane
-
Hi all
I’m using WPMU 2.8.2/ BP 1.0.3.
I have some small plugins based on the example skeleton. To ease our work, I reduced them just leaving the classes, widgets and/or admin options pages. They basically work as a class/function include set to add some functionallity all over the site.
In first stages of the skeleton I remember to see an options pane (at wp-admin), and a settings pane (at blog profile settings > example).
The case is that, after some time working on other stuff, once back to them, both disappeared. Checking the code I’ve found that at bp-example-admin.php:68 eclipse states a bad closed <tr> tag:
</tr>
<tr><!-- here -->
<th scope="row"><label for="target_uri">Once fixed, the @blog profile settings for the example plugin appeared. However, I’m unable to make appear again the options defined here:
$setting_one = get_option( 'example-setting-one' );
$setting_two = get_option( 'example-setting-two' );Please, can someone point me right?
Thank you so much in advance!
You must be logged in to reply to this topic.