Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,551 through 17,575 (of 26,846 total)
  • Author
    Search Results
  • #92924

    In reply to: Music plugin

    citizenkeith
    Participant
    #35112
    #35111
    Zauxst
    Member

    I get these strange errors after trying to install bbPress

    Forum could not be created!
    Key master email not sent!

    Referrer is OK, beginning installation…
    >>> Setting up custom user table constants

    Step 1 - Creating database tables
    >>> Database is already installed!!!

    Step 2 - WordPress integration (optional)
    >>> WordPress address (URL): http://nightheaven.co.cc/
    >>> Blog address (URL): http://nightheaven.co.cc/
    >>> WordPress cookie keys set.
    >>> WordPress "auth" cookie salt set from input.
    >>> WordPress "secure auth" cookie salt set from input.
    >>> WordPress "logged in" cookie salt set from input.
    >>> User database table prefix: main_
    >>> WordPress MU primary blog ID: 1

    Step 3 - Site settings
    >>> Site name: forums
    >>> Site address (URL): http://forum.nightheaven.co.cc/
    >>> From email address: address@yahoo.com
    >>> Key master role assigned to existing user
    >>>>>> Username: username
    >>>>>> Email address: me@yahoo.com
    >>>>>> Password: Your existing password
    >>> Description: Just another bbPress community
    >>> Forum could not be created!
    >>> Key master email not sent!

    There were some errors encountered during installation!

    #92848

    In reply to: Where is the plugin..?

    Rich Pedley
    Member

    It is still in the process of being developed, you can keep an eye on the progress here. Though I think when it is near to be being ready for a few people to test it it might be added to the plugin repository over on WordPress.org.

    The last estimate was that it might be ready for some initial tests in a month – but don’t expect a full release for several months as yet.

    #35081
    chp2009
    Member

    I’ve been waiting for a bbpress plugin that I can upload to my install of wordpress to add bbpress as a forum the same way you install simple press.

    #92694

    In reply to: Problems with theme

    RAAB
    Member

    Thank You ashfame. I have been reading alot on bbpress trying to get answer’s and it seems that there is not much information that has been volunteered on solving some of these minor problems. I use google in trying to find much of my information and I keep getting 2 main website’s. This one (bbpress.org) and bb showcase.org.

    I was reading on one thread were it stated not to upload any themes in the bbpress template file that I had downloaded and to make my own file path (my-templates). Well when I decided after a couple of days of problems to go ahead and upload file’s in the bbpress templates location the themes started working.

    I had also changed the css on the Kakumei to Kakumei-blue because I was trying to get a certain look, but them disturbed the css which then altered the template. Also I can not find a download link to either of the default template’s for some reason? If someone could help me this is the look I would like to have http://www.seanbluestone.com/forums/

    I love the simple and easy flow of this forum and that is not what either one of my default template’s looked like when I received them.

    Also on another note: Can anyone help me out with my forum logging me out of wordpress when I’m logging into bbpress? I have checked all of the wordpress Integration, cookies, and blog url’s and I even changed all of them in my default template and then in my bbpress default template as it was suggested on another site that had a tutorial.

    Hope this is not too much and it makes since.

    Thank You for the help.

    jhyslop
    Member

    OBSERVED BEHAVIOUR:


    In Installation Step 3, the ‘”Key Master” Username’ is a text entry box, with no pre-populated values.

    EXPECTED BEHAVIOUR:


    The ‘”Key Master” Username’ should be a drop-list, with the admin IDs of the primary blog in it.

    DETAILS


    When integrating with an MU site, Step 2 asks for the WordPress Primary Blog ID.

    In step 3, the install program uses the value entered to find administrators for the specified blog. The function populate_keymaster_user_login_from_user_tables concatenates the database prefix, the blog ID specified, and the constant ‘_capabilities’. For example, if the prefix is ‘wp_’ and blog ID is 1, you get ‘wp_1_capabilities’.

    There’s only one problem with this. When you install WordPress, you have to complete the standard installation, and then reconfigure it to be a multi-site blog. For the standard installation, the first blog does not contain the numeric ID, and neither does the capabilities meta_key – it is simply ‘wp_capabilities’.

    SUGGESTED FIX:


    In Step 2, the pop-up help text for the “WordPress MU primary blog ID” field states:

    “If you are integrating with a WordPress MU site you need to specify the primary blog ID for that site. It is usually 1. You should probably leave this blank if you are integrating with a standard WordPress site.”

    Change the wording, to more accurately reflect what needs to be entered:

    “If you are integrating with a WordPress MU site, you need to specify the primary blog ID for that site. If you have changed the primary site, enter the site ID. You should probably leave this blank if you have not changed the primary site, or if you are integrating with a standard WordPress site.”

    jhyslop
    Member

    If you install bbPress integrated with WordPress, the installation fails with a message “Your installation failed with some minor errors.”

    Looking at the error log, the message was:

    “Forum could not be created!”

    I dug through the code, and found the problem, in bb-admin/includes/functions.bb-admin.php, in the function bb_new_forum:

    // Expects forum_name, forum_desc to be pre-escaped

    function bb_new_forum( $args ) {

    global $bbdb;

    if ( !bb_current_user_can( ‘manage_forums’ ) )

    return false;

    bb_current_user can ONLY return true if you are currently logged into WordPress as an administrator. I recommend changing the ‘if’ condition to:

    if ( !BB_INSTALLING && !bb_current_user_can( ‘manage_forums’ ) )

    #92870
    slee
    Member

    I got it to work is was the path to the wordpress header i ha wrong with a silly typo, all good now :)

    #92869
    chrishajer
    Participant

    Isn’t ThemePress really, really old, and for previous versions of the software?

    This ThemePress?

    http://www.adityanaik.com/integratepress-part-i/

    #92864
    chrishajer
    Participant
    #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?

    #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?

    #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!!

    #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

    #92807
    chrishajer
    Participant

    Seems WordPress had the same trouble at some point:

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

    For bbPress Themes and Professional Services

    Please Contact Us at http://bbpressthemes.info

    Thanks,

    BT

    kasumo
    Member

    Please advise about the web addresses of the best freee bbpress theme that integrated seamlessly with wordpress theme

    many thanks

    #35068

    Hello.

    I want to start by thanking the following developers: _ck_, Nightgunner5, Yu-Jie Lin, Olaf Lederer and michelwppi; for their time and effort in bringing about some very useful plugins.

    I have a few comments of my own, and in some cases, very important questions as well.

    Even though I have very few genuine users on my forum – four to be more precise, I have decided to (try to) offer as good of a service as I can. I have had a couple of spam posts (5.88%), which Akismet handled impeccably so far.

    Also, in the last few days I have had about 20-25 new users that only registered, and considering some of their email addresses, have no other intention but to spam. In this case, another useful plugin came to my rescue, Enhanced Registration, which appears to be doing the perfect job. In conjunction with this plugin, I am using New User Notification Email, so I am always notified whenever a new user registers and if in X hours he/she doesn’t login, then their username is removed and my database kept clean. A very good combination in my opinion.

    Further on, a common plugin for moderation that I am also using is bbPress Moderation Suite, and I am sure that it would prove its worth when people will be more interested in what I have to say on my forum. Anyway, I think it’s missing a very useful feature, provided (luckily enough) by Moderate new members’ first posts. Now, I have no doubt that this last plugin is working fine with some people, but not with me. What I wanted was to be notified once at an email address of my own choice (other than admin_email), whenever a new member made his first post (or after two). After that, he/she would post unhindered.

    So, I (think that I) have identified the section in the plugin that needs attention, where the post count is made:

    if(!is_moderator($bb_current_user->ID)) {
    $sql = "
    SELECT COUNT(*)
    FROM $bbdb->posts
    WHERE poster_id = $bb_current_user->ID AND post_status = 0
    ";
    $userpostcount = intval($bbdb->get_var($sql));
    }

    And where they are marked for moderation (as spam):

    if($userpostcount <= POST_NUMBER_MODERATION) {
    $sql2 = "
    UPDATE $bbdb->posts
    SET post_status = 2
    WHERE poster_id = $bb_current_user->ID
    ";
    $markedasspam = $bbdb->get_results($sql2);
    }

    Now, I wouldn’t know what or where to edit in order to have it do what I want, and that is why I would appreciate it if someone who does know it would assist me. No matter how many times my dummy user called “testing” makes a post, I always get a notification, at the default email address.

    I only want to be notified of the first post because I am using xili New Post Notification (xnpn) for the rest of them, at a different email address. What I like about this plugin is that it gives me the possibility to assign an email address of my own choice. It’s true that I would get an email twice when an user would post for the first time (2 plugins), but I can live with that, since they are at different email addresses (the default and my choice).

    Thank you,

    Bob

    pagal
    Participant

    I saw Photosmash… nice integration with a WP blog… but how can it be compatible with a community (bbpress forum) ?

    Regarding Photosmash questions please consider their community

    What is the difference between WP + Buddypress -versus- WP + bbpress ??

    In what sense you are asking for??

    Generally;

    WP + Buddypress

    Well Buddypress is all about Social Networking. You can Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress. Its a combination of WPMU and BuddPress plugin. But Now you can do it with WPMS.

    WP + bbPress

    with this you can create a beautiful website or blog based on WP CMS along this community forums for discussion with bbPress.

    WP ( multi-site) + BuddyPress = Social networking site ( like, facebook, hi5, orcut orkut etc.

    WP + bbPress = Beautiful website or blog + Community forums.

    Thanks,

    P.

    #35061

    Topic: How to install?

    in forum Installation
    dorae_monty
    Member

    I use wordpress theme on bluehost domain. I am not sure where I should upload the bbpress folder into. I would like the forum to be one of the pages of the website.

    Thank you in advance!

Viewing 25 results - 17,551 through 17,575 (of 26,846 total)
Skip to toolbar