Search Results for 'test'
-
Search Results
-
Topic: Integrated registrations
I’m running the latest version of 0.9 and WordPress 2.5.
How easy is it to make so that if a user signs up on either WordPress OR bbPress’s register scripts, the correct user role is assigned?
Right now, if a user on my site signs up on WordPress, they get a Subscriber role but no role on the forum. If a user signs up on the forum, they get a Member forum role but no role on the blog.
I dabbled with the plugins to supposedly fix this but succeeding in little more than somehow stripping both my WordPress AND my bbPress admin priviledges, which I had to put back in phpMyAdmin, to much strife. Yes that’s right, I ended up as a bog-standard member on bbPress and a Subscriber on WordPress. It was NOT fun.
I really want to fix this as this is all that stands between me and a fully integrated WP/BBP. Thanks in advacne
Topic: How to edit CSS of forum?
So what I did was take my original WordPress template and put it in the templates folder and it gave me this:
http://vistarewired.com/test2/wp-content/bbpress/
This is what I want except I want to center it, add some grey boxes behind it and that is pretty much it. How do I do this? Because I’m using the same CSS I used for my original blog template which is at http://vistarewired.com
Howdy,
WordPress 2.3.3
bbPress latest from yesterday
Wordpress Integration
I’ve created a very simple wordpress plugin to attempt to allow wordpress posts and comments to also be put in a bbPress forum.
When I make a post and my plugin attempts to:
require_once(dirname(__FILE__) . '/../../bbpress/bb-load.php');
I get a blank page, and the post/comment does not get sent to bbpress. I’ve have traced this to the point where bb-settings.php calls this line:
require( BBPATH . BBINC . 'template-functions.php');
but no matter what I put in template-functions.php (even writing to a file), I get the blank page.
I’ve checked all my error logs, and there are no errors being logged, not even a 500 error. I’m at my wits end, and late on this project, please help.
Thanks,
Christopher
Topic: Trunk 0.9 Install Error
Hi when i try to install the 0.9 Trunk this error comes up
Warning: require_once(/var/www/web112/html/testeite/forum/bb-includes/backpress/functions.plugin-api.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web112/html/testeite/forum/bb-admin/install.php on line 17
Fatal error: require_once() [function.require]: Failed opening required ‘/var/www/web112/html/testeite/forum/bb-includes/backpress/functions.plugin-api.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/web112/html/testeite/forum/bb-admin/install.php on line 17
I was checking my Google sitemap stats and saw this recently for my bbPress sitemap:
URLs not followed
When we tested a sample of the URLs from your
Sitemap, we found that some URLs were not accessible
to Googlebot because they contained too many redirects.
Please change the URLs in your Sitemap that redirect
and replace them with the destination URL (the redirect
target). All valid URLs will still be submitted.
Further reading led to this:
http://www.google.com/support/webmasters/bin/answer.py?answer=48551&hl=en
So my questions are:
1. What is the reason this is a 302 header (temporary redirect) vs a 301 header (permanent redirect)?
2. Can it be changed in the code or with a plugin to generate a 301 header so Google will follow the URLs?
3. If this is not possible, what would the proper permanent URL be for a tag URL like http://www.example.com/forum/tags.php?tag%3Dghosts
BTW, I am using the Sitemap plugin for bbPress by Richard Boakes. http://boakes.org/talk/topic/31
I can modify that to write the proper permanent URLs to the sitemap if that’s the easiest way to go about it. Or, maybe tags URLs should not even be in the sitemap (they are just pointers to content that exists elsewhere anyway.)
Thanks.
I am running the latest build (as of now) of 0.9 bbPress and WP 2.5 Beta (yesterday’s build).
They (so far) seem to play together really well (great job on the out-of-the-box integration to you bbPress guys!).
I have a question. Is it possible to make a post in WordPress and somehow have it added to a forum in bbPress and comments added to that post in WP added to the topic in bbPress too?
How would one go about achieving this?
Thanks,
Garry
Hi, I’ve installed the 0.8.3.1 version into the wordpress v2.3.2 directory.
I tried to localise bbpress in french using the fr_FR.mo found in http://www.adilade.fr/blog/41/bbpress-traduction-francaise.html#comment-281
But when I add the french mo file in bbpress/bb-includes/languages, and the line
define(‘BBLANG’, ‘fr_FR’);
into config.php file
I’ve the Fatal error: Cannot redeclare class cachedfilereader in E:wampwwwhyporecrs_next2bbpressbb-includesstreams.php on line 163
After many hours of research and tests, the problem seems to be due that there is a confict between wordpress fr mo file and the bbpress one.
Note that to use the header and the footer from wordpress in bbpress, I’ve added:
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
into the config.php file
(the bbpress template could then use get_header(); and get_footer(); of wordpress which is very convenient)
Please how can I solve this issue ?
thanks in advance
Topic: Beta Problem
First off all – I’m sorry if I m posting in the wrong place.
I have just uploaded the latest nightly build of 0.9. I have configured bb-config.php but when I visit bb-admin/install.php I get this error
‘Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 365
Warning: require(/home/.omaha/gkp99/www.cocoadummy.co/forums/bb-includes/backpress/functions.core.php) [function.require]: failed to open stream: No such file or directory in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 74
Fatal error: require() [function.require]: Failed opening required ‘/home/.omaha/gkp99/www.cocoadummy.co/forums/bb-includes/backpress/functions.core.php’ (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/.omaha/gkp99/www.cocoadummy.co/forums/bb-settings.php on line 74′
I am using the same database as for a new install of WP 2.5 (latest build as of now).
Not sure what I’ve done wrong – any ideas? It looks like it’s calling a file called functions.core.php that doesn’t exist.
Garry,