Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,476 through 9,500 (of 64,526 total)
  • Author
    Search Results
  • #181873

    In reply to: Ayuda del Plugins

    u_Oi
    Participant

    Hi,

    1.- What you mean with overlap? Do you want to put together both fields? Debates are topics, and Publications are topics and replies.

    2.- You can translate bbPress using pod files:

    bbPress in Your Language

    Also, you can visit this page about bbPress in Spanish

    Suerte!

    #181871
    u_Oi
    Participant

    Thanks for the answer @benklocek

    I am still looking for the right code, I will post here once I got it 😉

    I was thinking what could be the best way…

    1.-Create a custom role and then use the name of role to translate it. (I am doing this.)
    2.-Give to spectator role the participant´s capabilities and then translate it.

    I need two participant roles, with differents name. Just to make more fun the forum style. Just like the ticket about “Add CSS class for user roles in topics and replies”.

    Regards,

    #181862
    Robin W
    Moderator

    ok, could be lots of things wrong

    try https://codex.bbpress.org/getting-started/troubleshooting/

    #181833
    dropshot
    Participant

    Hi,

    According to codex https://codex.bbpress.org/getting-started/before-installing/bbpress-user-roles-and-capabilities/ Moderators should be able to publish and edit forums.

    This seems to be a bug cause they can’t. I’ve been reading a bunch of topics now and it seems like this has been a bug for more than FOUR YEARS. Why hasn’t codex been updated??

    I’ve seen hints pointing out that moderators can actualy publish forums on front end with shortcode [bbp-forum-form] – this works but they can still not edit forums.

    I’ve tried to edit the keymaster role and disable access to global forum settings but this didn’t work. There are a bunch of capabilities for every single action of bbpress. And then there is on huge capability for a monster amount of actions. This capability is keep_gate. When I disabled that for the keymaster role I managed to disable acces to global forum settings but acces to publish and edit forums was also disabled.

    I want to achieve a role that has ALL the keymaster capabilities except from access to admin pages bbpress (global forum settings) and bbp-repair.

    Is there anyway to do this?

    Thanks!

    #181832

    Topic: Ayuda del Plugins

    in forum Plugins
    egimen25
    Participant

    Hello, I have been playing with the bbpress plugins in locahost, all good except for the following:

    1.- Overlap of the fields DEBATES and PUBLICATIONS in the page of forum
    2.- How to modify the texts of the fomulario beginning of section of forum, Example:
          Remind me to change it by Remember my password
          Registration modified by Register account
          Password lost by Restore password.

    Thank you for your help in correcting the solution.
     
    regards

    #181831
    phil49
    Participant

    Hello Robin,

    Sorry, I got your email only this afternoon due to a problem with my email…

    The bbpress.php file is located in :

    www/wp-content/twentyseventeen/bbpress.php

    I also put a copy in the child theme folder I’ve created here :

    www/wp-content/twentyseventeen/childtheme/bbpress.php

    Regards,

    Philippe

    #181804
    mapofemergence
    Participant

    @jpvanmuijen I started looking at how bbPress works under the hood just recently, so I’m learning these things just by looking into the code and trying to guess. I’m glad I didn’t give a wrong hint 🙂

    I’m not sure if there’s any higher-level logic wrapping this in bbPress functions, though; any experienced bbPress guy is more than welcome to expand on this: I’d be happy to know if there’s a better way.

    Hopefully, with the REST API this sort of tasks will become pretty straight forward 🙂

    jcuti
    Participant

    Hi, thanks for your reply but it did not work for me. I have only activated the pluguin bbpress and I activated the theme twentyfifteen.
    Any other options? I have also proven it with a clean wordpress install. 🙁

    #181797
    mapofemergence
    Participant

    Hi everybody,
    I was actually starting a topic about this, a few days ago, but my post contains a bunch of links (more than 3) to help contextualize the discussion and it’s still pending approval.
    If moderators can help with that, the link to the topic is:
    https://bbpress.org/?post_type=topic&p=181440
    (I hope it’s not a problem to link it here; in case, feel free to delete or edit this reply)

    I was trying to start writing a first version of a REST API too, as I missed the latest posts by Pascal. Also, I looked for existing code here:
    https://github.com/ePascalC/bbp-API
    but found only empty files. Am I missing something?

    Anyway, I downladed the plugin and checked the code there.
    Mine differs a bit as I was using BP-REST as a starter: I saw they had an extensive discussion about how to frame the whole work and structure it for the longer term, so I thought it was a good idea to take that into consideration.

    If you think we might join efforts on this, let me know; I have limited time to invest on this but I’d be pleased to give my contribution whenever I can.

    Cheers,
    s t e

    #181787
    hemmel
    Participant

    Hi,

    I just transferred my phpbb forum to bbpress. The conversion went well, but I can’t figure out how to add the login option.

    Site is here:

    Trouble Every Day

    I added Widget Logic and added the login and search widgets into the subsidiary, but nothing is showing up.

    Any help would be much appreciated!

    #181780
    Robin W
    Moderator

    sorry, missed that you were using wp tweaks which adds this sidebar. This plugin has no support, and doesn’t work with several themes by the look of it.

    suggest you try

    https://en-gb.wordpress.org/plugins/widget-logic/

    the logic for forum pages is

    is_bbpress()

    for a widget to only show on forum pages

    and to exclude from forum pages is

    !is_bbpress()

    #181779
    Robin W
    Moderator

    ok – where is the bbpress.php file – ie what directory?

    #181778
    Robin W
    Moderator

    twentytwelve does not have a bbpress widgets sidebar as standard – do you know how you got this?

    #181777
    caseynmiles
    Participant

    I just took over a WP site that uses bbpress for the forums. I cannot figure out how to edit the text right above the list of forums that starts “All forums are reserved for…”

    Here’s a link to the page:
    cwshrc.org/resources/forums

    Suggestions?

    Robin W
    Moderator

    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

    #181772
    dropshot
    Participant

    @JohnJamesJacoby

    The problem is if you create a page with the same slug as your forum index and insert the forum index shortcode, this page will just be a page that happens to contain bbpress content. It isn’t a real bbpress page.

    If you would like your index page (mysite.com) as your forum index how can you make that a real forum page? NOT just a page that contains bbpress content.

    You can’t set your forum root index to nothing cause this will make default value (forums) to reappear. Of course you can 301 redirect /forums to index page. But as mentioned, this will display a page with forum content. NOT a real forum page.

    Appreciate any kind of suggestions.

    #181763
    mpnuu
    Participant

    I’m new with the WordPress and building my first webpage. I have installed bbPress and bbPress WP Tweaks plugin and created Forum page. Forum appears on forum page, but login sidebar widget does not. bbPress sidebar area is showing on Widgets settings and I have added login widget to it. Still sidebar is not showing on Forum page. If I add login widget to main sidebar widget area, then login widget will show on every page. Why bbPress sidebar widget area is not working? Is this a bug? I have tried this with many WordPress themes with no luck.

    I’m currently using WordPress 4.7.2 with Twenty Twelve theme and bbPress 2.5.12-6148.
    My website is not yet public.

    #181755
    phil49
    Participant

    Hello Robin,

    Thanks for the reply again.

    I pasted the code in the additional Custom CSS section in WordPress, indeed I immediately noticed that page width was wider by about 1/5.

    However, the “bbpress.php” template was… not affected ! 🙁

    I tried copying the code in the style.css in the child theme previously created, but same thing no wide page again !

    As I noticed since the beginning, ALL the site pages, I mean the one managed by this epoymous section in WordPress ARE affected by any additional CSS code, BUT NO page in the forum section with the “bbpress.page” Template are concerned by any modification !

    It’s as if so long as there’s no modification on the bbpress.php code or it’s CSS, nothing could happen !

    Yet, as mentioned earlier, in the child theme I’ve created, I added as explained in this forum : http://www.designbombs.com/master-twenty-seventeen-wordpress-theme/ , the following files :

    1 style.css file
    1 page-full-width.php
    1 function.php

    Was there any other operation I should have done ?

    For instance, should I try something with the Bbpress-style-pack I’ve installed a few weeks ago for another purpose but that includes a CSS section ?

    I don’t really understand what I’m supposed to do, the explanation is not quite clear to me !

    It’s explained that it will create a “bspstyle.css” file but what will be the impact on the whole site as I just want to alter page width ONLY on the forum pages, the other pages have the adequate width !

    Kind regards,

    Philippe

    #181754
    expat
    Participant

    How to display bbpress like other forum scripts?

    ie in hierachical display ?

    Top forum 1
    -next level
    –second level
    Top forum 2
    -next level
    –second level
    Top forum 3
    -next level
    –second level

    but as links under the Top level ones,

    #181753
    atonyk
    Participant

    @venutius, I agree with that. It’s a headache for activity moderators. It would be great if the published activity was updated if the bbpress topic/reply is updated.

    #181746
    Robin W
    Moderator

    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

    if it looks like a theme issue then try

    bbpress wp4 fix

    or

    bbpress wp4 fix2

    #181744
    Robin W
    Moderator

    yes it will get your admin back.

    Then :

    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

    #181743
    dropshot
    Participant

    Any one? Please…

    How do I create a custom index page that is actually a bbpress-page and NOT an ordinary wordpress page that happens to have bbpress-content in it?

    The problem with the suggestion that Robin offers is that his own plugin (bbp style pack) won’t recognize the custom page as a bbpress page.

    If I’m being stupid and missing something obvious please let me know.

    Cheers!

    #181741
    whitecedar
    Participant

    Thanks Robin, If I do that, how will I get bbpress working again? Won’t that just deactivate the plugin?

Viewing 25 results - 9,476 through 9,500 (of 64,526 total)
Skip to toolbar