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.
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
15 years 1 month ago #87193
by C0n
Kunena hide signitures from unregistered users was created by C0n
I was woundering if it is possible to hide forum signitures from unregistered members.
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 ?
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.
15 years 1 month ago #87195
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
Replied by GoremanX on topic Re: Kunena hide signitures from unregistered users
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.
15 years 1 month ago #87198
by C0n
Hmm now i have encountered a new issue when ever i seem to change the code it seems to break the forum.
Replied by C0n on topic Re: Kunena hide signitures from unregistered users
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.
15 years 1 month ago #87349
by Jake405
Replied by Jake405 on topic Re: Kunena hide signitures from unregistered users
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.
15 years 1 month ago - 15 years 1 month ago #87407
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Kunena hide signitures from unregistered users
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:
I haven't tested it, but it should work. Try it out here for yourself.
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]
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 1 month ago by sozzled.
Please Log in or Create an account to join the conversation.
14 years 11 months ago #94423
by C0n
Replied by C0n on topic Re: Kunena hide signitures from unregistered users
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.299 seconds