Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 42,026 through 42,050 (of 64,530 total)
  • Author
    Search Results
  • #35095
    slee
    Member

    I have just started using bbpress and I would like the theme to look like the main wordpress theme ie use the header and footer. I came across themepress but when i installed it i get:

    Fatal error: Call to undefined function get_header() in /forums/bb-templates/ThemePress/front-page.php on line 1

    I am using the latest version of bbpress and wordpress ie wp 3.0.1 and bb 1.0.2

    is there a better way to integrate the theme?

    pagal
    Participant

    Yes, right, I’ve tried now.

    WPms and bbpress will be best bet.

    Go ahead, best of luck.

    #35090
    opensecret
    Member

    Hi there! I am having trouble a problem with my bbpress installation. I have installed bbpress and completed deep integration with wordpress. I have also installed the plugin at http://bbpress.org/plugins/topic/zaerl-wordpress-3-integration/. The forum is live at http://www.mendabrokenheart.net/forum

    Unfortunately, it is not possible for people to register. When they enter their information, it returns the message “email is required”.

    Can you please point me in the direction of any potential solution?

    #92863
    brucini
    Member

    sorry didn’t see this

    Possible to make certian forums not appear in latest discussion?

    the core bit of info posted in this thread below. this worked fine for me with BBPress 1.0.2:

    Just edit it to exclude whatever forum numbers you want and add it to the plug-ins folder.

    <?php
    /*
    Plugin Name: exclude
    */
    function filter_front_page_topics($where){
    $exclude_forums=array ("13","19"); // enable this to manually specify specific forums by id #
    // $forums = get_forums(); foreach ($forums as $forum) {if ($forum->forum_parent) {$exclude_forums[]=$forum->forum_id;}} // exclude ALL sub-forums
    if ( is_front() ) {foreach($exclude_forums as $forum) { $where.=" AND forum_id != ".$forum." "; }}
    return $where;
    }
    add_filter( 'get_latest_topics_where', 'filter_front_page_topics');
    add_filter( 'get_latest_posts_where', 'filter_front_page_topics');
    ?>

    mpesgt01
    Participant

    …so if I install

    WP + bbpress forum + a galerie plug-in….

    i should arrive pretty close to having installed

    WP + BuddyPress (turning off members blog, activity stream, groups) + a galleri plug-in

    both these ways should arrive close to the same thing if i get it right ?

    #92792

    Hello.

    I apologise for reopening this topic, but I have a question.

    Is it possible to show a message to the users, after they have made their first post, letting them know that their post is being moderated?

    If yes, how?

    This is the plugin that I am using.

    Is it based on the following principle? add_action('action_name','function_to_fire',priority);

    I might be terribly wrong, so please bear with me.

    Which in my case would mean that after this function mod_notification_new_post fires, my own function (say, notification_to_user) would go. So I should add_action('bb_notify_user', 'notification_to_user',9);

    Then after these 3 actions:

    add_action('bb_new_post', 'mod_notification_new_post',1);
    add_action('extra_profile_info', 'mod_notification_profile');
    add_action('profile_edited', 'mod_notification_profile_edit');

    I should add the other one.

    Say this would work, how can I have the user see the message in the (empty) box of the post that he has just made?

    I hope that I haven’t insulted anyone’s intelligence with my question(s).

    Thank you.

    Bob

    #92850
    #92849
    chrishajer
    Participant

    If you’re looking for the theme that is in use at wordpress.org, I don’t believe that is available anywhere.

    You can find some themes here:

    http://bbshowcase.org/forums/view/available-themes

    You might also be able to use WP Mimic (direct download):

    http://bbshowcase.org/themes/WPMimic.zip

    #35084
    sadegh_h
    Member

    hi

    I want to give this theme for bbpress

    http://wordpress.org/support/

    thank 😡

    #89123

    In reply to: s2member integration

    mackeyk
    Member

    I am having a huge issue with this as well. All I want is for my bbpress roles to match up with what their wordpress role is with s2member. (Deep Int)

    I copied that code, but still their role in bbPress never changes, and it’s driving me nuts!

    edit: Maybe because I’m trying to update users roles, not create news ones? They are all Level 1 now, but when upgrade to Level 2, I need their role to update in bbpress as well, same when then downgrade.

    Any help would be greatly appreciated!!

    kaihsynliu
    Member

    This is my first try to translation.

    Have tested on my own install of bbPress for couple times.

    How do I submit it to the bbPress?(Can I?)

    Sincerely.

    #92693

    In reply to: Problems with theme

    Something is messed up. Kakumei blue is calling css of Kakumei and not of itself.

    Overwrite your bbPress files with a fresh set and you should be fine

    #90338

    In reply to: Sub Forums

    #90337

    In reply to: Sub Forums

    aspen102
    Member

    older post examples

    Hiding Subforums’ Subforums from Subforum Pages

    hide subforums on main page

    Hiding Subforums’ Subforums from Subforum Pages

    — They all do a good job of explaining how to hide the child accounts on the main page but now I need these child accounts to show up once you click on the parent accounts.

    #88897
    refueled
    Member

    @jimgroom: I’m no longer developing bbPress themes so the project has been scratched.

    @Moderators: Please close this thread. Thanks!

    madebytim
    Member

    Hello everyone, I have installed bb attachments and I can see the files getting uploaded on the server but in the post I just get a blue square with a questionmark in it instead of the image and the links to the attachments doesnt work either.

    Is there someone here who could help me with this issue?

    Thank you very much

    Tim

    #92827
    chrishajer
    Participant

    It’s because your host is using PHP 5.3. Those deprecated messages can be hidden without affecting the functionality of your site at all.

    Tons of Depreciated Errors

    This is fixed in the latest trunk release of bbPress, but turning off the display of deprecated messages will resolve the problem as well.

    #35077
    vlovers
    Member

    I just shifted to new webhost recently and found that mybbpress forum is not working as it used to work before, I had also upgraded wordpress to 3.1. The bbpress forum version was 1…

    I think something went wrong with the transfer to the new webhost

    My bbpress forum and wordpress blog was integrated..

    My wp blog – http://vlovers.com

    My bbpress forum – http://vlovers.com/forum

    Please see my error and hint me in required direction..

    Thank you!

    #92790

    Hello again.

    Good news. I realised (by reading properly) that I only had to change one thing in this line.

    if (!defined('POST_NUMBER_MODERATION')) define('POST_NUMBER_MODERATION', 5);

    From define('POST_NUMBER_MODERATION', 5) to define('POST_NUMBER_MODERATION', 1).

    And now it does exactly what I want. Let me resume it all.

    An user signs up for the first time on my forum. These two plugins take action: Yu-Jie Lin’s Enhanced Registration to guard me from uninterested users, giving them a specific deadline to login; and New User Notification Email to notify me that a new user has signed up.

    After that, 3 other plugins come in. First, Moderate new members’ first posts, notifies me that a new user has made his first post. Depending on the type of the post (spam/non-spam), Spam Notification will take action, and let me know what’s happening and so I can take action myself. At the user’s second post and from there onwards, xili New Post Notification (xnpn) steps in, and notifies me whenever a new post is made, but is no longer moderated, and so the users post freely.

    These 5 plugins are brilliant, and if someone was to implement them all in bbPress Moderation Suite, as selectable modules, that would truly become a must-have plugin.

    Anyway, another thank you to the developers and thank you Kevin as well.

    Best regards,

    Bob

    #34591

    Topic: Sub Forums

    in forum Installation
    aspen102
    Member

    Example:

    Let’s say front-page.php lists 3 categories

    Fruits

    Veggies

    Meats

    If you were to click on Fruits; I’d like the next page to show the subforums of that parent excluding veggies, & meats forums. Any comments appreciated.

    Basically, I want categories with sub-forums but in a format/structure that you would find in phpbb where subforums are cleanly kept on the next page. Why? Because showing everything in one location can get a bit messy. Especially with subforums.

    I have searched through the bbpress forum for this and was able to get the following to work related to the front-page.php portion. Now I just need to get the 2nd page to show the children of the category. Currently it isn’t doing that.

    *****front-page.php which works in only displaying the categories****************

    <?php foreach( $forums as $forum ) : if( !$forum->forum_parent ) { ?>

    <tr<?php alt_class(‘forum’); ?>>

    <td>“><?php forum_name(); ?> <small><?php forum_description(); ?></small></td>

    <td class=”num”><?php forum_topics(); ?></td>

    <td class=”num”><?php forum_posts(); ?></td>

    </tr>

    <?php } endforeach; ?>


    Now I would like the child accounts to show up in forum.php

    Any suggestions? Or where I could look? Once you click on the parent forum it just takes you to that category forum.php page, with no children. i need the children to show up but only for that parent.

    *****forum.php which I need to show the children*********************

    <?php bb_get_header(); ?>

    <?php if ( is_bb_profile() ) profile_menu(); ?>

    <?php login_form(); ?>

    <div id=”main”>

    <div id=”forums”>

    <h3 class=”bbcrumb”>“><?php bb_option(‘name’); ?> » <?php forum_name(); ?></h3>

    <?php if ( $topics || $stickies ) : ?>

    <table id=”latest”>

    <tr>

    <th><?php _e(‘Topic’); ?> — <?php new_topic(); ?></th>

    <th><?php _e(‘Posts’); ?></th>

    <th><?php _e(‘Last Poster’); ?></th>

    <th><?php _e(‘Freshness’); ?></th>

    </tr>

    <?php if ( $stickies ) : foreach ( $stickies as $topic ) : ?>

    <tr<?php topic_class(); ?>>

    <td><?php _e(‘Sticky:’); ?> <big>“><?php topic_title(); ?></big></td>

    <td class=”num”><?php topic_posts(); ?></td>

    <td class=”num”><?php topic_last_poster(); ?></td>

    <td class=”num”><small><?php topic_time(); ?></small></td>

    </tr>

    <?php endforeach; endif; ?>

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

    <tr<?php topic_class(); ?>>

    <td>“><?php topic_title(); ?></td>

    <td class=”num”><?php topic_posts(); ?></td>

    <td class=”num”><?php topic_last_poster(); ?></td>

    <td class=”num”><small><?php topic_time(); ?></small></td>

    </tr>

    <?php endforeach; endif; ?>

    </table>

    <p>“><?php _e(‘RSS feed for this forum’); ?></p>

    <div class=”nav”>

    <?php forum_pages(); ?>

    </div>

    <?php endif; ?>

    <?php post_form(); ?>

    </div>

    </div>

    <?php bb_get_footer(); ?>

    </div>

    ******************************************************************************

    Thank You —

    #88896
    jimgroom
    Member

    So what happe ned to this project? Is it still going on? Seems the links are dead, and there has been no real response for over a month. Wouldn;t mind seeing the TwentyTen theme for bbPress before I do my own today.

    #92789

    Hello Kevin.

    “I thought you wanted notification of a first post (or a new topic) and not every reply”. That is exactly what I want to achieve with this plugin. It is not you who has caused the confusion, but me, due to my inability to explain myself.

    Again, you have identified precisely how I want it to work.

    1) New post

    2) Check and make spam

    3) A plugin Email you if first time poster.”

    These are the actions for Moderate new members’ first posts:

    add_action('bb_new_post', 'mod_notification_new_post');

    add_action('extra_profile_info', 'mod_notification_profile');

    add_action('profile_edited', 'mod_notification_profile_edit');

    And this for xili New Post Notification (xnpn):

    add_action('bb_new_post', 'admin_notification_new_post');

    I intend to leave xili’s plugin always activated, so my designated email address will receive all post notifications.

    Now, using the moderator’s plugin, the admin_email should receive only the first post notification.

    So, the changes should look like this?

    add_action('bb_new_post', 'mod_notification_new_post', 7);. This is the action that marks a post as spam and sends the email to the admin. Is the other email address going to receive the same email?

    But I don’t understand how is a second post from that same user, going to activate the other plugin and send an email only to the second email address and not the first.

    add_action('bb_new_post', 'admin_notification_new_post', 9);

    Have you, by any chance, tried the two plugins?

    Anyway, I cannot try any of these settings at the moment, since I have to deal somehow with an unexpected 403 error.

    Oh, and the custom plugin sounds like a very nice idea, but I’m afraid that it is something way beyond my abilities.

    Thank you.

    Bob

    #92807
    chrishajer
    Participant

    Seems WordPress had the same trouble at some point:

    https://wordpress.org/support/topic/error-unknown-or-bad-timezone

    #92806
    chrishajer
    Participant

    For bbPress Themes and Professional Services

    Please Contact Us at http://bbpressthemes.info

    Thanks,

    BT

Viewing 25 results - 42,026 through 42,050 (of 64,530 total)
Skip to toolbar