Phil Slover said
I found the items you mentioned and have everything installed now. Is there any way to tailor it? I don’t like the idea of the users being able to display the Member List , for example.
Whether a user or group of users can view the Members List is actually a permission which you can turn on and off and, this, of course, is the best way to deal with this particular requirement. However…
…now that SP is theme and template driven, adding, removing and changing items of the display is easy. The templates work basically the same way as they do for WordPress. So for this task – using the forum admin > Themes > Editor, you would open, in this case, the spHead.php template – locate the template function/tag that displays this button – sp_MemberButton() – and remove it/comment it out. In this case use the permissions but for reference it is worth looking at the templates and tracing the flow. Anything is possible! Well – a lot is!
I had also placed a topic with a link that had several topics for “the new user”. It linked into your web site and displayed “how to” stuff from there (example below). is there any plan to have this same kind of info available for version 5?
http://wiki.simple-press.com/forum-display/login-bar/
Again – adding items to the template is just as easy. You can use php or just standard HTML and place things where you want them. As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)
Our new Codex will replace the old V4 wiki. We are working hard to get it populated with everything you need and I hope to be moving and updating most of those ‘How To’ pages in the next few days. The problem is that they will not be publicly available any more I am afraid.