Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Forum Module /

Discuss the Forum Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Cannot edit user profiles


Go to End


1745 Views

Avatar
macka

Community Member, 33 Posts

19 February 2014 at 2:19pm

Edited: 19/02/2014 2:20pm

Hi,

I have been fiddling with the forum module, and i noticed two things so far that i can't seem to fix with the user profiles

1 - when i click on a user (lets say myself), the ForumMemberProfile page comes up and it's not including the forum.css in the header. I managed to fix this by doing parent::init() at the top of init instead of the bottom (in the file ForumMemberProfile.php)

	function init() {
		parent::init();

2 - there seems to be no edit user link anywhere? and then i realised - no user registration either?

I might have fluffed something up as this was a database that was 2.4.x and i'm redoing the template to fit into the 3.1 releases.

I have the current module files so they are all new.

Any help would be great

Thanks
grant