- Posts: 7
- 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 Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
16 years 3 months ago #38404
by Alhifi
Disable the display of online-usernames when a guest reads the forum (see screenshot inside) was created by Alhifi
Hello,
i configured my site that only registered users could see any information about other registered and online users. I had a little problem with the kunena-forum (actually version 1.5.
. When a guest browses the forum, the guest still sees the names aof registered users which are also browsing the forum. I did a screenshot here from the kunena-forum, where this still is the same:
Is it possible to switch this to something like
(2 viewing), 1 User, 1 Guest
for guests in case of privacy? Registered users still should see the normal view with usernames.
Bye
Alhifi
i configured my site that only registered users could see any information about other registered and online users. I had a little problem with the kunena-forum (actually version 1.5.
Is it possible to switch this to something like
(2 viewing), 1 User, 1 Guest
for guests in case of privacy? Registered users still should see the normal view with usernames.
Bye
Alhifi
Please Log in or Create an account to join the conversation.
16 years 3 months ago #38408
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
Yes it's possible; no, it's not a support question. You will have to edit one file (but I can't remember which one it is). This is a good idea, though. Maybe it should be a new feature? I would like this to be included in a new version of Kunena. 
To the moderators: please move this topic to Hacks, Tricks and Tips
To the moderators: please move this topic to Hacks, Tricks and Tips
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
16 years 3 months ago #38413
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
Hello,
For do this open the file components\com_kunena\template\default_ex\fb_pathway.php and at line 129 replace this :
by this :
For do this open the file components\com_kunena\template\default_ex\fb_pathway.php and at line 129 replace this :
Code:
if ( $user->showOnline > 0 ){
$fireonline .= CKunenaLink::GetProfileLink($fbConfig, $user->userid, $user->username) . $divider;
}
by this :
Code:
if($kunena_my->id != '0'){
if ( $user->showOnline > 0 ){
$fireonline .= CKunenaLink::GetProfileLink($fbConfig, $user->userid, $user->username) . $divider;
}
}
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
16 years 3 months ago - 16 years 3 months ago #38419
by Alhifi
Replied by Alhifi on topic Re:Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
Thank you for your fast answer, i actually found the fb_pathway.php, too!
It's working!
It's working!
Last edit: 16 years 3 months ago by Alhifi.
Please Log in or Create an account to join the conversation.
16 years 3 months ago #38512
by Alhifi
Replied by Alhifi on topic Re:Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
Hi again,
now i found another issue which i want to change, is it possible to ask for help again?
If a guest browses the forum, the guest will see the user information above. The guest can click an the "Username" and also on "Profile", but this ends in an error-message like "only for registered users". The question i'm asking myself: why should a guest see buttons or functions where the guest has no access to.
So i decided to do the following:
- registered users should see the username as a link, guests only should see the username
- registered users should see "Online" and "Profile"-Buttons, guest should see nothing
I think it's simple to do that like above, but i did not find the right php-script where this could be defined ...
Bye
Alhifi
now i found another issue which i want to change, is it possible to ask for help again?
If a guest browses the forum, the guest will see the user information above. The guest can click an the "Username" and also on "Profile", but this ends in an error-message like "only for registered users". The question i'm asking myself: why should a guest see buttons or functions where the guest has no access to.
So i decided to do the following:
- registered users should see the username as a link, guests only should see the username
- registered users should see "Online" and "Profile"-Buttons, guest should see nothing
I think it's simple to do that like above, but i did not find the right php-script where this could be defined ...
Bye
Alhifi
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #40343
by Alhifi
Replied by Alhifi on topic Re:Disable the display of online-usernames when a guest reads the forum (see screenshot inside)
Hi again,
could someone tell me which script of the kunena-forum is responsible for the showing of the buttons above?
Bye
Alhifi
[EDIT] Please forget this question, i found it in "message.php" ...
could someone tell me which script of the kunena-forum is responsible for the showing of the buttons above?
Bye
Alhifi
[EDIT] Please forget this question, i found it in "message.php" ...
Last edit: 16 years 2 months ago by Alhifi.
Please Log in or Create an account to join the conversation.
Time to create page: 0.251 seconds