Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 8,426 through 8,450 (of 26,877 total)
  • Author
    Search Results
  • #155341
    pratik0007
    Participant

    Hi All,

    I am getting same issue with the following message when define(‘WP_DEBUG’, true) is set. Could you please tell me how to remove this notice instead of turning off the define(‘WP_DEBUG’, true) to define(‘WP_DEBUG’, false)

    Message: “Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in \wp-includes\functions.php on line 3245” ( line 3245 is in function _doing_it_wrong() )

    It’s urgent for me please reply asap.

    Thanks in advance.

    Applesauce
    Participant

    Hi, I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.

    I’m using a child theme from the 2014 WordPress theme but didn’t change too much.

    My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/

    Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)

    Can you please help me out?

    #forums-list-0 .bbp-forum-title {
    	font-size:1.6em;
    	text-decoration:none;
    }
    
    #forums-list-0 .bbp-forum-title a:link {
    	text-decoration:none;
    }
    
    #entry-content #bbpress-forums {
    	background-color:#232d36;
    	overflow:auto;
    
    }
    
    #bbpress-forums ul, #bbpress-forums li {
    	background-color:#232d36;
    		overflow:auto;
    
    }
    
    #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p {
    	background-color:#232d36;
    }
    #bbpress-forums ul.forums-list-0 li.bbp-body {
    	background-color:#232d36 !important;
    		overflow:auto;
    }
    #155332

    In reply to: Change forum color

    Applesauce
    Participant

    Hi, I can’t figure out how to create a new topic so i’m choosing this topic to post in because its topic title is the closest to what I’m needing help with.

    I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.

    I’m using a child theme from the 2014 WordPress theme but didn’t change too much.

    My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/

    Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)

    Can you please help me out?

    #forums-list-0 .bbp-forum-title {
    	font-size:1.6em;
    	text-decoration:none;
    }
    
    #forums-list-0 .bbp-forum-title a:link {
    	text-decoration:none;
    }
    
    #entry-content #bbpress-forums {
    	background-color:#232d36;
    	overflow:auto;
    
    }
    
    #bbpress-forums ul, #bbpress-forums li {
    	background-color:#232d36;
    		overflow:auto;
    
    }
    
    #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p {
    	background-color:#232d36;
    }
    #bbpress-forums ul.forums-list-0 li.bbp-body {
    	background-color:#232d36 !important;
    		overflow:auto;
    }
    #155328
    Robkk
    Moderator

    the Private Groups plugin needs bbPress so both.

    Robins got you just in case you forgot about the topic in his plugin support forum

    https://wordpress.org/support/topic/do-i-need-bbpress-as-well#post-6308430

    #155326
    Robkk
    Moderator

    im kind of leanging that you might need some custom development for this

    jobs.wordpress.net/

    but im not sure if this kind of plugin is what you are after

    wordpress.org/plugins/bbpress-digest/

    highlight and search these links in google

    #155325
    youi75
    Participant

    Hi everyone. I am currently working on a Turkish site which uses Buddypress as well.
    The translation here seems to be a great start, but it seems to be incomplete as well:

    https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default

    Do you by any chance know of a more complete version (if I understand correctly. Cagatay has combined multiple ressources / “I download bbpress turkish files from various sources”)

    Would you mind sharing your language files with me? Maybe we can alspo work together in translating the remaining fields so we all end up with a complete set in the Turkish language.
    All the best.

    #155322
    Robkk
    Moderator

    as long as attachments means something like media like images and vides

    bbPress does not support this unless you have another plugin from the WordPress repository.

    contact the plugin author of the plugin you are using for support

    or get some custom development done here

    http://jobs.wordpress.net/

    #155319
    Robkk
    Moderator

    theres a bunch of plugins that do this type of thing

    badge OS like you said
    mycred can show some badges
    achievements for wordpress also does this
    userpro has this kind of thing too

    do a search and see what is the best fit for you

    #155315
    Robkk
    Moderator

    does this plugin help your situation??

    https://wordpress.org/plugins/jetpack-markdown-support/

    #155310
    aparente001
    Participant

    Hi, my needs are pretty simple. I’m looking for an alternative to google groups. I need a place in my WordPress site where only members can post and only members can read the posts. And I need a way for members to receive one email each time there is a new post. There needs to be an archive that members can consult to dig around and find a particular post from the past.

    I have had various frustrations with google groups and yahoo groups. In theory the way they work would suit our group just fine, but in practice, there have been some problems, so now it’s time to look for an alternative.

    As you can see, I don’t need to do anything fancy. My question is, shall I install the Private Groups plugin, the bbpress plugin, or both?

    Thank you.

    #155302
    Stefano Lissa
    Participant

    Hi, I tried to file that on trac, but it seems not working today… anyway the issue is very simple. When notifications are sent, the from email address is composed as:

    $do_not_reply = ‘<noreply@’ . ltrim( get_home_url(), ‘^(http|https)://’ ) . ‘>’;

    but for blogs installed in subdirs that creates wrong email address. It should be better to follow the technique used by WordPress, which extracts the domain name and uses and address wordpress@mydomain.com.

    More, some providers does not allow emails from unknown mailboxes and blog owners are used to register a mailbox for “wordpress”, so it should be better to use that address, or let to specify a different one.

    Thank you, Stefano.

    #155280
    Robin W
    Moderator
    #155288
    EvolveWorkforce
    Participant

    Yes, the area on my wordpress dashboard for bbpress labeled as “forum” is no longer there. My forum is still there and functioning on my main page.

    #155285
    EvolveWorkforce
    Participant

    Hello,
    I moved my site to a new server a couple of months back. My forum and all functionality is still present. However, in my WordPress dashboard the plugin “Forum” tab is missing for me to make any adjustments to my settings. I have tried uninstalling and reinstalling BBPress and the issue persists. Any idea how I can get BBPress back in my WordPress Dashboard? Thanks.

    izzyian
    Participant

    The only plugin I found so far that could be of use is the BadgeOS plugin and BadeOS Community Add-on. But I want the badges to appear under the users avatar, for example like under my avatar on this page that I am posting a topic in.

    I asked for some help here, and they provided some code which I dont know how to make use of it : https://wordpress.org/support/topic/how-can-i-get-badges-to-appear-under-users-avatars-in-forum-topics?replies=3#post-6301447

    #155279
    Robin W
    Moderator

    what levels for both wordpress and bbpress are you using for your dummy account, and what other plugins are you using?

    #155278
    Robin W
    Moderator

    bbpress allows you to build and use templates, so yes it is technically possible

    I’d suggest you post a project on

    http://jobs.wordpress.net/

    #155224
    Robin W
    Moderator
    #155216
    hassebasse
    Participant

    I’m very much a newbe to the world of WordPress and as I installed a few plug-ins at the time, I happend to give the blame to bbPress. Thanks again !

    #155181

    In reply to: Import from vBulletin

    Stephen Edgar
    Keymaster

    1. Custom vBulletin BBCodes are not supported eg. [youtube] – You will have to manually change these yourself either before importing in vBulletin or after importing into bbPress using phpMyAdmin.

    Indeed this is now fixed to work with vBulletin’s default YouTube BBCodes:
    Specifically the two following BBCodes are the only ones supported (many vB forums used to use custom BBCodes and this was primarily the main issue here)

    
    // Replace '[video=youtube;$1]$2[/video]' with '$2"
    // Replace '[video=youtube_share;$1]$2[/video]' with '$2"
    

    For example [video=youtube;eOUq4Z6R7xI]http://www.youtube.com/watch?v=MfW2UJMIQvQ[/video] will be replaced with just the YouTube link http://www.youtube.com/watch?v=MfW2UJMIQvQ, bbPress (and WordPress) will automatically embed the video using the direct URL.

    2. All ‘Ordered Lists’ will be displayed as numerical lists.

    This is also fixed

    3. You may find extra page breaks <br> and paragraph <p> elements in topics and replies and is less than ideal and is from the way the BBCodes are converted during the forum import conversion. You will find these primarily around ‘blockquotes’ and ‘lists’

    This is fixed also 🙂

    #1 If I create the exact bbcodes in BBPress prior to the import, I assume this would rectify this area correct?

    Yes, modify your custom BBCodes to either a) Match the supported vBulletin BBCode above or b) completely strip the vBulletin BBCode so just the YouTube link remains 🙂

    I have updated the codex article and removed quite a few things that were listed there that are now fixed including full support to convert user passwords and the items in red in this image are fixed and/or supported 🙂

    With that said “some” of these features are not in the currently shipped bbPress 2.5.4 such as Forum and Topic subscriptions and guest/anonymous topic and reply support, I’m going to post an announcement here on the site in the coming day or two on the improvements and where and how to get this test release.

    #155178
    arkarg
    Participant

    I was building a website with wordpress (including the bbpress plugin) and decided to make a dummy user account in order to test everything out. It would not let me log in with the dummy account, sometimes it came back with a message about “too many redirects” but most times it just timed out and went nowhere. It would however let me log into the site with my “admin” account. I deactivated all of the plugins and then re-activated them one at a time, logging out and attempting to log in with the dummy account after each one. I was able to log in with the dummy account after each one was re-activated…until I re-activated bbpress. Any ideas on what the issue could be?

    #155133

    In reply to: Similar to PHPBB

    Robkk
    Moderator

    see if this helps

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    download the .zip file and upload the loop-forums.php file to your bbpress folder in your child theme.

    you create a category by create selecting new forum in the WordPress backend and changing the type to category.

    to put forums under each category make sure all the forums you want under a specific category has the parent as that category

    the docs should help out alot for learing how to use a child theme for your bbPress installation

    Codex

    #155058
    Robkk
    Moderator

    @korobochkin

    in the trac they are trying to add this feature and at least an option to disable it.

    -started 2010 -last reply 3 months ago
    https://bbpress.trac.wordpress.org/ticket/1430

    if you do not want pingbacks and trackbacks remove any code that is for the comments section when you create a bbpress.php and see if that fixes it.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    Robkk
    Moderator

    this is not CSS its mostly PHP

    from what it looks like just copy the templates the userpro plugin author gave you and place it a folder called bbpress in your child theme. the url to it should be wp-content/themes/avada-child/bbpress.

    more info about bbpress theme compatibility

    https://codex.bbpress.org/theme-compatibility/

    info on creating a child theme

    https://codex.wordpress.org/Child_Themes

    Robkk
    Moderator

    thats not CSS at all …most of its PHP

    it seems like you just put the PHP files that the userpro plugin author gave you and put it into a directory named bbpress in a child theme and it should work fine from there.

    so the url to the directory should be wp-content/themes/avada-child/bbpress

    if you havent created a child theme , here hows to

    https://codex.wordpress.org/Child_Themes

    more about bbPress theme compatibility

    https://codex.bbpress.org/theme-compatibility/

Viewing 25 results - 8,426 through 8,450 (of 26,877 total)
Skip to toolbar