- Posts: 10
- Thank you received: 1
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, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.
Question Kunena and JomSocial. And the signature?
Hi,
You have to follow these steps:
1. This code is to be added in a new file "forumsignature.php" created in /components/com_community/libraries/fields.
2. Edit the file "customfields.xml" and add new field tag:
<field>
<type>forumsignature</type>
<name>Forum Signature</name>
</field>
3. Now go into backend menu Components -> Jomsocial -> Custom Profiles -> New Field
4. Select "Forum Signature" and you are done.
Regards
tuumke wrote: JomSocial Version: 2.2.2
Joomla! Version Joomla! 1.6.3 Stable
Installed version: Kunena 1.6.4
We do have an extra field in the profile, but the signature does not appear in Kunena
i've tried with <?php at beginnen, ?> at the end...
all dont work
-edit-
It's puttin the info in: jos_community_fields_values
even when you change
$query = "SELECT signature FROM #__kunena_users WHERE userid = $userid";
to
$query = "SELECT signature FROM jos_kunena_users WHERE userid = $userid";
Please Log in or Create an account to join the conversation.
Hence, the <?php story
I've added the My Kunena Menu or something, so people can edit there forum signature for now, but i'd like it to be in the normal profile menu.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
i've tried with
$query = "SELECT signature FROM #__kunena_users WHERE userid = $userid";
to
$query = "SELECT signature FROM jos_kunena_users WHERE userid = $userid";
but it still takes it from jos_community_fields_values and also puts it in there.
With the my kunena toolbar for jomsocial, you can edit your forum profile, which does show the
signature. So i think it might be in the query somehow.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.