Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 5,776 through 5,800 (of 32,518 total)
  • Author
    Search Results
  • #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

    #179188
    pcpro178
    Participant

    No love for this post? I’m using WordPress version 4.6.1, and I’ve received this feedback from my hosting provider regarding this issue:

    I navigated to templates/default/bbpress/bbpress-templates and the file ‘bbpress-templates’ is a symbolic link to bbpress-templates:

    lrwxrwxrwx 1 sopearly_admin pg1217016 17 Jul 28 18:02 bbpress-templates -> bbpress-templates

    I’m not exactly certain how the symbolic link is referring itself but I’m afraid you may have to inquire with bbpress support as to why the plugin is failing with permission errors due to the file, bbpress-templates.

    #178721
    cinquantesix
    Participant

    Wordpress 4.4.5
    bbPress 2.5.10

    Hello, when I create a page and insert a shortcode (like bbp-forum-index for example), my whole page is displayed properly.

    http://www.legofftechnique.com/forum

    But if I get inside a topic, my footer is not displayed properly anymore. Instead, I see Visual Composer shortcodes.

    http://www.legofftechnique.com/forums/forum/discussion-generale

    Do I need to add something in my bbpress.php template ?

    If anybody can help me, I would appreciate it very much !

    #178699
    ricky9
    Participant

    Hi all

    Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!

    I am using the them Accelerate Pro theme, Version 2.5.10 of bbpress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbpress but I have come across two problems.

    Firstly I do not seem to get the bbpress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!

    Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbpress on my site but it is most noticeable here.
    The url of the page is:

    Register Forum Account

    Other pages created are:

    Forum


    and

    Restore Forum Password

    I have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.

    Help! You advice and guidance is most welcomed to ease my frustration!

    Kind regard

    Ricky

    ricky9
    Participant

    Hi all

    Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!

    I am using the them Accelerate Pro theme, Version 2.5.10 of bbPress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbPress but I have come across two problems.

    Firstly I do not seem to get the bbPress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!

    Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbPress on my site but it is most noticeable here.
    The url of the page is:

    Register Forum Account

    Other pages created are:
    http://ruralengland.org/forum/
    and

    Restore Forum Password

    I have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.

    Help! You advice and guidance is most welcomed to ease my frustration!

    Kind regards

    Ricky

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