simo2k12
Forum Replies Created
-
Forum: Plugins
In reply to: [OptionTree] get_option_tree() & ot_get_option()Alright then, thanks for clarifying. I was under the impression that it does, which is why I was curious to why it wasn’t working for me.
Regards,
SimoForum: Plugins
In reply to: [OptionTree] get_option_tree() & ot_get_option()Sweet, that did the trick, thank you.
Does that mean using the regular ot_get_option(‘feat_cat’) alone doesn’t echo the values separated with commas? If it does and it just doesn’t work with me, I’ll email you the settings export file for the sake of debugging it.
Thanks again,
SimoForum: Plugins
In reply to: [OptionTree] get_option_tree() & ot_get_option()I think you misunderstood me. It actually outputs the text “Array” not an array of values. See screenshot below:
First line is being output by this:
get_option_tree( ‘feat_cat’, ”, false, false, -1 );While the second line that says “Array” is output by:
ot_get_option(‘feat_cat’);Forum: Plugins
In reply to: [OptionTree] get_option_tree() & ot_get_option()It doesn’t. This is a multicheck category option, using the ot_get_option echos “Array” while get_option_tree echos all categories. Should I add something else to the new code? I couldn’t find anything on the documentary page.