Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,126 through 8,150 (of 64,411 total)
  • Author
    Search Results
  • #187419
    mithrandir
    Participant

    You would have to use a conditional statement comparing against, if it is the forum archive. Depending on your theme and how bbPress has been implemented, the location of the title may vary. I am by no means an expert, but I can try my best to help out if you could provide more information.

    <h1 class="entry-title main-title">
        <?php
        // Display title on all pages except forum archive
        if (!bbp_is_forum_archive()) {
            the_title();
        }
        ?>
    </h1>
    #187407
    s1r0n
    Participant

    I recently screwed up my BBPRESS installation. After changing the URL structure of my site to remove the ‘blog’ part of the url, bbpress stopped showing up topics. I deleted all forums and threads, deactivated bbpress, reinstalled, reset the permalinks, all multiple times, and it is still not working properly. Can somebody help me completely purge BBPRESS so I can do a clean install? Tell me what I have to do

    #187404

    Topic: Remove sidebar?

    in forum Plugins
    loiruca
    Participant

    HI, I found many articles on how to remove the sidebar from bbpress pages but nothing I do works for me. I’ve already checked my theme and sidebar is enabled. I’ve tried commenting out the <?php get_sidebar(); ?> under all bbpress templates files. I’ve tried hiding it with CSS.

    The index forum pages and topics don’t show sidebar, but when I go to other pages like a user account or a tag, etc then the sidebar is there. Please, anyone, help me. I’m not sure what to do anymore.

    #187401
    mithrandir
    Participant

    I would like to integrate anonymous posting for registered users with my bbPress forum. ie. logged in users should have the ability to be anonymous if they choose to do so. The entire board is private and requires membership so guest posting is not an option.

    I have searched high and low for a plugin yet no luck. In my particular case, there are certain members who are embarrassed to post certain topics or questions, anonymous posting would give them the freedom to ask and participate without being judged by the community.

    I was hoping someone could offer there expertise and give me a nudge in the right direction, as to what would be the best way to develop such a feature, regarding which functions and files of the bbPress core i should be looking at. I am relatively new to php and programming in general and any advice/guidance would be a huge help for me.

    Thanking you for your time and help

    #187372

    In reply to: Small ticks all over

    Robin W
    Moderator

    I’d need a link to a live site, but doesn’t look like native bbpress.

    #187368
    paladinbrewer
    Participant

    I can try that. Where would I find the php for your template? Also, I sent the bbpress folder to your email that was listed on your contact. Any help you can provide is super appreciated!

    #187348

    In reply to: Forum Freshness

    melodies
    Participant

    I know that changes made directly inside the bbPress plugin will be overridden during the next update, but I’m just wondering if in the meantime there is a line of code I could change within the plugin as a temporary fix?

    …Similar to the way the person who was experiencing the same problem in the link provided above did, stating: “In my case (Pacific Time) I needed to subtract 7 hours which translated to 25200 seconds” and made the temporary fix directly inside his install of the plugin.

    #187347
    Robin W
    Moderator

    As far as I can see your theme author has rewritten some (maybe all) of the theme templates, renaming all the bbpress css codes, to harmonise in with the theme, which effectively neuters my plugin.

    It would take considerable effort to change all that to make the two work.

    I think that is as far as I can help.

    #187336
    Robin W
    Moderator

    ok, thanks – can you list the files in the bbpress folder ?

    #187334
    sbarkin
    Participant

    I created a custom page for the forum “home page”. bbPress has clickable breadcrumbs and “Forum” will load the default bbPress forum home, as such I added the following to my .htaccess to redirect the user to my custom page:

    RewriteEngine On
    RewriteRule /forums$ /the-forum

    This redirects the user:
    from: http://ok.thissiteworks.com/forums/ (bbPress forum home)
    to: http://ok.thissiteworks.com/the-forum/ (custom forum home)

    That works – but only for logged in users. When a user is not logged in the redirect does not work.

    1. Can someone advise why this would not work for not logged in users?
    2. Is there perhaps a better way to redirect the users to the custom page?
    #187332
    paladinbrewer
    Participant

    1. Nope, no caching software
    2. I set the css location and saved changes, nothing has changed that I can see?
    3. Yes my template does have a bbpress folder

    #187327
    timsilva_
    Participant

    Robin, just wanted to drop in and say that you rock! I’ve seen you and other donate tons of time to this place and ironically, I wish bbPress[.org] had a like/reaction feature so that I (and probably many others) could passively support your posts haha.


    @paladinbrewer
    – I also wish that some of these features were built in, but I appreciate elements of how it works as well. Where stacking plugins get complicated is with conflicts; every so often you’ll find two plugins/features that you need, and one of them breaks the other one somehow. Free and open-source software has its pros and cons. 😉

    #187326
    Robin W
    Moderator

    So I am trying your bbp style pack, it looks like I have a lot of options I’d like to use. Is there some particular short code I’m supposed to use? I tried:
    [bsp-display-forum-index forum= ‘46,50,52,54,56,59’]
    And in the bbp style pack settings -> Forum Templates, I changed it to “Alternative Forum Template 1” but I dont see any changes. Am I using the wrong shortcode?

    style pack will work against the standard forum code, so if you have a forum(s) displaying without style pack being activated, then it should work against that url with the changes

    ok, that is my plugin, and I’ll try to get to a resolution

    It may be as simple as closing and restarting your browser, so try this first !!

    If that doesn’t work…

    Style pack works with many/most sites, but it can fail due to a myriad of reasons, including (but no means limited to) site permissions, other plugins and most often site themes where the theme author has altered bbpress files.

    My plugin uses two different techniques to make changes.

    For some I change how bbpress sends information by changing or overwriting bbpress code, for some I change what is called css, which your browser uses to display information.

    Therefore some changes may take effect, whilst others don’t seem to.

    Additionally you may have :

    1. ‘caching’ software that speeds up the download of your site, but may not recognise and immediately make changes from my plugin
    Do you know if you are using caching software?
    2. Site permissions issues – you site might (quite validly for it) not allow my plugin to write code to certain areas
    Try
    Dashboard>settings>bbp style pack>css location
    check the activate box and set the location to
    wp-content/uploads/
    and save these changes

    For the template, are you able to look at the site files to see if your theme has a directory called bbpress ?

    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Robin W
    Moderator

    you will have a plugin in addition to bbpress that is doing file uploads, that plugin author should be able to help.

    #187323
    riggie11
    Participant

    I have WordPress ver. 4.8.2–en_GB and bbpress ver. Version 2.6-rc-3.The forum I created can be seen here:
    https://freyer.com/forums/topic/this-is-a-very-long-topic-as-i-have-loads-to-discuss-2/?csshero_action=edit_page&rand=272

    After setting up bbpress I have this search issue that when I search the forum, the results are messy as you can see above.
    Any idea where I can make changes, so the page displays properly?

    thanks,
    Riggie

    #187321
    Robin W
    Moderator

    And it doesn’t end up the same, not really. Everytime bbpress is updated now I have to hope 20 different authors of 20 different plugins also update their code in a timely manner, and if any of them decide to stop the project I now lose functionality.

    not really here for a philosophical argument – that’s the way bbpress authors (which I am not) wrote it, and as free software they should be able to write what they want.

    I just write some additional plugins which again I do for free and yes I have to update for free, and provide some support here for free.

    #187318
    paladinbrewer
    Participant

    No answer to the other ones? 🙂

    And it doesn’t end up the same, not really. Everytime bbpress is updated now I have to hope 20 different authors of 20 different plugins also update their code in a timely manner, and if any of them decide to stop the project I now lose functionality.

    #187312
    Robin W
    Moderator
    #187308
    Robin W
    Moderator

    bbpress is a lite forum which lets you add other plugins to add functionality. Therefore you can pick and choose what you want.

    so

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

    dashboard>settinngs>bbp style pack>forum templates

    2.

    dashboard>settinngs>bbp style pack>other bbpress plugins will give you a useful list, including signature

    bbPress – Mark as Read

    more follows …

    #187301
    slanglois
    Participant

    Thanks for the suggestions. No luck though.

    When I visited the URL you suggested with yoursite.com replaced with my site domain I got the following error message: ‘Sorry, you are not allowed to edit posts in this post type.’

    I was logged into my site at the time.

    I tried deactivating and reactivating bbPress plugin. Nothing changed.

    I tried deactivating all plugins. Nothing changed.

    I tried reactivating each plugin and nothing changed.

    I had this problem before and solved by updating the bbPress plugin. Things worked for a while and then one day (without any changes to the site) the forum access on the admin menu disappeared.

    Any other suggestions?

    Thanks!

    #187299
    paladinbrewer
    Participant

    Hello,

    So I am new to wordpress and bbpress. For forum usage I am very used to phpbb3. I installed bbpress + buddypress because my wordpress theme supports it, but upon playing with it, it doesn’t feel like forums at all.

    1) Why can’t I do a normal forum layout:

    Category 1
    Forum 1
    Forum 1 description
    Forum 2
    Forum 2 description
    Category 2
    Etc

    2) Where is the normal forum functionality? Signatures, Mark all as read, statistics, Who’s Online, etc

    3) No usergroups or controls? How do I set private forums? Some forums I want people to read and reply, but not create new posts. I can’t do this?

    4) It doesnt seem it even tells me which forum has new posts and which doesn’t? Maybe that’s a Theme issue?

    So is bbpress actual forums or meant for something else? Or am I missing it all entirely?

    #187296
    torpeyisgod
    Participant

    Hello all,
    For some reason, the posting form is not visible on internet explorer. it works on all other browsers.
    I am using the current version of wordpress and bbpress
    http://www.iron-bru.co.uk

    #187295
    Mushi
    Participant

    I am getting 404 error on the bbpress topic feed. For example https://www.xyz.com/forum/feed
    is working but when i try “https://www.xyz.com/forum/topic/lorem-ispum/feed” then it don’t work and takes me to 404 page.

    Can anyone help me on this please?

    Thanks

    #187292
    #187290
    roby80
    Participant

    Hi everybody, first post here! 😉

    I hope somebody can help me, since I’m having problems with the translation of a new bbPress installation… It’s kind of strange actually, because it seems to translate only part of the strings, but if I check my .mo & .po files they’re fully translated, just how it should be.

    I’ve been using WordPress for years but it’s the first time I used bbPress as well, so I followed these instructions religiously.
    (I actually only had to change the directory in which I put the .mo & .po files to wp-content/languages/plugins, since putting them in wp-content/languages/bbpress/ – I had to create this folder to try – like written in the documentation won’t work. After that I tried to put them in every other “logic” place that came to mind with no success)

    Here are a couple of screenshot to let me show my “half translated/half not” situation:
    EDIT: img’s won’t work so here are the links
    https://imgur.com/2PkKazk
    https://imgur.com/GHeexfT

    Thank you very much for any input!

    WordPress 4.8.2
    bbPress 2.5.14
    URL: http://www.guitarpub.it/forum/

Viewing 25 results - 8,126 through 8,150 (of 64,411 total)
Skip to toolbar