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.

Blog Module /

Discuss the Blog Module.

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

Profile for blog authors


Go to End


2 Posts   1238 Views

Avatar
bones

Community Member, 110 Posts

15 October 2010 at 3:23am

Is there a simple way to add a link to a blog author's profile or a signature to a blog post? I thought about using the Forum profile system, but don't know how to link the two. Thanks

Avatar
Willr

Forum Moderator, 5523 Posts

28 October 2010 at 7:15pm

Is there a simple way to add a link to a blog author's profile

A simple way no. The module doesn't provide that functionality. You would have to write your own controller and template. You could use the ForumMemberProfile class as an example but that is a lot more complex than what the blog would need.