Search Results for 'test'
-
Search Results
-
I have a host of problems and not sure really where to begin. Normally, I’d simply try uninstalling the bbpress plugin, but I only get all the same settings and experiences back when I try to start over. Here’s a few of the problems I’ve got:
1.) We’d like to use the New Site Wide Forums option (vs Forums for Groups). My first question is this an either or scenario or do you have to use the Forums for Groups? I always have a “Use Existing” option for Groups and there is no uninstall button available. When I install the Site Wide and return back to the buddypress forums tab, it still reflects the Groups…
2.) Regardless of the option selected above, I can not get a Forum page to display…I only get 404. Yes. I’ve created a Test Forum instance and I’m using the “View” option to check it out. 404 error. (it is published and public, I’m logged in as admin)
If I were to try deleting the tables from the database, uninstalling the plugin and manually removing all server side files, would that help to start over? If so, what tables get removed??
Thanks in advance.
s
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.
In my forum when someone comment a topic the avatar picture(profile Picture) is going weird.see below link please
Topic: bbpress.2.0.2 Arabic
Dear good friends,
I installed the latest bbpress.2.0.2 into my arabic site and it fits OK but the english words like:
Forums ‹ Home
Forum
Topics
Posts
Freshness
are in English. My website is Arabic and would like to make it Arabic.
Here you can see my website after installing bbpress 2.0.2 to it:
http://jubailcompanies.com/?page_id=74
is there any way?
Thanks and good day to all of you.
Hey,
For some reason, when I create a 6th forum under a category, it’s not shown. Posts from the forum still show up in latest posts widget and so on, but not in index anywhere.
I’m building a site focused around bbpress 2.x. My users don’t Blog.
When users click on Avatars or the User name in the forums they have been getting “Page Not Found”, EXCEPT for the Admin. And from further testing, I’ve concluded that unless a user makes a Blog post, their Activity Profiles cannot be found.
This maybe old news, or just due to the way this Newbie put the site together, but my search of the bbpress forums only turned up requests for help with this problem, but no answers.
If there is another solution to making forum users Activity Profiles ‘visible’, I’d appreciate learning how to do so.
My forum topics and replies show up properly in the activity stream on by buddypress site, however, when I choose Show New Forum Topics or Show Forum Replies to filter the activity – it fails to display the latest activity. The stuff it shows is three months old.
I’ve done a recount, but that didn’t fix it. You can see for yourself here: http://teatra.de/activity
You can see that the actual posts from the forum are getting added to the stream, just that you can filter the stream by them (its showing outdated stuff). Why isn’t the filter able to display the current stuff?
Topic: Author Box Code Showing
See the author box here: http://www.wisewahm.com/forum/topic/test-2/? It looks like I’m missing an opening or closing tag somewhere and I can’t figure out what file to check. I’m using bbpress & buddypress with the buddyboss theme.
I have spent countless hours trying to solves this but im still having no luck. I have trawled through google and the bbpress forum but can’t seem to find a solution.
While updating a website for a client they asked for buddpress to be removed as no one was using the social network side of the site, and a stand alone forum be put in place, hence bbpress.
I started off by removing the buddypress plugin and all it files, deleted the bb-config.php and dropped all the tables in the database with the prefix wp_bp.
I installed the latest bbpress plugin from within the wordpress admin and activated it, then created a few test forums and topics.
The forum displays fine when the default permalink structure is used however when I turn pretty permalinks on all the pages go to a 404 page not found.
I have tried adding Options +Multiview and Options -Multiview to the .htaccess. I have tried setting the bbpress mod_rewrite to true and false but still no luck.
I have also tried chmod 777 the .htaccess file.
Here is my .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .join-hello*
RewriteCond %{HTTP_REFERER} !.*helloecoliving.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://helloecoliving.com/spam-prevention [R=301,L]
# END ANTISPAMBLOG REGISTRATION
#uploaded files
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 93.182.137.19
This is driving me crazy all my other custom post types work!
Any help is appreciated!
Hi everyone. I’ve seen this come up a lot after having googled these issues but didnt find a consistent answer (e.g. some were from like 2009-2010 dealing with older versions.
I’ve tried numerous things and I still get the common messages at the bottom of this post when going to Appearance/Themes from WP admin.
1. This was a clean bbPress plugin install, latest version, done just a few days ago.
2. Immediately after install, I saw the messages below when clicking the Themes link. I had not moved/changed anything. Seems this comes up, strange that the default bbpress plugin install creates these two error messages by default?
3. I’ve tried copying the files/subfolders from the bbp-twentyten theme to the root directory of my custom theme and adding **add_theme_support( ‘bbpress’ );** (minus asterisks) to the functions.php of my custom theme. That got rid of the first error message, but the forum appearance was screwed up and definitely not correct, and the second error message about a Broken Theme was still there.
4. I did not overwrite the style.css in my custom WP theme folder when I copied the bbp-twentyten files over. I assume I DO need to copy that stylesheet somehow, but how do I do it without overwriting my WP theme’s stylesheet?
5. I do have key master and file/directory permissions are fine.
6. Copying bbp-twentyten to the my-templates subfolder within the bbpress plugin directory (and of course bbp-twentyten was 755 I checked) still yielded nothing, the two messages at the end of the post still appeared.
Sorry if this is are common issues. I’ve tried some of the suggestions I saw in past posts and they are not working. Any help appreciated. Thanks.
ERROR MESSAGES BELOW:
“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.”
Topic: Human Test not working
I can’t get Human Test for bbPress to work on my site. I have uploaded the plugin and activated it, but I can’t see any change on the registration page. What is wrong? Is there any other good alternative to this plugin that I could try instead?
Thanks a lot!
I am having an issue with the width of posts in a topic.
The first post displays correctly, but all consecutive posts are all too narrow.
You can see how it goes wrong via this link:
http://waterstadtoren.nl/forums/topic/test-topic/
Can someone tell me where and how I should fix this?
I did a clean “install” to no avail, this problem seems to stem from the original unedited files.