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.

Solved Stopping user changing their name....

More
13 years 9 months ago - 13 years 9 months ago #129723 by Sparkybear
Hi

I am designing a website for a club for youngsters aged 12 - 16 year olds.

For reason I wont go into here, the leaders of the club do not want the children to change either their username or their actual name. They also dictate that in the forum that the childs name is displayed rather than the username.

I have, after a lot of head scratching managed to stop them changing either in Joomla itself, despite the fact the edit profile MUST be displayed (Core Hack).

However they can still do it via Kunena via the edit profile screen. I worked out how to stop them changing the username via the security setting in Kunena. However, their is no way that I can find to stop them changing their name. I MUST DO THIS!!! I HAVE NO CHOICE!!!

Can anyone tell me the best way to achieve this in Kunena.

Thanks in advance

G


This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 60 seconds | Max execution memory: 32M | Max file upload: 16M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rt_radiance | author: RocketTheme, LLC | version: 1.2 | creationdate: February 9, 2012

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailed: Kunena 2.0.1 | 2012-07-07 [ Balozi ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: UddeIM 2.8

Third-party SEF components: None

Plugins: Content - Kunena Discuss 2.0.1

Modules: Kunena Latest 2.0.1 | Kunena Stats 2.0.1 | Kunena Login 2.0.1 | Kunena Search 2.0.1

Last edit: 13 years 9 months ago by Sparkybear.

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

More
13 years 9 months ago #129724 by sozzled
(1) Your configuration report shows that you do not have these Joomla extensions installed on your website: Community Builder, uddeIM, AlphaUserPoints. Use the Kunena Plugin Manager to disable all integration with those other extensions.

(2) We suggest, for best performance, that you use the K 2.0 Blue Eagle template.

(3) Forum Configuration » Security » Security Settings » Allow Username Changes = No
The following user(s) said Thank You: Sparkybear

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

More
13 years 9 months ago #129725 by Sparkybear

sozzled wrote: (1) Your configuration report shows that you do not have these Joomla extensions installed on your website: Community Builder, uddeIM, AlphaUserPoints. Use the Kunena Plugin Manager to disable all integration with those other extensions.

(2) We suggest, for best performance, that you use the K 2.0 Blue Eagle template.

(3) Forum Configuration » Security » Security Settings » Allow Username Changes = No


Hi

Thanks for your reply

1) I will do that thanks
2) I didnt see that, will change, thanks
3) I have already did as you suggested. It is the changing of the NAME, not USERname, that I dont know how to stop being edited.

Thanks again

G

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

More
13 years 9 months ago #129727 by TKtemp
Hi,
you can do this only by adding "disabled" attribute to inputbox in profile page (template file).
The following user(s) said Thank You: Sparkybear

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

More
13 years 9 months ago #129747 by Sparkybear

TKtemp wrote: Hi,
you can do this only by adding "disabled" attribute to inputbox in profile page (template file).


Sorry for my ignorance.... Can you tell me which particular file and what is the code I need to change / insert.

Thanks a lot

G

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

More
13 years 9 months ago #129750 by TKtemp
Hi,

components -> com_kunena -> template -> blue_eagle -> html -> user -> edit_user.php

line ~35, change this
Code:
<input class="inputbox required" type="text" id="name" name="name" value="<?php echo $this->escape($this->user->get('name'));?>" size="40" />
to this
Code:
<input class="inputbox required" type="text" id="name" name="name" value="<?php echo $this->escape($this->user->get('name'));?>" size="40" disabled="disabled" />
Note: this change will be lost when you update kunena to new version, so you need to redo this.
The following user(s) said Thank You: Sparkybear

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

Time to create page: 0.269 seconds