Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 13,626 through 13,650 (of 26,879 total)
  • Author
    Search Results
  • #115550

    In reply to: bbpress BAD WORDS

    There are many plugins available in the WordPress.org repository that will accomplish this. Here’s one to try

    https://wordpress.org/extend/plugins/wp-content-filter/

    craftcore
    Member

    Hi!

    I have upgraded to the most recent versions of BuddyPress, bbPress, and WordPress.

    I see on loop-single-reply.php that the information displayed after the avatar is called by

    do_action( ‘bbp_theme_after_reply_author_details’ );

    My plan was to use the information in http://codex.bbpress.org/bbp_theme_after_topic_author/ but apply it to the bbp_theme_after_reply_author_details action instead.

    Where does the code provided in the codex example actually need to go? bp-custom.php? Or somewhere else? Is this even the right way to go about adding it?

    Any tips would be great, thanks!

    • This topic was modified 13 years, 8 months ago by craftcore.
    Fuchsy
    Member

    After spending some hours with the same strange behaviour i finally found a solution:

    This error happens when you’r running WP in a multisite-environment, only on the mainsite AND if you added define('NOBLOGREDIRECT', 'http://example.com'); to your wp-config.php

    Adding remove_action( 'template_redirect', 'maybe_redirect_404' ); to your themes functions.php will stop that annoying bug.

    I guess this error happens because maybe_redirect_404() is fired before the profile-pages are build. the network administrator (or sub-sites) will be never redirected by NOBLOGREDIRECT, thats why the bug never happends when a network-admin clicks on a profile-link or when you’r running bbpress on a sub-site in your WP-network.

    More about the NOBLOGREDIRECT-fix (it also helps showing 404-errors): http://frumph.net/2010/06/05/wordpress-3-0-multisite-subdomain-installation-noblogredirect-behavior-fix/

    • This reply was modified 13 years, 8 months ago by Fuchsy.
    #115503

    In reply to: Search for Forums

    CallMeAndy
    Participant

    Oh this is worrying – the silence to your question says it all aro747- probably nobody has been able to search for questions relating to this topic, and hence you have no other feedback!!! This is so fundamental to a forum, if search functionality doesnt exist its head for the hills time. I realise you guys working on this plugin are voluteering your time, but you still have an agenda and it must include getting a buoyant community behind your project!

    I shall look a little more before I make a categorical decision, and even if I go back to a forum, external to wordpress, I shall try to keep an eye on your progress as I think the future rewards of a forum integrated into the heart of my wordpress implementation will be huge. But how far aaway is that, and is there any point in writing on any other threads when so few eyes are likely to go over the words!!

    Good luck men. Ill see you on the other side!

    galynsky
    Member

    I have a problem with conversion.

    I use in my site http://ice-halo.net WordPress 3.4.1 and intergated bbPress 1.0.2 http://forum.ice-halo.net with 1 date base (wp_, bb_ tables). Site on russion language.

    try to export – nothing.
    _bbp_converter_start 0
    _bbp_converter_step 4
    _bbp_converter_query
    SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.forum_parent USING “utf8”) AS forum_parent,convert(forums.topics USING “utf8”) AS topics,convert(forums.posts USING “utf8”) AS posts,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_slug USING “utf8”) AS forum_slug,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.forum_order USING “utf8”) AS forum_order FROM bb_forums AS forums LIMIT 0, 10

    try to exec _bbp_converter_query – it works on myadmin.

    What can I do to convert?

    #115492

    Hi Aron

    my apologies for lack of info – using WordPress 3.4.1. and latest version of bbpress

    have reinstalled and rolledback several times in 2 weeks and cant resolve

    any help appreciated

    Alan

    markusbb
    Member

    Hi netweb

    Thank you for replying.

    I have bbpress standalone and I want to migrate to bbpress plugin. When installing the bbpress plugin, then I go to tools>Forums to import the forums from bbpress standalone. At the conversion phase the converstion hangs when reach lines 700. This is the issue. I tried in on a different machine, with different installations but no luck. The thing is that when I am converting again, and I select the option “Purge all information from a previously attempted import” the conversion window shows that it deletes topics that are more than 700 line range. That means it has passed those lines but did not show me that. In any case the conversion does not work for me.

    Please let me know if you need further information.

    Thank You

    Stephen Edgar
    Keymaster

    We would need more detailed information from you to be able to reproduce the problem you are having.

    markusbb
    Member

    Hi John James Jacoby

    Is there any update on the issue (above) regarding the conversion from bbpress standalone to plugin ?

    I need to migrate asap thus any updates on this would be very helpful.

    Thank you in advance

    #115465

    In reply to: Moderation help

    Stephen Edgar
    Keymaster

    a) I would suggest you contact the plugin author at http://ianhaycox.com/contact to see why all posts by some users are going into the moderation queue.

    b) As per the plugin FAQ

    > To approve multiple topics or replies you can use the bulk actions
    > option. Click the pending link, select all topics or replies then Bulk
    > Actions->Edit and change the status to Publish.

    Again, ask the plugin author if that can be integrated into the plugin, better moderation tools are planned for future bbPress releases. https://bbpress.trac.wordpress.org/ticket/1721

    #115464

    In reply to: bbPress Language Files

    Stephen Edgar
    Keymaster
    #115435
    katmmad
    Participant

    I’m having some moderation issues on my site…

    a) At least for some users, EVERYTHING they post is going to the moderation queue, despite settings both within WordPress (Settings–>Discussion) (which allows comments to be posted once there’s something approved by that author), within a plugin called “bbPress Moderation” (which allows topics and replies to be posted once there’s something approved by that author).

    b) is there an easier way for an admin to publish topics and replies that go into moderation? Right now I have to manually “edit” each item and then click “publish”, which seems to take like 3 steps longer than WordPress’s default comment moderation system (where you can either bulk approve comments or where you can click “approve” instead of “edit” and “trash.”

    I’ve tried turning off all plugins, toggling settings, and so forth, and nothing works. Please help! I’m running latest installations of WordPress, Buddypress, bbPress… GEnesis/Prose. Thank you.

    • This topic was modified 13 years, 8 months ago by katmmad.
    iamzippy
    Member

    Congrats on the 2.1 update, it rocks. But I do have one minor needle request to make concerning the exposure of user bio information. Even when there is none.

    The Symptom:

    enter image description here

    “Hey Admin dude, I may be incognito and unremarkable, but why draw attention to me like this?”

    Cause:

    Not checking if the description field in the user profile is empty (user-details.php).

    Twentyten’s native bio box code is wrapped in a conditional that calls a hookable function, get_the_author_meta( ‘description’ ). Twentyten defaults to skipping the bio box completely if the user profile ‘description’ field is empty (on both single posts and author archives).
    And thanks to the hook, the author of a child theme can also prevent display of this stuff based on any criteria they choose — like, author bio info is shared with logged-in users only.

    The bbPress function bbp_get_displayed_user_field() isn’t currently hookable :(, but this whole thing is fixable with 3 or 4 lines of code in a couple of files. It’s not so much a bug as a lapse in coding consistency. Whatever, it’s busting my chops right now. If I didn’t know better, I’d ask for my money back πŸ˜‰

    Could this be put right in the next update? Makes for better consistency with WordPress, imho πŸ™‚

    Meanwhile, in other bbPress core-hacking news…

    ‘I also have a needle about the way author URL construction is similarly unhookable, but that’s for another thread’

    #115417

    In reply to: bbPress Language Files

    ecykada
    Member

    look i insert that : https://translate.wordpress.org/projects/bbpress/plugin/pl/default?page=2 that’s is correct translate in my language , but don’t work when i put file in lanuage file it’s nothing hange :/

    #115402
    jmm7574
    Participant

    Hello …

    I’m using a theme called cheerapp that I purchased from Theme Forest. It has bbpress integrated. When I upgraded to bbpress 2.1, I received a fatal error: β€œCall to undefined function royal_login() in /wp-content/themes/cheerapp/header.php on line 69”

    I found a comment on the theme’s support page from another user saying that he tweaked the functions.php to look like this:

    if ( function_exists( 'bbpress' ) ) {
       $bbp = bbpress();
    

    He mentioned that it had to do with the change from $bbp to bbpress().

    This change got rid of my fatal error, but since then, whenever I try to click on a forum, it gives me a 404 error. The forums are there in my WordPress admin and it’s pointing to the correct URL, but I’m still getting these page not found errors.

    I’m not sure if this is an issue with my theme or an issue with bbPress. I’ve tried to contact the theme creator but he is apparently on some extended vacation or something and isn’t responding to questions, and I’d really like to get my forums up and running again.

    Any suggestions? Is there anything inherently bad with the tweak to the code I posted above? Any idea what could be causing those 404 errors?

    Thanks in advance for any help you may have … Matt

    #115399

    In reply to: conflict with blog

    Visiting the pemalinks page of the broken site, and clicking Save like I suggested above is how WordPress flushes out the rewrite rules, and replaces them with what should be a functioning set.

    If the issue persists, it’s your theme or a plugin modifying the main query after bbPress is. This would most likely happen in the theme, or something hooked into a template action, probably by way of using the query_posts() function.

    A few guesses.

    • The theme is filtering every query that WordPress runs, and nooping the results.
    • The theme is relying on output buffers, and isn’t cleaning up after itself correctly.

    Either way, you were right to switch back to TwentyTen. If you paid for a theme, you’re hopefully paying for support. Ask the theme author what’s up, and see if they can track down the cause.

    #115393
    matt_sich
    Member

    encountered an issue. I get this error:

    > Warning: Cannot modify header information – headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/plugins/bbpress-functions.php:12) in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-includes/pluggable.php on line 934

    Any idea what’s going on?

    #115391
    matt_sich
    Member

    Hey! I got it to work! I just made a custom plugin with the BBP_Default class that you had in those public functions and just changed

    $r = bbp_parse_args( $args, $defaults, 'list_forums' );
    

    to

    $r = wp_parse_args( $args, $defaults, 'list_forums' );
    

    to make it work with the wordpress plugin version of bbp.

    You should definitely submit this as a plugin!

    #115390

    In reply to: conflict with blog

    altmannhaus
    Member

    John,

    I’ve successfully restored the working version of the basic site at http://www.lamarzoccousa.com and followed the instructions for moving a wordpress install (which I’ve done a number of times before successfully), but though the appearance of http://www.lamarzoccousa.com/forums looks like it should initially, it presents a 404 error when trying to view any of the forums or users.

    This is over my head, as I’ve been trying to solve this original issue for the last few days. Do you have any advice?

    #115389
    matt_sich
    Member

    I don’t have a bbpress-functions.php in my wordpress theme (I forgot to mention that I’m using bbpress as a plugin.) is it just a file that I make myself? also, do I just include() it? or does bbpress have some way of connecting to it?

    Thank you very much for all your help!

    #115366
    docchewbacca
    Participant

    I am looking for the same thing : I’d like to be able to manage user access on a per forum basis.

    Ie :
    – Users A, B, C have access to forum 1
    – Users C, D, E, have access to forum 2
    – User A does not have access to forum 2
    – User E does not have access to forum 1

    I tried to look into the WordPress capabilities and roles management, but since a given user can only have one role, this does not solve my problem. In my example above, users B and C would not be able to access 2 different restricted forums.

    I read somewhere on this forum (but can find where !) that user access management like this was planned for BBpress 2.1, but I realize this was not the case.

    I searched for a plugin, with no luck. I also tried other WordPress forum plugins, some offer a feature like this, but I didn’t like the rest of what they offered in comparison with BBpress.

    Any idea of a solution that would not be over-complicated ? Or is it a feature that’s being looked into for a future BBpress release ?

    • This reply was modified 13 years, 8 months ago by docchewbacca.
    #115350
    edinchez
    Member

    I’m using a WordPress theme that comes together with a bbPress theme, and it obviously doesn’t support the new bbPress version, so the Fancy Editor doesn’t show up at all when I activate it. How can I insert it manually?

    #115348
    Anonymous User 5853594
    Inactive

    You can find, and contribute to, translations at https://translate.wordpress.org/projects/bbpress/plugin/.

    #115344
    ecykada
    Member

    sorry my english – where do i find in wordpress language file to translate in new bbpress / my old language pack is not working now and i trye translate 2.1

    gj – new wersion!

    • This reply was modified 13 years, 8 months ago by ecykada.
    • This reply was modified 13 years, 8 months ago by ecykada.
    • This reply was modified 13 years, 8 months ago by ecykada.
Viewing 25 results - 13,626 through 13,650 (of 26,879 total)
Skip to toolbar