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 contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

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 CB & Kunena updated, where are the signatures now?

More
16 years 10 months ago #18170 by sozzled

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

More
16 years 9 months ago #24872 by stringo0
Helped me out as well - Thanks!

I recommend stickying this or putting this info somewhere as this is going to be helpful to everyone migrating from fb who used the cb plugin.

God bless

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

More
16 years 6 months ago #30115 by paulo.nesso
WoW! Tks for that! Just solved my problem!

It was killing my mind! :laugh:

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

More
16 years 3 months ago #37140 by LFC4LIFE
hey folks,

I've tried running the script so I my users can add sigs but I get the following error

#1054 - Unknown column 'b.fbordering' in 'field list'

I'm running CB 1.2.1 and Kunena 1.5.7

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

More
16 years 3 months ago #37143 by LittleJohn
The script told the sql to use 'jos_comprofiler' as 'b', so you would have to look for a column named 'fbordering' in the table 'jos_comprofiler'...

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

More
16 years 3 months ago #37153 by sozzled
Check the syntax of your SQL statement, LFC4LIFE (it might be easier to copy and paste the following code into phpMyAdmin, for example):
Code:
UPDATE jos_fb_users AS `a`, jos_comprofiler AS `b` SET a.ordering = b.fbordering, a.signature = b.fbsignature WHERE a.userid = b.user_id
Note: the procedure assumes that your Joomla table prefix is "jos_".

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

Time to create page: 0.255 seconds