Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for ' . default . '

Viewing 25 results - 3,576 through 3,600 (of 6,759 total)
  • Author
    Search Results
  • JeremyPark123999
    Participant

    Hi, I have been trying to figure out how to have the “Notify me of follow-up replies via email” button unchecked by default, as I have topics in my forum, such as forum games, that will not require follow-ups. I have found lots of threads on how to have it checked by default (for an older version of bbpress I assume) but none on how to do the opposite. As I am still quite new to PHP, I have been unable to complete this so far. Any help would be great.

    http://www.tumbleweed.minecraftus.com

    #138486

    Topic: BuddyPress-Default

    in forum Themes
    willandmae
    Participant

    I finally got everything working fine together for the most part on my new site. Wow-it was an endeavor plugin by plugin hehehehe.

    The one situation I am having though is that buddypress-Default theme and the logging in from the theme. In the upper right hand corner it says username and password – if you type it in It Always says wrong and fails Login. Then it brings you to wordpress login and all is fine you can log in normally.

    Help Please…

    Thanks…

    buddypress ver 1.8.1, WordPress 3.7 tvbar.heavenboundministry.com

    #138484
    Stephen Edgar
    Keymaster

    [bbp-topic-form forum_id=$forum_id] – Display the ‘New Topic Form’ for a specific forum ID
    https://codex.bbpress.org/shortcodes/

    So if the forum you want has an ID of 341 use [bbp-topic-form forum_id=341]

    #138475
    Robin W
    Moderator

    you’ll need to disable the bbpress plugin

    https://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F

    Just deactivate the bbpress plugin for starters.

    then you’ll need to figure out why it isn’t working for you.

    I’d start by uninstalling bbpress, and reinstalling it in case there was a corruption as it downloaded

    Then if it still doesn’t work, I’d disable all the other plugins and if it then works add them back one at a time to see which is causing the issue.

    If not plugins, then I’d try switching to a default theme to prove that you WP installation is ok.

    if all that fails, come back

    #138424
    unklee
    Participant

    Hi. I have 2 questions please.

    1. I want to install bbpress as part of a larger website to replace an old Vanilla forum, which has a subdirectory structure I have defined, with links from over a hundred web pages. But when I start to set up the forum, I can choose my name for the forum root, but I seem to be forced to use a subdirectory structure that begins with mydomain/blog/forum root/forum. This doesn’t match what was there before, and so I will have to change the links on a hundred+ pages. Is there any way to change the root of the forum to something simpler like mydomain/myname?

    2. I use a WordPress theme with several options for sidebars ( one each side, two on the right, only one, etc). Each post I can choose which option I want. But when I begin a new forum for each topic, I don’t get that choice, I just get the main sidebar, which is on the right on the blog, on the left as a default. Is there some way I can change this?

    Thanks.

    #138422
    Cristian Antohe
    Participant

    I just noticed the same thing my self.

    Basically Yoast WordPress SEO: XML Sitemaps automatically adds ALL reply url’s to the existing sitemap. This means google will index them all.

    > What I’m looking for are where the single reply URL’s are being used in your theme, making them accessible and allowing them to be crawled.
    I doubt they are exposed by default, however a quick fix could be adding a rule in robots txt as well as excluding them from your sitemap.

    Robin W
    Moderator

    had a look

    You login works fine. If you fail then you will be taken to the default wordpress login page. If you want to change this page see

    https://codex.wordpress.org/Customizing_the_Login_Form

    For the lost password, try resetting your permalinks dashboard>settings>permalinks and just click save.

    Hart
    Participant

    I am running WP 3.6.1 with BBPress 2.4.1, BuddyPress 1.8.1, and WooThemes Canvas 5.4.0.

    I noticed some JQuery code in the header of the homepage (and every other page on the site) for changing the code button to display backticks and for processing a few keybinds. This code originated from bbpress\templates\default\bbpress-functions.php and, according to the if statement that encapsulates the code, should only fire if bbp_use_wp_editor() is true. This if statement seems to be working incorrectly since the code shows up on the header of every page.

    Now, this doesn’t cause issues for my site as far as I can see, but it does cause the site to run slightly slower because of the time it takes to load the code in the header. Anyone else have this issue?

    Robin W
    Moderator

    correction to the above – forgot that like you I didn’t like the default login form.

    Install bbpress WP tweaks – it has a login that appears in the sidebar, so takes away the WP login. looks much better

    eg

    http://www.gospbc.co.uk/forums

    Also gives you a bbpress sidebar which you can use with your forum pages and other goodies

    #138364
    fettabachi
    Participant

    That’s what I expected but it doesn’t work. The default WordPress behavior is to show them all in in a list anyway. Something is screwy in Denmark.

    #138354
    bassjobsen
    Participant

    BBPress adds some jQuery dependent javascript to the header which breaks the defer loading (cause a javascript error).
    Javascript will be insert by setup_actions in bbpress/templates/default/bbpress-functions.php

    add_action( 'bbp_head', array( $this, 'head_scripts' ) );

    Would it be possible to make this script independent of jQuery or otherwise insert it with wp_enqueue_script and set its dependency of jQuery?

    I also want to know how to remove this action. I tried:

    global $BBP_Default;
    remove_action( ‘bbp_head’, array( $BBP_Default, ‘head_scripts’ ) );

    Thanks for your attention. I will need this fixes to get WP Defer Loading work with BuddyPress, see: https://github.com/bassjobsen/wp-defer-loading/issues/5

    #138349
    nicoblue
    Participant

    Hi Bookkus, I have exactly the same problem here.
    I’m using a child theme of BP default. bbPress 2.3.2, BP 1.7.3, WP 3.5.2.

    The pages generated by bbPress follow my theme styling fine:
    http://community.allen-heath.com/forums/forum/me

    However when I use a bbPress shortcode, the styling / font goes wrong:
    http://community.allen-heath.com/forums
    http://community.allen-heath.com/forums-activity

    Have you ever fixed this?

    #138307
    anitprasadsingh
    Participant

    please help me.

    I am getting bbpress shift from server to localhost.

    Warning: Creating default object from empty value in C:\xampp\htdocs\cu\wp-content\plugins\bbpress\bbp-includes\bbp-core-compatibility.php on line 84

    Warning: Creating default object from empty value in C:\xampp\htdocs\cu\wp-content\plugins\bbpress\bbp-includes\bbp-extend-akismet.php on line 693

    #138246

    In reply to: bbPress 2.4.1

    Unit9
    Participant

    Hi guys, 😀

    Thanks for all the incredible work you do on BBPress!

    I’m using WordPress 3.6.1, BuddyPress 1.8.1 and BBPress 2.4.1

    The page titles for wordpress and buddypress have been fixed.

    However, BBPress has completely stopped interacting with Buddypress. By this I mean no new topics, posts, mentions or any action made by my members in BBPress are showing in their profile activity or in the ‘Notifications’ section of the WP admin bar.

    I’ve also added this code to a base ‘Forum’ page:

    <?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>
    
    <?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>

    And in the topic section the ‘Forum’ select field has ‘No forum’ as the default selection. Rather than taking the first forum as the default as in BBPress 2.3.2.

    Thanks!

    #138239
    nivin007
    Participant

    awaiting topics/replies should not notify to the user. it it possible?
    now all users geting awaiting notification by email. but, i neet all members get notification after approval. is it possible?

    #138226
    Halo Diehard
    Participant

    Thanks for your continued effort at trying to help problem solve! I don’t understand “There are two export labels” or see a “Query results operations’ section” so apologies if I’m missing something. Here are the steps I’m doing, let me know if I need to do something different and I’ll redo (using second query as example)

    Run SQL query:
    SQL query 1and1

    I choose “Export” on bottom right:
    All options for next step showing here

    I leave Export option “SQL” button selected in upper left, I’ve left all other options as 1and1 default, and saved as “zipped”
    1and1 Export save page

    #138206
    Stephen Edgar
    Keymaster

    The ‘topic tags’ that see when viewing a topic (e.g. this post) you will not see the topic tags actually included in the search results by default, this is not something yet implemented in bbPress’ search results.

    #138203

    In reply to: Auto Role not working

    Stephen Edgar
    Keymaster

    What happens after you have run the repair tool “Remap existing users to default forum roles”
    https://codex.bbpress.org/repair-forums/

    #138187
    Stephen Edgar
    Keymaster

    Spanish (es) is 100% complete in the /dev branch
    https://translate.wordpress.org/projects/bbpress/dev/es/default
    Spanish (es) is 95% complete in the /2.4.x branch
    https://translate.wordpress.org/projects/bbpress/2.4.x
    Spanish (es) is 100% complete in the /2.3.x branch
    https://translate.wordpress.org/projects/bbpress/2.3.x

    via https://codex.bbpress.org/bbpress-in-your-language/

    You should have bbpress-es.po & bbpress-es.mo in /wp-content/languages/bbpress/

    #138173
    Emma Edgar Valcq
    Participant

    Ah, it did work. It just set all of the users to participant. Now I set the default role to Keymaster, and re- remaped existing user roles. Thanks for your help!

    #138154
    Stephen Edgar
    Keymaster

    I’d suggest disabling all your other plugins to make sure there is no conflict:

    To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.

    That said I think it is more likely a theme issue, what happens if when using Twenty Eleven/Twenty Twelve/Twenty Thirteen themes? Does the issue still persist?

    #138141
    Stephen Edgar
    Keymaster

    You may need to run the repair tool “Remap existing users to default forum roles”
    https://codex.bbpress.org/repair-forums/

    Also check your bbPress settings for roles, ideally this should already be set with ‘Default Role = Participant’ and ‘Auto Role’ is checked

    Default user role
    Select the default role for bbPress forum members as assigned by the ‘Auto Role’ option below, the roles are Keymaster, Moderator, Participant (Default), Spectator, Visitor and Blocked. For full details of the permissions assigned by these roles please User Roles and Capabilities.

    Auto Role
    Automatically assigns the default role to new, registered users upon visiting the site.

    https://codex.bbpress.org/forum-settings/

    #138138
    Stephen Edgar
    Keymaster

    Can you try the repair tool “Remap existing users to default forum roles”
    https://codex.bbpress.org/repair-forums/

    #138112
    Robin W
    Moderator

    If you want forums as a list, then you need to change the following

    wp-content/plugins/bbpress/templates/default/css/bbpress.css

    Line 120-122

    #bbpress-forums .bbp-forums-list li {
    	display: inline;
    	font-size: 11px;

    change to

    #bbpress-forums .bbp-forums-list li {
    	display: list-item;
    	font-size: 11px;

    This’ll then produce the vertical list

    Now I expect to be told off for directly editing a plugin file, and if someone else knows how to get it to do the same with a themes functions.php or style.css, then I’d love to see how to do it.

    You will need to make a note of this, as every bbpress plugin update will rub it out

    #138090
    maniu
    Participant

    Hello

    It took me some time but i finally have figured out that dynamic roles that are getting assigned to users when “Auto Role” is disabled are being unset before bp_forum_enforce_blocked is triggered.
    This results in 404 for users.

    add_action( 'template_redirect', 'bbp_set_current_user_default_role', 7 ); managed to fix it for me but i am not sure what is un-setting dynamically assigned roles and if my fix does not have any down-site.

    Hope my input helps.
    Ticket created(http://bbpress.trac.wordpress.org/ticket/2452#ticket) please delete if forum topic unnecessary.

    Thanks,
    Maniu

Viewing 25 results - 3,576 through 3,600 (of 6,759 total)
Skip to toolbar