https://wordpress.org/support/forum/2
ASCII 39 is an apostrophe though. Maybe on line 1706 there is an apostrophe rather than a single quote?
i shall wait until then to try bbpress.
i’ve also posted at WP about integration of bbpress w/ WP 2.6:
https://wordpress.org/support/topic/191512#post-813236
There’s a great redirection plugin I use with wordpress to fix that issue. Maybe if this became a feature a plugin could be created to fix the old links indexed in the search engines.
Thank you,
Gio
783349Inactive
I am very new to this, I hope someone can help me.
I had wp 2.5 installed from fantasico or what ever it is called from Cpanel. any way every thing was fine. I tried to upgrade to 2.6. I followed the instructions. backed up the files then deleted all the files and folder that I was told to delete and kept wp-contents, wp-config.php and htaccess.
I downloaded 2.6 to my computer, unzipped it. Using fillezilla I transfered the files over. Now this is what is said when you go to my site. (I havnt published my main site being http://www.mgjewellery.com.au the the internet yet) my site is http://www.mgjewellery.com.au/wordpress
Warning: Unexpected character in input: ”’ (ASCII=39) state=1 in /home/mgjewell/public_html/wordpress/wp-includes/functions.php on line 1706
Parse error: syntax error, unexpected T_STRING in /home/mgjewell/public_html/wordpress/wp-includes/functions.php on line 1706
Can someone, anyone please help me urgently.I need very basic instructions. Thank you so much for reading
Here is a screenshot of my iGoogle page with the bbPress.org Recent Posts feed right at the top/center. Your post is visible there
All the items on this page are RSS feeds.
http://www.chrishajer.com/bbpress/iGoogle.png
hmm – have to think about that one
chris, there are two parts to the key, you can’t define the other part via the bb-config.php
actually – have you tried completely clearing your cookies? Even with a mismatched key you should be able to login, just not sync with wordpress. The cookies might be scrambled until you clear them.
You need a feed reader, that’s all. With FireFox, when you click on the RSS icon, while viewing a topic page, I think it asks “subscribe to topic” and if you want to use “live bookmarks” which are RSS feeds built in to Firefox (this is probably different between FF2 and FF3.)
If you are seeing code, then the browser you are using is not equipped to handle RSS feeds.
Google Reader is one RSS feed reader:
http://www.google.com/reader/
The Google Personalize Home Page allows you to add RSS feeds right there too. I follow a lot of support forums that way. Just click “Add Stuff” then skip all the pretty icons and find the text “Add feed or gadget” which used to be called “Add by url” or something.
http://www.google.com/ig/
You just need a feed reader and I think everything will be fine.
energymv, there’s no real answer right now – I know it won’t happen in July and my educated guess is it’s not likely to be August. So for those that insist on a date, think September.
Sam has indicated he’s not inclined to release another version of 0.9 that changes to the 2.6 cookies, so maybe by late August there will be an early version of 1.0 beta that will be usable.
ps. sometimes Sam and MDA have been known to suddenly set a deadline and get cranking on code/bugfixes so don’t be surprised if they prove me wrong and magically churn out a new version in a few weeks – I’m just saying they have quite a bit of things to do before it’s ready…
783210Inactive
Hi,
I entered the wrong Secret value when installing BBPress. Now when I go to BBPress Settings > WordPress Integration and try to change it, it logs me out of BBPress. The value obviously does not get updated. This only hapens if I try to change the Secret field.
How do I update the field as WP integration will not work otherwise? I don’t have direct access to the database, no PHPmyadmin option. My client is using PLESK.
Thanks!
This is very dumb of me, but I can’t find anywhere under the bonnet to register New Posts RSS feed with Feedburner (it’s a while since I set up my WordPress blog, but I seem to recall in WordPress, there is a place to do this).
I guess I go to Feedburner to register, then? Once I’ve done this, does this mean that every post will be notified to anyone who signs up for the feed?
hi i want to install bbpress for the 1st time. i have WP 2.6.
when might bbpress update be available for integration with WP 2.6?
I’m using the name based permalinks. After renaming a forum title the slug or permalink did not change. Is there a rebuild permalink feature similar to wordpress?
Thanks,
Gio
781658Inactive
Hi sorry for the bump, My bbpress is not integrated with wordpress, and the rewrite for profile edit “/profile/username/edit?q=” doesn’t seems to work, while the other works fine.. any suggestion for my problem? thx//
is there an ETA on a version of bbpress that will work with wordpress 2.6?
thanks!
david
bbPress 1.0 is always incompatible with WordPress 2.6 at this moment?
Hum, a Matt’s intervention is needed, no?
bye
1. Please post a link to your forum so we can take a look.
2. No styling usually means the path to the stylesheet is wrong. You can look in the source of the HTML to see that.
3. Redirecting is probably because you have true
or slugs
for your permalinks setting, but you haven’t set up permalinks yet. You can set the permalinks to false
to get the forum working right now, then take the next step and make permalinks work.
https://bbpress.org/documentation/faq/#pretty-permalinks
Either that, or the stylesheet is really not there at the URL you tried, and WordPress is intercepting that and sending you to 404 page.
Has anyone actually tried downgrading? I’ll admit I’m a little hesitant to downgrade from 2.6 to 2.5.1 for fear of running into even more problems. Are there any major database changes between the 2 versions that would cause any issues? I may give it a shot later today and post the results.
Edit: Just read the link above, apparently it’s safe to do.
You shouldn’t be installing bbPress in the WordPress plugin folder.
It’s not a plugin.
Hello,
i want to add at bbPress the 100% width in admin, like this plugin for wordpress:
So, the code is:
add_filter('tiny_mce_before_init', 'rmw_tinymce');
function rmw_tinymce($init){
$init = true;
return $init;
}
add_action(‘admin_head’,’rmw_head’,99); //Hook late after all css has been done
function rmw_head(){
global $is_IE; ?>
<style type=”text/css” media=”all”>
.wrap,
.updated,
.error,
.widefat,
#the-comment-list td.comment {
max-width: none !important;
}
<?php if( $is_IE ){ ?>
* html #wpbody {
_width: 99.9% !important;
}
<?php } ?>
</style>
<?php } ?>
but not works for bbPress… what can i do for the plugin works?
bye
Are the files actually installed in the WordPress plugin folder, or in a folder called forums now, located beside or or below the root WordPress folder?
I suggest anyone trying to integrate bbPress with WordPress should read the sticky at the top of the forum.
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
It’s in there, very first post.