Search Results for 'bbpress'
-
Search Results
-
I am trying out 2.0 and have a private forum. I want to have non-logged in users receive a different message than a 404 or ideally be redirected to an about page. Is this possible with bbPress 2.0 or does anyone have a plugin/hack to do the job?
Thanks,
Andrew
I have a very small phpbb rpg site that I would LOVE to port to bbpress – is anyone running a bbpress rpg site? are there any dice rollers, that kind of thing for bbpress?
Hi,
We updated our WordPress today to 3.2.1, and made a few other tweaks, and now we are having some login issues.
Issue: User logs in, gets main Forum screen. Clicks on about any link or post, and then says:
“This topic requires access to private forum.”
“Please Login to Access It.”
If they then log in again, it lets them view the post. But then click on any link, gives same login screen again.
I have cleared all cookies, done a complete logoff, reset password, etc.
We have the basic(not full) level of integration with bbPress and WordPress.
Also may be a clue: When I change my password, the same password then works on both sites.
Any ideas?
Thanks!
Hi,
I’ve just installed the bbPress Plugin to my site.
I want to be able to lock users from editing their own profile.
I found this former thread.
http://bbpress.org/forums/topic/lock-profile-editing-from-non-administrators
Could someone give me advice if the mini-plugin mentioned in this thread would work with the bbPress Plugin?
If so, how would I install it?
Thanks so much,
Sasha
I’m experimenting with the BBPress plugin on a pre-existing WordPress site and I cannot figure out which template file is used to display the forum.
I’ve tried creating a new page and using shortcode to make the forum appear on that page, then assigning different templates. This seems to have no effect.
Does anyone know how the BBPress plugin decides which template file to use when displaying the forum?
Hi there,
I want to install the Biziness template from http://www.spyka.net/phpbb3-styles.
I created a directory called “my-templates” inside my bbPress root directory.
I uploaded the entire businesslike/ folder to the my-templates folder.
Still the Biziness template is not visible in WordPress.
Cannot activate it.
What could be the problem?
Thanks
Jo
I use bbpress as a part of buddyperss.
I have a general problem in buddypress that slugs of groups and forum topics that are non unicode are throwing the user back to home page.
The bbpress forum topic in the buddypress installation make the slug out of the sanitized subject/title,and because of my general slug problem I cannot create a topic with a non Unicode title.
I tried to solve it in many ways and didn’t get anywhere.
My question is – what I need to change in the bbpress files that will save topic in the DB with the forum topic id as the slug and not the title,or can I use some sort of a filter or hook to do that?
I have different usecases that provoke an annoying error with the reply post type. I think the easiest way to show it, is with an example.
I can generate two different outputs of the post type:
The right one
http://voipsnak.dk/ip-telefoni/emne/velkommen-til-det-nye-forum/#post-30706
The wrong one
http://voipsnak.dk/ip-telefoni/svar/reply-to-velkommen-til-det-nye-forum-4
The right one can be found by clicking:
– the “anchor” URL above each reply
– view from the all replies link in the backend
The wrong one can be found by clicking:
– view from the reply editing screen in the backend
– by using two sitemap generators by the well renowned Yoast: WordPress SEO and Arne Brachhold: Google XML Sitemaps.
– in the feed if I use this guide: http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed (which might be an error in the guide I know, I just wanted to include this also)
So have I done something wrong? I’m using RC3 of the bbPress plugin.
I’ve just ported a big php fusion installation to bbPress. But I had some problems regarding the feeds.
In the forums I have figured out, that the feed URL should be these:
// feed of forums
http://voipsnak.dk/?feed=rss2&post_type=forum
// feed of topics
http://voipsnak.dk/?feed=rss2&post_type=topic
// feed of replies
http://voipsnak.dk/?feed=rss2&post_type=reply
// combined feed
http://voipsnak.dk/?feed=rss2&post_type=topic&post_type=reply
1. The different feeds doesn’t show up in the browser address window
2. The reply feed show the oldest topics, and not the newest replies
3. The combined feed shows the same as the reply feed, which is also wrong
I have tried with different values added to the combined feed. Like &orderby=date&order=DESC but it didn’t work.
I hope one of you can guide me with the three issues above.
