Search Results for '\"wordpress\'
-
Search Results
-
Hoping someone here has the knowledge to help.
I’m using the bbpress plugin with buddypress/wordpress install. I installed the bbcode plugin to let users use bbcode in the forums. Everything worked great, but now when you insert a youtube video on the forum with the bbpress post toolbar, I get this error:
YOUTUBE
Warning: Cannot modify header information – headers already sent by (output started at /home/highhob/public_html/ridecbr/wp-content/plugins/bbpress-bbcode/class_bbpress2-bbcode.php:268) in /home/highhob/public_html/ridecbr/wp-includes/pluggable.php on line 866
The video DOES POST, but this error comes up first and I need to get it removed and resolved. Also, above any youtube video, the word YOUTUBE shows up.
Please let me know if you can help.
Thank you so much,
-George
Hi, i’m new, obviously, and I want to say that bbpress is a wonderful forum software for WordPress.
I have edited my own share of bbpress files; removing the topic tag system, multiple site notices, and several other aspects.
I have ran into a problem, I simply can’t remove the topic-form that is shadowing my main forums. My only intention is having the topic form in a completely seperate page so that way users can click a Create New Topic button and the hyperlink will guide them. I tried to go into all the single-form php files in my theme folder with no avail. Can anyone point me to the right php file, so I can remove this.
Thank you very much
I also intend on removing the “Voices”, if someone can point that out too–that’d be great, would save me some time.
Hello,
I have just installed bbpress plugin in my last version of wordpress.
I wanted to get mails notifications when somebody replies topics and so so, so I have installed the following plugin:
bbPress Email Notifications
Desactivar | Editar
Provide notification emails and controls for bbPress subscriptions, merge, and split functions.
Versión 0.2 | Por Jennifer M. Dodd
But it seems not to work. could anybody help me?
thank you in advance!
Miguel
Topic: GD bbPress Tools
Hi,
I’m integrating bbpress into a wordpress site. The client wants to create multiple login identities, but each identity will potentially be used by multiple people. SO . . . in the comments section, I need the comment author to be able to enter his name in the name field, then display comment author’sname in the comments section.
Currently, no matter what I put in the comment author name field (then using ‘bbp_reply_author’ to display the author name), what I get is the admin name, not the name I typed in the field. Where does the name go? I’ve looked all over the files trying to find out where the author name typed into the form goes, and nothing comes up. Ditto for how to display it.
Thanks in advance . . .
t.
Topic: Recovering bbPress forum
I think I broke my forum.
I am using the plugin version of bbPress on WordPress, and recently deactivated all of my plugins trying to troubleshoot a theme error. I reactivated them, and when I go to Forums in the dashboard, “All Forums”, my forum is still there, but when I click on “View” it says:
Permission Denied
Not Found / No Access
The page you are looking for either does not exist, or you do not have the permissions to access it.
Going to http://mysite.com/forums takes me back to the main page.
Any suggestions?
Hello everybody
What should I use blugin for not accept spamer comments my blog. I use wordpress
Thanks you for interesting
Hi,
I recently upgraded my VPS from Debian 5 to Debian 6.
Related to this were the following changes :
PHP : 5.2.6-1 —> 5.3.3-7
MySQL : 5.0.5a —> 5.1.49
It was a few days ago. Apparently everything was OK.
On my website there is a forum which is not very active so I don’t know exactly when the problems appeared but I think it must be related to this :
Today I saw that 2 people had posted an answer to a recent topic but something went wrong : both answers are not linked to the topic and when I want to add this manually through the backoffice the topic just don’t appear in the list.
Moreover, I tried to post answers to this topic but I immediadely get Erreur HTTP 500 (Internal Server Error). Of course the problem is the same when I try to answer to other topics.
Any idea about what the problem is and how to solve this ?
I’m using WordPress 3.3.2 and bbpress 2.0.2
Thanks for your help !
Best Regards,
Laurent
Is there a way to add total post count and roles (moderator, etc.) under the avatars/usernames of users in the forum?
I’m using the BBPress plugin with a Buddypress / WordPress site.
Thanks.
I recently noticed that when I try to start a topic or posting a reply, it’s taking about 30+ second before the topic/reply is show up. If you try to tell me there may be a “bad plugin” and try to disable all of it except bbPress, save it. I have tried the following:
1. Using different browser.
I find out that when I try to use Firefox 12.0 to post, it’s loading extremely slow. But this is not happening in Internet Explorer 9 or Google Chrome 18.
Try to start Firefox in safe mode? Yes I have tried to do that but it doesn’t make a difference.
2. Using different user/computer.
It’s still the same.
3. Try to post a comment in a normal post.
I was able to comment a post without any problems, so I think it may be a “bad plugin” problem.
4. Disable all plugin (except bbPress & BuddyPress)
But the same thing happen. FYI I don’t edit either the bbPress or BuddyPress files.
5. Using different theme.
I replace my modified custom community theme with BuddyPress Default theme and see if I putting bad codes in my theme. But this doesn’t solve problem even I tried other themes.
6. Change permalink structure.
It doesn’t make any changes, and I don’t think it will help.
7. Reinstall WordPress, bbPress & BuddyPress
Still doesn’t make any changes.
8. Create a new install in another domain.
I use http://scirefs.com/ as my main and http://www.scirefs.org as a sandbox (with the same configuration as in SCIREFs.com) with only bbPress and BuddyPress activated. But everything works fine in SCIREFs.org with either bbPress 2.02 or 2.1 and I have no issue with Firefox 12.
9. The Cloudflare……
Since I have Cloudflare as my CDN for SCIREfs.com but not SCIREFs.org, I tried to remove SCIREFs.com from Cloudflare and add SCIREfs.org to it and see what happens. The result: The issue with Firefox at SCIREFs.com disappear but SCIREfs.org is now facing the old issue.
Do anyone here have any ideas what’s wrong with it? Or someone here is facing the same problem? This seems to be the first and the only problem I can’t figure it myself.
You can login to SCIREFs.org using the following information:
Username: demo
Password: demo
URL of the forums: http://www.scirefs.org/test-forums
And try to start a topic or post a reply using Firefox and see if it’s happening to you.
Hello! I’d love to see some examples of sites that utilize WordPress for its blog and bbPress for its forum/messageboard. I’m poking around this forum now for examples but would love to see any that you may know of. Thank you
Hi, I’m integrating bbPress with s2member and need to restrict access to certain categories, forums and their topics.
For example, here’s a hierarchy:
Home > Forums > Category1 > Subcategory1 > Forum1 > Subforum1 > Topic1
If someone tries to look at Topic1 or any of its parents, I need to check to make sure they have access to Category1.
Access is managed by s2member.
For typical wordpress posts, I attach this filter, run a wp_query, then detach it:
attach_s2member_query_filters(); // only fetch content the user can access
If that query is not empty, then I let the user view the page they’re trying to look at. If it is empty, it means they don’t have access to any posts and so I redirect them.
But I don’t know how bbPress works well enough to figure it out.
It seems I need to
1. Find what the root category is
2. Check if the user can access the root category
3. If so, allow access to whatever they’re trying to see. If not, redirect or give an error message.
Any ideas on how I can do this?