Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 10,701 through 10,725 (of 26,869 total)
  • Author
    Search Results
  • #139684
    Stephen Edgar
    Keymaster

    Hopefully this will be setup for you soon:

    i want use wordpress and bbpress forum in…

    PushingPebbles
    Participant

    I am not sure where to put this. The problem I have is every time a member is using my forum it, their dashboard looks like WordPress.

    Is there a way to customize a members “user cp” so they can edit their profile, check the forums, etc.. Through a navigation dashboard that I have created or customized.

    Similar to a “user cp” in vbulletin, I have seen it done on a couple of sites on here from forums. I was just wondering how it is done, as I have not seen any instructions on it.

    Any help would be greatly appreciated, I hope someone knows the answer so I don’t have to export and redo everything into a vbulletin site.

    Thanks

    #139675
    Robin W
    Moderator

    crzyhrse – I am in the process of trying to improve the documentation – I started using wordpress & bbPress earlier this year and am still learning. This is community software, and community documentation, so I am trying to do my bit by helping the documentation side, and by spending time on the forum helping others where I can. The step by step guides I am writing are designed to fit the bill of “cohesive simple directions”, but if they are failing or you haven’t found them, then they are not working as planned. Let me know and I’ll try to improve layout and/or content, but I need good feedback to do this.

    The text change suggested by renai42 works (with a small change) if done to the bbpress.css.

    Can I ask you to look at

    Step by step guide to setting up a bbPress forum – part 2


    and the styling crib

    bbPress Styling Crib

    I’ve just tested and added Renai’s css so look there for what to use.

    If you can improve wording or content to help others – please let me know what could be better phrased.

    If it doesn’t work, come back with what you did, and I’ll see if I can help further

    #139674
    Lynq
    Participant

    Hey guys,

    Can I ask, are you comfortable with changing font sizes on a WordPress website? Regardless of bbPress.

    If so then it’s exactly the same. If you wanted to you could even create a section inside your main themes style sheet for bbPress specific styles.

    Good luck!

    Asynaptic
    Participant

    Both of these new discussion forum implementations have great new ideas that can be incorporated into bbPress. And they both have integration plugins for wordpress users:

    https://moot.it/
    https://moot.it/docs/wordpress.html

    http://www.discourse.org/
    https://github.com/discourse/wp-discourse

    Some of the features are already implemented in BP and bbPress, like the notifications mention feature (@name). Many others would be great to implement (like, “remember your place” which stores where you read up to in the thread so when you return you don’t have to remember or scroll to it).

    Anyway, just wanted to open up the topic as I don’t think it has been discussed at all previously.

    #139662
    mouffles
    Participant

    I’m sorry but the devs should really correct this, cause it’s a bad ux for forum users, i found many thread talking about this specifical issue since 2 years (-_-) and it’s has never been corrected :

    Not taken to correct page after posting to long topic

    Permalinks for replies on long topics lose /page/ and number

    https://bbpress.trac.wordpress.org/ticket/2291

    I will bump the topic since i have a correct answer to this issue.

    #139657
    MediaSVI
    Participant

    I just installed the latest WordPress and BBpress and the forum opens fine on a computer but when you open it on a mobile device it does not open and I get “oh brother there are no forums found”?

    #139649
    BarryB64
    Participant

    First, Inspiration Point (http://www.inspiration-point.org) is using a child version of TwentyEleven. I’m using the latest WordPress software.

    I did some reading and I’m liking what I am hearing about the bbpress forum plugin. On my site, there is area that I’m calling Shore Classified. Here’s what I’d like to do:

    Shore Classified is born out of a frustration I had with my church. It’s not because they didn’t want to put a request on the church’s mailing list. It had to do with limited resource and wary of unwanted advertisements. I’m not the only one

    Why not create a place where people can posts “blog updates”, “Christian business”, “Church Events”, “Help Wanted” and etc. My initial thought is to limit this to a region. It can easily be expanded.

    I, obviously want to be careful and it’s why I didn’t jump on it. ๐Ÿ™‚ Are there additional plugins? How can I best set the forum to safeguard against unwanted trolls? Can bbpress be configured to require registration before posting?

    There are probably other questions that I should be asking. I’d appreciate some inputs. Thanks in advance.

    #139648

    In reply to: bbPress 2.5 is out!

    Denver Prophit Jr.
    Participant

    https://bbpress.trac.wordpress.org/ticket/2481#comment:7 I made a comment and reverted back to 2.5.0

    #139647

    In reply to: bbPress 2.5 is out!

    FreeWPress
    Participant
    #139641
    FreeWPress
    Participant

    Important NEWS in ticket.. see here https://bbpress.trac.wordpress.org/ticket/2480

    Issue is in subcategory forums…

    #139637

    In reply to: Forum subscriptions

    FreeWPress
    Participant

    Thanks for your feedback, i think isn’t child theme issue.. I have switched on basic wordpress theme and i have also… ๐Ÿ™

    #139631
    justsayno1
    Participant

    How did you get from there to โ€œI just followedโ€ฆโ€?

    Unfortunately there is not an easy way to explain this as I am not that familair with wordpress/bbpress core myself. BUT what I mean is that function is obviously somewhere in the bbpress core files. All I did was start going in there. They are quite well documented and have comments that explain the different functions that get used. You are mainly looking for the template tags function files. Also most plugins/php apps use an includes folder to put all the main crux of the things in. While the main file is just simply a link to all those areas an common functions. If you really can’t find it then just use a program with a “search in files” option and just try and find it that way. I think that is what I did to start with.

    For example when I wanted to find the function yo mention above:
    bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false ) );

    I thought about what the function is saying and where in the folder directories of includes it may be. Since it was “reply” related I figured it would be in the reply section. I just used some common sense to figure out the template-tags.php probably containted template specific functions. Then I just did a search on those files until I found the bbp_reply_author_link. Which then calls bbp_get_reply_author_link which in tern as a return value of:

    return apply_filters( 'bbp_get_reply_author_link', $author_link, $r );

    Meaning that you can basically sub in your own functino for this function by using:

    add_filter( 'bbp_get_reply_author_display_name', 'replace_bbpress_replies_username_filter', 10, 2);

    Where replace_bbpress_replies_username_filter is your replacement filter. Then what I mean by following the functions is that i realised that this function was fine. It was the bpp_get_author_display_name that I was unhappy with. And this would be called in many places (presumably). So I overwrote that function. EG:

    
    function replace_bbpress_replies_username_filter($author_name,$reply_id ){
    $author_id = bbp_get_reply_author_id($reply_id);
    $author_object = get_userdata( $author_id );
    $author_name  = ucfirst($author_object->user_login);
    return $author_name;
    }
    add_filter( 'bbp_get_reply_author_display_name', 'replace_bbpress_replies_username_filter', 10, 2);
    

    Does that help? I know it seems daunting but getting into the core files and seeing what they are doing is I have found the best way when you are thinking “what the fuck!”. Also bear in mind I spend about 4 hours yesterday figuring this stuff out (but I didn’t understand filters really until now). Just to help you out futher. The three filters I added were as follows:

    
    add_filter( 'bbp_get_reply_author_display_name', 'replace_bbpress_replies_username_filter', 10, 2);
    add_filter( 'bbp_get_topic_author_display_name', 'replace_bbpress_topic_author_display_name', 10, 2);
    add_filter( 'bbp_get_user_profile_link', 'replace_bbpress_profile_link_text_filter', 10, 2 );
    

    The display name function I have shown you. The topic display name function:

    
    function replace_bbpress_topic_author_display_name( $topic_id = 0 ) {
    		$topic_id = bbp_get_topic_id( $topic_id );
    
    		// Check for anonymous user
    		if ( !bbp_is_topic_anonymous( $topic_id ) ) {
    
    			// Get the author ID
    			$author_id = bbp_get_topic_author_id( $topic_id );
    			$author_name = get_the_author_meta( 'user_login', $author_id );
    
    		// User does not have an account
    		} else {
    			$author_name = get_post_meta( $topic_id, '_bbp_anonymous_name', true);
    		}
    
    		// If nothing could be found anywhere, use Anonymous
    		if ( empty( $author_name ) )
    			$author_name = __( 'Anonymous', 'bbpress' );
    
    		// Encode possible UTF8 display names
    		if ( seems_utf8( $author_name ) === false )
    			$author_name = utf8_encode( $author_name );
    
    		return $author_name;
    }

    And for the profile link:

    
    function replace_bbpress_profile_link_text_filter($user_link, $user_id){
    		// Validate user id
    		$user_id = bbp_get_user_id( $user_id );
    		$user_object = get_userdata( $author_id );
    		$user_name  = ucfirst($author_object->user_login);
    		if ( empty( $user_id ) )
    			return false;
    
    		$user      = get_userdata( $user_id );
    		$name      = esc_attr( $user_name );
    		$user_link = '<a href="' . bbp_get_user_profile_url( $user_id ) . '" title="' . $name . '">' . $name . '</a>';
    }

    I also changed the default wordpress “get_avatar” function because it returns the gravatar users real name as the alt attr. All you really have to do it replace the function with the same function but get the users login name and replace the alt text name with that. the function is big and I don’t wanna make this post any more ridiculous.

    It’s cool to be the one giving the answers on a WordPress forum! I only really have learned this stuff in the last few months myself. I am more of a Drupal guy. Shock Horror.

    Cheers!

    #139625

    In reply to: Menu link to Profile

    FreeWPress
    Participant

    Ok, please report your feedback here please https://bbpress.trac.wordpress.org/ticket/2480
    Many thanks for your time…

    #139616
    Robin W
    Moderator

    @justsayno1

    I just followed the functions until I found these three filters: ๐Ÿ™‚

    Ok, so given that loop-single-reply has

    bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false ) );

    How did you get from there to “I just followed…”?

    I’ve never got into this area (have only been playing with wordpress since March this year, so am still a newbie), and would love to, but can’t find any tutorials that get you from a line on a display php to the backend function that creates it. I understand how a filter works (and that link is the best explanation I’ve seen so far!), but have you got a logical way to then backtrack to find out what you’re going to create a filter for? – I’ve looked through bbpress and there are lots of “function.php”s, the most obvious being bbpress/includes/common/functions.php, but a search for ‘bbp_get_user_profile_link’ comes up blank.

    If you could explain how you get from a to b, I be really grateful !

    #139593

    In reply to: Stylesheet Issues

    Stephen Edgar
    Keymaster

    A probably quicker and easier way to test the patch is to download the following file:
    https://bbpress.trac.wordpress.org/export/5210/branches/2.5/includes/core/template-functions.php

    Save that to your PC and then with an FTP program upload it to your web host in this folder /public_html/wp-content/plugins/bbpress/includes/core

    Stephen Edgar
    Keymaster

    Thanks for the reply, MediaTemple DV should not be a problem and I won’t need the other info.

    Can you try this for me please ๐Ÿ™‚ Download the following file and save it to your PC.
    https://bbpress.trac.wordpress.org/export/5210/branches/2.5/includes/core/template-functions.php

    With an FTP program upload it to your web host in this folder /public_html/wp-content/plugins/bbpress/includes/core

    Does this fix the issue for you in either bbPress 2.4 or 2.5 (Preferably 2.5)?

    #139585
    eduardosilva
    Participant

    Hello,

    When I was using 1.1 alpha, this problem wasn’t happening.

    After importing the old forum to 2.x, I did noticed this issue.
    Yesterday I also upgraded bbpress to latest version 2.5

    The addons that I have enabled are:
    – BBPress Close Old Posts
    – bbpress Simple Advert Units
    – Captcha
    – Custom Meta Widget
    – Google Analytics for WordPress

    Template: Lobster (bootstrap 3)
    – switched templates and issue stills there

    Also new replies are inserted before the edits:

    TOPIC A
    – Post 1
    – Post 3
    – Post 4
    – Post 5
    – Post 6
    – Post 2

    Thank you

    #139582
    Matoca
    Participant

    Thank you for you extreme patience with me.

    So am I not supposed to be seeing the Visual Tab inside the forum Topic and Replies now that this recommended plugin is installed? This is from the read me file for bbPress Enable Tinymce-visual-tab:
    “Enabling the full default TinyMCE editor mode will display all the buttons, similar to the editor inside the WordPress admin.” I guess I expected to see this.

    Ok, this gets more complex doesn’t it… Another plug in, I will have to look and see what could be doing this. This function of editing user’s image dimensions in topics right in the forum pages was super for the moderators. They are leery of always using the dashboard to do everything and this made it a simple task. Isn’t it always hard to go backwards…

    The Add Media button information came from the Read Me file for bbPress Enable Tinymce-visual-tab:
    “Enabling the media upload button, “Add Media”, will only enable this button for users who have the ability to upload files. By default this is authors and greater. This means this button will _not_ show for normal forum users. This is simply to give administrators the ability to easily upload and insert images into bbPress.”

    I am giving 4 moderators admin and keymaster privileges to add images to posts, delete spam etc. The forum is being run with no registration required, my choice. The topic and reply traffic has been considerable and this is only a hidden test site by invitation only at this point. I had many choices to pick from for forums, and we definitely agreed we did not want to be using FB or yahoo. So far bbPress has been perfect for this. But the plugin problems have been greater than normal this week.
    Thank you for your help,
    Patrice

    #139578
    Stephen Edgar
    Keymaster

    You also go about it this way by adding it to your themes functions.php file or your bbpress-functions.php file in your theme directory.

    To change from Home โ€บ Forums โ€บ My ForumSubscribe
    To change to Home โ€บ Forums โ€บ My Forum (Subscribe)

    function ntwb_forum_subscription_link( $args ) {
        $args['before'] = '&nbsp;(';
        $args['after']  = ')';
     
        return $args;
    }
     
    add_filter( 'bbp_before_get_forum_subscribe_link_parse_args', 'ntwb_forum_subscription_link' );

    If you don’t want to add it manually grab the entire file here and add it as a standalone plugin to your WordPress install.

    https://gist.github.com/ntwb/7686980

    #139577
    Stephen Edgar
    Keymaster

    @brucedongcaigmailcom Thanks for that info, helps to make sure we have all the bases covered ๐Ÿ™‚

    Probably an easier way would be to download the entire file using this link

    https://bbpress.trac.wordpress.org/export/5210/branches/2.5/includes/core/template-functions.php

    Save that to your PC and then with an FTP program upload it to your web host in this folder /public_html/wp-content/plugins/bbpress/includes/core

    p.s. Just let me know if it doesn’t work

    #139575

    Hello Stephen,
    1) I am using XAMPP1.8(3) locally. I chose XAMPP for Windows. I did install it over 1 year ago. so I do not remember well, but it is from the same location: http://www.apachefriends.org/en/xampp.html.
    2)What is โ€œWindow Xampp Apache (3.1.0.3.1.0)โ€ – I found this info on XAMPP control panel. it is version 3.1.0.3.1.0. but it is not right information for you. ๐Ÿ™‚
    3)We have a patch ready to ship with bbPress 2.5.1
    https://bbpress.trac.wordpress.org/ticket/2481
    I do not know how to install the patch. can you provide the detail steps? I would love to test it. I also do updates/installation inside the wordpress panel. so I do not know how to manually do patch.:)

    4) If the patch is not working, how can un-install it or what should I do? so I can have recovery plan.

    Happy thanksgiving!!!

    thank you

    #139572
    justsayno1
    Participant

    Hi,

    I am in the same situation and I have found a solution. You can apply filters to almost every function in bbpress it seems. I just followed the functions until I found these three filters:

    apply_filters( 'bbp_get_user_profile_link', $user_link, $user_id );
    apply_filters( 'bbp_get_reply_author_display_name', $author_name, $reply_id )
    apply_filters( 'bbp_get_topic_author_link', $author_link, $args );
    

    Using these you can change basically everything. I found it easier to change the avatar ALT text vie the normal wordpress get_avatar filter since I wanted that to happen site wide anyway. Here is an example of the reply filter:

    
    function replace_bbpress_replies_username_filter($author_name,$reply_id ){
    $author_id = bbp_get_reply_author_id($reply_id);
    $author_object = get_userdata( $author_id );
    $author_name  = ucfirst($author_object->user_login);
    return $author_name;
    }
    add_filter( 'bbp_get_reply_author_display_name','replace_bbpress_replies_username_filter',10, 2);
    

    Hope that helps. You can do it through templating but this way you don’t have to worry about doing it in a million different templates and then also dealing the layout of the markup you use to replace the current markup. And if filters confuse you and you don’t understand go read this:

    http://dev.themeblvd.com/tutorial/filters/

    I had zero knowledge of how to do filters when I read this thread 16 hours ago and decided to not go the route the above person mentioned.

    EDIT: I thought I’d add that they really could make this a lot easier with very little effort and make it so that you could configure what to use as a display name…. If anyone reads this from bbPress I’d be happy to get involved and do it for them. Seems so dumb to default to make it peoples full names when 90% people don’t want that. That is what facebook, G+ etc is for.

    #139569
    Stephen Edgar
    Keymaster

    bbPress disabled the visual editor in bbPress 2.3 ~8 months ago.

    Take a look at this plugin if you want to enable it again

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    If you think that is what you want to try please use the download link attached to this post in their support forum as it is an updated version https://wordpress.org/support/topic/not-working-in-bbpress-24?replies=9#post-4687693

    #139557

    In reply to: Stylesheet Issues

    Stephen Edgar
    Keymaster

    It looks like you have patched the file correctly.

    Can you view the source and get the stylesheet path and paste it here:

    eg.
    A ‘failed’ example
    <link rel="stylesheet" id="bbp-default-css" href="http://localhost/wordpress37/wp-content/C:devhtdocswordpress37wp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199" type="text/css" media="screen">

    A ‘working’ example:
    <link rel='stylesheet' id='bbp-default-css' href='http://127.0.0.1/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199' type='text/css' media='screen' />

Viewing 25 results - 10,701 through 10,725 (of 26,869 total)
Skip to toolbar