Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 12,151 through 12,175 (of 26,869 total)
  • Author
    Search Results
  • Stephen Edgar
    Keymaster

    Do they show in the widget if the user IS logged in?

    I suggest you create a ticket with as much detail as you can https://bbpress.trac.wordpress.org/
    (Use your same bbpress.org user/pass to log in)

    #127828
    Stephen Edgar
    Keymaster

    Ahhh… Cool… My Bad….

    Take a look at `bbp_reply_class` in \includes\replies\template-tags.php#L1940

    #127817
    Stephen Edgar
    Keymaster

    That is not a known issue… I would dig around to see if SimplePress has/had any custom attributes attached to that user and also what WordPress role does the user has to see if something somewhere else has played around with user roles and/or capabilities.

    #127814
    Stephen Edgar
    Keymaster

    Just follow the steps in the document https://codex.bbpress.org/bbpress-in-your-language/

    Set `define (‘WPLANG’, ‘fr_FR’);` in your WordPress `wp-config.php`

    Download the .po & .mo files

    Rename the files

    • bbpress-plugin-fr-fr.po to bbpress-fr_FR.po
    • bbpress-plugin-fr-fr.mo to bbpress-fr_FR.mo

    Upload both files to `/wp-content/languages/bbpress/ `

    I would suggest you use the following page to ask if anyone in the French WordPress community has fully translated bbPress as the translations linked above are 0% & 11% https://fr.wordpress.org/contact/

    If you are trying to translate the theme DynamiX or ‘codestyling localization’ plugin then they are issues with their respective authors.

    #127808
    Stephen Edgar
    Keymaster

    I’d suggest taking a look at the code in the bbPress ‘Login Widget’ included with bbPress.

    It behaves in very much the same way you are looking to have in your header.

    What you are probably after starts at line #137 and depending on your needs use either `bbp_user_profile_url( bbp_get_current_user_id() )` or `bbp_user_profile_link( bbp_get_current_user_id() )`

    #127806
    Stephen Edgar
    Keymaster

    No none of that should be a problem… That is a HUGE number of users so presumably if WordPress ‘was/is’ able to handle that amount without issue then bbPress won’t have a problem either.

    #127801
    Stephen Edgar
    Keymaster

    If you are using the same WordPress install that SimplePress uses you don’t need to import the users. If you use a new install of WordPress you need to select the option ‘Convert Users’ to have the importer bring the existing users into the fresh WordPress install.

    Dan
    Participant

    I’m using the Simple:Press to bbPress importer that comes with the latest version of bbPress. I am currently running the most recent version of WordPress and have Simple:Press 5.1.4.

    The topic/replies imported perfectly, with exception to one bit. The forum thinks all the posts it imported were created by user 1, the main site Admin.

    I have run “Recount topics for each user” and “Recount replies for each user” but they didn’t appear to fix it (and I’m guessing they aren’t meant for this purpose, based on their labeling)

    I was wondering if anyone else was having similar issues.

    #127780
    fontadoni
    Participant

    After a few failed attempts, I was able to successfully do the conversion from bbpress 1.02 standalone version to the latest plugin version (2.2.4). Doing this requires a few steps and I might do a blog post about this later but for now:

    1. You need to update the standalone version to 1.2. I tried importing without doing this and some data, like parent forums didn’t get converted so I ended up with a bunch of forums with no parent (and if you have a big forum, you don’t want that).

    To update you need to download version 1.2 from https://bbpress.org/download/legacy/ and then download the backpress and pomo files that you see below version 1.2. You then need to create a folder called “backpress” in the “bb-includes” folder and dump in all files that come in the backpress-1.2-bbpress includes folder.

    So you’ll have: bbpress>bb-includes>backpress>class.bp-log.php and so on…

    Then download the pomo files and create a folder called “pomo” inside the “backpress” folder. Dump in the files you downloaded in there.

    So you’ll have: bbpress>bb-includes>backpress>pomo>entry.php and so on…

    Now you can update your standalone version to 1.2 as you did in the past. Be careful not to delete your bb-config.php and your old templates (if you had custom templates). Make sure you log in to your admin panel so the database gets updated.

    2. Now you are ready to import using the import tool in wordpress. Download and install latest bbpress plugin version, then go to Tools>Forums>Import Forums and follow the instructions to import all your information (don’t forget to put “bb_” as your table prefix).

    Hope this helps

    #127761
    Stephen Edgar
    Keymaster

    With what you patched via #1835.diff that is the same as what was committed to /trunk in r4533 and is included in the upcoming bbPress 2.3.

    #127759
    iamnotadoll
    Participant

    I modified the code in includes/common/template-tags.php as outlined on this page and (for now) it seems to have fixed the issue.

    `
    function bbp_redirect_to_field( $redirect_to = ” ) {

    // Rejig the $redirect_to
    //if ( !isset( $_SERVER[‘REDIRECT_URL’] ) || ( !$redirect_to == home_url( $_SERVER[‘REDIRECT_URL’] ) ) )
    // $redirect_to = wp_get_referer();

    // Make sure we are directing somewhere
    if ( empty( $redirect_to ) )
    $redirect_to = home_url( isset( $_SERVER[‘REQUEST_URI’] ) ? $_SERVER[‘REQUEST_URI’] : wp_get_referer() );

    // Remove loggedout query arg if it’s there
    $redirect_to = (string) esc_attr( remove_query_arg( ‘loggedout’, $redirect_to ) );
    $redirect_field = ”;

    echo apply_filters( ‘bbp_redirect_to_field’, $redirect_field, $redirect_to );
    }
    `

    Initially it wasn’t working because I didn’t remove the //Rejig the redirect part (can’t believe I didn’t see it the first time).

    Now my question is, where (and how) would I put this modified function to stop any future updates from overwriting it?

    I tried using add_filter(‘bbp_redirect_to_field’) in my bbpress-functions file but it makes the site really slow. Is there a better way to do it?

    `
    add_filter(‘bbp_redirect_to_field’, ‘bbp_redirect_to_field_filter’);

    /**
    * Filter to fix the reply redirects
    **/
    function bbp_redirect_to_field_filter( $redirect_to = ” ) {

    // Make sure we are directing somewhere
    if ( empty( $redirect_to ) )
    $redirect_to = home_url( isset( $_SERVER[‘REQUEST_URI’] ) ? $_SERVER[‘REQUEST_URI’] : wp_get_referer() );

    // Remove loggedout query arg if it’s there
    $redirect_to = (string) esc_attr( remove_query_arg( ‘loggedout’, $redirect_to ) );
    $redirect_field = ”;

    echo apply_filters( ‘bbp_redirect_to_field’, $redirect_field, $redirect_to );
    }

    `

    #127758
    jakewho
    Participant

    I am using WordPress and bbPress in Brazilian Portuguese and most of the words in bbPress are correctly translated. Unfortunately, the word “forum” at the top of each bbPress page (both the title and the path) are still in English. How would I go about changing this title to be in Portuguese?

    If you want to see what I mean: http://www.cbblogers.com/forums/

    Thanks

    #127752

    In reply to: Templating 404 page?

    Stephen Edgar
    Keymaster

    Its a custom 404 page offered by your web host, it has nothing to do with bbPress and/or WordPress. There should be an option in your hosting control panel to add/edit your own custom error page.

    #127749
    mechellelopez
    Participant

    I have an existing forum that is running off of a stand-alone bbPress 1.-alpha-2855. I need to integrate it into WordPress so that I can update to bbPress’ lates version. Could anyone help me with a step by step way to do that?

    #127747

    Topic: Templating 404 page?

    in forum Themes
    Ryuske
    Participant

    I am using WordPress 3.5 & bbPress version 2.2.4. I cannot figure out for the life of me where the 404 page is actually being pulled from. I need to edit the structure of that page a little but can’t find it :/

    This is the page I am talking about: http://nviaai.com/forums/forum/members/

    I looked at 404.php but that was significantly different, so I’m pretty sure that isn’t it >.< Thanks for your time!

    #127746
    Gabriel Luethje
    Participant

    I’m still having trouble with this one. I am using bbPress v2.2.4 with Twenty Twelve (tried it with Twenty Eleven also), and I am having tags stripped out. If I do ol/ul they return as a p tag with br tags separating the line.

    Here’s a screenshot of my toolbar for forum posting: http://d.pr/i/qjbM. This is with “Use the fancy WordPress editor to create and edit topics and replies” checked in Forums settings.

    If I uncheck that option, I get no toolbar at all: http://d.pr/i/SW05

    How can I get a basic formatting toolbar working correctly?

    xmasons
    Participant

    This is a plugin request and I wouldn’t assume that it be rolled into bbPress proper.

    A highly prized feature of allowing users to subscribe to sub-forums (via their account page) and be sent notifications (excerpts or full) of a new topic or reply. There are several plugins that capture parts of this, some quite close, but none that have the full functionality.

    bbPress Notify
    http://wordpress.org/extend/plugins/bbpress-notify/
    Works great at sending out customized emails at a user role level. But it’s an all or nothing solution and does not let the user pick the subforums they’re interested in.

    bbPress Digest
    http://wordpress.org/extend/plugins/bbpress-digest/
    Does a great job on letting the user select the sub-forums (from the user’s account) that they’d like to receive notifications from. Sadly, it’s only a weekly or daily digest.

    Marrying those two plugins would produce a wonderful hybrid and would take some doing. I’m a little surprised that this feature has not been created yet, as it is used in several other forum software ecosystems.

    Unsal Korkmaz
    Participant
    #127711
    zilveer
    Participant

    Hello,
    look at the following plugin which will fit your needs:
    https://wordpress.org/extend/plugins/wp-toolbar-removal/

    Unsal Korkmaz
    Participant

    style.css is not loading in theme. Its just there for showing theme info for WordPress. Try to add it to assets/css/custom.css or from custom css panel in theme customizer

    #127694
    Jessiebacknor
    Participant

    I’m new to bbPress and have a few questions.

    1. When a new user registers, they gain access to the backend where they can edit their profile. However it also gives them access to the bbpress dashboard and jetpack. While in jetpack they can modify settings.

    I want bbpress to operate like the bbpress forum on wordpress.org.

    2. I don’t want any new user to have access to the toolbar, especially access to /wp-admin/. I’ve been trying to figure this out for hours.

    Why can a new user gain access to the backend? New users are giving the role of subscriber. Since seeing this, I’ve disabled registration.

    Unsal Korkmaz
    Participant

    Firmasite 1.1 released:
    https://themes.trac.wordpress.org/ticket/11437

    Download: https://wordpress.org/extend/themes/download/firmasite.1.1.0.zip?nostats=1

    This theme now directly supports buddypress + bbpress without needing child theme.

    Example site and my blog that using this theme:
    http://unsalkorkmaz.com/

    JavaDjie
    Participant

    how do I remove the sidebar on wordpress forums?
    Since the forum does not appear on the list page.

    and secondly, how do I customize bbPress login widget?
    Because the default widget does not match my template.
    thank you

    #127669
    Stephen Edgar
    Keymaster

    Its a bit hard to see what changes you made… If you think others would benefit from this create a ticket in trac and add your code as a patch https://bbpress.trac.wordpress.org/

    gina
    Participant

    any idea on how to replicate getting it to work..?

     

    thanks. 🙂

Viewing 25 results - 12,151 through 12,175 (of 26,869 total)
Skip to toolbar