Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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 user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Kunena hide signitures from unregistered users

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 1 month ago #87193 by C0n
I was woundering if it is possible to hide forum signitures from unregistered members.
Code:
$kunena_my = &JFactory::getUser(); if ($kunena_my->id==0) { // Hide signiture from non registered users } else { // The code for the signiture to be displayed }

I just need help locating the file in kunena that tells it to display the user's signiture if anyone knows or can tell me were that is ?

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

More
15 years 1 month ago #87195 by GoremanX
components/com_kunena/template/default/view/message.actions.php

THE place to discuss photography!
www.friendlyphotozone.com

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
15 years 1 month ago #87198 by C0n
Code:
<div class="kmsgsignature"> <?php $kunena_my = &JFactory::getUser (); if ($kunena_my->id == 0) { } else { echo $this->signatureHtml } ?> </div>

Hmm now i have encountered a new issue when ever i seem to change the code it seems to break the forum.

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

More
15 years 1 month ago #87349 by Jake405
I do not think that this is possible, the reason being it would most likely mess everything up in the template of the part of the signature area.

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

More
15 years 1 month ago - 15 years 1 month ago #87407 by sozzled
You can use BBcode in your signature.

Because you can use BBcode in your signature, you can use the "hide" tag.

Because you can use the "hide" tag, you can create a signature that looks like this:
Code:
[hide]Here is my signature, including my image(s) if I want.[/hide]
I haven't tested it, but it should work. Try it out here for yourself.
Last edit: 15 years 1 month ago by sozzled.

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

  • C0n
  • C0n's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Only the strongest will survive
More
14 years 11 months ago #94423 by C0n
I should of made myself more clear, I wish for ALL USERS signitures to be hidden from unregistered members without setting the forum into registered members only.

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

Time to create page: 0.244 seconds