Forum Replies Created
-
In reply to: bbPress 2.0 – Updates
Thanks JJJ!
One more thing’s been bugging me: I want anyone to be able to register on the forum, but no ‘register’ link appears on the bbpress log-in widget, or for example after links that say ‘sorry, need to be signed in to post comments’ .
There seems to be a template file for a bbp registration form, and I’ve tried guessing but I can’t work out the link to it!
So
1. Is this by design, have I got an option wrongly ticked somewhere?
2. Could you let me know the link to a registration form if there is one – otherwise I could use the standard wp registration link
3. Is it worth me searching through the code trying to add in a few links in the right places, is there one quick-win place to this? I guess priority for me is to get the link in the sign-in widget.
I’m tempted to try to create or use a lightbox registration/log-in process anyway, but I need a much shorter term solution (small numbers of people might register from Friday)
Thanks for your help folks, love this software
Mark
In reply to: bbPress 2.0 – UpdatesThanks Ben, that’s great, I’d not come across that notation before.
Second question: I’d like, for filtering content on different pages, to have an is_forum_page() function which returns true if the current page is in the whole forum environment – there’s not one of these built already? And any advice on the best way to construct one?
In reply to: bbPress 2.0 – UpdatesHey,
so excited that this plugin is moving, thanks!
I’m integrating it into my theme and I want to do it in as future-proof and minimal disruption way possible (it’s a child theme of thematic)
I’d like to give all the forum pages a distinct structure (an expanded content div and a narrower, distinct sidebar).
I was thinking that one simple way of doing this is to add a function that adds a ‘bbpress’ class to the body – thematic’s clear about where to put it, but I’m not sure what it needs to be – I don’t think standard wordpress conditionals will cover it (e.g. how to pick up user profile pages?)
Is this something that is worth including in the plugin, or is there a straightforward way to do this that I’m missing?
Thanks for any help,
Mark