bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Admin Can Post Anything (0.05)

Download

Version: 0.05

Last Updated: 2007-8-8

Requires bbPress Version: 0.8 or higher

Compatible up to: 0.8.2.1

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2)

Your Rating

Author: _ck_

With this plugin, keymaster/administrators may include any markup in their posts.
All checks are removed for content - autop still runs after post for formatting. For example, you could post youtube embed code without bbPress stripping it.

Version 0.04+ includes untested code to allow compatibility with the "allow images" plugin. It's safe to remove "allow image" filters because this only happens if admin are trying to post.


  1. anducampu

    Inactive

    How exactly does this plugin work? I activated and when i post anything, all the code appears in the post. Which means the tags are converted somehow.

    Posted: 1 year ago #
  2. Please try version 0.05 and see if that changes anything for you.
    You must be logged into your forum as a keymaster or administrator.

    Posted: 1 year ago #
  3. IzzyPop

    Inactive

    When trying to post content from panjea.com I get a

    "cannot modify header information" error

    bbpress 0.8.2.1
    no other plugs running

    Any advice?

    Posted: 1 year ago #
  4. I have the same problem as anducampu, I'm using the version 0.05 and still can't put embed youtube video to the post.

    Posted: 1 year ago #
  5. I just played around with this again and adding the following works perfect for me:

    <object width="425" height="350">
    <param name="movie" value="http://www.youtube.com/v/7XquB6881tk"></param>
    <param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/7XquB6881tk" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

    Trent

    Posted: 1 year ago #
  6. ajg

    Inactive

    I must be missing something but I can not get this plugin working.
    I use standard img tags <IMG src="http://blaa.blaa.bb/blaa.jpg" align="left" border="0">

    No errors, nothing... img tags are displayed as text.

    Do I need to edit some other files to get it working?
    bbpress has no plugin activation, so what is the meaning of :

    Add the admin-can-post-anything.php file to bbPress' my-plugins/ directory. Activate .

    I use bbpress 0.8.2.1.

    Posted: 1 year ago #
  7. ajg

    Inactive

    Looks like I had a different problem. My user admin was no longer a keymaster.

    Thanx for the plugin!

    Posted: 1 year ago #
  8. The only problem I have is with single quotes.....anything with single quotes around it will make this plugin cough out errors and not add the entry. I am using the 0.5 version. Any ideas?

    Posted: 1 year ago #
  9. I get exactly the same problem with the single quotes as Trent. Any update on this is greatfully appreciated. Is there a way to add javascript code to a post without this plugin?

    Posted: 1 year ago #
  10. I get the single-quote error too. I think simply changing all single quotes to &apos;.

    Posted: 1 year ago #
  11. Add the following code to get the single-quote error fixed. It works for me.
    $text = str_replace("'", "&apos;", $text);

    Posted: 1 year ago #
  12. I love this plugin. I use it a lot to help my members encode youtube videos and other things they want to post into topics.

    My problem with it is:

    I can't post normally without getting a MySql syntax error. This will eat my post, report an error, and show that there's a new post by me.

    In order to post normally (nothing special, just words) I have to go an turn off the plugin.
    Then I can post fine.

    Seems a little strange.

    Has anyone else had this trouble with this plugin?

    Posted: 10 months ago #
  13. I intend to revisit this plugin and try to make it work better. Please remind me if I forget...

    Posted: 4 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.