Search Results for 'bbpress'
-
Search Results
-
Topic: color attribute
I’ve written a WYSIWYG plugin for my BBPress install. It replaces the standard textarea with the TinyMCE WYSIWYG editor based on an option in the user profile.
I’ve incorporated code from Michael D Adams’ ‘Allow Images’ plugin and extended it a little to include paragraph <p> tags and <span> tags.
Everything is working fine, except for one issue that is driving me mad.
When a span with color set in it’s style attribute set, the color: gets stripped out. For example <span style=”color: #ff0000;”> becomes <span style=””>.
I can’t figure this out for the life of me! Other CSS attributes are fine, for example text-align:, background-color:, text-decoration: all work fine.
I’ve tried the following two bits of code with no success:
1. $tags = array(‘style’ => array());
2. $tags = array(‘style’ => array(‘color’ => array()));
Does anyone know if there is a way I can modify this behavior?
This is my first attempt at a plugin, so apologies if I’m missing something obvious here!
Thanks,
Rick
I am resurrecting this, since I saw a couple threads talking about it that – while marked as resolved – didn’t actually resolve the problem!
The bbPress login form does NOT work with IE6. Not even on this forum.
More specifically — you cannot enter text into the form; only submit the (empty) input values. Before I go ahead and completely rewrite this bit of code, is there a known fix?
Topic: Database error
When trying to post I get this message:
bbPress database error: [Unknown column ‘post_title’ in ‘field list’]
UPDATE bb_posts SET post_title=’Testy mctest test’ WHERE post_id=’11
I am using the wordpress database (different prefix for bb stuff) but there doesn’t seem to be a post_title column, here’s the output from mysql:
mysql> describe bb_posts;
+
+
+
+
+
+
+| Field | Type | Null | Key | Default | Extra |
+
+
+
+
+
+
+| post_id | bigint(20) | NO | PRI | NULL | auto_increment |
| forum_id | int(10) | NO | | 1 | |
| topic_id | bigint(20) | NO | MUL | 1 | |
| poster_id | int(10) | NO | MUL | 0 | |
| post_text | text | NO | MUL | | |
| post_time | datetime | NO | MUL | 0000-00-00 00:00:00 | |
| poster_ip | varchar(15) | NO | | | |
| post_status | tinyint(1) | NO | | 0 | |
| post_position | bigint(20) | NO | | 0 | |
+
+
+
+
+
+
+9 rows in set (0.00 sec)
I have looked around, but can’t seem to find anything about it on here. The forum/topic actually shows up when I go back to the page, but this is rather inconvenient. Thanks to anyone willing to help out with this.
WP version = 2.51
MySQL version = Server version: 5.0.45-Debian_1ubuntu3.3-log Debian etch distribution
bbPress version = latest (just got it 3 or 4 days ago) so 0.9.0.2
Thanks,
-Scott.
Does anyone know why Thomas Klaiber’s Simple Online list ( http://thomasklaiber.com/bbpress/simple-onlinelist/ ) won’t work with 0.9.0.2 / 2.5.1 ? Are there any other alternatives, apart from _ck_’s unreleased one I’ve seen mention of?
Thanks,
Topic: Order of Sticky topics
Hi all,
This is my first post and I love bbpress already.
Having spend 2 days trying to figure out permissions and groups etc. in phpbb and feeling like a complete idiot, I found bbpress and well I’m here to stay.
Anyways my question is:
can one re-order sticky topics on a forum like you can with main forum titles?
Topic: Check out our new skin
Hello my friend just finished our bbpress theme at iPhoneFan.com
Please check it out as we are very proud of it
Unfortunately, it doesn’t work quite well on IE6
Topic: User Based Capabilities
Hi,
Is it possible to give user based capabilities with bbPress?
Topic: Official themes repository
At first – I know the excellent _ck_ ‘s bbpress showcase. Good work, man!
But should have bbpress.org/themes just like bbpress.org/plugins . After 1.0 RC may be.
Hello there, my name is Charles, and just yesterday one of my sittes got banned for my hosting company because of copywrite infrigement, and its true that bbpress doesnt come with a disclaimer to tell the people what to do, and what to do not
… so: what if we create one?
hi, I wanna inset bbpress into my wordpress just like what bbpress.org website does. Is there any clue? Thanks!
I’ve recently upgraded my WP to 2.5.1, and the integration with BBpress 0.8.2 (via bbPress Integration 0.74 by Michael Adams) has broken the login on the BBpress side for the admin/keymaster account. It doesn’t help that my server won’t send emails, so I can’t set the password because I never get the registration email (weirdly it never change the WordPress admin login. Should it?).
Anyway, my question is this – how can I manually reset the password for the admin account, or re-create the link between admin (WP) and keymaster (bb)? Is it possible, without going through the link that auto-generates a password?
Also, if I de-activate the integration plugin (on WP and bb) and upgrade bbPress to 0.9.0.2, can I force a new password for the bb keymaster account? There doesn’t seem to be a table for bb_users, and I don’t want to mess with the WP admin account.
Without a keymaster account, can I even upgrade?
Thanks,
I’m integrateing bbpress with WP, I use require_once(path/to/wp-blog-header.php) in bb-config.php file
the path I use is physical path, such as d:hostingmemberid….
does it make sense? but when I run bbpress, there is nothing happen or nothing changed
Topic: bbpress redirection issue
I integrate bbpress with WP successfully, but after I move the bbpress subfodler into WP subfolder, when I browse the new url of bbpress, it redirects me to the original.
I think it’s related to config file, but not sure how to fix it
Yes, yes, newbie, here. Sorry about that before anyone bumps me or deletes me for duping or just raises their eyebrows and walks swiftly on. I have used google and other searches frequently. But I still can’t work out this database name, database user and password issue. I have copied the unzipped files into website.com/htdocs/blog1 where NetworkSolutions put WordPress for me. So now BBpress sits at the same level as WordPress. Is that right?
Now I have copied the values from the WP_config file (did it make those up on install?) but I still get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m surprised these bear no relation to my actual WordPress password and user name.
I haven’t changed any settings from WordPress since I installed it. Is there a permissions issue?
Thanks (please)
Michael