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

Question [SOLVED] How to add security to the Birthdate for guests?

More
14 years 11 months ago - 14 years 11 months ago #96683 by Cordel
YES THAT IS CORRECT!
Thank You.
Feel free to either delete these or what ever you like.
Last edit: 14 years 11 months ago by Cordel.

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

More
14 years 11 months ago - 14 years 11 months ago #96685 by sozzled
You only had to ask nicely. Let's keep things together and not fragment the discussion, shall we?

I can probably answer the question, without delving into the specifics of Community Builder, as far as Kunena is concerned. When we start talking about Community Builder we're narrowing the focus. Give us a chance to find the answer for you and reply with the information.

This is a community-driven, self-help forum where we encourage everyone to help one another. Please try to remain calm and be patient why we look for ways that will help you effectively. OK?
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #96686 by migus
Hi Cordel,
I have a custom solution for this issue in:
...home.../components/com_kunena/template/default(or yours)/view/profile.vertical.php
simply use if ( $this->my->id ) statement:
Code:
<li class="kpost-smallicons"> <?php echo $this->profile->profileIcon('website'); ?> <?php echo $this->profile->profileIcon('gender'); ?> <?php if ( $this->my->id ) : ?> <?php echo $this->profile->profileIcon('birthdate'); ?> <?php echo $this->profile->profileIcon('location'); ?> <?php echo $this->profile->profileIcon('private'); ?> <?php echo $this->profile->profileIcon('email'); ?> <?php endif ?> </li>
Good luck :cheer:

Altai Mountains - is a fairy tale!

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

More
14 years 11 months ago #96687 by Cordel
Thank you and I understand the concept as I manage many forums and moderate 32 my self.
I'm sure you get plenty users that don't get the subject right or even care to try so I get that. Hence why I reworded the issue to point out what I hoped to be obvious enough.

So in short, I'm looking for an appropriate function within Kunena to validate whether or not the person is registered and logged in. For this portion of code in administrator/components/com_kunena/libraries/user.php and a native function to either Joomla framework, or Kunena ( maybe I should have phrased it this way ). ;)


We have over 300 sites that I contract to that use Kunena and I'm getting more and more questions to this particular issue. If it were just showing Month and Day they probably would overlook it but it shows the year and I am getting growing concerns of ID Theft :( Yet they like to use it.

Thank you

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

More
14 years 11 months ago - 14 years 11 months ago #96688 by sozzled
I'm looking at the question

Cordel wrote:

In Kunena, when a user fills out his birthdate, it shows on the summary profile next to, or on top of his post depending on your configuration. I need this to not show for guest users.

In this case it makes no sense to modify the file ../administrator/components/com_kunena/libraries/user.php but, rather, you should modify the files that display these details. This would be ../components/com_kunena/template/view/profile.horizontal.php and ../components/com_kunena/template/view/profile.vertical.php. That gives you a place to start looking.

You need to add a test to line that reads
Code:
<?php echo $this->profile->profileIcon('birthdate'); ?>
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #96690 by Cordel
Thanks Migus that helps.

But I really need this to be in the backend, otherwise I'd have to many themes to modify which is why I'm looking at administrator/components/com_kunena/libraries/user.php as it would carry through all themes.
Allot of these folks downed themes and modified them so would be allot of work.... though maybe I can get payed good ;)

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

Time to create page: 0.595 seconds