Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,126 through 29,150 (of 64,518 total)
  • Author
    Search Results
  • sidhvijay
    Participant

    same issue here. How to fix it.
    http://www.fosspedia.com/forums/

    #119715
    LabSecrets
    Participant

    What do you mean mendesites?

    #119714
    mendesites
    Participant

    ha legal!

    #119711
    chibichiii
    Participant

    @do7d

    Your site looks amazing! Forum is very beautiful too.
    Is it truly a bbpress forum? I can’t seem to get mine to look even half as awesome 🙁
    I’d like to have my freshness column just like yours and my sub forums showing like that.

    #119706
    andylightpoet
    Participant

    I Recently changed from stand-alone bbPress 1.1 to the Plug-in Version 2.1.2. I was able to perform the import ok, but when I post new topics or replies they don’t show up unless I go onto the admin side and re-save the forum or the topic. Then everything looks ok. The problem is the same using the TwentyEleven theme. I have tried turning off each of my plug-ins to see if there is a conflict, and refreshed various settings such as saving Permalinks and Repairing forums to no avail. Any suggestion for other things to check/change would be most welcome. Thanks in advance for replies.

    @ridecbrcom-1 – Not cool. Bully people in your own forums, not ours.

    #119691
    zaerl
    Participant

    Probably the problem here is that your CSS is included the wrong way. Long story short: if a permalink is used and the style is included with a relative path then the browser will try to retrieve the CSS from the apparent folder. Let’s make an example in order to circumvent my horrible english. This page URL is: https://bbpress.org/forums/topic/style-changes-after-modifying-slugs/

    If I include a CSS in this way:

    [link rel=’stylesheet’ href=’style.css’ type=’text/css’ /]

    the browser will try to download:

    https://bbpress.org/forums/topic/style-changes-after-modifying-slugs/style.css

    which is obviously wrong. Check your page source and maybe trace an eventual 404 error with Firebug. Or provide me a link to your forum and I will check it for you.

    Shane Gowland
    Participant

    Why don’t you just use the code from the snippet you have? Just replace the printf() that outputs the role name with an echo(‘<img src=..) to output your badge instead.

    With all the time you spent bumping this topic and being a condescending prat; you could easily have learned the required single line of PHP.

    I’m confused about what you’re trying to do. You’ll really want to stick to using the functions included with bbPress rather than trying to build your own MySQL queries to connect things.

    bbPress uses a bunch of additional post_meta to connect forums, topics, and replies together. It also keeps counts in post_meta of how many topics and replies live inside any forum or topic. When things are off, they’re really off, like you’re showing in your link above.

    My advice:

    • Use bbPress core functions.
    • Use the WordPress import/export tool if you’re moving between installations.
    • Look at the bbPress functions for inserting forums/topics/replies, and use those as your guide if you still plan on building something custom.

    In future versions, I’ll likely clean up some of the post_meta code, so it’s all in one place and easier to grok. Much of it was written as it was needed, so the post_meta isn’t super organized.

    #119674
    relandpigte
    Participant

    For those bbPress users who’s having trouble integrating it to their “Thesis framework”, install this plugin “bbPress-Thesis compatibility pack” and the forum should be fix/visible.

    bjstone906
    Participant

    I deleted the bbpress folder from the server and then reput all the same files and reactived it. Eveything seems to be working fine now.

    George
    Participant

    Wow, you’re as helpful as a CNN blog comment, useless.

    This is a bbpress function, so i’m asking here. WordPress forums would say to come here.

    Go troll youtube or something.

    BUMP

    #119662
    zaerl
    Participant

    WordPress and bbPress use $_SERVER[‘HTTP_HOST’] here and there and this is a bad thing if a reverse proxy is involved.

    If you are using Apache mod_proxy use:

    http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypreservehost

    If you’re an nginx guy go with:

    proxy_set_header Host $http_host;

    Also check if you are using HTTP_X_FORWARDED_HOST in the correct way, in order to get the “real” IP address of the request.

    Do not touch bbp_verify_nonce_request.

    #119661
    laprek
    Participant

    I would be very grateful! Please let me know when you do this.

    #119660
    Gary3000
    Participant

    You can add it to the page via bbPress shortcodes.

    https://codex.bbpress.org/shortcodes/

    #119658
    rixtertrader
    Participant

    Hello.

    I’m putting together a membership site that is to contain a forum page (or two).

    OptimizePress has templates, where one is called the Members 1 No Sidebar, which is suppose to be good for adding a forum.

    So I created a PAGE called “Forums Page”.

    I installed bbPress plugin and created a couple of forums.

    My question is, how do I add the forum onto my “Forums Page”?

    Thanks.
    Rich

    #119654
    Stephen Edgar
    Keymaster

    This markdown/code plugin here on bbpress.org has got to go or get fixed 🙁

    In theory by adding lines 14 to 26 to ‘somewhere’ eg. the footer as you suggest should work.

    With all that said though it should be working as is so if that doesn’t there might be another underlying issue that is stopping the pagination working on your site

    • This reply was modified 13 years, 6 months ago by Stephen Edgar.
    • This reply was modified 13 years, 6 months ago by Stephen Edgar.
    #119645
    Stephen Edgar
    Keymaster

    Hmmmmm… What about pagination-replies.php?

    #119642
    Stephen Edgar
    Keymaster

    Have a look in /wp-content/yourtheme/bbpress/loop-replies.php and make sure you have the following lines included which will then include the pagination links.

    You should see respectively at the top (Trac Source)

    and at the bottom of that code (Trac Source)

    (The missing text when editing a reply is already patched for the next release)

    #119640
    IanSymonds
    Participant

    I forgot to click the notify email box. just a quick note here. then I’ll do it.

    #119639
    IanSymonds
    Participant

    Hi

    WP: 3.4.2
    bbPress: 2.1.2

    When I activate bbPress, the editor on my currently existing pages and posts does not work.

    Symptoms:

    • The “kitchen sink” toolbar is no longer displayed.
    • The text in the editor panel (“Visual” tab) is white HTML on a white background.
    • When adding a new page or post, the toolbar appears ok
    • When adding a new forum or topic in bbpress, the toolbar appears ok

    If I deactivate bbPress, I can edit existing pages/posts with the editor working correctly.

    Environment.

    This is a brand-new wordpress 3.4.2 installation
    bbpress 2.1.2 just installed.

    No other plugins or themes are yet installed.

    Thanks for your help.
    Ian

    #119638
    Stephen Edgar
    Keymaster

    Are you using custom templates (copied bbPress templates to your WordPress theme folder) or have you just tweaked the bbpress.css to match your theme?

    Also what version of bbPress are you using?

    #119637
    Stephen Edgar
    Keymaster

    Sorry about that, I’ll try to have a look at adding some extra docs on customizing that example.php to help others ‘roll their own’ importer.

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