Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 6,751 through 6,775 (of 26,866 total)
  • Author
    Search Results
  • #166447
    mihirpatel7410
    Participant

    I have same problem, I have installed the latest bbpress plugin to my wordpress site. There isn’t a single tab or subcategory to be found in my dashboard that relates to BBPress.

    give us solution.

    #166442

    In reply to: Moderation words

    Stefano Lissa
    Participant

    Hi, I’m unsing that patch in a couple of sites, and it seems to work. Where do you think there is a problem? In my blogs I’ve just added a filter which replaces the moderation key used by bbpress (the variable $blacklist in the code which initially contains the moderation keys of WordPress).

    Bye, Stefano.

    #166411
    Robkk
    Moderator

    Any of the main bbPress settings are in Settings > Forums in the WordPress backend.

    Does your forum look sort of like this?

    http://support.aquagraphite.com/

    #166405

    In reply to: Display Unread Posts

    Robkk
    Moderator

    That topic you linked to mentions about 2 unread posts plugins.

    There is also about 4 more on the WordPress plugin repository.

    https://wordpress.org/plugins/search.php?q=bbpress+unread

    #166403
    Shmoo
    Participant

    Yes great find, thank you Robkk,

    Now you can also do this, ..and make the pagination an unordered list like it should be by the default. 🙂

    
    function ntwb_bbpress_custom_pagination( $args ) {
    
    	$args['type'] = 'list';
    	$args['prev_text'] = 'previous';
    	$args['next_text'] = 'next';
    
    	return $args;
    
    }
    add_filter( 'bbp_topic_pagination', 'ntwb_bbpress_custom_pagination' );
    

    WP Codex: all those args should probably work now.
    https://codex.wordpress.org/Function_Reference/paginate_links

    #166386
    Robkk
    Moderator

    What is posted in here might help you out, but I am not sure. Unless there is already a WordPress plugin that can do this, this might be considered custom development and you may need to hire a developer.

    https://wordpress.org/support/topic/hide-external-links-for-guests

    #166382
    meldon1977
    Participant

    Wordpress 4.3
    buddypress 2.3.3

    Hi

    A installation I have been asked to look at currently is throwing a 500 error when you submit the new topics. It has been recently migrated from another AWS instance and was working fine before.

    The rest of the site works fine so I don’t think it is a db issue. The error is a bit useless as its literally just saying 500 error on /community/forum/post-question/ (the same page as the details were entered into)

    Has anyone else seen this before especially after a migration?

    Thanks

    #166379
    w-sky
    Participant

    Hello there. Please have a look at our bbPress forum at http://hanfjournal.de/forum/

    It’s still in startup phase, the design is okay but as you see, it is now left aligned to the window border, whereas the rest of the page content (the menu, the footer, all non-forum pages) have a empty area at the left edge.

    How do I change the forum alignment now?

    The theme has these “grids”, now it’s the first grid, and I tried to put the forum to other grids but this way made it worse. So I think I rather make the forum to leave some free space.

    Also, the forum is looking very greyish and pale in the page context 🙁

    How do you recommend to change the look with simple changes, e.g. drawing a frame around the forum or background colour? I am not experienced in CSS design, but I can apply changes if I know what and where.

    I tried themes for BBpress that come as WordPress plugins, but they all did not work (to be precise, were looking ugly) in our theme. Which is “Quark” with many modifications in a child theme.

    #166372
    Shmoo
    Participant

    Just curious..

    When I’m at a singel forum page I see a list of all topics from X forum – great but at the button I have this bbp_forum_pagination_links() function and I want to change the HTML structure this function provides but when I search about this function I see this in the Core.

    page

    Yes there is a filter but where does the real magic happen or where is the links structure been created.

    Other option, would it maybe also possible to use a native WordPress pagination function but just link it to the forums Post Type?

    #166370
    Robkk
    Moderator

    I cannot find a better alternative to BuddyPress activity, sorry.

    Using WordPress comments would get too complicated.

    You might need to hire a developer to create you something like BuddyPress activity but I guess lighter and simple.

    #166360
    Robkk
    Moderator

    See if this plugin helps/still works.

    bbp additional shortcodes

    Also Robin’s other plugin might have the same functionality somewhere in it.

    https://wordpress.org/plugins/bbp-style-pack/

    #166340
    Robkk
    Moderator

    What is your site link so I can see what happens if I log in?

    Also send me some test user login details that has the role Subscriber/participant.

    Contact

    #166339
    Robkk
    Moderator

    Try some troubleshooting if you haven’t already.

    Troubleshooting

    Try a default theme activated with only bbPress activated to see if the problem persists.

    Also ask a couple of these questions.

    Do you have a multisite installation?

    Is WordPress installed in a sub-folder?

    What is the url you get when you try to logout?

    What areas did you try to logout from? The WordPress Toolbar, bbPress login widget, something else?

    Did this issue occur when you immediately activated bbPress? Or did the issue occur after a certain upgrade?

    Did you have any cache plugins activated? Have you tried flushing the cache? If it is deactivated reactivate the plugin and flush the cache.

    Anything that can cache activated on your site, server cache, cloudflare, object cache, opcode caching?

    What hosting provider do you have?

    #166334
    Léo
    Participant

    Hello,

    When bbPress is activate on my website, I can login without problem but then I can’t logout anymore (I have to delete cookies).
    I’ve tested on a fresh WordPress install without plugins (except bbPress of course).

    WordPress : 4.3
    bbPress : 2.5.8

    #166325
    tjordan42
    Participant

    Single site, no subdomain. I’m trying to install it as a wordpress plugin on a standard site installation. Nothing fancy.

    #166321
    Robkk
    Moderator

    Questions like this might go into the wordpress.org forums, or sites like stackoverflow or reddit I guess.

    Search in the WordPress plugin directory.

    https://wordpress.org/plugins/search.php?q=football+score

    #166320
    Robkk
    Moderator

    Replacing blog comments with topic replies is scheduled for 2.7, but you can also use the handy bbPress topics for posts plugin.

    You can create custom roles with custom capabilities in bbPress.

    Custom Capabilities

    There is an API or an example API in the Jetpack plugin.

    https://plugins.trac.wordpress.org/browser/jetpack/trunk/class.jetpack-bbpress-json-api-compat.php

    There have been users trying to make apps with bbPress.

    WordPress JSON Rest API bbPress and Android

    Also know there has been work to introduce an API into WordPress.

    https://wordpress.org/plugins/json-rest-api/

    And there already have been plugins in development for compatibility between the WP-REst API and bbPress like this one.

    https://github.com/thenbrent/BB-API (Alpha version)

    Any contributions for any work toward any type of bbPress Rest API are welcome and much appreciated.

    #166315
    tjordan42
    Participant

    Ok, I’m running the newest version of WordPress, running the Irridescent theme by RocketTheme, and just tried (3 times) to install BBpress.

    When I activate the first time I got directed to http://angeryamericansurvival.com/wp-admin/index.php?page=bbp-about

    Then I get an error that says “You do not have sufficient permission to access this page.”
    I’m the admin.. so I know I have sufficient permissions. lol.

    I also don’t see ANY sign that the plugin is installed.
    I’ve deactivated and reinstalled two more times. Nothing.
    I never get the activation page on subsequent installations. I had to go back in my browser history to search for it.

    Any ideas?

    I’d really like to use BBpress but if even the initial installation causes problems, then I’m worried.

    I tried switching themes to Twenty-Twelve to troubleshoot a theme-related issue but same results.

    #166312
    Robkk
    Moderator
    #166311
    Robkk
    Moderator

    The information you got was probably for the bbPress v1 standalone forum software. You can tell the information is from bbPress v1 when it is about 4 or more years old.

    The latest version of bbPress is now a WordPress plugin. So any admin area would use the WordPress admin. Same thing with BuddyPress they use use the WordPress administration area.

    To remove a large number of topics.

    Go to Topics > All Topics in the WOrdPress administration area.
    Enable each checkbox by the topics you want to Trash
    Click the Bulk Actions dropdown and select Move to Trash
    Hit Apply to move all those topics to the trash.

    To remove a large number of topics in a specific forum

    Go to Topics > All Topics in the WOrdPress administration area.
    In the dropdown at the top that say In All Forums, click that to select the specific forum you want to delete topics in, then click the filter button beside it.
    Enable each checkbox by the topics you want to Trash
    Click the Bulk Actions dropdown and select Move to Trash
    Hit Apply to move all those topics to the trash.

    To delete all the topics in your topic trash.

    Go to Topics > All topics in the WordPress administration area.
    Hit the action link that says Trash, it is next to other action links in a row like Spam and Pending.
    Clicking the trash action link will show you all the topics in your trash, hitting empty trash will remove all topics in your trash permanently.

    To trash all topics by a specific use

    You need to go to the user’s profile
    Click the menu item Topics Started
    Go to each topic and trash it manually using the admin links.

    #166309
    AilyRoot
    Participant

    Hi

    we run latest wordspress 4.3 +bbpress 2.5.8+buddypress 2.3.3 and we are just told that

    “bbPress also has admin side, and there you can easily remove large number of topics filtered by forum or user”

    I did google and someone say admin panel path is /bb-admin ? but it shows 404 and I do see it on top menu bar either

    is there any any admin panel for bbpress/buddypress or it is just integrated with wordpress’s admin?

    it NOT, how to do these “remove large number of topics filtered by forum or user”? I do not see function like that on wordpress’s admin though~

    #166302
    Stephen Edgar
    Keymaster

    Hey @macpress, you were close, very close on your second post here, we’re using Grunt, not Gulp as part of our build process. 😉

    Anyway the overall summary is that certain styles are compiled from SCSS into CSS, or minified CSS, or minified JS via our Grunt build tools.

    A more in depth document (that has not yet made it into our codex) on all of this can be found here:

    https://github.com/ntwb/bbPress#bbpress

    If you don’t want to install NodeJS and Grunt we have another /trunk SVN repo that has everything already compiled https://downloads.wordpress.org/plugin/bbpress.zip via the “developer version” on our plugin page https://wordpress.org/plugins/bbpress/developers/, this isn’t truly /trunk though, this is a manual copy of our main repo we upload/update periodically, semi frequently.

    FYI: The *.php = svn:eol-style=native SVN is our “Version Control Software” and this stuff sets us sets of rules for different file types or ignoring certain files and folders.

    #166300
    Shmoo
    Participant

    Well using a replies templates as comments to blog posts is a feature for bbPress 2.7 I believe but if that feature is really key you should either [1] code it yourself or [2] look elsewhere cause waiting for 2.7 won’t be worth your time. The bbPress 2.7 release is at least one year away based on the current average development of bbPress.

    From the other point of view, bbPress is the most easy to use forum software when it comes to making changes or altering the frontend layout when you have some WordPress experience.
    I mean, I customizing the frontend of a ‘forum’ is what rocks my boat I never understand why people would use one of those most populair forum scripts out there and in the end have a forum that looks like a FORUM and completely different from the rest of the site layout. I always like it when everything, site, shop, forum and whatnot looks and feels the same as the general site.. I never create forums for mega large websites or sites that are driven by communities from the early days when you simply had to install a forum script to create a so called community. There are far better systems out there that just do that. Create communities and interaction with users – you don’t need a forum for that. Forums nowadays are generally for support only.

    Your MacRumors example is a site that was created 300 years ago based on a forum system to interact with users. Now they are bloated have to hide mega lots of content to fit your mobile screen else the site would load 12min a page.

    Myself I was making a bbPress forum today with a subject called ‘Apple support’. Just for fun not a real project. It’s just fun how easily you can alter bbPress templates and create something frontend that you didn’t know was a forum script.
    This example is my Forums index page.

    iPad
    bbPress example

    iPhone
    bbPress example

    *still work in progress..

    #166292
    DevynCJohnson
    Participant

    @robkk , thanks for everything. I appreciate the fact that you took the time to read my ideas and such. The BuddyPress and WordPress community does not seem to notice my suggestions.

    Your summary is right. However, when I say “topic auto-suggestion”, I am referring to the “bbPress Live Topic Suggestions” plugin (https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/).

    1. As for the oEmbed cache code that I use, the code is below. This is not a real fix/solution since I remove/disable auto-embedding and three shortcodes. Basically, I am making it impossible for oEmbed cache to form.

    remove_filter('the_content',array($GLOBALS['wp_embed'],'autoembed'),8);
    remove_shortcode('audio');
    remove_shortcode('video');
    remove_shortcode('playlist');

    By the way, the BBPress developers may want to consider designing the “bbp-topic-description” to look similar to the code below. I use that format on my website; the code snippet below was taken from http://dcjtech.info/topic/directx-introduction/ . The below code uses Microdata (like Hentry/Hatom and others) and is used by many search engines.

    <p class="bbp-topic-description">This topic was published by <em><span class="p-author h-card fn author post-author" itemprop="author">DevynCJohnson</span></em> and viewed 201 times since "<time itemprop="datePublished" class="dt-published published entry-date uploaded" datetime="2015-07-28">July 28, 2015 @ 06:00UTC</time>".</p>

    The BBPress developers are more than welcome to ask me for code or ask how I created/added some particular feature.

    #166276
    Robkk
    Moderator

    alright glad you solved your own issue 🙂

    you were using this plugin right??

    https://wordpress.org/plugins/bbpress-private-replies/

Viewing 25 results - 6,751 through 6,775 (of 26,866 total)
Skip to toolbar