dubbinz (@dubbinz)

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • In reply to: Allow HTML from users

    dubbinz
    Participant

    @dubbinz

    @Jared Atchison

    My formatting.php now looks like this

    function bbp_kses_allowed_tags() {
    	return apply_filters( 'bbp_kses_allowed_tags', array(
    
    		// Links
    		'a' => array(
    			'href'     => array(),
    			'title'    => array(),
    			'rel'      => array()
    		),
    
    		// Quotes
    		'blockquote'   => array(
    			'cite'     => array()
    		),
    
    		// Code
    		'code'         => array(),
    		'pre'          => array(),
    
    		// Formatting
    		'em'           => array(),
    		'strong'       => array(),
    		'del'          => array(
    			'datetime' => true,
    		),
    
    		// Lists
    		'ul'           => array(),
    		'ol'           => array(
    			'start'    => true,
    		),
    		'li'           => array(),
    
    		// Images
    		'img'          => array(
    			'src'      => true,
    			'border'   => true,
    			'alt'      => true,
    			'height'   => true,
    			'width'    => true,
    		),
    		'br'   		   => array(),
    		'p'		   => array(),
    		'b'		   => array(),
    		'input' 	   => array(
    					'name'  => true,
    					'type'  => true,
    					'value' => true,
    					'style' => array()
    		)
    	) );
    }
    

    br tags, p tags and b tags are now working however input is not working. I am not awesome at php so I am just pretty much trial and erroring my way around haha, can you tell me why I cannot get input tags to work with this edit?


    dubbinz
    Participant

    @dubbinz

    Bump I hate doing this but I have to know how to increase it.


    dubbinz
    Participant

    @dubbinz

    Unfortunately this only orders the main forums listing by title. For instance if you click a category the forums listed under the category will not be ordered by title. I have just got dreamweaver though so running a search in the plugin folder should uncover other places to edit, although I imagine the sheer amount of ‘orderby’ in this folder will be immense so I will just have to do some trial and error to work my way through.


    dubbinz
    Participant

    @dubbinz

    Thanks, I did already look at that thread. It’s the thread where I found out about bbp-forum-template.php

    I think I will create a child theme to fix any overwriting during updates. Thanks for your help.


    dubbinz
    Participant

    @dubbinz

    nobody? Is it even possible?


    dubbinz
    Participant

    @dubbinz

    I actually cleared all the blocked words and words for moderation and increased the amount of links in a post before moving to pending to 10 (this hardly ever happens from my users) and I am still getting pending posts. more info here.

    Participant-created topics set to "Pending" upon creation


    dubbinz
    Participant

    @dubbinz

    @Karloy can you give me some more information on how you fixed this. I have a similar problem where random users are thrown into pending with no message to them at the user end. If there is an issue with buddypress please tell me where it is and how you fixed this. Where can I find this filter.


    dubbinz
    Participant

    @dubbinz

    I am also facing this problem. At first I thought it was the various programs I had to deal with spam and general bad behaviour (akismet, wanguard and sucuri) but I disabled all the plugins and I also increased the amount of links in a post to 10 before it gets moved to pending in discussion settings. All settings for discussion have removed any need for moving posts to pending or marked for approval. Settings for akismet are unchecked in forums settings and comments blacklist and moderation list have empty fields. Topics or replies should not be going to pending but they are still going to pending and this is destroying my community. There is no message to the user saying that his reply or topic is awaiting moderation (unlike the OP) and the user continues to edit his topic or reply and post again which also ends up in the pending queue and then I have a load of the same topic edited in the pending queue.

    Whatever is causing this is inside bbpress core. I need to know which setting to disable to ensure no topic or reply goes to pending. Yes I know the risks, this is another issue. Can anyone please tell me how to stop this happening. which files in bbpress do I have to edit.

    BBPress 2.3.1
    Wordpress 3.5.1


    dubbinz
    Participant

    @dubbinz

    Aww I really want this, cardoza wordpress poll doesn’t seem to exist anymore or at least I can’t find it in wordpress plugins list

    In reply to: Private messages

    dubbinz
    Participant

    @dubbinz

    I totally agree, this is a much needed function and is included in the majority of forums software. I am constantly asked for this and I cannot do anything about it. I really hope this ships with bbpress2 in the near future and I hope that developers of this great software take my request and the OP’s request to heart. The proof is in the pudding so to speak, if you look at the votes on this page you will see most people voting for BBPM to be updated for bbpress http://nightgunner5.wordpress.com/2011/03/12/bbpm-plugin-plugin/

    this is a necessary update we all need.

Viewing 10 replies - 1 through 10 (of 10 total)