Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 12,776 through 12,800 (of 26,846 total)
  • Author
    Search Results
  • #121016
    livninctry
    Participant

    As a follow up to my post above… I tried a completely fresh install of wordpress, switched to the suffusion theme, added bbpress and added the suffusion bbpress pack.
    The admin has complete control. Added a forum and a topic to test settings.
    Added new user with a role of contributor for the system and participant for forum role.
    Logged into the website as the new user and noticed that the only action allowed would be to create a new post. Should this user not be allowed to post new topics?
    I am completely at a loss as to what I am overlooking.

    original site:
    http://dev.hoaconnections.com/venturahoa/

    fresh install:
    http://dev.hoaconnections.com/ventura/

    #121012
    Stephen Edgar
    Keymaster

    I think we are actually talking about WP-Admin side of things not showing forums/topics/replies in the WordPress admin dashboard… Correct?

    If so it sounds like a plugin conflict and some help in narrowing this down would help all involved…

    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.

    #121011
    masopas
    Participant

    I did not do anything with the users or roles. I tried adding a new administrator user and that didn’t help. I still don’t see the menus.

    This is a 3-year old dormant install of wordpress that I just started using again. Did all of the upgrades, etc. I did not have bbpress, that is new. But I’m thinking I should just reinstall wordpress from scratch, maybe along the way something happened related to that.

    Stephen Edgar
    Keymaster

    OK… I see this now… None of your previous posts had mentioned that this was happening when the setting for the category/forum was ‘Private’.

    I’ll create a ticketbug report on trac later after some more research on the issue.

    #121000

    In reply to: Arabic Translation

    Stephen Edgar
    Keymaster

    Hopefully you will get a reply soon on your post here.

    You can also contact the Arabic translation team directly https://ar.wordpress.org/contact/

    WordPress makes some assumptions about paragraph tags, with a function called wpautop. It should be working the exact same way as it works when composing a new page or blog post.

    #120972

    Hmm, I haven’t tested this so I can’t say, but it definitely sounds like an issue. Maybe someone else can chime in and try to duplicate it.

    This is probably happening because the default WordPress search isn’t looking at information bbPress stores when it makes things as private. WordPress just grabs results from all post types that are supported, makes sure they are published, and runs with it.

    This doesn’t help your current situation, but I just wanted to say the search is something we are trying to address in 2.3.

    Having bbPress search results come up in the regular WordPress search is weird, and leads to problem such as this, which is why bbPress topics/replies are not searchable by default. To skirt around this problem, we are likely going to make a bbPress specific search with its own search results page. This will give us more control over how the results are returned and make sure stuff that should be hidden doesn’t show up.

    #120946
    Stephen Edgar
    Keymaster

    I have created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2074
    If you could keep all bugs and/or feedback posted to this ticket (‘tracs’ everything in one place)

    This has only beeen tested using Simple Press 5.1.4

    To install download the SimplePress5.php file and upload it to bbPress in the folder /wp-content/plugins/includes/admin/converters/

    Basic instructions on using any of the import tools are here (will to get these updated soon)

    #120945
    Stephen Edgar
    Keymaster

    I have created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2074
    If you could keep all bugs and/or feedback posted to this ticket (‘tracs’ everything in one place)

    This has only beeen tested using Simple Press 5.1.4

    To install download the SimplePress5.php file and upload it to bbPress in the folder /wp-content/plugins/includes/admin/converters/

    Basic instructions on using any of the import tools are here (will to get these updated soon)

    TheDutchGamers
    Participant

    Hello all,

    I have recently created a bbpress forum in a WordPress website. Being used to phpbb I have faced a few issues that seem to be not standard in bbpress or missing but found ways around it. Here comes my issue in place….there is a private forum in the forum, the off topic one where people introduce themselves. This topic is hidden when nog logged in…so far so good. Because the forum is closed, all topics and replies are safe….at least I thought. Until I added the search in forum plugin and realized that all replies made in the private forum/topic where still public?!

    As the users enter the reply in the frontend there are not add ons and one should expect that when a parent forum is private that all in the forum is safe. Not I guess? Or is there a way to get this configured?

    I found a temporary way around it for now (next to turning of the search totally), I have added the Groups plugin and set the „groups_read_post” filter on forum/topic AND replies now to ensure that the replies are not found in the search. But this is not doable on the long run as it means that I manually need to alter each frontend reply in the backend and mark it as „groups_read_post”.

    What can I do to get this permanently fixed and how can I be sure that these replies are not picked up by search engines?

    Thanks very much to whomever takes the time to read this and help me figure this out.

    Kind regards,
    Nikki

    365gaming.nl
    Wordpress 3.4.2.
    bbPress 2.2.2
    Theme Respo

    #120943
    Pierre-Luc Auclair
    Participant

    bbp_list_forums needs to be run inside a bbpress loop. Which you call with bbp_has_forums(), which creates a forum object. For example.


    bbp_set_query_name('load_stuff');

    if ( bbp_has_forums(array(
    'post_parent' => 0,
    'post_type' => bbp_get_forum_post_type(),
    'posts_per_page' => get_option( '_bbp_forums_per_page', 50 ),
    'orderby' => 'menu_order',
    'order' => 'ASC'
    )) ) : ;

    bbp_get_template_part( 'loop', 'forums' );

    else : ;

    bbp_get_template_part( 'feedback', 'no-forums' );

    endif;

    bbp_reset_query_name();

    #120938
    josefabiosan
    Participant

    On WordPress Multisite, clicking create site on tracking sites page. I’m using WordPress Multisite + buddypres + bbpress. In my project, users subscribers of my social network can create sites.
    After completing the data and clicking to create the error shows on the screen to the User but the site creates usually .

    #120937
    frenzis73
    Participant

    Up bis 🙂

    #120932
    freenet
    Participant

    hello, how to wirite .htaccess for bbpress
    my wordpress rule is
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress
    this rule url is : http://www.duba.pro/177.html
    ——————————————————
    But when i install the bbpress , a topic for chianese’s title is
    http://www.duba.pro/bbs/title/%e8%ae%ba%e5%9d%9b%e5%bc%80%e5%90%af%e6%ac%a2%e8%bf%8e%e5%8f%91%e5%b8%83%e8%ae%a8%e8%ae%ba%e5%92%8c%e5%8f%8d%e9%a6%88

    —————————————————–
    how to wirte the htaccess rule lick wordpress,thanks.

    #120929
    Rasheed Bydousi
    Participant

    Hello,

    http://bbpress.trac.wordpress.org/ticket/2047
    As requested, I move the discussion here.

    #120926
    fxsiteworks
    Participant

    hi all,

    wondering if anyone has had any issues with using bbpress with the wpml plugin?

    whenever the wpml plugin is activated, the forum links in the sidebar menu of wordpress admin disappear. if you deactivate the plugin, they re-appear.

    Ive also raised a ticket with wpml but though it cant hurt to check here too.

    thanks in advance
    Gerry

    dwbroad
    Participant

    How can I select what page bbpress uses for it’s template? It’s currently using page.php and for whatever reason it’s not displaying anything except the description:
    (have had to remove the link as it’s getting bombarded…)

    If i remove page.php from my template then it works (I assume it’s reverting to using index.php)

    can anyone help?

    I’m using WordPress 3.4.2 and bbpress 2.2.2

    Thanks,

    David

    #120922

    In reply to: Register on Multisite

    hatoncat
    Participant

    Actually, ironically, and very anti-climatically, I found a plugin that handles all this.

    https://wordpress.org/extend/plugins/login-with-ajax/

    Enable the registration checkbox in the widget, and you can use a widget to register. In plugin settings, you can set the post-registration landing page for each multisite site.

    Biggest plugin donation, ever! (Well, from me at least).

    #120918
    toemon
    Participant

    I submitted a ticket to bbPress.trac.

    royho
    Participant

    I am using bbPress 2.2.2 on WordPress 3.4.2. My permalinks are set to /%category%/%postname%/ and bbPress base is default. Another words, I didn’t change any permalink structure in bbPress.

    And I am see the issue on http://domain.com/forums/

    Stephen Edgar
    Keymaster

    I cannot reproduce this, what versions of bbPress & WordPress are you using?

    What are the permalinks?
    – ‘TEST’ /forum/test/
    – ‘FORUM’ /forum/test/forum/

    #120880
    Martyn Chamberlin
    Participant

    Hi folks,

    I’m using BBPress over at raisingharmony.com/forums/. It is a premium content area, meaning you can’t access the forum without proper login credentials. I would be happy to provide some if it would assist in troubleshooting. My trouble is that when people checkmark the checkbox that says, “Notify me of follow-up replies via email,” they aren’t getting the email.

    Couple of notes:

    (1) I’m using WordPress 3.4.2.
    (2) I’m using BBPress 2.1.2.
    (3) The PHP mail() function works just fine on the rest of the site.
    (4) My only modification to the plugin is that in the /wp-content/plugins/forums/bb-includes/bbp-common-functions.php file, I’ve updated the bbp_check_for_floodI() function to return “True” every time, but this shouldn’t be affecting the email functionality in any way.

    Just googling around and looking on this forum, it looks like other people have complained about this 13 months ago, but nobody ever posted an answer other than, “Cool, it’s working now.”

    Any suggestions?

    Thanks!
    Martyn Chamberlin

    Stephen Edgar
    Keymaster

    I hope this is what you are looking for:

    Open your WordPress dashboard and go to ‘Appearance’ -> ‘Menus’ and under ‘Custom Links’ add a link to your forums eg. http://example.com/forums with a label ‘forums’ and click ‘Save Menu’

    #120869

    In reply to: New Forum Meta data

    It’s Genesis that’s doing it. It automatically adds author data to all WordPress posts. @jaredatch has a Genesis compatibility plugin to help take care of some of these known behaviors.

    #120855
    Stephen Edgar
    Keymaster

    Thanks Michael, this will be fixed in the next release.

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

Viewing 25 results - 12,776 through 12,800 (of 26,846 total)
Skip to toolbar