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.
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?
16 years 10 months ago #18170
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:CB & Kunena updated, where are the signatures now?
You're very welcome, mate
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 9 months ago #24872
by stringo0
Replied by stringo0 on topic Re:CB & Kunena updated, where are the signatures now?
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
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.
- paulo.nesso
-
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
16 years 6 months ago #30115
by paulo.nesso
Replied by paulo.nesso on topic Re:CB & Kunena updated, where are the signatures now?
WoW! Tks for that! Just solved my problem!
It was killing my mind! :laugh:
It was killing my mind! :laugh:
Please Log in or Create an account to join the conversation.
16 years 3 months ago #37140
by LFC4LIFE
Replied by LFC4LIFE on topic Re:CB & Kunena updated, where are the signatures now?
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
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.
- LittleJohn
-
- Offline
- Kunena Contributor
-
16 years 3 months ago #37143
by LittleJohn
Replied by LittleJohn on topic Re:CB & Kunena updated, where are the signatures now?
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.
16 years 3 months ago #37153
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:CB & Kunena updated, where are the signatures now?
Check the syntax of your SQL statement, LFC4LIFE (it might be easier to copy and paste the following code into phpMyAdmin, for example):
Note: the procedure assumes that your Joomla table prefix is "jos_".
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
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Time to create page: 0.255 seconds