Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 19,601 through 19,625 (of 32,499 total)
  • Author
    Search Results
  • #94636

    Rich Pedley: [note to mods: above post is spam]

    mr_pelle: […] mods? Do we have mods for real, here? [/sarcasm] -_-“

    Rich Pedley: nope, but I live in hope. Though JJJ is one ;)

    We do have 1 moderator that I know of, and that’s _ck_ although we don’t see her round here very often anymore (I don’t think she likes the idea behind the plugin?!) =/

    I’d be happy to help in removing SPAM and such, you’ll always have the odd one get through Akismet, and you’ll get some of the legit posts getting caught! — But that’s one thing I’ve not seen for bbPress, a ”Report Spam” button? ;)

    #94634
    DeysonOrtiz
    Participant

    Nothing.

    I also de-activated all of the plug-ins to be sure, but the bbpress plugin does not show up.

    I am stumped. :)

    #94632
    DeysonOrtiz
    Participant

    Hello again :)

    Well I downloaded the zip file from here the third try with no success:

    https://trac.bbpress.org/browser/branches/plugin#bbp-themes/bbp-default

    I unzipped the branches folder, I then renamed the ‘plugin’ folder to ‘bbpress’ and then uploaded the ‘bbpress’ folder to the wp-content/plugins folder and still nothing shows up in the plug-in admin :(

    Here is the link to the test site, where I want to add the bbpress forum to:

    http://motion-master-templates.com/test/

    I had buddypress running before, but I deactivated all the associated buddpress plug-ins prior to uploading bbpress.

    I would really like to start playing with bbpress :)

    Thank you.

    #94631
    Rich Pedley
    Member

    nope, but I live in hope. Though JJJ is one ;)

    #78902
    anmari
    Participant

    For the info of anyone chancing up on this.

    wrt The plugin that justin mentions above. After integrating bbpress and wp 3.0.1, i had my existing members showing up in bbpress as inactive. Not: inactive (no role)

    I changed the plugin as follows: – added the else line

    function inactive_to_member() {

    $userID = bb_get_current_user_info( 'id' );
    $user_obj = new BP_User( $userID );
    $user = bb_get_user( bb_get_user_id( $userID ) );
    if(empty($user->capabilities)) {
    $user_obj->set_role('member');
    }
    else if (is_array($user->capabilities) and ($user->capabilities['inactive'])) $user_obj->set_role('member');
    }
    add_action ('bb_head', 'inactive_to_member', 5, 0);

    #94625
    DeysonOrtiz
    Participant

    Yes Mark I see the bbpress.php file and every other file that I downloaded from here :

    https://trac.bbpress.org/browser/branches/plugin.

    Thank you :)

    #97753
    mr_pelle
    Participant

    Why can’t you just modify one of those plugins by a little in order to fit your needs? You’d save a lot of work! :)

    #102853
    mr_pelle
    Participant

    Why can’t you just modify one of those plugins by a little in order to fit your needs? You’d save a lot of work! :)

    #94624

    John James Jacoby: For people running into issues on Windows local installs, svn up and test the most recent trunk. The solution isn’t very pretty but appears to work on all server configs.

    I love this (ugly) solution, thanks for taking the time to do what you did, and if what Ryan Boren did in a particular change in WordPress helped too then grand! :) With this, you can tell Automattic made a good call adding you to the team (congratulations again!)

    Rich Pedley: Works OK for me, I never thought of just changing that portion (doh).

    You always think about it after you see the change made, I’m sure I’d been playing about with that at one stage but had nothing like the final ”solution” shows … least we’ve got JJJ to help us! ;)

    DeysonOrtiz: I dropped the ‘plugin’ folder into the wp-content/plugins folder and then changed the folder named ‘plugin’ to bbpress.

    By rights it should show up fine in either folder. So inside the /wp-content/plugins/bbpress/ directory do you see a bbpress.php file? Can you just double check all the files needed to run the bbPress Plugin have been uploaded! :)

    #36209
    Commentguerir
    Participant

    Hi,

    I need help to develope a plugin that notificat and send email to admin about who have post a message on forum (guest or member) :

    ########################################################################

    function admin_notification() {

    if (bb_is_user_logged_in()){$message_notification=”a membre have post a message”;}else{$message_notification=”a guest have post a message”;}

    $admin=”admin@exemple.com”;

    bb_mail($admin, “new post on your forum”, $message_notification);

    }

    add_action(‘bb_new_post’, ‘admin_notification’);

    ########################################################################

    But this code always send “a membre have post a message” even if a guest post …

    #94622
    DeysonOrtiz
    Participant

    Hello,

    It seems the plug-in does not show up in my Plugins-admin page.

    I dropped the ‘plugin’ folder into the wp-content/plugins folder and then changed the folder named ‘plugin’ to bbpress.

    Am I missing something

    I am really excited to see this work! :)

    Thank you.

    #97742
    Ownerer
    Member

    Please delete this post.

    All problems fixed after full reinstall.

    Sorry for space-wasting! :(

    #102842
    Ownerer
    Member

    Please delete this post.

    All problems fixed after full reinstall.

    Sorry for space-wasting! :(

    #36208
    Ownerer
    Member

    Hi all.

    Just set up a BBPress and WPMU integration. Finally got access to bb-admin files after a bit of tinkering around with the MySQL tables. I had to set a bb_capabilities value and set it Administrator, rather than the Keymaster I made etc. etc. I mention this only as it could be of relevance, I doubt it, but there we are!

    I can now login, set up forums, admin them, people can register on the WP site, login at the forums, it’s all going great. Or so I thought.

    When I go to the bb-admin pages, everytime, this hasn’t just started occuring, I get the following error messages:

    Warning: Division by zero in /home/unibbco/public_html/bbpress/bb-includes/functions.bb-statistics.php on line 214

    Warning: Division by zero in /home/unibbco/public_html/bbpress/bb-includes/functions.bb-statistics.php on line 194

    Warning: Division by zero in /home/unibbco/public_html/bbpress/bb-includes/functions.bb-statistics.php on line 174

    Warning: Division by zero in /home/unibbco/public_html/bbpress/bb-includes/functions.bb-statistics.php on line 244

    Any idea on why this is and how I can fix it?

    The forums have 3 users, no posts, only one forum.

    Thanks in advance for any assistance! :)

    #85215
    gadamiak
    Member

    We need to create a basic import plugin. — This I have done, it’s experimental and I’d like some more eyes on the code before calling it “done”

    I’ve looked for it but haven’t found it. I guess it hasn’t been published yet?

    I ask for help in making a single-use script to import topics and posts into existing BBPress installation.

    I need to import a legacy Q&A (hundreds of them) stored in a flat file. I need to handle fields missing in the source, which contains: Q poster, Q poster’s e-mail (optional), Q post date, Q content, A content. I want to import those and fill the missing fields with arbitrary values.

    I chose to use API to do the task, which is a right choice, what was pointed above. I converted the source file manually and imported it into a multi-dimensional array. Then I want to use functions bb_insert_topic and bb_insert_post in a simple loop:

    $topic_id = bb_insert_topic(array(...));

    bb_insert_post(array('topic_id' => $topic_id, ...);

    The problem is: I can create topics/posts only for current user. Any poster_ parameters passed to bb_insert_ are ignored. In other words, I can’t create anonymous topics/posts with poster credits I specify. I guess I’m missing a setting or constant?

    The PHP script is located in the root folder of BBPress. I do require('./bb-load.php'); and log in to my keymaster user in the browser. All of $bbdb, $bb and $bb_current_user are populated (I used FirePHP to debug).

    What am I missing?

    #86683

    In reply to: Continuing Topic Icons

    abdo.nahas
    Participant

    hi paul;

    I had a problem on this plugin. the biggest problem is I get some codes at the top of the page. and this chance all the view. how I can solve it…

    the codes starting with

    getAllStatuses(); $renderer = get_active_status………

    and ending with

    DefaultStatusInterpreter(BUSY_THRESHOLD)); topic_icons_register_status_renderer(‘default’, new DefaultStatusRenderer()); } topic_icons_init(); ?>

    how I solve it….

    can you help me…

    #36196

    Topic: Move text title

    in forum Themes
    justinlive
    Member

    Hi , I have a problem, I move the page title, but can not find the code where to do so.

    show an image

    http://img192.imageshack.us/img192/6782/tituloq.jpg

    Thanks!!

    #64732
    abdessamad idrissi
    Participant

    I think the correct way to add tags is by a plugin, normally you should never edit the core code of bbpress! because if you do, next time you update your bbpress you will be deleting the modified core files, then you will get trouble with your forum not working properly.. So the best is to use a plugin for things that deal with core files..

    PS: Core files are files that are not Themes nor plugins, such as files under; bb-includes and bb-admin,

    #94611
    Ryan Gannon
    Member

    Anyone else having problems with non-admins replying?

    Edit: Found the problem

    bbp-functions.php line 142 is

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_description'] );

    should be

    $reply_content = current_user_can( 'unfiltered_html' ) ? $_POST['bbp_reply_content'] : wp_filter_post_kses( $_POST['bbp_reply_content'] );

    #97709

    In reply to: Plugins Page Blank

    gusleig
    Member

    I moved my-plugins to my-pluginsOLD and it opened now..

    need to install every plugin again.. thanks anyway..:)

    #102809

    In reply to: Plugins Page Blank

    gusleig
    Member

    I moved my-plugins to my-pluginsOLD and it opened now..

    need to install every plugin again.. thanks anyway..:)

    #97677
    mr_pelle
    Participant

    My sweet Nicer Permalinks plugin, indeed! ;)

    #102777
    mr_pelle
    Participant

    My sweet Nicer Permalinks plugin, indeed! ;)

    #71398
    guly
    Participant

    I found that to exclude multiple forums, it has to be a negative value in exclude:

    get_latest_topics('exclude=-3,-16,-28')

    according to the wordpress codex, the numbers are supposed to be in ascending order, so I assume order is important in bbpress too.

    #97622
    Commentguerir
    Participant

    I need to add form on my forum front page to edit directly the topic title on it.

    Now, i add this code :

    #####################################################

    <form name=”edit_topic” method=”post” action=””>

    <label><?php _e(‘Topic:’); ?>

    <input name=”topic” type=”text” id=”topic” size=”50″ maxlength=”80″ value=”<?php echo esc_attr( get_topic_title() ); ?>” />

    </label>

    <input type=”submit” name=”Submit” value=”<?php echo esc_attr__( ‘Edit Post »’ ); ?>” />

    </form>

    ########################################################

    but when i clic submit button nothing is happening …

    http://img530.imageshack.us/img530/3108/frontpaged.png

Viewing 25 results - 19,601 through 19,625 (of 32,499 total)
Skip to toolbar