Search Results for 'bbpress'
-
Search Results
-
I’ve been following the updates to user roles in BBpress, but I think I’ve got a problem that may actually be a bug.
My setup is WP 3.5 multisite with BuddyPress. I have BBpress activated only on the main site. It’s not available to the subsites at all.
It seems however, that network members are being added to the subsites with the user role of participants. It doesn’t happen on all the sites, but I haven’t been able to narrow it down to what and why.
Generally speaking, the users don’t need to be added to the subsites since they are all just blogs anyhow and buddypress handles all the networking stuff associated with that. The issue is that the user’s My Sites menu in the WordPress admin bar for all those user seems to continually proliferate with with websites as they get added to them. It doesn’t seem to be a situation where the user visits the site and gets added as a participant (note, they are not added as a subscriber). The issues does not effect the Sites tab of the user’s BP profile. It is only the menu bar.
I keep getting messages from users saying that they aren’t users of the other members blogs but they keep showing up in the list. If this is intended, it creates a rather awkward user experience, and how do I turn it off? If its not intended, say so and I’ll create a trac ticket.
After upgrading from WordPress 3.4.2 to 3.5 and bbPress from 2.1.2 to 2.2.3. The private forums are inaccessible for both admin and regular users.
I am using the Twenty Eleven theme. I also tried with the new Twenty Twelve theme, same thing.
Any ideas?
ThanksTopic: Replies are not displaying
I am running the latest WordPress and bbPress. Few days back everything was ok. But somehow I am noticing that when making new replies, it’s not showing up in frontend single topic display. It’s showing up after few hours I guess. But it’s normally showing in admin area. There is no caching plugin installed.
Some weird behaviour:
1. The reply count is showing on topic list page. But not showing on single topic.2. Showing on widget, but their order is not right.
Not sure whats coming wrong.
Hey everyone,
I converted my vbulletin forum to bbpress and everything works fine except the redirection of the old urls part.
I want to redirect old vbulletin urls to the new bbpress ones using .htaccess but i have no idea how to do it. I’m still new to URL redirection.
Old vBulletin URL:
http://www.forum.site.com/showthread.php?80-post-title
New bbPress URL:
http://www.site.com/forums/topic/post-title
Can anyone help me? I would really appreciate it.
Hey all,
I thought I would have a go at creating a quick and easy theme for people to get started using bbPress. This was built fairly quickly using one of my other themes (which are based off the default bbPress files).
If you want to check it out then have a look at: http://www.epicwebs.co.uk/content/bbpress-theme-invision-or-phpbb-feel or check it out on github https://github.com/EpicWebs/bbPress-starter-theme-epicwebs.
The theme allows you to get more of a phpBB or invision look to your forum. It uses the functions I posted previously on bbPress.org along with some css to get the forum looking nice by installing the theme. The forum should be pretty fluid so it will fit any width of site.
Good luck, I hope this helps!
Topic: bbPress Forums index/home
I’m running into an odd problem, I need to apply some custom changes to the base forums page/index, which would be easy except for this issue: If I try to get the url, title, or any value of the index page, it uses all the values from the last Category in that forum. To further clarify, if my 4 main categories of my forum index are:
– Forums –
Basketball
Football
Volleyball
TennisAnd on this index page wherever I use
echo the_title();, it will show “Tennis” instead of “Forums”. It does this for ANY wp variable/function etc. The Forum Index simply uses the values of the last category. If I change the order of the categories, or add a new forum, the forum index values will change to the last descending forum. This is making it impossible for me to print specific information out on the forums index page.Anyone have any idea what the issue is that’s causing it? I’ve played around with permalinks, pages, posts etc… it always does the same thing.
All I want is a way to print the name of the parent category for any given bbPress page from the header.php file of my theme.
I need something as simple as:
echo forum_name($forum->forum_parent);Although that doesn’t work for me. Anyone know how to get the parent name? Thanks!
Topic: Some pre-install questions
Hello.
Before I install bbpress I want to check out some common things:
1. Is there any reputation or award system? I found only solution for buddypress not for bbress – http://bbpress.org/plugins/?ps=award
2. Can registered bbress users comment usual WP posts?
3. Is it possible to check any statistic of each user post number last day\week\month
4. Is it possible to make custom post types? For example to collect specific statistic or to use different page templates for each of them?
5. Is it possible to manage URLs? For example I don’t want to have *forums* or *post* in URL etc.Thank you.