Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 17,026 through 17,050 (of 64,516 total)
  • Author
    Search Results
  • #156937

    Topic: BreadCrumb

    in forum Troubleshooting
    FredericBegin
    Participant

    Hey guys! I need your help,

    actually, im bulding a web site with bbforum in my partage-dexpertise section
    (http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/)

    My breadCrumb work fine for all my website so I desactivate BBPress default breadCrumb.

    Now when I go to my forum I got this link(http://localhost/bibliotheque/sujet/test/)
    so my breadCrumb is(Services de bibliotheque>Sujets>test).

    But I want something like this (http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/sujet/test/).

    breadCrumb(Services de bibliotheque>Pour les bibliothèques gouvernementales>Partage d’expertise>Sujets>test)

    My question is: Can I change my topic(sujet for me) parent page or something like that.

    Thanks a lot fred

    #156963
    Robkk
    Moderator

    you can use the bbpress views, and put the views widget in your sidebar

    see if this works , put this function into your functions.php

    function rkk_register_custom_views() {
    bbp_register_view( 'desc', __( 'Z-A' ), array('orderby'=> 'title', 'order' => 'DESC'), false );
    bbp_register_view( 'asc', __( 'A-Z' ), array('orderby'=> 'title', 'order' => 'ASC'), false );
    bbp_register_view( 'date-asc', __( 'Date ASC' ), array('orderby'=> 'date', 'order' => 'ASC'), false );
    bbp_register_view( 'date-desc', __( 'Date DESC' ), array('orderby'=> 'date', 'order' => 'DESC'), false );
    }
    add_action( 'bbp_register_views', 'rkk_register_custom_views' );
    #156962
    Robkk
    Moderator

    thats the right file , as long as you copied the file to a bbpress folder in your child theme it should work.

    here is an example of the code of the label renamed and without :

    <div class="bbp-username">
    			<label for="user_login"><?php _e( 'Name', 'bbpress' ); ?> </label>
    			<input type="text" name="log" value="<?php bbp_sanitize_val( 'user_login', 'text' ); ?>" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
    		</div>

    could also be a cache issue maybe clearing the cache on your site should fix it

    #156961
    Robkk
    Moderator

    see if its a plugin or theme issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Robkk
    Moderator

    is this a bbPress issue??

    #156959
    Robkk
    Moderator

    are you talking about breadcrumbs??

    if so see if your theme author can help bring those back because bbPress displays this by default in a unmodified theme.

    #156957
    Robkk
    Moderator

    check and see if creating a bbpress.php file could fix this

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    if not see if its a plugin issue

    Deactivate all but bbpress and see if this solves the issue. if not , re-enable one at a time to see which is causing the issue

    #156956
    Robkk
    Moderator

    it should work well on a self hosted site. (WordPress.org)

    for better integration its recommended that you create a bbpress.php though.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    i dont know for sure why you posted a link to your wordpress.com site though??

    unless you are doing a blog on a wordpress.com site and a forum using bbPress and WordPress(self hosted) site??

    you should use the same theme for both if you are doing that

    wordpress.org/themes/book-lite

    #156954
    Sterke-Jerke
    Participant

    Somehow I missed, or made an error, but I do not see a navigation bar on top off my bbpress forum.

    Only “search” so when I enter a forum, or topic, or place a new topic, the user has no idea where he is.

    http://www.atbmarum.nl/forums

    #156953
    jrenjithk
    Participant

    Hi, I have a wordpress page for my company – http://www.honeymoontourkerala.wordpress.com and would like to know how to integrate the same with bbpress? What are the advantages in doing so? As desired, my main webpage is http://www.honeymoontourskerala.com

    Please suggest options/advantages.

    Thanks JK

    #156952
    Radiantmoment
    Participant

    Hi

    My issue is when a registered user clicks on open forum. all the topics are displayed, but when the user clicks on one of the topics they are taken directly to a reply page – without showing the actual topic.

    WP version 4.1
    bbPress version 2.5.4
    http://www.oregonsungrown.org
    you can test with user testor password test123

    thanks

    #156949
    clocky
    Participant

    does anybody out there struggles with the same problem as i?

    after migration vom bbpress standalone (1.2) to bbpress WP-Plugin (newest) migrated user can’t login with their given password.
    does someone got a solution or a hint?

    #156948
    mvaneijgen
    Participant

    Why do widgets have not enclosing container around them?

    Here is the Widgets for recent replies I was expecting a <div class="bbpress-widget-recent">code</div> or at least a <h1></h1> around the title

    
    "Recente Reacties"
    
    <ul>
    <li>
    <a href="/members/" title="Bekijk profiel" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/b24c3f45ce107cd64af84ff792df90da?d=mm&s=14&r=G" class="avatar user-4-avatar avatar-14 photo" width="14" height="14" alt="Profile photo of user"></a>&nbsp;<a href="/members/" title="Bekijk profiel" class="bbp-author-name" rel="nofollow">User</a> op <a class="bbp-reply-topic-title" href="/onderwerp/link" title="link">link</a>
    </li>
    <li>
    <a href="/members/" title="Bekijk profiel" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/b24c3f45ce107cd64af84ff792df90da?d=mm&s=14&r=G" class="avatar user-4-avatar avatar-14 photo" width="14" height="14" alt="Profile photo of user"></a>&nbsp;<a href="/members/" title="Bekijk profiel" class="bbp-author-name" rel="nofollow">User</a> op <a class="bbp-reply-topic-title" href="/onderwerp/link" title="link">link</a>
    </li>		
    </ul>
    #156944
    olesolo
    Participant

    I’m calling a login form by [bbp-login]
    As I understand it’s using a wp-content/plugins/bbpress/templates/default/bbpress/form-user-login.php
    I want to rename “Username” label and remove “:”
    But my changes don’t appear on site. It seems that [bbp-login] uses a different template?

    #156943
    sha77ered
    Participant

    Hi there,

    Ive been searching all over for a solution to this problem and have tried extensively myself to solve it, but to no avail. Please if someone could offer some guidance i would really appreciate it.

    So on the forum root if one display the topics directly, I would need the option allow the user to sort the topics alphabetically or by date. Perhaps this should be considered a default feature in bbpress?

    Anyways, I realise that the ‘bbp_has_topics’ function in includes>topics>template.php needs to be hooked into and changed, but how to do that I dont know.

    Any support would be greatly appreciated.

    #156940
    eVersatile
    Participant

    Good evening everyone.
    I have been trying to figure out how to add a action to add to my bbpress instance.
    For the form_topic.php file. I would like to add an section that allows any to choose the visibility of the topic. i.e.; Public, Hidden.
    I would also like to add an action to user_topics_created.php which allows the user to view both public and hidden topics which they created.
    Currently I have it set up for the two sections to show hidden or private topics. though I am at a lose when it comes to choosing the visibility and showing topics started by visibility

    #156934
    jkohler344
    Participant

    I was trying to change the CSS file to make the font more readable on my forums. I messed up the file and lost my original. Could someone post some code I could copy that is either the original bbpress.css file or one modified to have good readable font? Thanks for any help

    #156933
    dansearle
    Participant

    I have isolated the exact post content that causes the BBCode::Parse to hang. I can’t post the original content, but I made this version replacing the text with lorem ipsum, and it also hangs:

    $field =<<<EOD
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla dictum ligula sit amet massa condimentum gravida. Quisque qutris imgdper diet dolor. Nulla quis ante id elit lacinia commodo. Maecenas convallis felis at libero fringilla, feiat.<br><br><br><i><b>[EDIT: Aenean aliquet velit est, ac sodales "tortyor aliquoam vitae" urna sit amet dui rutr "OpenGL Uiot" Tenentis in faucibus orci luctus et ultrices posuere cubilia Curae Donec fringilla velit non too much
    EOD;
    

    If you remove the words “too much” from the end then it parses ok.

    This is the full code that I put into a theme page template to run this test in isolation:

    echo "<h2>Begin the parser test</h2>";
    
    require_once( WP_PLUGIN_DIR . '/bbpress/bbpress.php' );
    
    $field =<<<EOD
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla dictum ligula sit amet massa condimentum gravida. Quisque qutris imgdper diet dolor. Nulla quis ante id elit lacinia commodo. Maecenas convallis felis at libero fringilla, feiat.<br><br><br><i><b>[EDIT: Aenean aliquet velit est, ac sodales "tortyor aliquoam vitae" urna sit amet dui rutr "OpenGL Uiot" Tenentis in faucibus orci luctus et ultrices posuere cubilia Curae Donec fringilla velit non too much
    EOD;
    
    require_once( bbpress()->includes_dir . 'admin/parser.php' );
    $bbcode = BBCode::getInstance();
    echo  html_entity_decode( $bbcode->Parse( $field ) );
    
    #156924
    pahroblem
    Participant

    Hi guys, so ive followed this function from the bbpress codex webpage…

    // Filter wp_nav_menu() to add profile link
    add_filter( ‘wp_nav_menu_items’, ‘my_nav_menu_profile_link’ );
    function my_nav_menu_profile_link($menu) {
    if (!is_user_logged_in())
    return $menu;
    else
    $current_user = wp_get_current_user();
    $user=$current_user->display_name;
    $profilelink = ‘

  • Edit Profile
  • ‘;
    $menu = $menu . $profilelink;
    return $menu;
    }

    Its working great. the problem im having though is if the user has a space in their name it will produce a invalid link.. for example

    if the users name was Adam John

    the link will be http://www.example/forum/users/adam john/ and it wont work..

    any ideas? thank you in advance!

#156918
Killerrabbit2
Participant

@andreippo – Contact Robin. He will set you strait.


@robin-w

https://bbpress.org/forums/profile/robin-w/

#156917
Robin W
Moderator

I can only suggest that you go back to

Plugins

Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

Themes

If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

and then come back.

#156910
dansearle
Participant

Hi, I’m trying to import a Vanilla forum db into my new BBPress install (2.5.4 on WP 4.0.1) and it silently hangs during the conversion of topics.

I’ve debugged the code and I suspect it’s getting stuck when it tries to parse the HTML into BBPress. Is this a known issue at all? Is there something I can do to prep the incoming data perhaps?

I’m open to hacking the core of the importer here, I only need to get it working once.

#156903
Matt
Participant

Hi,

This issue has been resolved. bbPress works perfectly with Striking Multiflex.

Thanks,
Matt

#156900
mvaneijgen
Participant

TL;DR How do I make the forum open so everyone can read an view topics without being logged in?

Screenshot

Im developing a forum with BBpress, but im having trouble viewing topic when im not logged in. I develop with two browsers open one logged in to the wp-admin and one for viewing without being logged in and I can view everything except when I go in to a topic to view the comments. How can I make the forum open for everyone to view, but only logged in users can comment?

#156898
Kelley
Participant

Fresh install of the latest bbpress and wordpress 4.1 – theme powermag 1.8.0

When someone posts, the first post layout is fine. Any reply after though, the avatar and name is at the bottom of the screen?

http://www.wisbechtownfc.co.uk/forums/topic/wednesday-at-histon/

I checked it with live preview on twentyfifteen and its fine, perhaps I can override the them of just the forum ?

any help would be appreciated

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