Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Signature Errors [SOLVED]

More
17 years 5 months ago - 17 years 5 months ago #12418 by Über
I've been following the conversation regarding Community Board and Kunena integration and have followed the suggestion of setting Kunena to manage the profile for Kunena.

That being said, I've come across a couple of problems.

First, I noticed that when I added a banner for my signature (and this will be extremely common for those who will use my site), the "Quick Reply", "Reply", "Quote", "Merge", "Split", "Delete" and "Edit" buttons were on the same level as the signature and thus pushed the forum out of the boundaries.

How can I move those buttons so they are underneath what should be considered the signature block?


Second, I upgraded to 1.0.9 earlier and noticed that when I edit my signature, the following error shows up:

Warning: mysql_real_escape_string() expects parameter 1 to be string, object given in /home/sanctuar/public_html/libraries/joomla/database/database/mysql.php on line 193

On Edit: I found a solution for the second problem here:

www.kunena.com/forum?func=view&catid=4&id=11552#11714

But I still need help formatting setup so that the buttons are in a separate area from the signature block.


Help please!
Last edit: 17 years 5 months ago by Über.

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

More
17 years 5 months ago - 17 years 5 months ago #12419 by sozzled
Über wrote:

I've been following the conversation regarding Community Board and Kunena integration and have followed the suggestion of setting Kunena to manage the profile for Kunena.

I think you mean Community Builder, but thank you anyway. I'm glad you found the discussions both informative and entertaining. :laugh:

Über wrote:

That being said, I've come across a couple of problems.

Let's try to keep one problem per posting, please ;)

Über wrote:

First, I noticed that when I added a banner for my signature (and this will be extremely common for those who will use my site), the "Quick Reply", "Reply", "Quote", "Merge", "Split", "Delete" and "Edit" buttons were on the same level as the signature and thus pushed the forum out of the boundaries.

How can I move those buttons so they are underneath what should be considered the signature block?

The answer may depend on the type of template you are using. Please tell us what template you have in use. It might also help to see an example/screenshot that illustrates your problem

Über wrote:

Second, I upgraded to 1.0.9 earlier and noticed that when I edit my signature, the following error shows up:

Warning: mysql_real_escape_string() expects parameter 1 to be string, object given in /home/sanctuar/public_html/libraries/joomla/database/database/mysql.php on line 193

I'm happy for you that you found the solution to that problem. Unless you have several symptoms of a single problem, please don't use one discussion topic to ask for help on several problems at the one time. :)
Last edit: 17 years 5 months ago by sozzled.

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

More
17 years 5 months ago #12420 by Über
Yep I meant Community Builder. I think my fingers were working faster than my brain on that one. ;)

And I think I've fixed the first problem.

I am using default_ex as my template and what I did was I went to the message.php file for that template and made the following minor tweak starting at line 330:

I turned this:
Code:
if ($msg_signature) { echo '<td class="msgsignature"><div>'; echo $msg_signature; echo '</div></td>'; } ?> <td valign="bottom"> <div class="fb_message_buttons_cover">

into this:
Code:
if ($msg_signature) { echo '<td class="msgsignature"><div>'; echo $msg_signature; echo '</div></td>'; } ?> </tr> <tr> <td valign="bottom"> <div class="fb_message_buttons_cover">

And that looks like it fixed the problem by closing out the row with the signature and posting the buttons on a row underneath, rather than cramming them on the same row.

Unless there's somewhere else I need to edit, I think that is the solution right there.

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

More
17 years 5 months ago - 17 years 5 months ago #12421 by sozzled
Yeah, that sounds about right. You might like to compare your solution with the one in Fixes, suggestions and more .

Could you also please edit your original message and change the subject to "[SOLVED] Signature problems". Thanks. B)
Last edit: 17 years 5 months ago by sozzled.

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

Time to create page: 0.235 seconds