Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 5,176 through 5,200 (of 26,837 total)
  • Author
    Search Results
  • #177773
    Stephen Edgar
    Keymaster

    Hi @roozbehrah, we try to fully support RTL languages.

    The bbPress translations are an indicator of that, Hebrew and Arabic are also RTL languages and as far as I am aware there is no issues with URLs with these RTL languages.

    https://translate.wordpress.org/projects/wp-plugins/bbpress

    There is also this plugin that uses numeric permalinks, i.e. “topic/forum ID”:
    https://github.com/korobochkin/bbpress-permalinks-with-id

    If you could add some further explanation and examples of how bbPress could support RTL locales and URLs better I’d be happy to add these improvements to bbPress 🙂

    #177762

    Topic: Feed Not Found

    in forum Installation
    Zeeshan Asghar
    Participant

    i use Feed WordPress plugin in our 150 above websites. but now i am facing problem on our Password Protected Feeds URL’s in WordPress 4.6. when i update Feed, it showing error: “A feed could not be found at http://feeds.feedburner.com/abc-Education. This does not appear to be a valid RSS or Atom feed”. When I remove password on feed, it syndicate properly. Please help.

    #177743
    Robin W
    Moderator

    seems to be too hard a question !

    For whatever reasons 2.6 doesn’t seem to be progressing, and no-one seems able to tell us why. JJJ seems to have disappeared from the authors of bbpress.

    I think you can have two attitudes to this.

    1. That bbpress id dead, and going no-where
    2. that bbpress is mature, and that there are lots of plugins out there which add the functionality that you need, built on a stable solid base.

    Given FB, Twitter, Instagram, pinterest etc. it is easy to see forums as yesterday’s technology, but the content in the list above seems to be transient, with no sorting, logic or permanence. Read and forget.

    With forums you get logic, easy to read threads, and search capability – so I think forums still have their place.

    So if you are like me, you have bbpress, but also have several other plugins (including my own published ones) that give my forums the functionality they need.

    so go into wordpress plugins and search for both bbp and bbpress to see what is available.

    #177740
    Robin W
    Moderator

    you can use the sidebar that your forum page is displaying – if it is showing one then read the rest of this, if not then come back !

    If you want specific items for bbpress and maybe others on other pages, then add https://en-gb.wordpress.org/plugins/widget-logic/

    and then use

    is_bbpress() as a condition for widgets to be shown and !is_bbpress() for widgets that you don’t want on forum pages, but do on others.

    #177733
    cinges
    Participant

    Hello,

    Im trying to build bbpress forum with some tutorial. I am stuck at sidebar login widged, etc. In wordpress widget menu there is no any bbPress sidebar to add bbPress addons. Iam using Zerif Lite theme, but its not working with other and default themes. Am I doing something wrong? Can you help me with that, I can give you more informations, if you want, just ask.. Thank you very much.

    Cinges

    #177731
    pinkcat85
    Participant

    Hello everyone,

    I created two forums.
    I would like to know how to change color to one of the two.

    bb version: 2.5.10
    wordpress: 4.5.2
    template: stability responsive multiporpose

    Thanks to anyone who can answer

    #177727
    Robkk
    Moderator
    #177720
    Robkk
    Moderator

    @robin-w

    Oh no problem Robin. 🙂

    I should have stated its just my opinion that we should try to help users that may come across “forum page” related issues by creating a guide in the codex to better explain how to do it, and show how helpful it would be, but more importantly stop all these similar issues users would get that I see in these forums all the time, so that us moderators do not have to repeat ourselves or try to guess what could be causing an issue.

    You can either change recommended in my earlier statement with required. As it is not required during setup. I am sometimes terrible at choosing the right words to explain what I mean. Great that you pointed that out Robin!

    And although yes, it is recommended for further customization of a users forums in the settings. Like I said, my opinion is that the “forum page” is not recommended, until most of the user generated issues are laid out with possible solutions for users in a new guide, and either we or anyone that wants to can make a trac ticket to avoid these type of issues all together, and improve the bbPress plugin user experience.

    I would like to talk to you privately through email if you have time, about improving your codex guides also, and I do not want to butt heads with you over just some guides.

    Edit: Created the ticket https://bbpress.trac.wordpress.org/ticket/2993

    Robkk
    Moderator

    Is the TinyMCE editor showing in your regular topic forms as well?? If not then you would have to just enable Post Formatting in Settings > Forums.

    What specific code did you use to enable the visual editor.

    Does the forum form page work fine in a WordPress default theme like TwentySixteen. If not this could be plugin related. If it works fine then it is theme related and some function in your currently active theme could dequeuing bbPress scripts.

    If it is plugin related it could be a plugin that dequeue bbPress scripts unless its on forum pages.

    It might be possible to come across this issue while trying to minify or combining JavaScript files too.

    #177708
    Robin W
    Moderator

    @Robkk

    I usually do not say use a “forums page” as it is not recommended during setup

    1. Can’t see where it is not recommended -Indeed in dashboard>settings>forums it says “Customise your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.”

    2. There’s a massive difference between recommending something and saying ‘it is not recommended’ As far as I know bbPress is just neutral – either works fine.

    #177705
    Robkk
    Moderator

    I was just pointing out that its possible that you may need to use another conditional as well if you did create a “forum page”.

    So you would possibly need another conditional for a user created “forum page”. If you didn’t already make sure that the “forum page” was set to have the same page slug as the default forums slug in your site set in Settings > Forums.

    An example of the additional conditional you would use would be is_page{1} where “1” is the specific page ID of your “forums page”.

    if (!is_bbpress() || is_page(1) ) {

    You can also use is_page(‘forums’) as well instead.

    https://developer.wordpress.org/reference/functions/is_page/

    I usually do not say use a “forums page” as it is not recommended during setup, but it could be useful to workaround bugs that I think usually happens when using a Genesis theme, but I guess use it until the bug is fixed in bbPress/Genesis. Well if there is still a bug.

    I would contact your theme developers support since you have a paid theme, and they can help you better since they understand the code in that specific theme, and only if you really want to dig into the code and modify it like your trying to do, or you can just use a plugin like Widget Logic to use a conditional to hide/display widgets depending on certain conditionals like is_bbpress() and is_page{}.

    #177698
    cgyt3ch
    Participant

    Hi everyone,
    I’m still very new to wordpress but i’m quite liking it so far beside a few bugs i’m having.
    I’m building a discussion forum right now and i’ve noticed that if I create more than 6 child forum the parent forum link stops working, and then add one more and the first child forum link will stop working, then if I add one more, the first 2 stop working etc.
    Anyone has an idea how to fix this?
    my site is landlordexchange.ca if you want to test it out

    themichaelglenn
    Participant

    @siparker @natesirrah Thank you both for your work on this plugin! Any news on where the current project stands? I’ve just used siparker’s github plugin and it seems to be work, but if there’s a better, improved version, I’d love to know about it and/or help test it.

    I’m working on migrating a site that I’ve had up for just over a year, from Joomla 3.4 to the current version of WordPress. I use Kunena forums, and by making some slight modifications to siparker’s plugin on github, I was able to set my bbPress URLs to match the structure Kunena uses, namely:

    forum/forumName/topicID-topicName

    (I don’t think they actually use forumName, topicName, etc., that was just the easiest way for me to write it out)

    so that when my forums are set up like this:

    Forum = Final Fantasy VII
    Topic = Cloud’s Limit Break

    I have, for example:

    forum/final-fantasy-vii/143-cloud-s-limit-break

    I should tell you that the only experience I have with php is a couple of 4-hour courses on udemy (in other words, not that much…) Still, by very carefully changing or removing one line at a time, I was able to produce the desired result.

    One thing that didn’t quite work out, though, was forums within a top-level category. For example:

    Top Forum = Square Enix
    Child Forum = Final Fantasy VII
    etc.

    The URL for the child forum is now

    forum/square-enix/final-fantasy-vii

    and I want it to be

    forum/final-fantasy-vii

    The interesting thing is that the topic “Cloud’s Limit Break” still shows as

    forum/final-fantasy-vii/143-cloud-s-limit-break

    which is the URL structure that I want, when someone clicks on a topic, so I’m happy with that.

    But I can’t seem to figure out how to remove the parent or top level forum from the forum URL.

    Everything I’m doing is on localhost, as I don’t want to change my site over to WordPress until I’ve got all the details worked out, and I’m brand new to web development so I’m not sure exactly how to share my code with you guys, or if I need to share it all or perhaps just a part of it? So if you can help me with that, I’ll be happy to share.

    Meanwhile to any bbPress devs following the thread, I want to say thank you for all that you do, and please consider making this permalink option part of the bbPress core!

    I have been wanting to move from Joomla to WordPress for months, as I tend to believe that WordPress is overall easier and better for me and my users, and one of the few things that’s prevented me from making the move was the lack of options in bbPress permalinks. I strongly agree that the URL for a topic should include the name of the forum that topic resides in. (Or at least, admins should be able to choose that option, if they want it.)

    #177692
    Scott Hartley
    Participant

    I feel like this should be directed to their page..

    https://wordpress.org/support/plugin/all-in-one-seo-pack

    I will say though that this is a common issue with bbPress and BuddyPress when it comes to SEO tools. They need to find a way to get proper meta descriptions and titles without borking everything :p

    #177682
    evanevans333
    Participant

    Ok, on the above theory, I got it to work. Well the functionality anyway. I still can’t seem to mod the caps of Participant role.

    But, what I did was use the plugin: “bbp private groups”
    https://wordpress.org/plugins/bbp-private-groups/
    and set the forums I wish to be private, to PUBLIC (ironic and backwards that is) in the bbPress Forum Attributes for a Forum, and in “bbp private groups” assigning the Subscriber role to the bbp Private Group “role” of GROUP1 (which I aptly named Subscribers). Additionally you need to set a user to that GROUP1 and select the option in “bbp private groups” to add users to that GROUP1 anytime they login (or you can manually in bulk update everyone (or just those matching a particular role) to have that permission).

    #177678
    evanevans333
    Participant

    I’m starting to get the feeling, that because Forum Roles are not meant to handle Forum privacy (as per the bbPress spec), that I am supposed to set their privacy to Public and use some kind of FORUM PRIVACY plugin to make sure the content doesn’t get leaked out to Google and anonymous web surfers. Is that the intention of bbPress? It seems that’s all we got to work with. Participant role is not supposed to be for wordpress Subscribers apparently. You need to become something else, to read topics and replies inside forums marked private, and I guess shouldn’t mark a forum private with bbPress unless it’s supposed to be private for Moderators and Administrators.

    That seems so … ridiculous if you pardon my French. That Forum Roles are not for forum privacy, but more for Forum administrative privacy.

    If I might back up for a moment, what I’m trying to achieve, is that Forums that I set to Private, contents are not visible by anonymous/bots/spiders, but are visible to registered users of the website (Subscribers, which I can set to automatically default to the Participant Forum role inside bbPress settings). It seems a sane, rational, logical concept. But I do see that this issue has been going on for YEARS.

    #177671
    Serchgdl
    Participant

    As always apologize for my English, it is a translation from google translator. Searching google I got an answer of course to bbpress forums.

    The patch works, provided that the issue of the response is made by the author. If it is effected by a moderator or administrator keeps repeating in the line of activity

    I looked directly into buddypress forums, but as is almost always the subject had no answer, linking to the core or incompressible explanations and as always in this forum recommend hiring a developer and close the issue. It seems that they forgot the essence of wordpress: Community.

    In fact it seems that in the future buddypress will be absorbed by bbpress. It’s just my appreciation and sorry to say nonsense.

    WP 4.6
    bbPress 2.5.10
    Buddypress 2.6.2

    The patch works, as long as the issue is made by the author.

    Regards

    #177660
    titis14
    Participant

    I’m returning a value #ffffff in number 3 and # ed6136 value in the number 5 but the number 3 does not apply, it put color number 5.

    #177659
    titis14
    Participant

    The number 5 also changes the color of my link (date, user ..)

    HorrorUK
    Participant

    Is it possible to transfer a freeforums.net forum to bbPress?

    I am working with an organisation who created a freeforums.net account a short time ago and have convinced them to use WordPress, but we need to get it transferred over.

    Thanks.

    #177650
    Robkk
    Moderator

    There might be a bug, because on GlotPress everything is good, its just not in that Dashboard widget.

    We do ditch our own dashboard widget and merge the stats into the Default Right Now Widget in WordPress in version 2.6 though. So in the future this hopefully won’t matter.

    Will contact someone for help.

    #177645
    evanevans333
    Participant

    I came across this in a thread.
    https://wordpress.org/support/topic/not-working-for-bbpress-rolesWould that be somehow useful? Probably not.

    /**
     * FORUM - Role map
     * bbPress has its own internal ("dynamic") Roles, so we map our real wp roles to bbPress.
     */
    add_filter('bbp_get_user_role_map','my_bbPress_role_map');
    function my_bbPress_role_map($role_map){
    	$role_map['student'] = bbp_get_participant_role();
    	return $role_map;
    }
    #177643

    Topic: Threaded layout

    in forum Themes
    xmanca
    Participant

    I’m returning to WordPress after years and found bbPress as a potentially good option to convert an old forum while converting the site to use WP. What I specifically need because of user mandate is threaded topics but they need to be in a specific layout. The default for bbpress when I enable threading, is kind of a hybrid flat/threaded. What I’d like to achieve is to have the individual posts display on a page with the thread below in the form of a thread of links to those posts/replies within the thread. This is specifically what my established users are accustomed to and what they demand. The forum goes back almost two decades (original threaded forum styling) and many of the users are original members so they don’t want any fancy, newfangled flat forums…

    I’m confident that I can create the database script to do the forum migration of posts/thread/users into WP/bbPress but need some insights for achieving layout issues. Can I get some help / insights for achieving this layout? Thank you in advance.

    Paul

    #177640
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    kkpb8084
    Participant

    Hi, can anyone help?
    I cannot find the answer to my query from searching this forum and google.
    At the moment, people need to enter a name and email to post a topic, or reply to a topic, on my forum (http://psychiatryadvice.com/).

    I would like to replace that with what they have at this forum: http://www.econjobrumors.com/
    They seem to generate a random 4-digit code for each person posting. I am aiming for anonymity in my forum too.

    Does anyone know how I can do this please?
    Thanks very much!

    I’m using:
    Wordpress v 4.5.3
    bbpress v 2.5.9-6017

Viewing 25 results - 5,176 through 5,200 (of 26,837 total)
Skip to toolbar