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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question "Users viewing" visible only for logged in users

More
16 years 8 months ago - 16 years 8 months ago #26125 by santapec
Hi there!
You know that user list of people currently viewing the forum (close to the top of Kunena). - Is there a way (hack) to make this visible for logged in users only? I am using CB. I think this would make more sense as a default setting in Kunena due to privacy concerns.

Cheers
Last edit: 16 years 8 months ago by santapec.

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

More
16 years 8 months ago - 16 years 8 months ago #26127 by santapec
I'm trying the solution found here: www.kunena.com/forum/146-solved-hacks-tr...-from-non-registered

Let's see if it works ;-)



Edit: not quite what I was after.. :(
Last edit: 16 years 8 months ago by santapec.

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

More
16 years 8 months ago #26132 by @quila
Hi santapec,

open the file

components / com_kunena / template / default_ex / fb_pathway.php

line 155
change this
Code:
echo '<div class = "'. $boardclass .'forum-pathway">'; echo $pathway1.$pathway2; echo '</div>';
with this
Code:
echo '<div class = "'. $boardclass .'forum-pathway">'; echo $pathway1; if ($kunena_my->id) { echo $pathway2; } echo '</div>';

Regards

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

More
16 years 8 months ago #26134 by santapec
Haha, that's amazing!! Thanks so much @quila.

This makes me think that I should come here more often when I have problems like this instead of pulling my hair for days trying to solve things myself with my non existent php knowledge.
Again - thanks, you just made a lot of people happy (my members).

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

  • don gilbert
  • don gilbert's Avatar
  • New Member
  • New Member
More
16 years 8 months ago - 16 years 8 months ago #26237 by don gilbert
Replied by don gilbert on topic Re:
@quila wrote:

Code:
if ($kunena_my->id) {


So is this the code for checking if a user is logged in across the board?
Last edit: 16 years 8 months ago by don gilbert.

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

More
16 years 8 months ago #26240 by @quila
Replied by @quila on topic Re:
Hi,

yes ;)

Regards

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

Time to create page: 0.274 seconds