Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 7,151 through 7,175 (of 22,685 total)
  • Author
    Search Results
  • #190943
    danbp
    Participant

    hi @aghajoon,
    don’t jump into old post please !

    Much more convenient, would be to use the buddypress notification manager plugin !

    Works with 4.0 and bp 2.02

    #190942
    giggio
    Participant

    All this is correct. The files is bbpress-bg_BG.mo and bbpress-bg_BG.po for bbpress and buddypress-bg_BG.mo and buddypress-bg_BG.po for buddyprerss. In wp-config – (‘WPLANG’, ‘bg_BG’) … site is in bulgarian.

    And like I said, all is worked correctly (almost a year till now) before wordpress update.

    #190937
    danbp
    Participant

    @durkk,

    IMHO you do it overcomplicated.

    Create a new page; call it “extra”
    Create eventually a template for it. Basically, you made a copy of your theme “page.php”, you rename it “my-extra_page.php” and in the file header, you remove the original page comment and replace it with the new template comment.

    /*
    * Template name: my extra page
    */

    Save !

    Back to the page “extra” > edit and asign it the new template.

    Now you can add a this page to each profile by using the abose snippet from the child-theme functions.php

    
    function bpfr_my_setup_nav() {
        global $bp;
    	
    	$mytab=array(
    	'name'            => 'My Tab',
    	'link'      	  => 'permalink_to_your_page', // the one under the page title on page editor
    	'slug'         	  => 'my-tab',
    	'css_id'          => 'my_custom_tab',
    	'position'        => 100,
    	'user_has_access' => 1,
        'screen_function' => 'xprofile_screen_my_tab'
    	);
    	$bp->bp_options_nav['profile']['my-tab'] = $mytab; 	
    }
    add_action('bp_setup_nav', 'bpfr_my_setup_nav');

    You can now add into this page template any code you want. To call a plugin, a specific content or what else.

    To avoid this page to be shown in the menu bar, you can use this old plugin (it still works with 4.0)

    To use a shortcode from within the text widget (this is not possible by default)
    you can add this to your child-theme functions.php add_filter('widget_text', 'do_shortcode', 11);
    Now you can use a shortcode in this widget !

    #190934
    danbp
    Participant

    @admindirektor,

    how do you expect some help if you don’t give the theme name or a site url ?
    This is not a buddypres issue, but a wordpress setting affair.

    Make the member package page as start page and set buddypress as private or members only.

    More about “private” here:
    https://buddypress.org/support/tag/private/

    #190933
    danbp
    Participant

    @robertne,

    installing an extra site just for sharing posts is somehow a big task for… nothing and requires a multisite install. Made it simple ! Share your RSS feed…
    http://www.wpbeginner.com/wp-tutorials/how-to-add-social-buttons-to-wordpress-rss-feed/

    Sorry If i misunderstand you. If the goal is to ADD an external link to your posts, you can create a custom post type for that or simply paste the link into a post.

    If this is also not what you want, explain what kind of post, from where and how your members should use a sharing button. Even if BuddyPress doesn’t handle posts, he only shows them.

    Also you can read some related forum topics here:
    https://buddypress.org/support/tag/share/

    #190930
    danbp
    Participant

    change the tables prefix !
    Check also some index.php firstly, for some encrypted datas, like base64_decode on the first line…

    If this matches, you have also to scan your computer.

    You can use the wordfence plugin (and de-install if nothing is found)

    This one is really efficient against fake registering.

    But in any case, this is like carrying water in a sieve or perforated device !

    #190923
    christicehurst
    Participant

    Below is the errors that gave out after installing Buddypress

    WordPress database error: [Table 'christic_database.wp_bp_xprofile_data' doesn't exist]
    SELECT id, user_id, field_id, value, last_updated FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id IN (1)
    
    WordPress database error: [Table 'christic_database.wp_bp_xprofile_fields' doesn't exist]
    SELECT * FROM wp_bp_xprofile_fields WHERE id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_xprofile_fields' doesn't exist]
    SELECT type FROM wp_bp_xprofile_fields WHERE id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_xprofile_fields' doesn't exist]
    SELECT id FROM wp_bp_xprofile_fields WHERE id = 1
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php:227) in /home/christic/public_html/wp-includes/pluggable.php on line 1173
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs' doesn't exist]
    SELECT COUNT(*) FROM wp_bp_user_blogs
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs' doesn't exist]
    DELETE FROM wp_bp_user_blogs WHERE 1=1
    
    Notice: Trying to get property of non-object in /home/christic/public_html/wp-content/plugins/buddypress/bp-members/bp-members-admin.php on line 829
    
    Notice: Trying to get property of non-object in /home/christic/public_html/wp-content/plugins/buddypress/bp-members/bp-members-admin.php on line 829
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs' doesn't exist]
    SELECT COUNT(id) FROM wp_bp_user_blogs WHERE user_id = 1 AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs' doesn't exist]
    INSERT INTO wp_bp_user_blogs ( user_id, blog_id ) VALUES ( 1, 1 )
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT blog_id, meta_key, meta_value FROM wp_bp_user_blogs_blogmeta WHERE blog_id IN (1) ORDER BY id ASC
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'url' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'url','http://www.christicehurst.me')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'name' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'name','Chris Ticehurst')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'description' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'description','Creative Writer cat')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'last_activity' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'last_activity','2014-09-08 10:59:55')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'close_comments_for_old_posts' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'close_comments_for_old_posts','')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'close_comments_days_old' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'close_comments_days_old','14')
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    SELECT id FROM wp_bp_user_blogs_blogmeta WHERE meta_key = 'thread_comments_depth' AND blog_id = 1
    
    WordPress database error: [Table 'christic_database.wp_bp_user_blogs_blogmeta' doesn't exist]
    INSERT INTO <code>wp_bp_user_blogs_blogmeta</code> (<code>blog_id</code>,<code>meta_key</code>,<code>meta_value</code>) VALUES (1,'thread_comments_depth','5')

    Below is the errors from two other plugins

    Strict Standards: Declaration of UberMenuWalkerCore::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 227
    
    Strict Standards: Declaration of UberMenuWalkerCore::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 227
    
    Strict Standards: Declaration of UberMenuWalkerCore::end_el() should be compatible with Walker_Nav_Menu::end_el(&$output, $item, $depth = 0, $args = Array) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 227
    
    Strict Standards: Declaration of UberMenuWalkerEdit::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 401
    
    Strict Standards: Declaration of UberMenuWalkerEdit::end_lvl() should be compatible with Walker_Nav_Menu::end_lvl(&$output, $depth = 0, $args = Array) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 401
    
    Strict Standards: Declaration of UberMenuWalkerEdit::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /home/christic/public_html/wp-content/plugins/ubermenu/core/UberMenuWalkerCore.class.php on line 401
    
    Notice: Undefined index: ctype in /home/christic/public_html/wp-content/plugins/mycred/addons/banking/services/mycred-bank-service-interest.php on line 575
    
    Notice: Undefined index: user_id in /home/christic/public_html/wp-content/plugins/mycred/addons/banking/services/mycred-bank-service-interest.php on line 576
    #190919
    giggio
    Participant

    Yes, the files are in correct directory but the translation not work. Before the 4.0 update of wordpress there was not problem … Here is the site – http://pokerspirit.net/forum/new-topic/

    #190895
    @mercime
    Participant

    @riccardo-rossini WP 4.0 introduced the new Media Library Grid, among others. Any plugin that adds features to the media library may need serious work per https://make.wordpress.org/support/2014/08/omg-wtf-bbq-post/ So at this point, I suggest that you follow up with the rtmedia plugin authors about your issue.

    shanebp
    Moderator

    >I can also report that the same bug is manifesting in the “My Favorites” and “Mentions” streams in the same way that it does in “My Groups” – only the word “replied” appears.

    I cannot replicate those issues.

    Re ‘My Groups’: Fixed. Thanks to @r-a-y
    See: https://buddypress.trac.wordpress.org/attachment/ticket/5862/5862.01.patch

    Hopefully it will make it into 2.1

    #190697
    christicehurst
    Participant

    Share Paid Hosting

    Plugins: Advanced Categories Widget, bbpress, Imsanity, Jetpack, Registration Honeypot, Team Showcase, UberMenu 2

    No automated install for WordPress and I use phpmyadmin

    If things continue to stay weird in terms of solving this, I am happy to PM log in details to you guys to see what’s going on under the hood.

    #190695
    danbp
    Participant

    Please give more details about the install.
    Host type and plugins list.
    Do you use a cache system ? Do you used an automated wordpress install from your host ?
    Which software do you use to access your db ?

    #190318
    danbp
    Participant

    hi @mahdiar,

    i short words: you can not embed any videos.
    You can only embed videos from approved providers. See the list on the WP codex.

    About the why, read here

    And for the how, here:
    https://codex.wordpress.org/Embeds

    That said, if you paste the url of a youtube(since wp 2.9) or funnyordie video (since wp 4.0) into an activity update, it will show up.
    If not, try with 2014 theme first.

    Test urls:

    http://www.funnyordie.com/videos/10619dd2fd/kitten-massage-is-the-best
    http://www.youtube.com/watch?v=dQw4w9WgXcQ
    shanebp
    Moderator

    Bug confirmed: ticket

    mahdiar
    Participant
    #189814
    danbp
    Participant

    @christicehurst,

    in other words, you didn’t use buddypress for a while and when you reactivate the plugin, all goes wrong.

    The easiest way to go is to deactivate buddypress from your plugins list and delete it.
    Check it is really the case in the wp-content/plugins/ directory on the FTP server.
    Then you check your database and delete any table (16 tables on a single install) you may encounter related to BP.
    Those tables are are all prefixed like this: _bp_table_name. By default, wp_bp_table_name.

    Once done, go back to your wordpress install and check if the site is working flawless.
    If ok, you install a new copy of buddypress via the plugin installer on the dashboard.

    Activate, adjust BP settings without forgetting the permalink setting, and enjoy.

    Some codex references:
    https://codex.buddypress.org/getting-started/before-installing/before-installing/

    Installation

    Configure BuddyPress

    #189812

    In reply to: Help Login

    danbp
    Participant

    @kagami,

    this support is in english only. Please don’t post in your native language. FYI, i’m french.

    If you prefer dutch, see here:
    https://nl.forums.wordpress.org/forum/buddypress
    http://www.wplounge.nl/

    I close this topic. Feel free to create a new one in english.

    Dank u voor uw begrip.

    #189806
    danbp
    Participant
    namrons
    Participant

    Turns out it’s long standing issue: “Stop using hide_sitewide for privacy purposes” https://buddypress.trac.wordpress.org/ticket/3857

    Any suggested work around in the mean time?

    #189719
    danbp
    Participant

    I understand, but i’m not here to help supporting premium themes. You paid the theme and for support.
    https://buddypress.org/support/topic/when-asking-for-support-2/

    If you don’t know how to do this, you may want to consider hiring a developer.

    #189718
    Henry Wright
    Moderator

    @danbp, just to mention, $editor_id is fussy about hyphens. See here. And contrary to the advice in that Codex article, I’ve also found $editor_id dislikes underscores. Best bet is to use lowercase letters only.

    shanebp
    Moderator

    I wouldn’t rely on messing with visibility settings.
    To make a profile field only editable by admins, do this in bp-custom.php or a plugin:

    // only admins can edit the Skills field
    function chief_hide_profile_fields( $retval ) {
    	
    	if( is_super_admin () )
    		return $retval;
    
    	if(  bp_is_profile_edit() || bp_is_register_page() )
    		$retval['exclude_fields'] = '3';	//profile field ID's separated by comma
    
    	return $retval;
    
    }
    add_filter( 'bp_after_has_profile_parse_args', 'chief_hide_profile_fields' );

    Note that you need to add the correct id(s) for exclude_fields.
    And that ‘ || bp_is_register_page() ‘ keeps the field(s) off the register page – which you may not need to do.

    Re how to create profile fields in code, there a couple of ways to do it depending on the kind of field and how it will be used.
    Take a look at these plugins for more info:
    https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
    https://wordpress.org/plugins/buddypress-xprofile-image-field/

    #189696
    Henry Wright
    Moderator

    Hi @speedys

    Searching the Plugin Directory for “custom admin bar” I came across a few plugins that may be of interest:

    These may or may not do what you need but feel free to search yourself. There seems to be lots available.

    ernstl
    Participant

    @shanebp the mentioned ref array hook works like a charm. Thank you so much driving me crazy 🙂

    To the folks out there: add this to the BBpress bbpress\includes\admin\converter.php

    add_action('messages_message_sent', 'my_prevent_msg_send', 5 );
    
    function my_prevent_msg_send( $args ) {
        
    	unset( $args->recipients );
    
    }

    to prevent that PMS are send on import.

    More about do_action_ref_array hooks here: https://codex.wordpress.org/Function_Reference/do_action_ref_array

    rgds,
    ernstl

    #189661
    Henry Wright
    Moderator

    Hi Ian

    wpautop() is a function you could use for this. Check out:
    https://codex.wordpress.org/Function_Reference/wpautop

Viewing 25 results - 7,151 through 7,175 (of 22,685 total)
Skip to toolbar