Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question How to prevent users from editing profile

More
13 years 4 months ago #138958 by essendon12
Hi,

Just wondering if there is a way to stop users from editing some of their profile details once registered?

Thanks

Dave.

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

More
13 years 4 months ago #139329 by sozzled
G'day, Dave, and welcome to Kunena.

I'm sorry that no-one else has responded to your question until now. Most people are inclined to ask the converse of your question (i.e. "For some reason, my users cannot edit their user profiles; how can I allow them to edit their profiles?"). Therefore your question is a little out of the ordinary.

I have a suggestion but I have to admit that I have not fully tested all the consequences of using this idea. The suggestion involves hiding the Edit button so that your users cannot see that there is a way to edit their profiles. The downside of this "solution" is that, with any decent web-design tool (e.g. Firebug), and a bit of cunning, anyone can unhide the Edit button and therefore they can change their user profile information.

It's curious that you should want to prevent your users editing "some of their profile details" after they've registered. Which of their profile details do you want to not prevent them from editing, for example? The "solution" that you see at the end of this message, will hinder all your users from editing any profile information.

As I've mentioned, I haven't fully proven that the following idea will not prevent you or your users performing other activities on your forum. It should work but you are cautioned to use the idea at your own risk.

Add the following three lines to the end of your Joomla site template CSS file:
Code:
#Kunena h2 span.kheadbtn a { display: none; }
Good luck.

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

Time to create page: 0.254 seconds