Published on July 10th, 2009 by eneko.astorkiza
Fistly excuse my english ….
Hi, i have integrated bbpress inside my wordpress installing on the same database.
The problem is that i have made all the integration except the user relation, so now i can logon like admin user on bbpress but i can’t change nothing
it seems to be a normal user
Can i do manually (changing the database) to assign admin user as administrator ????
Published on July 10th, 2009 by deadlyhifi
I was thinking of using the “This topic is not resolved” plugin with different values in there to create certain categories within my forum, whilst keeping them in the same forum theme.
e.g (and it is only an e.g!)
Forum Dating
This topic is about:
> Girls
> Boys
> Neither
but then allowing a show by sub topic. Is there a way to show a list of these statuses (stati?) individually?
Published on July 10th, 2009 by deadlyhifi
For anyone interested, I’ve got the Approve User Registration plugin working for V1. With the help of _ck_ of course (big thanks!). There’s more work to do on it, but for now it works…
https://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-3902
Published on July 10th, 2009 by Kieran
Hi there,
I’m using bbpress with buddypress. Its great but there is no meta data:
1. Page title is simply the name of the forum for evey topic in that forum
2. No meta description.
3. No meta keywords
I found this post https://bbpress.org/forums/topic/is-bbpress-seo-friendly where chrishajer and _ck_ show how to insert keywords in to a bbpress topic. But does anyone know how I can get this working for bbpress when it is integrated with buddypress?
It would be great to have topic title=page title, first post in topic=page description (perhaps limited to 255 characters) and tags=keywords (as above).
Does anyone know how this might be done?
Thanks a lot!
Published on July 10th, 2009 by asimac
Hello –
I was wondering if there was a plugin for bbpress which allowed access to the forum to only people that paid for a subscription?
Your help is much appreciated!
Published on July 10th, 2009 by Demen
Here is what I have thus far. bbpress is integrated with WordPress, So login is synonymous on both. However, I would like users to only be able to register from WordPress. I know it is pretty easy to just change the register link on bbpress to that of the WordPress registration page, but I also want to drop bbpress’s capability to send an email on either “Registration Mail” & Approval Mail settings. It is no longer needed if the user registers on the WordPress page and both are pulling user info from the same table.
Does this matter if I change the link to the WordPress registration page,and the settings are still available? And if so how would I go about disabling this?
Published on July 10th, 2009 by bb-gian
Is there a way to do that?
Like, having a column like with Posts, Last Poster, Freshness. I’d like to have Views, displaying the number of views a topic got.
Published on July 9th, 2009 by bb-gian
Is there a way to display the Forum name + link in the Topics list?
I tried with: <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a>, but it doesn’t seem to work outside the loop.
What I am trying to achieve is simply to have the name of the forum in the Topic list, so that one can view in which Forum that particular topic belongs, and be able to click on that link, if possible, to get to that forum. (But just the name would be already great).
I really think that this is some bit of useful information when a user scans the list.
Thanks for letting me know if you gor the right code in your pocket and to share it with me.
Published on July 9th, 2009 by Kar-l
A funtion on a homepage of a blog
<?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
generates errorous output. On page 2 (and followings) it outputs:
<div class="nav"><a class="prev page-numbers" href="" title="Poprzednia strona">« Poprzednia</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Następna strona">Następna »</a></div>
The problem I can see is href=””
Is there any solution to this?
bbPress used: 1.01
Published on July 9th, 2009 by bb-gian
Is there a way to dispaly the Author of a topic in the Latest Discussions list and in the Topics list?
I mean, every other forum got this feature, and I think that viewing the Author of a Topic in the list is very useful and needed for a forum, as you may want to know WHO posted that Topic, without having to click on it to see who’s the first post. Right?
Still, I didn’t find this feature enabled on any bbPress forum.
For me it’s just so weird.
So, is that a way to get the template code?
Thanks.