Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 11,326 through 11,350 (of 26,887 total)
  • Author
    Search Results
  • #136662
    logicbit
    Participant

    Had to remove bbPress folder from plugin directory in order to get our site back up.

    Tried manual install of plugin but same thing.

    We are using the FLexForm by swiftIdes ver 1.5 theme which is great and works wonderfully.

    #136661
    logicbit
    Participant

    Installed latest from add new. Now website or admin panel does not load.

    After clicking activate plugin this URL is displayed and hangs. Nothing but a white screen.

    http://houdiniesq.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=

    How to fix.

    #136658
    dot
    Participant

    Wordpress 3.6, using theme Twenty Eleven
    BbPress 2.4 (Just updated this morning, though I had the problem with the previous version as well)
    Only other active plugin: Error Log Dashboard Widget 1.0.2 (showing no PHP errors)
    Several other plugins are installed, but deactivated while trying to debug this issue.

    I have the following text on a single page:

    
    Here is the shortcode for the single forum: [ bbp-single-forum id=39 ]
    
    [bbp-single-forum id=39]
    
    Here is the shortcode for all forums: [ bbp-forum-index ]
    
    [bbp-forum-index]

    The single forum does not display. The forum index does display. I have confirmed that the index is the correct number via the admin forum view. Here is a link to a screenshot. Here is the link from the forum page, showing the forum id: http://[domainremoved].org/wordpress/wp-admin/post.php?post=39&action=edit (Obviously, clicking it won’t work, because it requires a log-in, but this is to confirm that I’m finding the forum index correctly.)

    Here is the forum: http://[domainremoved].org/forums/forum/pta-board/
    Here is the page it is linked from, showing where the shortcodes do not work: http://[domainremoved].org/pta-board-2/
    (Note: I have added spaces between the shortcodes so you can see the text that I used, then repeated the shortcodes without the spaces to display the forums.)

    I feel like this should be some really simple user error, but given that I have double-checked the shortcode syntax and the forum id, deactivated all other plugins, and chosen the Twenty Eleven theme, I can’t figure out what it could be.

    ETA: Wow, that was fast— my page got slammed with spam comments within minutes of posting the links here. I have removed them for now. If a support person needs them to diagnose the issue, I can give them out then.

    #136654
    janhoos
    Participant

    haha yea! So far for me, BBpress is a mixed bag. Its simple alright! You need to add in a lot of stuff to make it come near the other forum softwares. But the big advantage is the integration with WordPress <3

    #136644
    kriskl
    Participant

    After weeks trying to find something that would work, I found the code on wordpress forums to remove completely gravatars (and redirects it was causing.. )

    here is it:

    
    function bp_remove_gravatar ($image, $params, $item_id, $avatar_dir, $css_id, $html_width, $html_height, $avatar_folder_url, $avatar_folder_dir) {
    	$default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg';
    	if( $image && strpos( $image, "gravatar.com" ) ){ 
    		return '<img src="' . $default . '" alt="avatar" />';
    	} else {
    		return $image;
    	}
    }
    add_filter('bp_core_fetch_avatar', 'bp_remove_gravatar', 1, 9 );
    
    function remove_gravatar ($avatar, $id_or_email, $size, $default, $alt) {
    	$default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg';
    	return "<img alt='{$alt}' src='{$default}' height='{$size}' width='{$size}' />";
    }
    
    add_filter('get_avatar', 'remove_gravatar', 1, 5);
    
    function bp_remove_signup_gravatar ($image) {
    	$default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg';
    	if( $image && strpos( $image, "gravatar.com" ) ){ 
    		return '<img src="' . $default . '" alt="avatar" width="60" height="60" />';
    	} else {
    		return $image;
    	}
    
    }
    add_filter('bp_get_signup_avatar', 'bp_remove_signup_gravatar', 1, 1 );
    
    

    As I am now planning to disable buddypress completely. I am looking for an easy way to let users upload their avatars in bbpress, anyone tried it already?

    #136639
    Stephen Edgar
    Keymaster

    I cannot reproduce the issue of missing bbPress wp-admin panels with any of these plugins: GD bbPress Attachments, GD bbPress Tools, GD bbPress Widgets, that’s not to say it isn’t happening. I will keep an eye on Milan Petrovic’s Twitter feed to see if he comes across any issues himself.

    Permissions and caps with bbPress is a hard (for me anyway) to grasp at a code level, I do know that essentially bbPress is ahead of WordPress in some ways in this aspect and the fact that bbPress is built on top of WordPress this is going to constantly evolve. The ‘other’ forum packages that are available do have finer granular permissions but none of them integrate with WordPress the way bbPress does (I am up to my 27th forum converter now BTW).

    These bits will come, hopefully sooner rather than later and the dev’s that contribute code for bbPress are acutely aware of this type of feature request and I am quite sure it is kept in their mind as code is written for anything for example as mentioned above ‘Per-forum moderation’ & ‘Forum subscriptions’ slated for bbPress 2.5, these two features alone make for a great start in getting more of the types of features you are referring to.

    “bbPress is forum software with a twist, from the creators WordPress”

    #136628
    Sam Rohn
    Participant

    any specific info on bbpress 2.4 “Improved user capability integration” listed in the changelog ?

    https://wordpress.org/plugins/bbpress/changelog/

    will it bring us any closer to being able to easily restrict access to specific forums and posts/replies contained therein to a specific user role without any 3rd party plugins or hacks, or might this new change break any existing methods of creating such per user role forums ?

    thanks for the update, i will be installing on at least one site very soon 🙂

    sam

    #136624

    Hi there. We’re working on a fix now, and it will be included in 2.4.1.

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

    #136619
    Stephen Edgar
    Keymaster

    @sadr Here are the BuddyPress 2.4 related tickets, you can also the commit log for ‘/includes/extend/buddypress/’ within bbPress.

    “replacing comments with bbPress topics” is part of 2.5′s scope.

    Where exactly did you hear about that?

    #136609

    In reply to: A bi-language site

    Anonymous User 5853594
    Inactive

    First of all, did you copy the extra Dutch language files for bbPress and BuddyPress? You need those in addition to the Dutch language files for WordPress itself.

    https://codex.bbpress.org/bbpress-in-your-language/ will point you in the right direction for making things work with bbPress. (I suggest that you take the “dev branch” for the files, as the other link is outdated.)
    https://translate.wordpress.org/projects/buddypress/dev points to the BuddyPress version of the language files.

    If you’ve got those up and working, you should be able to use the Dutch settings… Although I don’t know if the plugin will enable you to switch languages for the bb’s, as I can’t find that they support them.

    In ieder geval veel succes!

    zwang
    Participant

    Hi guys,

    On my site, bbPress and the “Recent Post” widget of my blog conflict. Could anyone please give me some clue to fix this?

    Wordpress version:3.6
    bbPress version: 2.3.2
    My site:http://geekroo.com/site/forums

    Please refer to the right sidebar and the footer on the page.

    Cheers!

    Karl

    #136592
    kimbo_king
    Participant

    Hi

    This is such a simple request so I’m probably being an idiot but I can’t find a clear answer anywhere!

    I need to display the number of post a user has made on my forum

    I am using the BBPress plugin for WordPress.

    #136586

    In reply to: MyBB Import to bbPress

    capacitron
    Participant

    I actually found an issue with the MyBB Forum Importer. Since MyBB allows and accepts Usernames with spaces in between words: i.e. “John Smith” and WordPress does not, WordPress is generating URL’s for those users as i.e. “John%20Smith” which produces a 404 and prevents editing of profiles and such. It is the very problem discussed in this BuddyPress topic: https://buddypress.org/support/topic/spaces-in-username-causing-problems/
    Which was never resolved.
    I’m currently searching for a quick SQL query where I can remove all the “%20″‘s occurring in those URL’s.

    #136578
    Stephen Edgar
    Keymaster

    Download and install the plugin from https://wordpress.org/plugins/bbpress/

    #136569
    Stephen Edgar
    Keymaster

    bbPress 2.4 is not far away, download the release candidate from here:

    bbPress 2.4 – Release Candidate 1

    There was a lot of cool work done to make bbPress responsive as detailed
    in Ticket #1933.

    #136565
    Stephen Edgar
    Keymaster

    Categories are currently only imported as a forum type and each of these can be changed in WP-admin forums panel.

    Sub-forums in phpBB and bbPress are all just forums with a parent forum for the forum hierarchy, these can be changed re-ordered etc also in WP-admin forums panel.

    Your forum title ‘Obutto’ is just a title name for the site, you can set the title of your WordPress site title in WP-admin.

    https://codex.bbpress.org/getting-started-with-bbpress/

    https://codex.bbpress.org/import-forums/phpbb/

    #136564
    Stephen Edgar
    Keymaster

    Take a look at the GSoC project by @frederickding

    It’s an update to the WXR importer, I haven’t tried/tested this yet to see what’s different or how well it works with bbPress, but it looks promising.

    https://make.wordpress.org/core/author/frederickding/

    If you do give it a try I’d love to hear any feedback you have.

    Aimee
    Participant

    Hello,

    I want to include WP template tags in bbPress templates and vice versa.

    For example in user-profile.php in my bbPress template, I want to include <?php echo get_the_author_posts(); ?> (http://codex.wordpress.org/Function_Reference/get_the_author_posts), which is a WP template tag.

    Similarly, for author.php in my WordPress template, I want to include topics started by the author.

    I imagine I’d have to query the user, so is there a way of doing this?

    #136560
    julienborne
    Participant

    Thanks for your answer, I did add the code snippet in the theme’s functions.php file but nothing shows… 🙁

    In BBpress forum settings, a crossed the wordpress fancy editor’s box as well as the Auto-embed links and the Fancy editor full ones.

    My problem mainly is that there is NO editor at all.. I would be happy even to have a non-fancy one ^^

    #136553
    DanaJo27
    Participant

    The formatting toolbar on our discussion forum above the comment box keeps disappearing. Was working on Firefox, then it went away. Now switched to Chrome, where it’s still available, but not appearing on Safari at all. Using latest version of the bbPress plugin and WordPress.

    Still available and working fine in this support forum (currently using Safari browser) so would seem to be site-specific. Any help appreciated.

    gcoz
    Participant

    I’ve been trying to import my vanilla 2 forum posts (just under 500000 replies) and it’s been working away for a very very long time. Tried to do it on the server as well as locally on my macbook pro running Mountain Lion. It seems that it’s even running slower locally than on my server and after leaving it to run for a couple of days, I’m about 1/4 of the way there.
    Tried all kinds of delay times and row limits but I can’t find a way to improve the speed of the import.
    I was wondering if anyone here has successfully imported a database this size and has tips on how to speed up the process? Even at a 200 Limit with 3 second delay my MySQL workbench on my local machine shows 11000 Queries/second which seems a bit high?
    I’m using the latest versions of bbpress, wordpress and vanilla.

    #136546
    Erlend
    Participant

    The fancy editor is disabled by default. You have two choices:

    Enable Visual Editor


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

    It’s for good reason that it’s disabled though. It considerably slows down mobile devices and is just all around far more unpredictable than the plain editor in terms of how users might mess up with it.

    #136539
    solsikkehaven
    Participant

    I cannot find, how to have moderators or key masters be able to ban users – without them also being ADMIN on the WordPress site ?

    Have I missed something ?

    (lastest version of everything -wordpress+bbpress etc.)

    #136537
    jezza101
    Participant

    OK, version 1 uploaded to official repository:

    Get it here.

    #136534

    In reply to: Topics not showing

    llud
    Participant

    Forgot to include information:
    I am using latest wordpress
    Latest Buddypress
    Latest Bbpress

    if you want to give a look here is a link :
    http://www.kleepp.it/groups/blender-for-cgi/forum/

    Strange thing…it appears on the group wall and on activity, just doesnt show up where it should be.

Viewing 25 results - 11,326 through 11,350 (of 26,887 total)
Skip to toolbar