Search Results for 'bbpress'
-
AuthorSearch Results
-
June 2, 2011 at 2:17 pm #106211
kai920
MemberI’m against the idea of using wp_register(); since it redirects you to wp-login.php to sign-up instead of using a registration page in the theme. Also, the idea with community sites like bbPress and BuddyPress, is usually to keep members out of the admin area. Promoting them to enter it seems counter intuitive.
Thanks, I missed the part where you mentioned integrating the register/login pages into bbP. Looking forward to more discussion and potential solutions on this.
Would wp_register() not actually display an admin link, since we’d only use it
if ( !is_user_logged_in() )?June 2, 2011 at 1:17 pm #95505In reply to: bbPress 2.0 – Updates
Spiralspeaks
MemberI figured it out.. uploaded another theme, edited and it works.. added some tweaks in the theme functions viola good combination

Home › Forums › Happy Talk › Why choose bbpress?
Forums › Happy Talk › Why choose bbpress?
June 2, 2011 at 12:37 pm #106566John James Jacoby
KeymasterRemove the bb-config.php file at the root of your site. Chances are it’s getting in the way. Also there’s a meta entry you’ll most likely want to delete. If there’s anything in your wp_options table prefixed with “bb-” go ahead and delete those. Lastly, your bbPress install needs to exist in a folder that the server can access and that WordPress isn’t trying to control. This is typically a “forums” folder somewhere in your public_html folder, depending on your host.
June 2, 2011 at 12:32 pm #106577In reply to: How can I language of plugin version of bbPress?
John James Jacoby
KeymasterThe language files are different, but people are already translating 2.0 over at translate.WordPress.org.
June 2, 2011 at 12:31 pm #106210John James Jacoby
KeymasterProbably the place for it to get the most developer discussion is in the Trac. I’ll put it In the 2.1 milestone, since we’re already in beta for 2.0.
June 2, 2011 at 11:58 am #106209Paul Gregory
Member@jjj Thanks. I’ll try and find time to support any tickets for including login and register page settings in WP itself.
It does seem that setting up a decent bbPress forum will almost always involve installing other plugins too, and a list of the little issues that can be resolved by these should form part of the final FAQ/documentation.
I’ve found that the plugin Register Plus Redux mentioned earlier lets me change the emailed link and is generally pretty useful.
Given that by default the system is already using /wp-login.php as a login link unless overridden, it’s not exceptionally naff as I first thought for bbPress Login Widget to use that as a default and allow admin to override it.
So who/where do I nudge to get the bbPress Login Widget extended to include an over-ridable Register link when logged out?
June 2, 2011 at 11:40 am #106208John James Jacoby
Keymaster@Paul – once again you’re right on target. Originally bbPress hijacked the WordPress login URL function, which proved problematic as there was no settting to to say WHERE that page lived. Same with the sign-up page. These functions of WordPress are not easily extended, but they can be completely replaced. Sadly, replacing them means recoding a great deal of them, which starts to take a great deal of time on something that does already exist and already has pluggable solutions in the form of WordPress plugins.
June 2, 2011 at 11:03 am #106569In reply to: How do I make the forum homepage in 2.0?
Paul Gregory
MemberAssuming you’ve already added a blank page with the slug ‘forums’:
Change the page template to “bbPress – Forums (Index)”
OR
Include the shortcode [bbp-forum-index] in your page text
Also, go to the Permalinks page if you haven’t recently so everything else works.
See also https://bbpress.org/forums/topic/bbpress-20-theme-compatibility
There are a number of other things you’re probably going to have to do. I’m working on a checklist.
June 2, 2011 at 11:00 am #38691Topic: How can I language of plugin version of bbPress?
in forum Troubleshootingyzgulec83
MemberI have a language file for 1.0.3 version of bbPress. May I use this for 2.0 beta version?
If yes, how can I change language option? I uploaded language file into bbp-languages but yhere is no bb-config.php file for plugin version to modify language settings.
June 2, 2011 at 10:05 am #106524In reply to: Change "posting order"
DuncanCox
MemberI am using this bbpress from last 6 months still I have not found any plugin regarding this. if You find it then please share with me.
June 2, 2011 at 9:39 am #106207Paul Gregory
MemberYeah, that specific function’s not at all the right one, it seems to be a well-meaning but naive tip on kai920’s part.
But the basic idea of having a Register link within the bbPress Login Widget is sound, and I’m a bit concerned that it seems to be problematic.
There needs to be a good bundled method of having a link to Register that does NOT show up when a user is already logged in, and the Login Widget is the most logical place to put it. (Obviously it’s trivial to add a Register link to a menu or widget area that would be present all the time).
Two naff, but workable, solutions:
1) Add a field in the bbPress Login Widget for the registration page URL, with “/wp-login.php” set as the default. When the Login Widget is displaying the Log In details, display the registration link (if not blank and if registration is enabled). When the Login Widget is displaying the current user details and log out link, don’t show the registration link.
2) Encourage users to install a pair of simple widgets. I don’t know if decent ones exist, but they’d be called something like Logged In Text and Not Logged In Text, which as their names suggest are like Text widgets but only show their contents if is_user_logged_in() condition is true or false. It’s then simple to add a Register link or whatever to a Not Logged In widget, which could be placed above or below the bbPress Login Widget. If I can’t find an existing pair I’ll knock them out myself soon, although I suspect what I’ll end up doing on most sites is conditionally displaying one entire sidebar or another.
—
The reason both are naff is that it seems pretty clear that there should be a function or method that returns the correct (custom) login page, and the absence of it is causing problems.
Is WP completely unaware of custom registration pages? It seems so. There should be somewhere central that the URLs (or page IDs) of custom Register and Login pages etc are set – and that this should be site based rather than theme based, much like you can set the front page and posts page in WP Reading Settings.
Of course, that’s arguably a WP issue not a bbP issue, but bbP as plugin is at liberty to extend WP in useful ways because that’s what plugins do.
From what you’re saying it sounds like this isn’t part of immediate bbP plans.
I don’t know whether I’m missing a setting, or if it’s something you’ve fixed since b2 but: having registered using a bbPress registration page, the email that people get with their password includes a link to /wp-login.php rather than my /log-in page that uses the bbPress login template. Using that leaves people in an inappropriate interface that they are probably not intended to see, and will confuse (and lose) users.
Am I expected to override this myself with a plugin or in my template? That would mean hard-coding page references. It doesn’t seem right.
I think bbP should just bite the bullet and allow users to specify their login and register pages under Settings. And indeed specify the View Profile page etc. It seems to me that bbP really needs to know where the login page is, and searching for a page with either the bbPress Login template or the Login shortcode (the “magic” method) seems prone to error.
All that said, I don’t want to seem too negative – I am liking bbPress 2.0 a lot and thank you (and everyone involved) for your time on it.
June 2, 2011 at 9:13 am #106565Daaaaaave
MemberI tried changing the physical to something crazy. same problem.
Trying standalone bbpress 1.0.3
thanks for your help
June 2, 2011 at 8:14 am #106564kai920
MemberDo you have a /forums physical directory on your server? If so, try renaming it.
Are you trying to install bbPress standalone (1.0.3) or bbPress Plugin (2.0 beta 2)?
June 2, 2011 at 5:50 am #38685Daaaaaave
MemberSorry if this is confusing. I installed buddypress through the wordpress plugins page. I then installed bbpress through buddypress. I have since uninstalled buddypress and bbpress and i am trying to now install bbpress on my server. Once loading all the files to my directory mysite.com/forums/ i then go to load the directory. The installing instructions do not come up i come to a bbpress page which shows “page not found”.
I am guessing the old install of bbpress is interfering? maybe in the database?
Thanks in advance.
June 1, 2011 at 5:15 pm #100657In reply to: bbPress 2.0 – FAQ
John James Jacoby
Keymaster@Chip – That’s probably the easiest way, yes. If you’re familiar with WordPress themes (which I am fairly certain you are) this should be pretty painless.
June 1, 2011 at 5:15 pm #105757In reply to: bbPress 2.0 – FAQ
John James Jacoby
Keymaster@Chip – That’s probably the easiest way, yes. If you’re familiar with WordPress themes (which I am fairly certain you are) this should be pretty painless.
June 1, 2011 at 3:58 pm #100656In reply to: bbPress 2.0 – FAQ
Chip Bennett
Participant@annointed:
Is there any documentation anywhere for converting a bbPress 1.x custom Theme to a bbPress 2.0 custom Theme? I have a fairly comprehensive Theme I developed for 1.x, and would like to convert it. I suppose I should just start poring through the bbp-twentyten child Theme template files?
June 1, 2011 at 3:58 pm #105756In reply to: bbPress 2.0 – FAQ
Chip Bennett
Participant@annointed:
Is there any documentation anywhere for converting a bbPress 1.x custom Theme to a bbPress 2.0 custom Theme? I have a fairly comprehensive Theme I developed for 1.x, and would like to convert it. I suppose I should just start poring through the bbp-twentyten child Theme template files?
June 1, 2011 at 3:37 pm #95504In reply to: bbPress 2.0 – Updates
selise
Participantmany thanks jjj! (you just saved me a bunch of time trying to track down my mistake)
June 1, 2011 at 3:29 pm #106206John James Jacoby
Keymaster@kai920 – Please don’t bump topics, especially if they’re still on the front page.
I’m against the idea of using
wp_register();since it redirects you to wp-login.php to sign-up instead of using a registration page in the theme. Also, the idea with community sites like bbPress and BuddyPress, is usually to keep members out of the admin area. Promoting them to enter it seems counter intuitive.June 1, 2011 at 3:26 pm #95503In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@selise – that will be fixed in Beta 3
@Syrhen – Only forums can have topics. Categories cannot. I’ll likely add a note to the metabox before release.
June 1, 2011 at 3:12 pm #106205kai920
MemberAny opinions on the above? I personally think it would be good to include a “Register” link in the login widget. Curious to hear others’ opinions.
“This tag displays either the “Site Admin” link if the user is logged in or “Register” link if the user is not logged in.”
June 1, 2011 at 2:48 pm #95502In reply to: bbPress 2.0 – Updates
Syrehn
MemberFirstly I’m very glad to see this project going.
I’ve been playing around with the beta, using beta 2 at the moment, and maybe it’s me doing something wrong but if I create a forum, and then create a category it will not allow me to create a topic under that category. Only under it’s main forum. Is this intentional?
I’m very much looking forward to the final release of this plugin. Thanks!
June 1, 2011 at 2:44 pm #95501In reply to: bbPress 2.0 – Updates
selise
Participantso sorry, another breadcrumb question to add to the thread….
installed are: wp 3.1.3 and bbp beta-2
(first bbpress plugin install was pre-alpha and have been updating every few days as development has progressed — many thanks for a great plugin!)
my setup is:
forums base archive slug is “forums”
single forum slug is “forum”
forum prefix is not included (button unchecked)
for mydomain.com/forums/
where the forums “page” uses the template “bbPress – Forums (Index)”
and there are three individual forums (example: forum1, forum2, forum3)
the breadcrumb on each of the individual forums seems correct:
site › forums › forum1
site › forums › forum2
site › forums › forum3
i’d expect the breadcrumb on the “forums” index page to be:
site › forums
but instead i see:
site › forums › forum1
where forum1 was the first forum created.
…..
is this the desired behavior? my set up error? a bug?
June 1, 2011 at 2:41 pm #106552John James Jacoby
KeymasterNope. Both sound like plugin territory to me.
-
AuthorSearch Results