Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 6,751 through 6,775 (of 26,874 total)
  • Author
    Search Results
  • #166500
    Pascal Casier
    Moderator

    Hi colinsp,
    By chance I arrived here on this older thread.
    I was having the same issue with some users and as I did not find any specific plugin, I wrote one myself last month. It’s based on what I needed for our forum, but if it can help, feel free to use it: https://wordpress.org/plugins/bbp-manage-subscriptions/

    Suggestions are always welcome of course.

    Pascal.

    yorcht
    Participant

    Hi, thanx but what I want is to not to have to select a forum when create a new one. Like in wordpress admin panel. Just create the new forum with short codes at the same level that others. On top. Is it possible?

    #166466
    Rob Sbaglia
    Participant

    It’s not registering the user; the user becomes a “participant” on the blog they have viewed. The only person who can register a user is me.

    Example of what happens: a blog on my multisite is http://theglobalschool.net/science/news . The only user for this blog is the administrator.

    Another member of the multiside views this blog, and immediately becomes a “participant” of this blog. I don’t want this to occur because, when students log into the site, on the toolbar they see a whole bunch of blogs listed under “my blog” which they cannot contribute to.

    I have the latest version of WordPress, and have tried deleting bbPress and reinstalling to no avail.

    Suggestions?

    #166464
    timsilva_
    Participant

    I am migrating a forum database from the latest version of SMF to the latest version of bbPress. In SMF, many posts had multiple line-breaks in between sentences, paragraphs, images, videos, etc. It appears that WordPress, and bbPress, strip out multiple line breaks and limit them to a single line break (probably to prevent people from creating giant vertical gaps for no reason that other users have to scroll through). The way that bbPress deals with line-breaks from the SMF database migration was not very clean. It was mostly just random blocks of text and sentences without line breaks in between paragraphs that existed in SMF. There were PRE tags added in sometimes, and seemingly inconsistent P tags as well. BR tags appear to have been converted into empty TT tags. I was able to correct some of these formatting issues by tweaking lots of CSS (and a little JavaScript) in the default bbPress template. At the same time, I have also tested how line-breaks work separate from the migrated database and it appears that this maximum-of-one-line-break philosophy is on purpose. I see where that’s coming from, but I want to allow it anyways.

    I have read of methods where admins (and/or other users) can manually type in br tags as html with non-breaking spaces in between them as a hacky method of moving down three or four lines for whatever reason. I don’t want to have to train users how to do something that should be as simple as press enter like in any text editor.

    How can I simply achieve this in bbPress’s default comment forms? I don’t want users to have to type in…

    <br />&nbsp<br />

    …when they can simply just press enter twice in the textarea input.

    #166461
    Pascal Casier
    Moderator

    Hi,
    It’s manual, so nothing automated, but I had more or less the same issue and created my own plugin: https://wordpress.org/plugins/bbp-manage-subscriptions/

    You can hide/order users in different ways and (un)subscribe them with a click. If you would also use bbp-private-groups, it also shows the link with those groups.

    Again, nothing automatic (and still not in it’s final version, some warnings still to remove), but we have a rather stable userbase and when a new user comes in we assign the subscriptions needed.

    Pascal.

    #166454
    Léo
    Participant

    I noticed something interesting, there is no problem when I log out using the BuddyPress widget.

    Do you have a multisite installation?
    No.

    Is WordPress installed in a sub-folder?
    No.

    What is the url you get when you try to logout?
    With the WordPress toolbar: http://original-beast.revhost.fr/wp-login.php?action=logout&_wpnonce=323d408059&redirect_to=http%3A%2F%2Foriginal-beast.revhost.fr%2F%3Floggedout%3Dtrue
    With the BuddyPress widget: http://original-beast.revhost.fr/wp-login.php?action=logout&redirect_to=http%3A%2F%2Foriginal-beast.revhost.fr%2F&_wpnonce=323d408059

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

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

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

    Anything that can cache activated on your site, server cache, cloudflare, object cache, opcode caching?
    I don’t have that.

    What hosting provider do you have?
    Revolta Hosting

    #166456
    Robin W
    Moderator
    #166452
    dealz4fun
    Participant

    as you can check this:
    http://forums.dealz4fun.com/forums/
    my font size is too low, the person should magnify to see it, so i want to know how to increase the font size.
    –> i am not using child theme
    –> i am totally a newbie to wordpress
    –> i dont know css or html or javascript

    please say me in simple words or process if possible

    #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.

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