Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 4,626 through 4,650 (of 26,835 total)
  • Author
    Search Results
  • #182589
    Ismail
    Participant

    Hello,

    Sorry if I am bumping this old thread, but there’s already a thread open for this over wporg support forums at https://wordpress.org/support/topic/does-this-have-shortcode-can-use-this-in-wordpress-sidebar-as-form/. I left you a reply from there.

    Best,
    Samuel

    #182588
    dllawrence
    Participant

    This is a clean install

    Wordpress 4.7.3 – BBPress 2.5.12 – Buddypress 2.8.1

    I have installed with Twentyseventeen theme and with BeTheme. Everything works fine except I have an problem and was hoping someone could help point me in the right direction to resolve an issue with the breadcrumbs.

    When I am viewing the forums here is the breadcrumb string:

    Home > Forums > “Forum name” > “Topic name”

    That is exactly what I want. However, when I am viewing Buddypress pages, the breadcrumbs are:

    Home > Forums > “Username”

    I would prefer the breadcrumbs to be as follows:

    Home > Members > “Username” when someone is viewing Buddypress pages.

    Does anyone know how to achieve this????

    Thanks in advance for your help.

    #182586
    alexpreyer
    Participant

    Hmm, maybe I’m working with two wordpress installations.

    #182584
    Robin W
    Moderator

    because bbpress uses the wordpress login, you can’t have two logins on the same domain.

    So your best bet would be to say to people

    use the ‘world’ login for everyone, but individuals swap to an individual login and only use that once they have been given an individual that is all they use.

    #182578
    Robin W
    Moderator

    you could use my private groups plugin.

    https://wordpress.org/plugins/bbp-private-groups/

    you would create two groups

    1. called say all
    2. called say individuals

    you can then put all the forums as members of the individual group, but no forums would have the world group.

    Then all individual users would be added to the individuals group.

    Then anyone logging in with the world username would not see any forums, but when logging in as individuals they would see the forums.

    #182572
    alexpreyer
    Participant

    I have an WordPress site where we have one login for many visitors, because not everyone should see the content.
    Inside this WordPress installation is also bbpress installation. There we want to have each user separetly logged in with his own username. Because many users will login in the WordPress site, but only a few will use the forum we choosed this way.
    Is it possible to get a separate login for bbpress when already logged in WordPress?

    Thanks all for your help

    igirisjin
    Participant

    I want to convert my bbpress forum to wordpress type posts. There are older posts about plugins for this but seems like they are not working now.

    So… I tried exporting the topics and (separately the) replies using the xml exporter. I did a search and replace on the whole file for types [topics] _topics_ and replaced with [post] and _post_
    (well I think they were the replacements as afterwards I tried several others for the replies).

    Anyway, this worked when importing the topics as posts into wordpress – I was very happy with that. Then I though it would be great if I could also get the topic replies converted to post comments. I tried several replacement tags (changing reply to comment, comments …) but the only one to get imported was changing [reply] to [post].
    It imported but did not add as a thread of comments but each one as a new post “RE: Topic title”.

    Is there any way I can use the export/import function to get my topics and replies over to a blog style post with comments?
    Or a way of editing the xml file to import correctly and add the replies as comments to the original post?

    I was almost there but fell at the last fence.
    Andy

    #182530
    Kalusha
    Participant

    Hello,

    I need 2 User Names which have the same capabilitys. I have try it with this:

    add_filter( ‘bbp_get_dynamic_roles’, ‘ntwb_bbpress_custom_role_names’ );

    function ntwb_bbpress_custom_role_names() {
    return array(

    // Participant
    bbp_get_participant_role() => array(
    ‘name’ => ‘Standard User’,
    ‘capabilities’ => bbp_get_caps_for_role( bbp_get_participant_role() )
    ),

    // Spectator
    bbp_get_spectator_role() => array(
    ‘name’ => ‘–>Premium User<–‘,
    ‘capabilities’ => bbp_get_caps_for_role( bbp_get_participant_role() )
    )
    );
    }

    Now I can swith between “Standard User” and “Premium User” which is perfect, but he Premium User can not write any reply or other things. So they have not the same capaboility.

    Have anybody an idea where the mistake is?

    Which Member Plugin works good with WordPress and bbPress? All I try were not good 🙁

    #182447
    Pascal Casier
    Moderator

    I have added it for now into my ‘bbP Toolkit’ plugin (v1.0.8) while waiting for https://bbpress.trac.wordpress.org/ticket/3046 to be implemented.

    Pascal.

    #182441

    In reply to: anonymous users

    Pascal Casier
    Moderator

    You would somewhere have to create a WordPress user, get the ID and change the post_author of all ‘topic’ and ‘reply’ in the DB to this ID.

    I did a quick search but did not find a plugin for that…

    Pascal.

    #182429

    In reply to: Captcha-plugin

    Michael J Challis
    Participant

    I have two plugins that fully support bbPress CAPTCHA

    Fast Secure reCAPTCHA
    https://wordpress.org/plugins/fast-secure-recaptcha/

    SI CAPTCHA Anti-Spam
    https://wordpress.org/extend/plugins/si-captcha-for-wordpress/

    Mike Challis

    #182411

    In reply to: bbp-messages

    Ismail
    Participant

    Hello everyone,

    Sorry but I just came to discover this thread, I am the author of bbp-messages and there’s now a major update made and it now supports Multisite, the problem that Stewart was reporting.

    Also Stewart, the link wordpress/members1/http:/localhost/wordpress/members1/ pretty much seems messed up, so it’s hard to tell whether it is bbP issue or configuration. I think you did not configure your testing environment quite well and also the bbPress link looks filtered by BuddyPress. Next time I’d suggest you edit your hosts file (c:\System32\drivers\etc\hosts with admin permissions using notepad) and add a new entry 127.0.0.1 bbpress.dev now bbpress.dev will act like a normal domain and you wouldn’t run into issues while testing or migrating (all you can do is replace .dev with .tld in the db SQL file). Also add the virtual host for Apache http://stackoverflow.com/a/25203499/3910932

    Thank you Arutam and Robin you’re very helpful. I just wanted to point that this thread continues in wp-org plugin support forums https://wordpress.org/support/topic/messages-upgrade/

    Best,
    Samuel

    #182407
    Stephen Edgar
    Keymaster

    Unfortunately I’m not on Facebook so I cannot see that conversation you had 🙁

    Perhaps you could link to this topic in that conversation and have the WPseo plugin author join this conversation?

    As to Yoast, I believe Yoast is compatible with bbPress, @joostdevalk wrote here last year “I’ll bump BBPress on to the list again, we’ve long had issues with that, we should just fix it”, I’ve no idea if anything was updated for bbPress or not, was it @joostdevalk ?

    I myself don’t use any SEO plugins let alone any that you mention, we’re happy to work with any plugin author to help add support their plugin if we can.

    I’m sure there are other bbPress users who do use various SEO plugins, maybe someone else here has some tips on using Yoast WordPress SEO, WPseo, or All in One SEO?

    p.s. This topic is going to attract many a spammer, so if your reply doesn’t show up straight away that will be due to Akismet being proactive, if your reply doesn’t turn up straight away give it some time for the moderators to approve and move out of the spam queue.

    #182394
    corydh
    Participant

    Hi guys,

    we’ve currently setup a forum for clients membership website. It’s a forum dedicated to their active paying members managed by memberium.

    Anyways, at the time it’s setup the client is now wanting to setup a NEW redesigned membership website from scratch. So new theme, new wordpress install, same members, etc etc.

    My question is, if they start their forum and have their members posting in it, can it THEN be transferred into the NEW membership website and people can continue using the forum like normal in the new website.

    The new website will be built while the current one is live and will be swapped over once ready.

    Thanks! 🙂

    #182377
    AiratTop
    Participant

    I have the same problem.

    I can’t open page https://airat.biz/forums/ and https://airat.biz/wp-admin/edit.php?post_type=forum
    Error 500

    I saved Permalinks, reinstalled plugin, but pages still don’t working.

    bbPress tools also don’t help
    /wp-admin/tools.php?page=bbp-repair

    Error log:

    [Thu Mar 02 20:33:57.235075 2017] [php7:error] [pid 16265] [client ip] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /site_path/wp-content/plugins/bbpress/includes/forums/functions.php:1800\nStack trace:\n#0 /site_path/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query))\n#1 /site_path/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)\n#2 /site_path/wp-includes/plugin.php(515): WP_Hook->do_action(Array)\n#3 /site_path/wp-includes/class-wp-query.php(1681): do_action_ref_array('pre_get_posts', Array)\n#4 /site_path/wp-includes/class-wp-query.php(3238): WP_Query->get_posts()\n#5 /site_path/wp-includes/class-wp.php(617): WP_Query->query(Array)\n#6 /site_path/wp-includes/class-wp.php(735): WP->query_posts()\n#7 /site_path/wp-includes/functions.php(955): WP->main('')\n#8 /home/a in /site_path/wp-content/plugins/bbpress/includes/forums/functions.php on line 1800

    bbPress 2.5.12
    BuddyPress 2.8.1
    WordPress 4.7.2
    PHP 7.1.2-3+deb.sury.org~xenial+1

    #182374

    In reply to: Change query

    Robin W
    Moderator

    I am not sure I understand what it is you are asking

    wp-query is a wordpress function

    https://codex.wordpress.org/Class_Reference/WP_Query

    #182372

    Topic: Change query

    in forum Troubleshooting
    yito
    Participant

    In loop-replies.php, I want to change WP_Query.
    But ‘bbp_repliesisbbpress()->reply_query->have_posts();` ,so I don’t know how to change some of WP_Query.

    Please someone teach me how to.

    Wordpress version 4.7.2
    bbPress version 2.5.12

    #182358

    In reply to: Forum Root Issue

    Robin W
    Moderator

    This theme uses the genesis framework, so I suspect you will need to add this plugin to make it all work

    bbPress Genesis Extend

    #182356

    In reply to: metadata for forums

    Robin W
    Moderator

    I want to show a description for a forum in the forums list. Is there a way to enable this with bbPress, or a plugin that does it?

    use my style pack plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>forum display and look at 6 & 7

    The forum description is put in the content of the forum dashboard>forums

    romwrit
    Participant

    My gravatar shows correct on the gravatar page, but not on my site. I have that blue G. I linked my website. How long does it take to change the gravatar on my wordpress site gwynplum.com?

    #182306

    In reply to: User Role

    Use the bbp_get_user_role_map filter, to map WordPress roles to bbPress roles.

    #182303
    nhungoc95
    Participant

    The WordPress admin dashboard is displaying without CSS. All the links are not arranged properly.
    máy chạy bộ điện

    #182297

    In reply to: User Role

    Kalusha
    Participant

    My Problem is already there 🙁

    When this is not possible it were also ok when I had a function which says…

    Every “Autor” is show in my WordPress Forum as an “Premium User”.

    Hope anybody can help me…

    #182201
    Jacob_26
    Participant

    Hello,

    I’m getting just a white screen when I’m clicking on forums. I’m using wordpress 4.7.2.
    I already tried different themes, deactivated all plugins etc. But it still doesn’t work.
    I can create new forums, but they don’t show up. Topics works fine. I’m guessing it has something to do with Mamp Pro, as long as I used the free version of Mamp with localhost everything worked fine. Now I’m having four hosts on map pro (not localhost) and I’m getting the white screen…

    I hope anyone can help me out. Thanks

    Jacob

Viewing 25 results - 4,626 through 4,650 (of 26,835 total)
Skip to toolbar