Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 26,601 through 26,625 (of 64,518 total)
  • Author
    Search Results
  • #130908
    Gettinitdone
    Participant

    hello all

    I am enjoying working with wordpress/bbpress/s2member on a new website.

    I would like to limit all users time, except for admin, to 1 hour per day.

    Is this possible?

    Thank you

    #130907
    gopanthers
    Participant

    Hello? Help from anybody would be much appreciated, but now I’m wondering if anybody associated with BBpress actually supports this at all? A forum that nobody can see is pretty useless.

    *bump*

    #130898
    fuseful
    Participant

    Did anyone help you out here?

    Have to say bbPress support is absolutely useless – It’s a pity.

    Perhaps someone could start an “unofficial” support forum where people actually do provide support other than:

    – Ignore the issue
    – Blame the issue on WordPress
    – Blame the issue on WordPress theme

    Hope someone can help with this simple request -How to insert a text (like adsense for example) above and below the forum page !!!

    #130892
    hatherley
    Participant

    I just noticed my BBpress forum has started using different avatar sizes – And I haven’t made any CSS changes as of late, anyone have a clue?

     

    And one more thing, how do you guys add the @username below the real name on this bbpress installation? Is there an option I’ve missed?

    Thanks!

    #130886
    gabrielstuff
    Participant

    Well, this hack (https://bbpress.trac.wordpress.org/ticket/1478#comment:7) correct the 404 error :
    `
    function fix_bbp_404() {
    global $wp_query;

    if ( $wp_query->bbp_is_single_user ||
    $wp_query->bbp_is_single_user_edit ||
    $wp_query->bbp_is_view
    ) {
    $wp_query->is_404 = false;
    // Unset nocache_headers
    foreach( wp_get_nocache_headers() as $name => $field_value ) {
    @header( “{$name}: ” );
    }
    // Set status 200
    status_header( 200 );
    }
    }
    add_action( ‘wp’, ‘fix_bbp_404’ );
    `

    I tried the trunk version but didn’t get any result… Hack above fix the issue… even if it return wrong title.

    #130884
    magnuswp
    Participant

    Hi,

    So I need to locate the following text in the bbpress edit files to be able to customize them:
    – “Tagged”
    – “Viewing 3 topics – 1 through 3 (of 3 total)”

    Where can I find them, please state the file where I can find it.

    Thanks!

    #130883
    Oazar
    Participant

    It seems to me this is because the css used for styling is your theme styles.css.
    What I did is changing the bbpress css files on line 196 for this :

    `#bbpress-forums div.bbp-topic-content,
    #bbpress-forums div.bbp-reply-content {
    margin-left: 140px;
    padding: 12px 12px 12px 0;
    text-align: left;
    color: #fff;

    }`
    and this works for me for topics and replies

    #130882
    Oazar
    Participant

    All my fault !

    I mispelled the mo and po files names, now everything works fine !

    the proper files names should be : bbpress-fr_FR.po ans bbpress-fr_FR.mo for French translations.

    there are no po and mo files completed for French language in the depository, you need to do them yourself from the pot file that comes with bbpress plugin.
    I am in a hurry, so I just translated part of it (it is very long !), what appears on the website but not the admin part yet.
    No way to upload it easily in this forum, but I’ll be back once the translation is completed and will give a link to get it.

    bye

    #130877

    In reply to: Full Size Forum

    Oazar
    Participant

    hello there,

    I have the same issue, but not sure I really understood what to do.

    I found the proper no-sidebar-page template in my website theme.
    I understand I should save it as bbpress.php, but NOT Where I should place it then.
    I don’t have a child theme… so what should I do please ?

    #130874
    pcgs51
    Participant

    Is there a simple way to display Display “Login” “Logout” in the menu bar? Or is this a customization beyond the bbPress documentation?

    I know I can use a widget in the sidebar that will display this but is there a way to click word “Login” in the nav bar to go to a page with a login form AND when logged in display the word “Logout” in the menu bar (replacing the word “Login”) and either go to that page to logout or even better simply click the nav bar and logout?

    Thanks

    #130873
    pcgs51
    Participant

    Is there a simple way to display Display “Login” “Logout” in the menu bar? Or is this a customization beyond the bbPress documentation?

    I know I can use a widget in the sidebar that will display this but is there a way to click word “Login” in the nav bar to go to a page with a login form AND when logged in display the word “Logout” in the menu bar (replacing the word “Login”) and either go to that page to logout or even better simply click the nav bar and logout?

    Thanks

    TheMadcore
    Participant

    Hi.

    I have this problem in my bbPress installation. Keymasters and moderators can edit their posts, but participants can´t do any edit to theirs. When they try to edit the post and save it, it gives a “ERROR: Forum ID not found” error, or “ERROR: Forum ID is missing” error.

    Any way to fix this?

    WP Version is 3.5.1. BbPress version is 2.2.4.

    Thanks.

    #130816
    calino
    Participant

    Hi, I’ve set up a BBPress forum and played around with the CSS file a bit. I am just having an issue changing the colour of the post text. When typing in the box, the text is dark grey on black. After posting, the text appears black on black.

    This is the site: http://www.thegig-abyte.com/forums/topic/upcoming-gigs/

    I tried adding this to my CSS but it didn’t work:

    .bbp-reply-content p {
    color: #FFF;
    }

    Thanks for any help!

    #130674
    Oazar
    Participant

    Hello,

    I am trying to get the po and mo files to work so as to translate the forum into French.
    I followed the codex :

    – got both po and mo files from bbpress server,
    – renamed them to bbpress-fr-FR.po and same for the mo file,
    – uploaded them to wp-content/languages/bbpress folder, as well as into wp-content/plugins.bbpress/languages.
    – my wp-config file asks for french as well
    – changed languages folder permissions to 777

    I cleared my cache about 100 times, but well, no results, eveything is still in English.
    really don’t know what to try next.
    may you help ?

    thanks !

    #130466

    In reply to: How to delete a post ?

    There should be an option to delete the topic which user is created.
    for ex. i have create a topic This is for Test,but i want to delete this topic,how can i do this??

    #130458
    jeebeez
    Participant

    Hi

    I have just installed bbPress as a plugin to my site. I have activated the plugin and created a link to the forums through “menus” in “appearance”.
    My site uses a fixed width and has widget areas in both the left and the right side…that works well for the site as such, but when people go to the forum part I don’t want them to see the widgets.
    Whenever I create a new page I get the possibility of using different page templates (left column, right colum, full width) but I can’t get that for the forums.

    I hope I am making sense. What I am asking is, how do I change the template for the forums-part of my site, but only that part?

    Thanks in advance

    #130455
    ryandoz
    Participant

    I am having trouble with running bbPress 2.2.4 and BuddyPress 1.6.4 on the Custom Community 1.14 theme with WordPress 3.5.1 . I have disabled all other plugins and rebuilt permalinks to different structures, to no avail.
    The site is http://www.surprisecommunity.com
    When my registered users click “Submit” to enter a topic or a reply, an error page results. It seems that there is some conflict in the slug/permalink configuration. The new topic/reply will post but not before the user is shown a page like this:

    `
    0

    302 Found

    Found
    The document has moved here.

    Additionally, a 302 Found
    error was encountered while trying to use an ErrorDocument to handle the request.

    HTTP/1.1 200 OK
    Date: Tue, 19 Mar 2013 19:13:24 GMT
    Content-Type: text/html; charset=UTF-8
    Server: Nginx / Varnish
    X-Powered-By: PHP/5.3.13
    X-Pingback: http://www.surprisecommunity.com/xmlrpc.php
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Set-Cookie: bp-message=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
    Set-Cookie: bp-message-type=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
    Vary: Accept-Encoding
    Content-Encoding: gzip
    Transfer-Encoding: chunked
    `

    followed by a bunch of jibberish like this:
    `
    909
    ‹���������ÿÿÝ}kwÛF’ègûWôPÇ£x–à[²,ÙÊñ$“ÙÙ›ìdcÏÌîIru@a“€’µZý÷[ÕÏê@Pdç*±DÝÕÕÕÝÕÕõê7¿ûú¯_}ø¯ïÿÄ–ÕzžÿÛ¿ýËW¬õûÿÕïýáköŸÿúá»oÙ°7`ŠxS¦UšmâU¿ÿ§ï°Î²ªòÓ~ÿúúºw=îeÅeÿÃýÏkˆ•åǨ”5{ójÞ9þü
    oñózµ)ßà _¿~-ªwØ*Þ\¾í$›èoï¡æ³7Ë$ž³¼Èé*Ñu/×ù%¯ùy±é‡XðÙ›uRÅ DÉ/Ûôêmç«lS%›*úp“’6ßÞvªäsÕÇÆÎØleR½ýÛ‡
    `

    Any ideas about what is going on??

    Unsal Korkmaz
    Participant

    @sadr No.  Before i started to write this theme, i inspect all Bootstrap+ WordPress solutions that i can use. After i see there is no solution for me that i am happy with it, i decide to write my own theme. In Roots theme, i like their solution for Walker_Nav_Menu so i used this section. Basically only this file is from Roots theme: https://themes.svn.wordpress.org/firmasite/1.1.7/functions/nav.php

    A funny note: I was using Infinity theme as my parent theme until 2 months ago. I was using it because their option panel was letting upload images with 1 click (custom plupload implement). When they removed it, i decide to change my parent theme

    #130452

    In reply to: Codex Spam

    Chip Bennett
    Participant
    #130451
    Chip Bennett
    Participant

    Just noticed this:

    http://codex.bbpress.org/on-line-income/

     

    What’s the SOP for dealing with/reporting such?

    Erlend
    Participant

    By the way, is this theme based on Roots? Personally I’d consider this a very good thing, especially if you made sure to stay on par with it, seeing as it is a very actively developed and well supported theme.

    #130449
    #130448
    gopanthers
    Participant

    I’m hoping somebody can figure this out. I really want to start using bbpress but it’s extremely difficult for anybody guests to see the form titles to know how to post anything.

    joonymobile
    Participant

    Does Yootheme WordPress Integrate with bbpress??

    If not, can someone let me know how to fix let the dates show?

    Currently, Written by “___Blank____” Posted in “___Blank____”

    Unsal Korkmaz
    Participant

    Thank you for kind words btw @mercime and @netweb 🙂
    For bbPress people:
    this site is using bbPress 2.3-rc1 and BuddyPress 1.7 beta2 already!

Viewing 25 results - 26,601 through 26,625 (of 64,518 total)
Skip to toolbar