Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,326 through 10,350 (of 22,632 total)
  • Author
    Search Results
  • #151056
    @mercime
    Participant

    @raminkhan Please bring this to the attention of the theme author by posting at theme’s support forums at https://wordpress.org/support/theme/frisco-for-buddypress It would be good if you can attach a screenshot of the issue or barring that, be more specific about your description of the issue.

    #151052

    In reply to: Forum Problems

    Rachel Biel
    Participant

    I found a tutorial by Spencer Forum that had step-by-step instructions that I think cleared up my issues.  I was able to change the slugs and I think things are working correctly in the forum area now.  Here is his tutorial which will hopefully benefit others:  http://www.youtube.com/watch?v=M8mh3f6Vzbo

    Now I’m having problems with registration.  I opened it up so that a few of our members could register and I could test what happened.  Two of them couldn’t access their profiles and kept getting the wordpress log in page.  Spence’s video also addressed some of that and I hope that the changes I made will fix that.  But, more importantly, I have been looking for a plug-in that will allow people to apply for entry to the site.  This site is going to be a free forum for our membership organization.  The plug-ins that I have seen are for paid memberships and have a lot more weight than I want (configuration with Pay Pal, etc.).

    I did install the membership plug-in which hopefully fixed the problems I had with the two members, but that doesn’t offer any kind of registration options.  I would like it to operate like private Facebook groups: apply and get let in.

     

    #151001
    modemlooper
    Moderator
    Andres Felipe
    Participant

    Hi @kat_indo, I don’t know so much about programming but a little about plugins, maybe this one could works for You https://wordpress.org/extend/plugins/if-menu/.

    #150976
    Yuttadhammo
    Participant

    No, it definitely needs the wordpress added on the end… Without a logcat there’s not much I can say. Can you try accessing the plugin page http://www.site.de/wordpress/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php with a browser?

    Oh, I think I forgot to mention that the plugin needs to be in the directory named bpxmlrpc as per the above URL… Oops.

    #150971
    mort3n
    Participant

    Resolved.

    Indeed, the child-theme functions php is called before the parent-theme functions php
    https://codex.wordpress.org/Child_Themes#Using_functions.php

    The function `bp_dtheme_setup()` where the button is added in bp-default is made pluggable as I’ve just learned that it should be 😉

    Therefore, the solution is to override the function in child-theme functions php.

    That is, copy the function `bp_dtheme_setup()` from bp-default/functions php to child-theme/functions php and comment out the lines
    `
    if ( bp_is_active( ‘activity’ ) )
    add_action( ‘bp_member_header_actions’, ‘bp_send_public_message_button’, 20 );
    `

    Hope it helps someone!

    Cheers
    Mort3n

    #150944
    ddebrich
    Participant

    okay

    my site url was

    http://www.site.de/wordpress/

    i change it into the right shema http://www.site.de/

     

    but now it says:

     

    org.xmlpull.v1.XmlPullParserException:

    unexpected type(position:

    END_DOCUMENT null @1:1 in java.io.

    InputStreamReader@4235a618)

     

     

    #150940
    danbpfr
    Participant

    The WP standard fields are not used, this is default usage with BP activated.
    But you can create your own custom fields on the profile.
    More about this here: https://buddypress.trac.wordpress.org/ticket/3335

    #150939
    danbpfr
    Participant

    oops, sorry, was code for the old buddybar. It’s  now called Toolbar and implemented by default on BP, but i don’t use it.
    Also, be a bit more explicit next time you ask for something. They’re many menus in BP. 😉

    Use this in functions.php (tested: works on WP 3.5/BP 1.6.3 MS)

    
    function admin_bar_remove_this(){
    global $wp_admin_bar;
    $wp_admin_bar->remove_node('my-account-forums-favorites');
    }
    add_action('wp_before_admin_bar_render','admin_bar_remove_this');

    The node id’s are all in the footer html of each page where the toolbar appears. This means you have to view the page source code to get the node id you want to remove.
    Menu items are in li tags and each li as a ID which begins with “wp-admin-bar-” followed by “-node-name”
    Other tips here: http://jeffersonsnewspaper.org/2012/tips-for-using-the-wordpress-admin-bar-with-buddypress/

    Legacy reference here:
    https://codex.wordpress.org/Function_Reference/remove_node
    https://codex.buddypress.org/developer/theme-development/modifying-the-buddypress-admin-bar/

    #150933
    JohnRDOrazio
    Participant

    Yes I am delinking in a child theme and then linking to the Google repository, because the version rolled with WordPress, particularly jQuery UI, is broken up into separate pieces and is missing a few at that, whereas my own coding requires the full library and is much easier to have it all on hand instead of little pieces, plus I need the latest version.

    I would say that in one way or another, updating WordPress and it’s plugins is a must.

    #150914
    Tammie Lister
    Moderator

    WordPress comes with jQuery – I’d advise you use that one rolled in not link in another. Or are you delinking and adding in because you need something in the new release?

    #150906

    In reply to: Crop Avatar Problem

    hrvach007
    Participant

    Yes I am using the newest version of WordPress…

    #150905

    In reply to: Crop Avatar Problem

    @mercime
    Participant

    Are you on WordPress 3.5 as well?

    #150865
    Anonymous User
    Inactive

    Hi @mercime , @chouf1 , @djpaul ,

    Thanks again for your help, just made a WordPress repo request. So the plugin will soon be available there.

    If you find any other bug meanwhile, please let me know 😉

    #150842
    shanebp
    Moderator

    3. The group admin can invite friends to join their group.

    To invite members that are not friends of the group admin, use this plugin:

    https://wordpress.org/extend/plugins/invite-anyone/

    #150780
    gwenfaye
    Participant

    I am using a theme called Valor from Themeforest.net (http://themeforest.net/item/valor-responsive-wordpress-theme/full_screen_preview/3741916).

    I created a Menu item called “Dream Bank”. I want site visitors to be able to come to http://www.glassworksdream.com and click on the “Dream Bank” menu item. Then, I want them to be asked to register for the Buddypress section of the site.

    When I installed and activated Buddypress, instead of that happening, the Valor template was deactivated, and Buddypress became my site template.

    Gwen

    #150773
    kpolkson
    Participant

    OK, here’s what I can offer in the way of isolating the problem.

    I wanted to see if it was my server or any changes I made to the theme. It was not!

    I went ahead and did a completely fresh restall of everything. When i got wordpress multisite with buddypress working again, I did not have a problem with editing the topics.

    Then I brought in my custom theme files: Again nothing was off, everything worked as it should in editing topics.

    It was only when I brought in my database of existing users and content did I get the 404!

    So it is something wrong in the database.

    What in buddypress would cause topics to 404 based on something off in the database?

    #150767
    Figotech
    Participant

    Yes to the settings.

    Permissions: Ok there may be something here. I can access the ftp of the live site host and I just noticed something.

    I can give the uploads directory all permissions (write read execute: 777) however wordpress will create a dir for a new user avatar (uplaods/avatars/59 for ex) but it cant upload files inside it. Apparently any directory I create with the ftp user has a different owner than the directories created by wordpress itself and even though permissions are set to 777 wordpress is giving me a write permission error when trying to upload any new avatar.

    #150745
    aces
    Participant
    #150701
    amunalaima
    Participant

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Mitesh Patel
    Participant

    @mercime

    Sorry for delayed response. I thought the thread was dead. Nevertheless, thanks for your directions.

    It seems I chose the wrong words to describe my problem. The problem was “after the compatibility process is over, the site doesn’t look 2012-ish, with bp-default styles in BP parts.” After the compatibility process is done successfully (which I did), the theme “works fine”, but doesn’t look fine. So in other words, how to make the BP part look like 2012.

    Both the BP-compatibility-pack approach and your approach worked fine, except, the theme CSS is (understandably) the same (bp-default). I ended up modifying the bp.css to make it look like it belongs to 2012 theme. I also “hard-coded” (so to speak) the BP specific changes in my child theme itself (added the bp-template-pack.php part with some modifications to functions.php), and a few minore changes to BP templates, so that my child theme is BP-compatible out of the box (no need of plugin or external CSS). Will upload the child theme somewhere and post a link here as I get to it.

    Thank you @mercime for your help.

    #150695
    Ben Hansen
    Participant

    well that’s not the way it works at all when network activated some aspects of buddypress provide network wide functionality but the front end display is only as i say on the primary blog/site for instance you can use buddypress to give your users the ability to create their own sub sites (in a more user friendly fashion then wordpress itself provides alone) and any activity on the various sub sites will be displayed in the network wide activity feed which again only displays on the primary blog by default.

    #150693
    imnotme82324
    Participant

    @rayela I downloaded and installed the Easy Invitation Codes plugin for BuddyPress here: https://wordpress.org/extend/plugins/baw-invitation-codes/developers/ (Under the “Other Versions” section) and to avoid the false update (which updates to the WordPress version) I changed the version number, found in the baw-invitation-codes/bp-eic.php, from version 1.0 to 1.0.4

    It’s actually easier than you think to find that file and edit the version number. Simply go to Plugins > Installed Plugins, find “BP Easy Invitation Codes” in the plugin list and click “Edit”. It’ll take you right to the file you need. It looks like this:

    /*
    Plugin Name: BP Easy Invitation Codes
    Plugin URI: http://mediatricks.com
    Description: BP Visitors have to enter an invitation code to register on your site. The easy way!
    Version: 1.0
    Author: Mediatricks
    Author URI: http://mediatricks.com
    License: GPLv2
    */

    Just add a .4 to the end of the version number and remember to check the Developer section of the plugin for updates, instead of updating automatically. Hopefully they’ll separate the two plugins soon so that we can update automatically. I’ve mentioned it in the support forum.

    Once you’re set up, all you have to do is create an invitation code, which can be whatever you want, and email it to your friends. Check out the screenshots section for the plugin: https://wordpress.org/extend/plugins/baw-invitation-codes/screenshots/ It’ll give you a better idea of how it works.

    #150670
    Ben
    Participant

    Are you running bbPress? I had the same issue, and narrowed it down to bbPress. I’ve filed a bug report here: https://bbpress.trac.wordpress.org/ticket/2161

    Here’s a temporary solution that worked for me:
    `function bp_fix_blog_role($blog_id, $user_id) {
    add_user_to_blog($blog_id, $user_id, ‘administrator’ );
    }
    add_action( ‘wpmu_new_blog’, ‘bp_fix_blog_role’, 10, 2 );`

    Just drop this in `mu-plugins` if you want. You can change “administrator” to whatever role you prefer. This function runs immediately after the blog is created, so it will probably solve your problem.

    Code source: https://wordpress.org/support/topic/how-do-i-change-the-default-administrator-role-to-author-for-new-users

    #150669
    Ben
    Participant

    For those of you interested I’ve found a temporary solution that works perfectly:

    `// When a User Creates a New Blog, Force the Administrator Role (bbPress Bug Temp Fix)

    function bp_fix_blog_role($blog_id, $user_id) {
    add_user_to_blog($blog_id, $user_id, ‘administrator’ );
    }
    add_action( ‘wpmu_new_blog’, ‘bp_fix_blog_role’, 10, 2 );`

    Just drop this bad boy in your `mu-plugins` folder and you’re good to go. If you want a different default role for your users, just set “administrator” to whatever you want (editor, author, etc.). The beauty of this function is that it runs immediately after the blog is created, so it will fix any issues you have during blog creation.

    Source: https://wordpress.org/support/topic/how-do-i-change-the-default-administrator-role-to-author-for-new-users

Viewing 25 results - 10,326 through 10,350 (of 22,632 total)
Skip to toolbar