Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 12,151 through 12,175 (of 26,879 total)
  • Author
    Search Results
  • #127893
    sambedingfield
    Participant

    @rewindcaz I actually disabled all of the default avatar systems that WordPress provides and created my own with a few small functions. I needed a custom made plugin because each avatar on the site is unlocked when you receive a new card to your collection.  Users can also customize their chosen avatar with nine alternative colours, which helps provide individuality.

    As I’ve received a ton of feedback from the Rats Clan bbPress forum I’m going to start blogging about my code – I’ll make sure this is one of my posts! 🙂

    Jim S.
    Participant

    I’m having a similar problem. WP 3.5.1, bbPress 2.2.4, and all bbPress posts are being pushed to my site’s primary RSS feed for some reason. I’ve disabled all plugins, but the problem continues. Any thoughts or ideas as to what may be causing this?

    #127876
    #127858
    Dan
    Participant

    Can’t seem to spot a trend. I’m also noticing a lot of oddities. The “Group Forum” index from BuddyPress shows there are forums, within groups, that have posts. When I click to view any of the threads that show up on the Group Forum index, it says there are no posts.

    Something must be misconfigured, as I can’t imagine WordPress & BuddyPress & bbPress should be this complicated. I’ll go back to the drawing boards and re-read some of the documentation.

    Thanks for helping me get the majority of the user-issue figured out.

    #127857
    Stephen Edgar
    Keymaster

    I can’t think of any off the top of my head…

    Try searching for a plugin though…

    https://bbpress.org/plugins/ or https://wordpress.org/extend/plugins/

    #127856
    Stephen Edgar
    Keymaster

    If it happens again…

    It could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.

    Unsal Korkmaz
    Participant

    Thank you 🙂
    Its good to hear it from one of main developer 🙂

    Sadly it will take time to accepted in wp repo if they close my tickets without reviewing  like https://themes.trac.wordpress.org/ticket/11449

    #127847
    jellebakker
    Participant

    I have installed bbpress to create a forum on my site, but i have a persistent bug or issue which hide all new topics and replys…
    I get the “oh bother! No topics / forums were found here!”, even on my own (administrator) posts. I tried to reset, recount, reinstall the plugin, but no luck.
    Even with Twenty Ten, Twenty Eleven and Twenty Twelve the “Oh bother” message appears.

    Please can someone help me?

    Wordpress 3.5.1
    BBpress 2.2.4
    Theme: Slidingdoor
    Link: http://www.knikkerbaan.nl/forums/forum/knikkerbaan-forum-2/

    #127839
    Alexander
    Participant

    @jeffcubed We have a ticket open with trac on this issue. You may check it out here:

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

    If you’re experiencing the same issue as described in the ticket, then you might want to chime in to increase the ticket’s priority.

    Stephen Edgar
    Keymaster

    No not that I can see, it shouldn’t be doing what it is, thus it is a bug and needs to be fixed.

    As above can you create a bug ticket on trac https://bbpress.trac.wordpress.org/

    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!

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