Search Results for 'test'
-
Search Results
-
Topic: [1.0 Trunk 1813] bug report
lastest commit issues
Fatal error: Call to undefined function number_format_i18n() in /foo/bar/bbpress/bb-includes/functions.bb-core.php on line 231
see : http://luc.saint-elie.com/bbpress/
Luc
Topic: Blockquotes are broken
It seems blockquotes are broken on this board.
<blockquote>Test</blockquote>
gives:
Test
Topic: User Roles Issue
I’m working a new version of my site, and I’m working in BBpress. I tried the latest stable version, but since I was already using WordPress 2.6.3, things didn’t quite work right. So I switched up to BBpress 1.0 Alpha 2, and things mostly work right.
However, I’m still facing a couple problems. Most importantly, the User Roles map doesn’t actually map users to the appropriate setting. It doesn’t map them at all, in fact. My admin blog users are still listed as just regular members on the boards. Does anyone know why that may be? I also can’t appear to edit the users to add the settings manually. The Software points me to “/profile/user/edit”, which doesn’t actually exist, apparently.
I realize that this is an Alpha version, which is fine, since the site isn’t live yet anyway. But I’d really like to figure out why users aren’t being correctly mapped. I entered all the settings correctly to my knowledge. Except the “WordPress “secure auth” cookie salt ” setting, which I didn’t appear to have. So I left that blank.
Any help would be appreciated, so I can start working on theme work for my site. Thanks!
Another WP integration/bbSync question: I’ve read everything written here and now have a working test blog/forum setup (2.5.1 & .902) waiting to be ported to the main site.
Bar one issue: using bbSync, I can get WP comments showing in the forum without difficulty, but replies in the forum are not porting back into the WP comments.
Am I overlooking a way of getting the forum posts to port back to the WP pages?
If this is not easily possible, might there be an alternative, like for example using Simplepie to parse the feed from the thread and re-include it back into the WP page, or even an include or Ajax load; perhaps not perfect…
I don’t need user sharing as there are no WP users; trying for an anonymous friendly integrated forum/comments system. It’s just getting those replies back onto the WP side…
I’ve done some searching and not found anything related to this, so I appologize if someone elses google-fu is stronger than me.
I could use some help on this problem.
I have installed “complex” integration between bbPress (0.9) and WPMU (2.6) — yes, I have authentication working because I have custom auth plugins… that’s not my issue.
The problem I am running into is that IF I include wordpress then I’m getting extra attribute escapes on new posts and edit posts in bbPress.
So if I post a topic with a title of “test” it will end up posting as “test” if I’m just running bbPress (that’s good), but if I have wordpress loaded at the same time, I get \”test\”. And the resulting post displays in the forums.
Has anyone else ever seen this before?
At the risk of looking like a double whammy in regards to the non nesting iterations of our outputted code, just using TRs with different classes, i’ve hit across another wee issue – but this time i’m sure there’s a simple solution I just can’t see the relavent code.
I want to be able to know if a forum has children or not, or more specifically when we move up or down a level in the “xPath” iteration.
I’m using a method of using $GLOBALS->forum_parent but what this currently requires me doing is testing to see if the forum has a parent that is not a category, then checking to see if the parent is the same as the previous forums parent, and then output relavent code to nest the forum in an actual parent child format:
Category
– Forum
– Forum
– – Forum
– – Forum
– Forum
This obviously creates havok and rather messy code for the closing of the nestings.
I realise that for small websites this will look like a formatting issue, but once you reach more than 2 levels in a parent child relationship, the ability to control nested relationships makes a huge difference.
Thanks for the help folks
EDIT:
Ok, i think i’ve found half the solution to the issue, and maybe i can phrase the question better now in BBterms…
I want to know, via PHP, before any code has been sent to the browser for the forum, if it is a FIRST CHILD or a LAST CHILD.
Now obviously, BBpress knows this because it’s outputting bb-last-child bb-first-child css, but how can I access these settings on the front-page.php ?
Thanks alot for all the help
Hello, I have this code (which comes from another support thread here) on my front-page.php:
<table id=”highest”>
<?php $top_topics = bb_top_topics(); ?>
<?php foreach ( $top_topics as $topic ) : ?> // line 70
<tr<?php topic_class(); ?>>
</td>
<td class=”num”><div class=”rating-holder”><?php bb_rating();?>
<span class=”count”><?php bb_rating_count(); ?>
</span>
</div>
</td></tr>
<?php endforeach; ?>
</table>
And under it the code for latest topics.
It gives me this error:
Warning: Invalid argument supplied for foreach() in /home/home1/novapojistovna_cz/public_html/www/bbpress/bb-templates/kakumei/front-page.php on line 70
Can anybody help, please. Don’t quite understand what is wrong
Thanks
Hi all!
I run wordpress 2.6 at phonereport.info. I tried installing bbPress 1.0 Alpha so that it could integrate with WordPress, but just as I concluded the installation successfully, I get the following error:
‘Parse error: syntax error, unexpected T_STRING in /home/nokisat7/public_html/phonereport.info/test/bbpress/bb-config.php on line 20’
Line 20 is the following:
‘// the value of their equivalent keys in the WordPress file wp-config.php’
Here is the installation log, I changed the password:
‘Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: nokisat7_bbpress (localhost)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_terms
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_relationships
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_taxonomy
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://phonereport.info/
>>> Blog address (URL): http://phonereport.info/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
>>> User database name: nokisat7_wrdp9
>>> User database user: nokisat7_forum
>>> User database password: something
>>> User database host: localhost
>>> User database character set: utf8
Step 3 – Site settings
>>> Site name: PhoneReport test forum
>>> Site address (URL): http://phonereport.info/test/bbpress/
>>> From email address: only.meraj@merajnet.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: only.meraj@merajnet.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum name: PhoneReport test forum
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Key master email sent
Installation complete!’
Please let me know what else you wish to have.
There are two different databases: one for the wordpress installation, the other for bbpress.
Thank you in advance, and keep up the good work!
Topic: reCAPTCHA for bbPress
I wrote a plugin to add reCAPTCHA to user registration page. (It’s inspired by _ck_’s Human Test.)
I’ve submitted request to add it to the plugin repository, however 1) the submission form didn’t have any feedback, so I ended up with two identical requests, 2) I didn’t realize you have to put the whole readme.txt to description field of this form. Could someone fix this, and write at least a few sentences describing the submission process?
Anyway, you can download it from http://www.codingrobots.com/files/bb-recaptcha.zip
IMPORTANT: You must get an API key from the reCAPTCHA project to use it. See readme.txt.
Tested under 1.0-alpha1, may not work with previous versions on some PHP deployments.
See how it works here: http://forum.codingrobots.com/register.php
Comments and code review are welcome!