Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 5,776 through 5,800 (of 32,522 total)
  • Author
    Search Results
  • #179371
    Stephen Edgar
    Keymaster

    Also, I just learnt that if your themes header.php contains lang="en" that will cause issues, see https://bbpress.org/forums/topic/unable-to-change-language/#post-179361

    #179361
    ngp130895
    Participant

    I found out that because in the header.php in my theme, the <html> tag has an attribute of lang="en" that overrode WordPress language options. I removed this and it works. Thanks for your reply anyway!

    #179350
    Stephen Edgar
    Keymaster

    When you downloaded those files what options did you select?

    You need to select All current to get the “current strings”

    p.s. I’ve also just made a request to have bbPress “stable” language packs generated, once this is complete you should be able to download the translations directly from the WordPress updates dashboard, just as you get the translations for WordPress itself.

    Keep an eye out for Finnish to show up in the API here

    #179335
    ngp130895
    Participant

    Hi,
    I am using bbPress to create a forum for a customer. I use WordPress 4.6.1 and bbPress 2.5.11.
    I downloaded the .mo and .po files in my language (Finnish) from this link, changed the file names into:
    bbpress-fi_FI.mo and bbpress-fi_FI.po, and moved them to wp-content/languages/bbpress
    Eventhough my wordpress site language is Finnish and I have those mo and po file in the folder, the bbpress forum is still in English.

    #179325

    In reply to: nesting topic replies

    vevans2
    Participant

    When I do not use the shortcode the response box appears underneath the respective reply, but once posted the comment is not nested.

    #179324
    vevans2
    Participant

    Hello,

    I am using the shortcode to display a single topic. When a user tries to reply to a reply to the topic, they are directed to the bottom of the page.

    I want to nest replies to topics, so that users can respond directly to another user’s response. Is this possible?

    I tried the js file revision suggest here but it did not create the desired effect (replying to a user’s reply is still not possible, only replies to the topic).

    Thank you for the help.
    Valerie

    #179322
    Robin W
    Moderator

    try either :

    bbPress Styling Crib

    or use my style pack plugin

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

    Manuel Fritsch
    Participant

    I activated topic and reply subscriptions today, and the very first email I got was a bounce. I had written a response to someone else’s thread, and apparently, instead of sending it from my usual sending address (as specified in PostMAN SMTP: mail@domain.org) to my admin address (as specified in my profile: m@domain.org), it was sent from and to (!) this weird address: noreply@sudomain.domain.org (case is bbpress on one subdomain site of a MS network). Since I do not receive emails adressed to my subdomain, it was bounced to mail@domain.org.

    Using this noreply@ does not make any sense to me, neither for sender, nor for recipient. Can anyone help? bbpress does not allow me to set a sending address, it just defined and used it. That is not good, since my SMTP plugin must have the last word in this. We all know that sending emails via PHPmailer/webserver (default WP behaviour) is unprofessional. And anyway, to send a notification to anywhere else than my profile email does not make sense. This looks very much like a bug, doesn’t it?

    WP 4.6.1 (MS install w/subdomains), bbpress 2.5.11, PostMan SMTP 1.7.2, ~40 other plugins

    Excerpt from PostMan SMTP’s log (with EDITS):

    X-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)
    From: SITE NAME <noreply@de.DOMAIN.org>
    Sender: mail@DOMAIN.org
    To: noreply@de.DOMAIN.org
    #179319
    ico33
    Participant

    Hi, I am not an expert so I ask you this question.

    I need to increase font-size in bbpress forum in my wordpress site. I installed the plugin Simple Custom Css and add this code

    #bbpress-forums .bbp-topic-content,
    #bbpress-forums .bbp-reply-content {
        font-size: 14px;
    }

    Nothing happened. Then I changed adding a line

    #bbpress-forums .bbp-topic-content,
    #bbpress-forums .bbp-reply-content {
      display: list-item !important;
        font-size: 14px;
    }

    Now it works, in the Staging Copy of the site. Can you confirm this is a correct code? Or this code can generate any unexpected issue somewhere?

    Thanks!

    #179307
    Jocke155
    Participant

    I found a way of adding some custom html to some user using their profile url:

    			<?php
    
    			$actual_link = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    
    			if($actual_link == 'ProfileLinkHere'){
    			echo 'HTML HERE';
    			 }
    
    			?>
    #179301
    shamr0ck79
    Participant

    Ok please pardon the dumb question as i am new to bbpress. Ok so i have created a site and have created a page called “forum”. I am using the ultimatum theme framework and i am also using beaverbuilder as a page builder. So i made the layout like a wanted it and added the “[bbp-forum-index]” shortcode. The problem is when you click on a forum it goes to the topic list page and the whole template i was using is gone. Is there a quick fix to this? any help would be greatly appreciated! the page in topic was as follows!

    Forum

    #179288
    Stephen Edgar
    Keymaster

    Hmmm… Instead of my testing this I’ll let you:

    What about a word without a hyphen? Does discussiontopic work?

    I can’t remember if there is a limitation like this or not, I’ll dig around some more and find out for sure later 🙂

    #179284
    Stephen Edgar
    Keymaster

    MAke sure you don’t also have any posts, pages, or items in the trash that also use that same discussion-topic slug

    #179268
    evanevans333
    Participant

    Interested in a solution for this as well. I would like AJAX Tags, and Tags required. An existing plugin recommendation would be great, or if anyone wants to do some code mod, I’m game to test it out 😉

    #179259
    kselax
    Participant

    Hello! How I can add captcha to bbpress ? I don’t find information about it
    How I can add google captcha and I want add my own bbcode and assign button in editor.
    I don’t know how can add my own profile pages for users too 🙁

    When I can read about it ?

    #179254
    Chad R. Schulz
    Participant

    OK, this is weird. I’m able to front-end edit forums –but only at the root level.

    For example, if my structure is /forums/forum/first-level-forum/second-level-forum/third-level-forum/ I’m able to edit first-level-forums only (with /forums/forum/first-level-forum/edit/). Any attempt to add /edit/ to any second or third level forums results in a 404.

    I’ve tried bringing my second and third level forums urls to root level like /forums/forum/second-level-forum/edit but that also gives a 404–unless, of course, I actually move the forums to the first level.

    Is this a configuration issue that can be fixed? I’ve tried both pretty and unpretty permalinks and the problem persists using ?forum=second-level-forum&edit=1. But, once again, it works with ?forum=first-level-forum&edit=1.

    #179244
    webp
    Participant

    Adding the wait_timeout above doubled the run time to maybe 6 minutes, but still hangs after ~ 6 minutes.

    Per stackoverflow.com/questions/18253934/set-maximum-execution-time-in-mysql-php , adding the following to to the beginning of converter.php did not help:

    
    ini_set('max_execution_time', 0);

    Ah…

    #179239
    Chad R. Schulz
    Participant

    There’s contradictory information inside these forums about whether it’s possible to have front-end editing for a forum in bbpress.

    Within the code there’s obviously support (or once was). However, every attempt to access front-end editing using a /forum/sample-forum/edit url results in a 404.

    Older posts here indicate this used to work. Yet, some more current posts state that front-end editing for forums is not yet(?) possible (only topics and replies).

    What information is correct? Is front-end forum editing still possible in core as default or has it (for some reason) been deactivated? And if it is still an option what things could I check for why I’m getting a 404 instead of the form-forum.php template?

    Thanks for any help,
    Chad

    #179229
    Aliosha Kasin
    Participant

    I’d like to hide/remove the “right now in forums” widget from the dashboard. There are some code snippets online but none seem to work.

    Can anyone help?

    #179226
    Robin W
    Moderator

    Thanks for posting back

    To remove the indent and the left hand border,
    put the following into the custom css tab of the plugin

    #bbpress-forums .bbp-forums-list {
      border-left: none;
      padding-left: 0px;
    }

    If you still want the border, then just

    #bbpress-forums .bbp-forums-list {
      padding-left: 0px;
    }
    #179221
    meervdnick
    Participant

    Hello,

    I am currently working on my websites forum. The thing is. I have two diffrent pages where I want to display a forum. One page is a ‘search’ forum and one page is a ‘find’ page. The topics on each page must be the same. I used the shortcode [bbp-forum-index] on both pages but this results in the same forum on both pages. So now, when I enter a post in the ‘search’ page it automaticly shows up in the ‘find’ page.

    Does anyone know how to fix this?

    Kind regards,

    Nick

    #179219
    Venutius
    Participant

    I am also trying to hide forums from the list, in my case it’s all of my BuddyPress Group Forums, I think that these forums should be held within the groups and not displayed in the general list of forums. I’ve not seen a solution for this other than trying to code which unfortunately I’m not up to.

    #179217
    meervdnick
    Participant

    Hello,

    I hava a question. I am currently working on my website’s forum. I want to use two different pages for two topics. So, one page is for the ‘search’ topic and one page is for the ‘find’ topic. The problem is when I use the shortcode [bbp-forum-index] in the pages they automaticaly become the same. So when I post something in the ‘search’ topic the same message appear in the ‘find’ topic. Does anyone know how to solve this?

    Kind regards,

    Nick

    #179215
    gameslopedy
    Participant

    Our http://gameslopedy.com/forums/ recent replies widget doesnt shows times correctly it shows just “46 years ago ” thats very strange Why? :

    Example:

    RECENT REPLIES
    Your '' action must run in a post's context! winno on How to create XBox One ISOs
    46 years, 11 months ago
    Your '' action must run in a post's context! aqui on How to create XBox One ISOs
    46 years, 11 months ago
    Your '' action must run in a post's context! VampireSwizz on How to create XBox One ISOs
    46 years, 11 months ago
    Your '' action must run in a post's context! myhtril on How to create XBox One ISOs
    46 years, 11 months ago
    Your '' action must run in a post's context! rubyy on Should I get the New 3DS or the Old 3DS for POKEMON MOON
    46 years, 11 months ago
    Your '' action must run in a post's context! lawa on Should I get the New 3DS or the Old 3DS for POKEMON MOON
    46 years, 11 months ago
    Your '' action must run in a post's context! astrangeon on Selling Private Headers from offline Games (3 in stock, region free)
    46 years, 11 months ago
    #179209
    Stephen Edgar
    Keymaster

    When you have BuddyPress activated they user profiles now us e member instead of bbPress user profile URLs

Viewing 25 results - 5,776 through 5,800 (of 32,522 total)
Skip to toolbar