Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 20,176 through 20,200 (of 64,517 total)
  • Author
    Search Results
  • #147525
    Styled Themes
    Participant

    Thanks for the reply… If you are referring to the admin bar plugin for bbPress, that I don’t have, just the default WP user admin bar. I just finished testing all plugins I have installed, and one by one testing the login (each time closing the browser out), but as soon as I activate bbPress, that is when this phenomenon happens…I log into the dashboard and finding myself staring at the site’s front-page. I still have to add a subpage url to the browser address bar, or use the user admin bar at the top to get to the dashboard.

    So, there is something about bbPress that is doing the front page redirect…even if I make bbPress the only active plugin. This does it on my local XAMPP location, as well as my demo site on a live server.

    Incidentally, I’m on the latest WP and bbPress versions.

    #147523
    Stephen Edgar
    Keymaster

    Yes, this is normal and the default for bbPress 2.5.4, when you click ‘reply’ it links to the #new-post form at the bottom of the topic.

    #147522
    aborruso
    Participant

    Hi Stephen,
    I have updated my site to WordPress 3.9.1 and bbPress 2.5.4.

    I have the post reply button, but the reply href of reply is not related to the post ID, but it is related to new post.

    In this forum instead you have https://bbpress.org/forums/topic/topic_name/?bbp_reply_to=147344&_wpnonce=fda342eb5b#new-post

    Is it normal?

    #147521
    Win Win
    Participant

    Hi,
    I tried everything : desactivate plugins, change themes, and even reset wordpress database..
    I followed every possible guide.
    but nothing worked! I always get the bullet points as a list for my forums..
    The link to my forum-test: http://comment-devenirriche.com/forums/
    Can anyone help ?
    Thank you πŸ™‚
    WordPress version: 3.9.1, bbPress version: 2.0.1, my site: http://comment-devenirriche.com/

    #147520
    #147516
    Stephen Edgar
    Keymaster

    Everything is stored in the wp_posts table including WordPress posts, pages, bbPress forums, topics and replies so a rough guess here is that the 12,000 topics have been imported but not the replies.

    If your comfortable using phpMyAdmin can you run this query for me on your vBulletin 3 database:

    
    SELECT
    post.postid AS postid,
    thread.forumid AS forumid,
    post.threadid AS threadid,
    post.ipaddress AS ipaddress,
    post.userid AS userid,
    post.pagetext AS pagetext,
    post.dateline AS dateline 
    FROM post AS post 
    INNER JOIN thread AS thread USING (threadid) 
    WHERE post.parentid != 0
    

    That should return the first 30 rows of your 346,000 replies, does it? Or do you get an error?

    Leonyipa
    Participant

    Because I really want to have a POLL system for my BBPRESS but I cannot find any πŸ™

    #147513
    Stephen Edgar
    Keymaster

    You need to also use the bbPress WPML plugin, you need to ask WPML for a copy of the plugin as it it is not publicly available.

    See http://wpml.org/forums/topic/bbpress-multilingual-plugin-2/

    FearghalC
    Participant

    Does anyone know if its possible in bbPress to have a new button for creating a new topic or posting a reply? I don’t really like having mine at the bottom of the page.

    Thanks!

    Stephen Edgar
    Keymaster

    Don’t use WP_DEBUG i.e. define('WP_DEBUG', false); in your wp-cong.php file is the simple answer.

    It will be one of your plugins ‘doing it wrong’

    For more technical details on the error see any/all of this tickets πŸ˜‰ https://core.trac.wordpress.org/ticket/24169
    https://buddypress.trac.wordpress.org/ticket/4830
    https://bbpress.trac.wordpress.org/ticket/2309

    #147510
    Stephen Edgar
    Keymaster

    Oh, my bad, the plugin description is “This is a simple plugin that adds a recaptcha validation to the bbPress 2.0 topic creation and topic reply forum.” so it is not actually a recaptcha for the login page πŸ˜‰

    bbpress.org is hooked into wordpress.org so spam bots are handled by the WordPress team πŸ˜‰

    Have another look through the WordPress plugins for one that does what you require, there are a quite a few of them.

    Stephen Edgar
    Keymaster

    I just tested using [bbp-forum-index] and [bbp-topic-index] on a page and it worked fine for me.

    Are you using a plugin to make the forums private or is it just a bbPress forum set to private?

    Can you switch to the Twenty Fourteen theme and refresh your page and see if that works and/or disable all your other plugins to check for a conflict.

    #147508

    In reply to: bbPress 2.5.4

    Stephen Edgar
    Keymaster

    I just installed the current version 1.5.3 and have no issues

    https://wordpress.org/plugins/bbpress-notify-nospam/

    This Fatal error: Call to undefined function bbp_get_topic_post_type(), are you sure bbPress is activated?

    #147506
    pedravil
    Participant

    Hi,

    I’ve followed your the link, configured as mentioned but still the same.

    My problem is not about having the BBPress interface in Portuguese. My problem is about not being able to set a Topic’s Forum attribute when I set the Topic’s language as Portuguese.

    Let me try to be more specific, with step by step instrutions so you can replicate my issue:

    a) Create 2 Forum, one in English and the other in Portuguese;

    b) Press the “New Topic” link;

    c) Set the new topic, by filling out the topic’s title and body text;

    d) On the right part of the topic screen/form, on the “Language” section choose “Portugues”. Please notice that, on the Topic’s attributes section, no forum is listed;

    e) On the right part of the topic screen/form, on the “Language” section choose “English”. Please notice that, on the Topic’s attributes section, a forum is listed;

    To summarize, everytime I try to set the topic’s language other than English, in my case Portuguese, the topic’s forum attribute list is empty, and if I switch back the topic’s language to English the topic’s forum attribute list gets populated.

    I’m using WPML plugin to manage multilanguage.

    Can anyone help me please?

    Kind regards.
    Pedro Avila

    #147504

    In reply to: bbPress 2.5.4

    Hansaplastique
    Participant

    After update from 2.5.3 to 2.5.4 my website is completely down with the following message:

    Fatal error: Call to undefined function bbp_get_topic_post_type() in /home/user/public_html/wp-content/plugins/bbpress-notify-nospam/bbpress-notify-nospam.php on line 107

    Any suggestions?

    yoosuke
    Participant

    Good evening MrRobinW and MrStephenEdgar!
    Japan is currently rainy season.
    I like rainy days as well as sunny days.

    Well, I need your help again…(Of course my website is going well these days!)

    This time, I wanna remove a <option> tag
    with adding php function into “function.php” of WordPress.

    At a create-topic page, users can select one specific forum.
    And the souse code is like…

    <label for="bbp_forum_id">in forum</label><br />
    <select name="bbp_forum_id" id="bbp_forum_id" tabindex="103">
    <option value="" class="level-0">select:</option>
    <option class="level-0" value="1">Apple</option>
    <option class="level-0" value="2">Banana</option>
    <option class="level-0" value="3">Grapes</option>
    <option class="level-0" value="4">Elephant</option>
    </select>

    In my website, these 4 forums has been set to the public,
    and I don’t wanna change the setting.

    However, I do not show the last one (Elephant!) to every users at the time.
    In this case, what code should I put into the “function.php” of WordPress.

    For me, The case is too difficult to solve.orz
    Would you please advice me…

    many thanks

    WordPress: ver3.9.1
    bbPress: ver2.5.3

    #147502
    agill407
    Participant

    How do you guys stop SPAM Bots from registering at your BBPress Forum?

    Lumartist
    Participant

    Hello everyone!

    First let me say, that I am not sure if the problem is coming from bbpress. Please let me know it is a general problem.

    The reason I am posting the problem here is, that it appeared right after todays bbpress-update, and there’s also a reference in the message.

    This is the error message I am reciving (debugging enabled):

    Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50535 Library:50617 in /home/www/xxx/www/wp-includes/wp-db.php on line 1372

    Strict Standards: Redefining already defined constructor for class Tehnik_BBPress_Permissions_Load in /home/www/xxx/www/wp-content/plugins/tehnik-bbpress-permissions/tehnik_bpp_init.php on line 35

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/www/xxx/www/wp-includes/functions.php on line 3245

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/www/xxx/www/wp-includes/functions.php on line 3245

    Strict Standards: Declaration of BP_Poke_Component::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/www/xxx/www/wp-content/plugins/bp-poke/bp-poke-component.php on line 57

    Strict Standards: Declaration of BP_Poke_Component::includes() should be compatible with BP_Component::includes($includes = Array) in /home/www/xxx/www/wp-content/plugins/bp-poke/bp-poke-component.php on line 57

    The strange thing is, that I am running an exact mirror of the page and db on a subdomain, where I am testing plugins, etc. There I am not getting the error.

    I did had a search on google, but couldn’t find anything helpful. As I am not a coder or server-tech myself, I am a bit lost here. I did try a few things, like disableing plugins, or enabling another theme. But nothing helped so far.

    Here’s a list of plugins I am using right now:

    • (BuddyDev)BP Poke
    • Advanced Custom Fields
    • bbPress
    • bbPress New Topics
    • BuddyPress
    • CodeStyling Localization
    • iThemes Security
    • Members
    • Regenerate Thumbnails
    • Require Featured Image
    • rtMedia for WordPress, BuddyPress and bbPress
    • Tehnik BBPress Permissions
    • WP Smush.it

    I thought it might be a problem with iThemes Security, so I tryed to disable a few things, and also disabled the whole plugin. But the problem is still the same.

    Thanks for your help in advance!

    Best regards,

    Lumartist

    dilasso
    Participant

    Hi,

    My bbpress is working fine. I just want the recent topics to be displayed on my forum-root-page.

    The site can be found here http://schole.at/intern/ (you cannot see the forum index, as the site forum is private, but the site shows the problem anyway).

    I use a page with shortcodes. Using the shortcode [bbp-forum-index] just displays the forum index. But when i try to use the shortcode [bbp-topic-index] the result is as u can see in the link above: it just shows the shortcode itselve.

    I would just like to have the recent topics to be diplayed as they are here in the forum root on bbpress.org/forums

    Thanx for your help.

    Wordpress 3.9.1
    bbpress 2.5.4.
    Theme: Dynamik Website Builder on Genesis Framework

    #147495
    ccc—
    Participant

    Hi folks,

    I want to change my WP forum software from SP to bbPress. I made a backup, deactivated SP, installed bbPress and went to Tools > Forums > Import Forums. There I entered all necessary data.

    When I start the conversion, the user import runs endlessly.

    Let’s say I have 3 users (actually I have more, but just to make it simple). When I stopped the import after over 4000 users and looked into my database, I got this:

    user1
    user2
    user3
    imported_user1
    imported_user2
    imported_user3
    imported_imported_user1
    imported_imported_user2
    imported_imported_user3
    imported_imported_imported_user1

    What am I doing wrong??

    #147493
    Neosnc
    Participant

    Hi Stephen,

    I just updated to bbPress 2.5.4 and noticed the css load issue again. I’ve created a patch and my first trac ticket here!

    https://bbpress.trac.wordpress.org/ticket/2613

    Stephen Edgar
    Keymaster

    This will do what you after https://gist.github.com/ntwb/8167699 πŸ™‚

    Pick and choose what you want and remove the rest

    
    /**
     * Register these bbPress views:
     *  - Popular Topics
     *  - Unpopular Topics
     *  - Random Topic
     *  - Recently Closed
     *  - Tagged Test
     *  - All Topics
     *  - Open (Not Closed)
     *
     * @uses bbp_register_view() To register the view
     */
    function ntwb_register_custom_views() {
    	bbp_register_view( 'popular-topics', __( 'Popular Topics' ), array( 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value_num' ), false );
    	bbp_register_view( 'unpopular-topics', __( 'Unpopular Topics' ), array( 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value_num', 'order' => 'asc' ), false );
    	bbp_register_view( 'random-topic', __( 'Random Topic' ), array( 'orderby' => 'rand' ), false );
    	bbp_register_view( 'closed', __( 'Recently Closed' ), array( 'post_status' => 'closed' ), false );
    	bbp_register_view( 'taggedtest', __( 'Tagged Test' ), array( 'topic-tag' => 'test' ) );
    	bbp_register_view( 'all-topics', __( 'All Topics' ), array( 'order' => 'DESC' ), false );
    	bbp_register_view( 'open', __( 'Open (Not Closed)' ), array( 'post_status' => 'publish' ), false );
     
    }
    add_action( 'bbp_register_views', 'ntwb_register_custom_views' );
    
    #147489
    Robkk
    Moderator

    nevermind i pretty much got it

    looked at https://bbpress.org/forums/topic/freshness-link/

    used <?php bbp_forum_last_topic_title(); ?> to get the title of the last recent topic

    and some code i had that robin gave me some time ago

    end function is this

    <div class="bbp-forum-last-topic-name"><a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title(); ?>"><?php bbp_forum_last_topic_title(); ?></a></div>
    <span class="bbp-last-post-by-author"><?php printf( __( '%1$s', 'bbpress' ),bbp_get_forum_freshness_link( array() ) ); ?></span>
    <?php _e(' by ', 'bbp'); ?>
    <span class="bbp-forum-freshness-author"><?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?></span>
    #147488
    tydd
    Participant

    Problem: As shown in the picture, there are those items “Forum topics” “Forum reply” “Topics” and “Replies”. The “Forum topics” and “Forum reply” are always empty.

    Possible cause: I installed bbpress and buddypresss.

    Please help me delete “Forum topics” and “Forum reply” . Thank you.

    Jerry
    Participant

    I thought I was getting good at digging into the codex and css files and using themes to customize, until I tried this. This widget sits in a sidebar and lets the user selects the most popular topics for display, or topics with no replies. I simply want to change the wording for those selections. For example, I want to change “Most popular topics” to “Most Reviewed Books”

    Here is a link to one of my pages. You can see the widget links I want to change under “View List of Books” http://whosgotbooks.com/book-reviews/

    I have tried using firebug to figure out where this is, and done exhaustive word searching within bbpress files. I am at a loss. Please help.

Viewing 25 results - 20,176 through 20,200 (of 64,517 total)
Skip to toolbar