Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 2,826 through 2,850 (of 26,834 total)
  • Author
    Search Results
  • #206661
    wout77
    Participant

    Thanks for the suggestions. I tried deactivating various plugins and even the theme but it had no effect. I have a hunch that, even though the webhost says otherwise, it’s a server side thing… However, I found out that if I use the basic WordPress login widget and use a redirect plugin to forward all logged in users to the homepage, it all goes smoothly!
    So I guess that’s the course of action for now!

    #206653
    Chuckie
    Participant

    Just to let you know that this was a bbp style pack issue. It was discussed here:

    https://wordpress.org/support/topic/user-cant-view-their-profile/

    The latest update of bbp style pack resolves this problem.

    rhysedwards
    Participant

    I have created a theme, and installed bbPress. I followed the getting started instructions in the documentation, and added the [bbp-forum-index] shortcode to my forum page.

    Under my theme, no forum appears, nothing at all. However if I activate a default theme the forum shows.

    How do I add a forum to a wordpress theme that i created? I couldn’t seem to find anything on the internet to help with that part.

    Many thanks

    WordPress 5.2.4
    bbPress Version 2.6.2

    #206634
    neohack
    Participant

    I’m having an issue with links instead of it being keebu.com/forums/dommains there is a double forum listing as seen below!! i’m new guys to bbpress I’m using the latest install of
    wordpress 5.3
    bbpress 2.6.2
    buddyPress 5.0.0

    https://keebu.com/forums/forum/domains/

    yarnboy
    Participant

    I am trying to set up a way to manage the members listing on a client site. It appears that once a user has a bbPress role of “participant” they will always appear on the members list. I have tried removing them in a few different ways:

    • Changing their bbPress role to “blocked”
    • Removing their bbPress role entirely
    • Removing their bbPress role and ALL of their WordPress roles

    None of these items worked. The ONLY thing that worked was deleting their account from my client’s WordPress site entirely. This isn’t a great solution, for a number of obvious reasons. Does anyone have a solution for this?

    #206580
    Pascal Casier
    Moderator

    I can confirm that 1.5 was the last version of that product from what it seems and that no further development is done (technical talk: even the /trunk folder is missing so no updates could happen anymore). The plugin is now marked correctly: https://wordpress.org/plugins/bbpress-improved-statistics-users-online/

    #206577
    wilc097
    Participant

    Unfortunately my custom css-file is still not working after the update to bbpress 2.6 (2.6.2). I’ve put the custom bbpress.css file in my child theme directory in a folder called ‘css’. Are any of the links changed w.r.t. previous wordpress versions?

    #206573
    Chuckie
    Participant

    I originally asked this issue here:

    https://wordpress.org/support/topic/user-cant-view-their-profile/

    I have now found out why it happens. It has to do with the Title Case of the user name. For example, if my user name is:

    Test123

    Then I will not be able to view my profile.

    But if my user name is:

    test123

    I can view my profile.

    I don’t know if this is a bbPress 2.6.2 bug or bbp style pack bug (since I am using the latter theme templates).

    For some reason the administrator can view these profile pages despite the case issue. But not normal participants. I notice that the URL is always the lowercase slug. Are we somehow using the username rather than the nice name? Either way, this is the cause and it means many of my users can’t view their profiles as they have used Title Case in many instances.

    #206541
    Chuckie
    Participant
    #206540
    Robin W
    Moderator
    #206465
    Skulldog
    Participant

    With the recent WordPress and BBpress update I’ve run into an issue where all new posts are now being created as new posts, rather than threaded in replies, and I can’t figure out what’s wrong.

    All my previous posts are still threaded correctly, just anything new is broken now. I’ve tried uninstalling and reinstalling the plugin, dropping all plugins and shifting to default themes.

    Ideas for things to try? Or am I better off wiping and starting over..

    #206460
    Robin W
    Moderator

    Thanks everyone, I have now reported this as a error in 2.6.2

    https://bbpress.trac.wordpress.org/ticket/3297#ticket

    I’ll update when the bbpress authors take a look

    huetherb
    Participant

    Hi, I am trying to use the wordpress restAPI to get topic data. I am trying to do so via

    add_filter( ‘bbp_register_topic_post_type’, ‘enable_restAPI_bbpress_topics’, 10,1);
    function enable_restAPI_bbpress_topics ($args) {
    $args[‘show_in_rest’] = true;
    return $args;
    }

    That is to enable some functionality in another plugin.

    But for some reason, doing so causes the bbpress topic editor to alter behavior. It shows a different editor type.

    Instead of normal editor which shows a title field and then a content area below, it shows a Gutenberg block for title and content.

    But more importantly, when I submit a topic it gets saved with userid set to 0. The revision is saved with correct user id, but the post itself is saved with post_author 0.

    Any idea what is going on?

    Brian

    mvaneijgen
    Participant

    I’m updating a forum at the moment and while starting working at it I’d opted out of using the 2.6 beta version, because when testing it the feature that I need most didn’t seem to work, pagination and nested replies.

    I know this also was not supported on the older versions, but while searching for a solution I came across an article bbPress threaded (nested) replies & paging which fixed the issue for me and this didn’t seem to work on the newer 2.6 version.

    I’ve found some threads on this, but they haven’t been updated in some time.

    Is there any news on this? My site isn’t going live for some time, but if I know it isn’t on the road map I’ll have to take some measures to fix the issue for this particular site.

    #206426
    Barry
    Participant

    Hi @wout77!

    So running in a clean environment with no other plugins, etc, I don’t actually see the same thing.

    The login widget provided by bbPress is really just a simple (but customizable) wrapper around WordPress’s regular login process. Though you may not realize it, the username and password fields are simply passed to wp-login.php (and the reason you may not notice this is that a redirect is performed to take the successfully logged in user back to whatever page they started on).

    With that in mind…my hunch is that this is not a problem with bbPress, but rather with another plugin (or perhaps even your theme).

    If you are unsure what’s causing this and there are no obvious sources of the problem (such as a Captcha plugin), it could be worth doing a round of selective deactivation of other plugins and/or your theme to try and find out what’s causing this. Make sense?

    wout77
    Participant

    I have a sidebar active on all forum pages with the BBpress login widget in it. However, when you enter your username and password, you first get redirected to an extra captcha screen where you have to check you are not a robot. While that is fine for security reasons, after you check that box, you get redirected to the standard WordPress login screen where you have to enter your username and password a second time! And that feels very confusing for the users.

    So the question is: how can I eliminate that second step… is this a known issue maybe? Or am I missing a setting somewhere?

    If anybody in the hivemind has a suggestion, I’m all ears 🙂 thanks!

    The site is running all the latest versions, by the way.

    #206353
    janiszewski99
    Participant

    I can’t create a new forum.

    When I want to start a new forum, I get information:
    “Sorry, you do not have permission to edit this entry”:
    https://snipboard.io/9ThQ4W.jpg

    I am logged in as an administrator with full rights, wordpress is updated to the latest version, I installed the plugin several times and the same error every time.

    What is wrong? Why can’t I add anything?

    #206349
    Clivesmith
    Participant

    Hi Andreas,

    I use bbress voting plugin https://wordpress.org/plugins/bbp-voting/

    You can see it in action at wateratairports.com

    I have it so it will order according to the vote as well.

    Clive

    #206338
    Robin W
    Moderator

    @cassel – I’m continuing to dig into your sub forums – do you know what php version you are on ?

    EDIT : If you are running style pack, you can see this in

    dashboard>settings>bbp style pack>plugin information

    Otherwise (for others ) if you don’t know how to find out, can you install this

    Display PHP Version

    and you can see from the dashboard – you can disable and delete the plugin once you have done so

    #206334
    newwper3
    Participant

    Hi,

    I know how to FTP a file and I using a child theme in my wordpress.
    Could you teach me how to remove it?

    #206329
    Chuckie
    Participant

    The ALT + SHIFT + M hotkey does not work inside the editor of bbPress (even though I have the media plugin enabled and the functional button on the toolbar.

    I raised this both on TinyMCE GitHUB:

    https://github.com/tinymce/tinymce/issues/5223

    And WordPress:

    https://wordpress.org/support/topic/insert-media-hotkey/#post-12174886

    TinyMCE support said:

    TinyMCE doesn’t provide any shortcuts for the image, nor media plugin by default so this is likely an issue with wordpress or wordpress plugin you’re using. Since there is nothing we can do to fix the issue, I’m going to close this and suggest you log an issue with wordpress or wordpress plugin directly.

    WordPress support said:

    AFAIK that hot key is unique to the post edit screen only when using the classic editor. It’s not the editor itself that it’s tied to, but the edit screen for posts. If the block editor had a media button it would probably still work there. However, the bbPress forum post screen is not the same as a WP post edit screen. You would need some JavaScript code that listens for the specific keyboard event and when it occurs, launch the media modal.

    Therefore, it sounds to me that bbPress needs some tweak to cater for the advertised hotkey for inserting images. Can this be considered please? All other hot keys are functional.

    Thank you.

    #206251
    tapiohuuhaa
    Participant

    Would it be possible to create share functionality for each replies like

    https://www.sanaristikkofoorumi.net/wordpress/wp-content/uploads/2019-11-24-21.59.59-keskustelu.suomi24.fi-23ec2cec98bd.png

    (Jaa = share).

    I would try it myself and give some code to add, if I would get some advice how to do it.

    #206214
    Chuckie
    Participant

    I created a new topic today:

    https://www.publictalksoftware.co.uk/support-forums/topic/is-it-possibly-to-modify-1st-2nd-3rd-translations-on-the-new-s-89-template/

    It is a private forum post. I used TinyMCE editor and it has:

    – Paragraphs
    – Table
    – Background colour
    – Code snippets
    – Heading 3

    I hit “Submit” and the topic looks good.

    I click “EDIT” and alot of all the underlaying HTML is stripped.

    So I hit BACK in my browser. I set the default editor as TEXT and then I clicked EDIT and this time the whole text showed in the TEXT editor.

    Why did the TinyMCE editor strip the content?

    I am using:

    – WordPress 5.3 (it uses TinyMCE 4.9.6 internally)
    – bbp Style Pack
    – TinyMCE ADvanced
    – Advanced TinyMCE Configuration

    I seem to recall I used to have the same problem in general in Wordress when editing posts that had code in them would show funny. I really don’t know enough about the mechanics of the whole system to know where to look or who to direct the issue towards.

    If anyone can replicate this problem or can direct me to a resolution I would be grateful. Thank you.

    Pascal Casier
    Moderator

    @maksanse
    As indicated, the best option would indeed be to restart a correct import into a database with the proper characterset. If this is not an option then indeed there are plugins that replace in the DB. Some examples: https://wordpress.org/plugins/search/search+replace/
    One main remark: do this in a test environment first and always make a backup of everything before launching it

    #206195
    Chuckie
    Participant

    I still have a bug with the inserting of videos. If I am creating the topic / reply as an ADMIn then the code is correct:

    <video controls="controls" width="300" height="150">
    <source src="https://www.publictalksoftware.co.uk/videos/forum/pts-test-video.mp4" type="video/mp4" /></video>

    When you hit SUBMIT the video can be played etc.

    But when you are NON-ADMIN and hit SUBMIT the outer chevrons of the inner SOURCE tag get escaped. I don’t know where this issue lies:

    – WordPress 5.3?
    – TinyMCE Insert Media Plugin 4.9.6 ?
    – bbPress 2.6.2?

Viewing 25 results - 2,826 through 2,850 (of 26,834 total)
Skip to toolbar