Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 7,376 through 7,400 (of 26,879 total)
  • Author
    Search Results
  • #162361
    Ner0o
    Participant

    Hi everyone,

    I’ve recently setup my own forum. In the past I have been using Dokuwiki as a forum, but it had to many restrictions. Now that I’m using BBwordpress I’m having to following problem.

    I don’t want people having to register as user, but I do want them leaving their names. Is there a Plugin available that forces people to give their name before opening a topic, or leaving a commend?

    I appreciate your help guys!

    #162336
    Japracool
    Participant

    How do you rewrite forum post title like in this forum?

    In here, you got…
    Topic:[Your Topic Title] – BuddyPress.org

    Simple and clean!

    On my forum, I got…
    Forum | Lowongan Kerja | JDA Community[Tanjung Duren] Dibutuhkan Segera Customer Service | JDA Community

    It’s so messy and it’s too long.

    I used Yoast WordPress SEO btw… Can anyone help me with this? Thanks before.

    #162333
    Hunniemaid
    Participant

    I recently installed the bbpress plugin on my WordPress website. The theme I am currently using is built on the Genesis Framework. The avatar image shows up on single post. However, where ever the small avatar image is to be displayed it doesn’t.

    I have my show avatar settings enabled. I would grealty appreciate it if someone could take a look http://hunniemaid.com/forums/ and give me some insight on what the issue may be. Thanks in advamce.

    #162314
    Robkk
    Moderator

    it might be a multisite thing where it forces users to have lowercase letters as their usernames, so this might be intentional in WordPress.

    If you want your display name to be unique edit your profile and add a nickname and change your display name with the dropdown in your profile.

    you can see how my display name changed after i changed the nickname and display name in my profile on here.

    #162312
    Robkk
    Moderator

    @sultanuddin

    you will need to hire a developer for this.

    one that has experience with WordPress , bbPress , and creating Android applications.

    #162306

    Topic: Help.

    in forum Troubleshooting
    ew4055
    Participant

    I used the Step-by-Step Guide to set up BBPress and it still isn’t working for me. My forum displays the forum names in a weird chunk of text, not in the nice layout of a forum, please help.

    My website is here: http://swakpack.org/forums/

    WordPress version 4.2.2
    bbPress: 2.5.7

    And no, I admit this does not happen with the themes Twenty Twelve etc. the forums look perfect on those themes.

    #162300

    In reply to: Photo Upload

    Ricsca2
    Participant

    He says that is not supported with the current version of wordpress.
    Why this option is not defoult with bbPress?

    Thanks

    #162292
    aristotlewp
    Participant

    Is there a way to force an email to all forum members whenever someone creates a new post or posts a reply? Basically, my client wants all members to get emails for everything.

    Wordpress Version 4.2.1
    bbPress Version 2.5.7

    #162288
    Robkk
    Moderator

    it might be another plugin causing the issue.

    Maybe during registration?? not sure though.

    WordPress on your side displays all users in the “all users” section to be lowercase even when they have uppercase and lowercase in their usernames??

    #162287
    tarnvogL
    Participant

    @Robkk

    it is not the fault of the child theme, I deactivated it and used the default twentyfourteen theme, without any modifications. The problem still remains.

    Maybe this information will help: In the backend, WordPress also displays all users in lower case letters. Do you think there is anything I can do to change this? Maybe it is not a problem of bbPress, but more an issue of WordPress..

    #162286
    Robkk
    Moderator

    add this to your child theme functions.php or install the plugin below.

    function bbp_reverse_reply_order( $query = array() ) {
        $query['order']='DESC';
        return $query;
    }
    add_fiter('bbp_has_replies_query','bbp_reverse_reply_order');

    https://wordpress.org/plugins/bbpress-sort-topic-replies/

    #162285

    In reply to: Photo Upload

    Robkk
    Moderator

    use this for photo uploads into posts

    https://wordpress.org/plugins/gd-bbpress-attachments/

    use basic user avatars for just avatars

    fmckinnon
    Participant

    Hey,
    Trying to do the vBulletin 4.x converter to bbPress. Now, in the import forums of bbPress, there is “vbulletin 3x” and “vBulletin”. I read here that the “vBulletin” option is the one to choose for v4.x

    When I attempt to do the conversion, I get the following error that prevents it from running – can someone help on this?

    WordPress database error: [Table ‘twcadmin_twc_vbulletin.wp_forumsuser’ doesn’t exist]
    SELECT convert(user.userid USING “utf8”) AS userid,convert(user.password USING “utf8”) AS password,convert(user.salt USING “utf8”) AS salt,convert(user.username USING “utf8”) AS username,convert(user.email USING “utf8”) AS email,convert(user.homepage USING “utf8”) AS homepage,convert(user.joindate USING “utf8”) AS joindate,convert(user.aim USING “utf8”) AS aim,convert(user.yahoo USING “utf8”) AS yahoo,convert(user.icq USING “utf8”) AS icq,convert(user.msn USING “utf8”) AS msn,convert(user.skype USING “utf8”) AS skype FROM wp_forumsuser AS user LIMIT 0, 50

    No users to convert

    No data to clean

    Starting Conversion

    #162269

    Topic: force revision logs

    in forum Showcase
    GrantAdmin
    Participant

    Hi this is my first post here, I know my way around editing code but not a strong coder.

    I am wanting to edit bbpress so as to turn off the option for revision logs and have it as a default so all post edits must be recorded.

    Can anyone please guide me in doing this?

    I heave read around the forums and it seems everyone is wanting to do the opposite of this with their logs, but I need it as my wordpress/bbpress install is for official activities.

    thanks

    #162266
    Robkk
    Moderator

    This might help.

    https://wordpress.org/plugins/bbpress-role-deleter/

    other than that follow the uninstall process in tools > forums then reset forums

    #162247

    In reply to: The visual editor

    Robkk
    Moderator

    bbPress 2.3.1 Bug Fix Release

    i think that tinymce was also getting buggy until the big version 4 update in WordPress 3.9.

    #162245
    Robkk
    Moderator

    @amalsh

    well looking at this and seeing class="hashtag"

    <a class="hashtag" rel="nofollow" href="http://localhost/wordpress/forums/search/?bbp_search=%23000080">#000080</a> //color hex should not be in here
    ;”>

    the issue is probably from this plugin if you are using it.

    deactivate that and see if tinymce works better after that.

    https://wordpress.org/support/plugin/hashbuddy

    Tonya Mork
    Participant

    Hey bbPress Gang,

    I just wanted to report a minor issue of a Notice that is being thrown for the hook in actions.php on line 48:

    add_action( 'set_current_user', 'bbp_setup_current_user', 10 );

    I handled it in the core plugin like this:

    add_action( 'plugins_loaded', function() {
    remove_action( 'set_current_user', 'bbp_setup_current_user', 10 );
    add_action( 'wp_set_current_user', 'bbp_setup_current_user', 10 );
    });

    For your issues team, here is the notice:

    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 /Users/tonya/Sites/sandbox/wp-includes/functions.php on line 3560

    Looking at set_current_user, it was depreciated.

    Cheers! </>
    Tonya

    #162239
    Jake Hall
    Participant

    Just out of interest, could someone explain to me why it was disabled in bbPress?

    It has a couple of bugs, and it is called within an iframe(holy crap, right?) which has immediately put me off using it, a visual editor is absolutely vital for a forum software and it is not part of bbPress – even though WordPress has a very good Visual Editor as part of its core code.

    Why is the visual editor not enabled within bbPress, are the core guys working on it? Milestone?

    #162235
    Robkk
    Moderator

    You might need to hire a developer to do start where the other developer left off.

    http://jobs.wordpress.net/

    i did find this , but you need to manually unsubscribe all the users you do not want. Im not sure if it would work with with your custom development for topic subscriptions already but you can try it.

    https://github.com/easydigitaldownloads/bbPress-Topic-Subscribers

    #162234
    Robkk
    Moderator

    email me and tell me how you set up mailchimp with bbPRess

    Contact

    #162233
    Robkk
    Moderator

    @amalsh

    I double checked your function , and there is a couple of mess ups in the code.

    <p>
    <span style="text-decoration: underline; color: //color should be here
    <a class="hashtag" rel="nofollow" href="http://localhost/wordpress/forums/search/?bbp_search=%23000080">#000080</a> //color hex should not be in here
    ;”> //should end with </span>
    <em>
    <strong>
    <span style="font-size: 12pt;font-family: arial,helvetica,sans-serif">test</span>
    </strong>
    </em>
    </p>

    In some cases copying and pasting text from another website into the tinymce visual editor may show the html still , so it is recommended to use the last function mentioned in this post.

    Enable Visual Editor

    This function works , if im missing something I might update it for users that usually use tinymce advanced with it so that every button should work properly.

    add_filter( 'bbp_kses_allowed_tags', 'ntwb_bbpress_custom_kses_allowed_tags' );
    
    function ntwb_bbpress_custom_kses_allowed_tags() {
    	return array(
    
    		// Links
    		'a'          => array(
    			'class'    => true,
    			'href'     => true,
    			'title'    => true,
    			'rel'      => true,
    			'class'    => true,
    			'target'    => true,
    		),
    
    		// Quotes
    		'blockquote' => array(
    			'cite'     => true,
    		),
    		
    		// Div
    		'div' => array(
    			'class'     => true,
    		),
    		
    		// Span
    		'span'             => array(
    			'class'     => true,
    			'style'     => true,
    		),
    
    		// Paragraph
    		'p'          => array(
    			'dir'    => true,
    			'style'     => true,
    		),
    		
    		// Code
    		'code'       => array(),
    		'pre'        => array(
    			'class'  => true,
    		),
    
    		// Formatting
    		'em'         => array(),
    		'strong'     => array(),
    		'del'        => array(
    			'datetime' => true,
    		),
    
    		// Lists
    		'ul'         => array(),
    		'ol'         => array(
    			'start'    => true,
    		),
    		'li'         => array(),
    
    		// Images
    		'img'        => array(
    			'class'    => true,
    			'src'      => true,
    			'border'   => true,
    			'alt'      => true,
    			'height'   => true,
    			'width'    => true,
    		),
    
    		// Tables
    		'table'      => array(
    			'align'    => true,
    			'bgcolor'  => true,
    			'border'   => true,
    		),
    		'tbody'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'td'         => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'tfoot'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'th'         => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'thead'      => array(
    			'align'    => true,
    			'valign'   => true,
    		),
    		'tr'         => array(
    			'align'    => true,
    			'valign'   => true,
    		)
    	);
    }

    This function only works before the post is published , it does not magically fix old posts that were already published. You probably would have to edit old posts then resubmit for it to fix , but I am not sure.

    #162226
    Robkk
    Moderator

    @arrangedletters

    you did put it in your child themes functions.php file or a functionality plugin like this right??..

    https://wordpress.org/plugins/functionality/

    and how did it break your site??

    #162206
    tocpeople
    Participant

    Hi!

    This checkbox “Inform me about new topics via email” is always stay cheked.
    If I check it off, it’s checked again.

    If I try this code, it always be unchecked:
    function pw_bbp_auto_checK_subscribe( $checked, $topic_subscribed ) {
    if( $topic_subscribed == 0 )
    $topic_subscribed = false;
    return checked( $topic_subscribed, true, false );
    }
    add_filter( ‘bbp_get_form_topic_subscribed’, ‘pw_bbp_auto_checK_subscribe’, 10, 2 );

    But it must work properly: be unchecked for default, and user can check and uncheck it his self any time.

    Site: http://www.tocpeople.com/forum/
    with newest versions of WordPress and BBpress.

    #162192
    Robin W
    Moderator
Viewing 25 results - 7,376 through 7,400 (of 26,879 total)
Skip to toolbar