- Posts: 12
- Thank you received: 0
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
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question JoniJnm Edition 1.4.2
- subfighter
-
- Offline
- New Member
-
Is there a reason its not there in your build?
Also agree that HTML should have option to turn on or OFF in the backend..
regards
I will add an option to hide the HTML buttom
Also agree that HTML should have option to turn on or OFF in the backend..
yup, i have been looking for this. it would be perfect if we could disable for registered users and only be accessible by admin level users.
thanks
Hi,
You can add it manually. For example, if you want add a field which show the user's country:
{Kunena}/JoniJnm_plugins/plugins/jomosocial/jomsocial.xml
add:
<param type="text" name="country" default="0" title="Country" />
{Kunena}/JoniJnm_plugins/plugins/jomosocial/helper.php
add (in the integration function, in "foreach"):
elseif ($dato->field_id == $plugin->getParam("country", 0)) {
$userinfo->country = $dato->value;
}
Later, in the file {template}/message.php, search:
if (isset($msg_birthdate)) {
echo $msg_birthdate;
}
and add later:
if (isset($userinfo->country)) {
echo $userinfo->country;
}
Thank you for amazing work! I was waiting for something like that! Tryin first to migrate to phpBB3 but you stopped me! Thanks.
And my question about above modification - can't add dditionaal info. For example I would like to add 2 fields - home town and city. In JS those fields are named
-
Miasto w PL - for hometown
Miasto w UK - for city
and... doesn't show enything. I mean only DOB and gender is showin. And I've tryied in Kunena Configuration assing different value to gender and DOB than default and it change nothing. Even your example country doesn't work for me at all.
My code for
jomsocial.xml
helper.php
message.php
And another thing, signature doesn't appear above message. I can edit signature aunder kunena menu, but I can't see it. There is only some SAVE text (don't know where from). Anyway, excelent work!
For the signature... can I see your website?
Date: 2009-11-21
+ New plugin: bbcodehtml
+ New plugin: relative posts (by guerrila )
^ Base: Kunena 1.5.7 stable
^ Improved frameset plugin: added frameset demo
^ Upgrade hackpoll plugin to v0.1.8.3
^ Changed jomsocial_rule.xml file (please, do a "rule scan" in jomsocial)
Download