Is there a way to change the font of the Hot Tags? I’d like to make them all the same size.
How do I change font of Hot Tags?
Published on December 15th, 2008 byBBpress plugin can work on WordPress?
Published on December 15th, 2008 byI justed upload bb-rating folder to wordpress site, WordPress Plugin can activated.
But I don’t know how to use it or the plugin can’t working.
PLEASE Create 2 Versions of bbpress!
Published on December 15th, 2008 byI LOVE bbpress…..
I LOVE wordpress…..
but…
I am really disappointed that bbpress integration with wordpress was broken at wordpress version 2.6 and has yet to be put back into bbpress.
In fact, bbpress intigration with wordpress wont be back until bbpress version 1.0 which is not due for some time.
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
on one of my websites:
http://lifelightcam.com/bbpress/
i currently run the 1.0-alpha, because i need wordpress 2.7.
I don’t know about everyone else, but I am extremely disappointed that wordpress and bbpress are from the same company (Automattic), but they are not joined at the hip like I thought, they are more like completely independent and might as well not be made from the same company.
bbpress is an excellent product on its own, but the integration with wordpress is simply embarrassing.
So, this what I think should be done:
Create 2 versions of bbpress.
1) a standalone version already in existance
2) a wordpress plugin (installed from within wordpress) that has the same functionality as bbpress. The bbpress admin would reside within wordpress itself. This would make bbpress instantly integrated with wordpress.
Having 2 versions would increase the number of users of bbpress and make it a lot easier and simpler for non-technical users to integrate bbpress with wordpress.
Please consider this. If you have any questions, please feel free to ask.
peace
Here’s how to strip bad markup instead of encoding it
Published on December 15th, 2008 by _ck_On some forums you might want to remove bad html markup that’s not allowed instead of encoding it into text. Here’s a mini-plugin to do just that. It also converts <b> into <strong> and <i> into <em>
It only runs when posts are saved instead of each time they are displayed to keep things at full speed. Posts by Moderators and Administrators are not stripped.
(note: for now it doesn’t obey backticks and will strip inside them)
<?php
/*
Plugin Name: Strip Bad Markup
Plugin URI: https://bbpress.org/plugins/topic/
Description: removes tags that are not allowed in posts instead of encoding them
Author: _ck_
Author URI: http://bbShowcase.org
Version: 0.0.1
*/
add_filter('pre_post', 'strip_bad_markup',9);
function strip_bad_markup($text) {
if (!bb_current_user_can('moderate')) {
$tags=bb_allowed_tags(); $tags['br']=true; $tags['p']=true; $tags = implode('|',array_keys($tags));
$text=preg_replace(array("/<(/)?b>/si","/<(/)?i>/si"),array("<$1strong>","<$1em>"),$text);
$text=preg_replace("/</?(?!($tags)).*?>/sim","", $text);
}
return $text;
}
?>
adding scripts to header
Published on December 14th, 2008 byhello,
i’ve tried to add ** to /mytheme/header.php ( inside the head tags of course) –
**
<script type=”text/javascript” src=”js/jquery.js”></script>
<script type=”text/javascript” src=”js/jquery.accordion.js”></script>
<script type=”text/javascript” src=”js/jquerycustom.js”></script>
but it does’nt work so far, is there a special bbpress rule for 3rd party scripts?
it works as standalone version, but the integration in bbpress fails big time.
thanks.
bbpress returning 404s from wp_remote_get() in wpmu
Published on December 14th, 2008 by Burt AdsitHowdy. I’ve got a buddypress, mu and bbpress site. buddypress is trying to access some forums in bbpress thru xmlrpc. Essentially sambauer’s bbpress_live widget is being used. My problem is that the connection between buddypress and bbpress is failing for some reason unknown to me.
Here’s the sequence of things going on.
buddypress wants to do some stuff in the bbpress forums so a bbpress_Live_Fetch obj is instantiated and the constructor is called. The constructor, since it’s purpose is to fetch something, tries to setup a connection between buddypress and bbpress through one of it’s member functions set_endpoint().
With me so far? We haven’t gotten to the problem yet.
set_endpoint() makes a call to a function in /wp-content/comment.php called discover_pingback_server_uri(). That function’s purpose is to do exotic stuff finding a ‘pingback server uri’ for the passed uri.
I don’t know what that is and don’t really care. I do care that the workhorse part of that function is actually a call to a new 2.7 function that goes out and GETs what is located at the url in question. When it GETs the goop back from that url, it parses it and returns a ping back server uri.
However, the function that it uses to GET goop from the passed url always returns 404 when looking for my bbpress url. It does exist.
The function wp_remote_get() when passed a valid url for bbpress such as ‘http://myfavsite.org/bbpress/’ returns 404.
Here’s the maddening part. It works on a windows development server but not on the live linux server. Same code, same .htaccess files, essentially the same httpd.conf file.
Why would wp_remote_get() return 404 for a valid url? wp_remote_get() and it’s brethren seem to be new in mu 2.7.
wpmu 2.7 r1574 is what I got runnin’
Installation Complete…BUT…Forum “Page Not Found”
Published on December 14th, 2008 byOkay, so here’s how the story goes…
I downloaded bbPress 1.0-alpha3 because I’m using WordPress 2.6.3…however I’m not sure if that even matters since I don’t really want to integrate the two.
I removed all the installation files from the bbpress folder, and placed them into my /forums directory. I did this because I wanted my forums to be in www.beardownarizona.com/forums, not beardownarizona.com/forums/bbpress.
Once all the files were installed via FTP into my /forums directory, I went to the site and proceeded with the installation. The first screen said “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress. ” so I continued and put in my database name, username, password, along with my host.
When I hit “save database configuration” I got a ridiculously long error message:
Warning: fopen(
Hosting3362703htmlforums/bb-config.php) [function.fopen]: failed to open stream: Permission denied in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1019
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fwrite(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025
Warning: fclose(): supplied argument is not a valid stream resource in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1031
Warning: chmod() [function.chmod]: No such file or directory in
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1033
Warning: Cannot modify header information - headers already sent by (output started at
Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php:1025) in
Hosting3362703htmlforumsbb-includesfunctions.bb-core.php on line 842
So instead of hassling with that, I created my own bb-config.php file, and uploaded it to the /forums directory. This allowed me to complete the entire installation. However it had one minor error, which said “Key master email not sent!” The installation log is below:
`Referrer is OK, beginning installation…
Step 1 – Creating database tables
>>> Modifying database: beardownforum (beardownforum.db.3362703.hostedresource.com)
>>>>>> 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
>>>>>> Table: bb_users
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_usermeta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> Integration not enabled
Step 3 – Site settings
>>> Site name: Bear Down Arizona Forums
>>> Site address (URL): http://www.beardownarizona.com/forums/
>>> From email address: brad@beardownarizona.com
>>> Key master created
>>>>>> Username: beardownarizona
>>>>>> Email address: brad@beardownarizona.com
>>>>>> Password: (password removed)
>>> Description: Just another bbPress community
>>> Forum name: Bear Down Forums
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Key master email not sent!
There were some errors encountered during installation!’
Now when I go to my forums page at www.beardownarizona.com/forums, I get a “page not found” error. I’ve double checked my installation files, and they are all there, so I don’t think I’m missing any files…
I’m just at a complete loss for how to proceed. I just want to install the forums on the page, I’m not worried about integration or anything like that, since I don’t really have “users” on my main site. The forums are going to be used for that purpose.
If it makes a difference, I’m using godaddy as my host…If you have any ideas for how I can fix this, please let me know!!
Thanks!
bbPress 1.0-alpha-4 released
Published on December 14th, 2008 by Sam BauersA bug fix release of the 1.0 alpha series is now available from the download page.
Should fix issues that people had with integrated cookies with WordPress in 1.0-alpha-3 without reverting any new features in it.
We are edging towards a complete WordPress integration solution and to aid setup on the WordPress side I’ve created a new plugin, using it will fix the problem that people have experienced where they login via WordPress an have no access to the bbPress admin area. https://wordpress.org/extend/plugins/bbpress-integration/
The plugin is available through the WordPress plugin site and so is also installable via the built-in WordPress 2.7 plugin installer.
Also, WordPress users without a role will now receive one by simply visiting the bbPress site with a valid WordPress cookie set. Previously the user had to login to bbPress for this to occur.
Can/How Do I Change Permalink Slugs?
Published on December 14th, 2008 by Seans0nI want to change the slug of a topic. I.e. change the URL http://www.seanbluestone.com/forums/topic/wordpress-link-directory-pro to http://www.seanbluestone.com/forums/topic/wordpress-link-directory.
I read a couple of other topics on the forums here that seem to suggest that this is already possible, though perhaps I’m reading more into it than is the case. If so, how is this possible? It should be known that I’m using the pretty permalinks via the alternative /bb-admin/rewrite-rules.php option.
P.S. I’m aware that you can alter the slug via phpMyAdmin and failing a resolution here I’ll do that, but I’m wondering if there’s a method to do so without logging into phpMyAdmin?
Cheers – Sean
P.S. I seem to have posted this in the installation forum rather than the Troubleshooting forum where it would be better placed. To any admins – feel free to move it there.
No topics shows up after installation
Published on December 13th, 2008 by JesperAHi!
I´ve just tested out the bbPress 1.0 and i´ve got a weird problem, the topic is not showing up, i can add and delete forums but if i start a new thread in a forum it doesnt show up.
When i post a new thread i got the message: “This topic has been closed” but the “Topics” counter adds the thread so it is created.
The forum: http://www.speedrevision.se/forum/
Any suggestions?