Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Looking for input on API needs

More
17 years 3 weeks ago - 17 years 3 weeks ago #11287 by JoniJnm
I do not know how you are going to create the API, but I will say what I would want:

As Joomla, to have a kind of modules's positions. For example, the div "fb-msgview-l-cover" (here, ==>) would have those modules: "username", "image", "personal text", ect, ect. And the user can move its, and the dev can show html there easly, maybe: addevent('profile', my_function()). Other position can be where we can read:

Show Latest Posts | My Profile | Logout

I would have others functions as:
Code:
<?php function admin_html($options, $cfg, $value) { $groups = array(); foreach ($options as $k=>$v) { $groups[] = mosHTML::makeOption($k, $v); } return = mosHTML::selectList($groups, 'cfg_'.$cfg, 'class="inputbox" size="1"', 'value', 'text', $value); } $options = array("value_1" => "text 1", "value_2", "text 2"); $list['my_plugin'] = admin_html($options, "my_plugin", $fbConfig->my_plugin); //and, maybe, other function to add the html function add_admin_html($subtitle, $legend) { //... }

Or the plugins on kunena will have a page each?

I dont know xD

I will trying to create one:



PD: Why no to change chili to geshi ?
The codes will be viewed as follows: link
Last edit: 17 years 3 weeks ago by JoniJnm.

Please Log in or Create an account to join the conversation.

Time to create page: 0.227 seconds