- Posts: 27
- Thank you received: 0
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
16 years 8 months ago - 16 years 8 months ago #26125
by santapec
"Users viewing" visible only for logged in users was created 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
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.
16 years 8 months ago - 16 years 8 months ago #26127
by santapec
Replied by santapec on topic Re:"Users viewing" visible only for logged in users
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..
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.
16 years 8 months ago #26132
by @quila
Replied by @quila on topic Re:"Users viewing" visible only for logged in users
Hi santapec,
open the file
change this
with this
Regards
open the file
line 155components / com_kunena / template / default_ex / fb_pathway.php
change this
Code:
echo '<div class = "'. $boardclass .'forum-pathway">';
echo $pathway1.$pathway2;
echo '</div>';
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.
16 years 8 months ago #26134
by santapec
Replied by santapec on topic Re:"Users viewing" visible only for logged in users
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).
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
-
- New Member
-
Less
More
- Thank you received: 0
16 years 8 months ago - 16 years 8 months ago #26237
by don gilbert
Replied by don gilbert on topic Re:
@quila wrote:
So is this the code for checking if a user is logged in across the board?
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.
Time to create page: 0.274 seconds