Hi,
Is there a way to force users to use at least one tag when creating a post?
Thanks,
Yukon
Hi,
Is there a way to force users to use at least one tag when creating a post?
Thanks,
Yukon
How do I move a topic from one group to another?
I see some posts that say it can be done, but when I go to a particular topic in a forum, there’s no indication about how to do this.
TIA,
K
When clicking on my main RSS feed for the whole forum I get a 404 error.
The RSS page with the google dropdown shows up, but 404 instead of the content.
What should I do to trouble shoot this? http://totallyadd.com/forum/rss
Any help would be really appreciated.
Yukon
Hello every one , I have a problem about Bavatars.
I have installed “Avatar Upload” and “Bavatars”, and Activated both of them.but there’s two “avatar” on the profile page.
What should I do then? disable “avatar upload” of enable both of them? & what should I add into my template files to show the images?
Hello,
My bbpress install seems to be unintentionally hurting my Google health a bit by having a different domain from the rest of my site, which it links back to a couple of times on every page due to its navigation. My site’s canonical domain is www.domain.com and I think that bbpress was installed at www.domain.com/forum (it was a while ago and I wouldn’t swear to this), but when I take a look with Webmaster Tools, Google picks it up as living at domain.com/forum and counts any links to other parts of my site from a bbpress forum page (such as navigation or an answer to a support question that recommends reading a particular page on the rest of the site) as being one of many heavily-repeated links from an outside site.
I have gone to the bbpress admin settings page and set the field “bbPress address (URL)” to the fully-qualified URL.
At this point I would like any requests for domain.com/forum/* to be 301-redirected to www.domain.com/forum/*. I have a working 301 redirect at the root level of my site that successfully does this to all other pages on the site, but it doesn’t get applied to the forum directory, presumably because it has its own htaccess with bbpress-specific settings. I tried adding the following to the bbpress htaccess:
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
But this just causes requests for the forums to be redirected to the root page of my site.
I have checked into the bbpress config.php and there doesn’t seem to be anything in there which controls this.
Can someone help me out getting everything working/perceived by Google as being at the same domain and subdomain so my forum navigation that goes to the non-forum part of my site isn’t counted as vast numbers of repeated links from a different site?
Thank you very much.
Hey guys
i currently work with platform pro and i can’t get the forum integration working.
I did all the steps including the path to the wp-load but this gives me a blank page.
Now i’ve done all the integration work with the database, I can’t login into my wordpress anymore it says ‘You do not have sufficient permissions to access this page.’
Can anyone please help me on:
Solving the problem with my normal blog
How to integrate to wordpress in a good way
Where you can download and get more information:
http://rahmetli.info/forum/topic/bbpress-103-turkish-turkce
Direct link:
http://www.rahmetli.info/translation/bbpress-turkish-103.zip
You can also automatically set up your Turkish language file from here:
http://rahmetli.info/forum/topic/bbpress-oto-turkce-otomatik-turkcelestirme
(It’s called Oto-Turkce / Auto-Turkish)
The bbPress Trac and SVN repositories have moved.
Trac: http://bbpress.trac.wordpress.org
SVN: http://bbpress.svn.wordpress.org
The old URL’s should redirect you to their new locations.
Hi there,
I have looked through many posts on this topic, but I can’t find an answer.
All I need to know is: is email notification now built into BBpress?
If not, which plugin definitively works for email notification?
I can’t get @thomasklaiber ‘s email notification plugin to work, and judging by the threads, the best bet is ‘subscribe by email’. That one shows above threads, but does nothing once selected.
Surely there is a way to follow topics by email. This has been asked for at least 4 years… is it just my theme?
J
I’m new to bbPress, but a longtime WordPress developer. One of my favorite things about WordPress is the extensive Codex and documentation of the core functions. My question is two-fold.
First, does any documentation of the built-in functions exist? Second, how can I contribute to the documentation? I know the plugin version is about to go into Alpha release, so perhaps I’m better off contributing when that comes out?