Search Results for 'wordpress'
-
AuthorSearch Results
-
January 18, 2013 at 2:09 am #151001
In reply to: Create private membership site with BuddyPress
modemlooper
ModeratorJanuary 17, 2013 at 11:01 pm #150981Andres Felipe
ParticipantHi @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/.
January 17, 2013 at 10:26 pm #150976In reply to: BuddyDroid ā BuddyPress for Android
Yuttadhammo
ParticipantNo, 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.
January 17, 2013 at 10:09 pm #150971mort3n
ParticipantResolved.
Indeed, the child-theme functions php is called before the parent-theme functions php
https://codex.wordpress.org/Child_Themes#Using_functions.phpThe 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
Mort3nJanuary 17, 2013 at 5:26 pm #150944In reply to: BuddyDroid ā BuddyPress for Android
ddebrich
Participantokay
my site url was
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)
January 17, 2013 at 4:56 pm #150940In reply to: Standard profile fields not showing in BP profiles
danbpfr
ParticipantThe 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/3335January 17, 2013 at 4:48 pm #150939In reply to: Remove 'Edit My Profile'
danbpfr
Participantoops, 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/January 17, 2013 at 3:40 pm #150933In reply to: jQuery method "live" deprecated
JohnRDOrazio
ParticipantYes 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.
January 17, 2013 at 11:26 am #150914In reply to: jQuery method "live" deprecated
Tammie Lister
ModeratorWordPress 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?
January 17, 2013 at 6:11 am #150906In reply to: Crop Avatar Problem
hrvach007
ParticipantYes I am using the newest version of WordPress…
January 17, 2013 at 6:05 am #150905In reply to: Crop Avatar Problem
@mercime
ParticipantAre you on WordPress 3.5 as well?
January 16, 2013 at 8:31 pm #150865Mathieu Viet
ModeratorJanuary 16, 2013 at 5:19 pm #150842In reply to: How to add members to a group
shanebp
Moderator3. The group admin can invite friends to join their group.
To invite members that are not friends of the group admin, use this plugin:
January 16, 2013 at 1:59 am #150780In reply to: I want Buddypress to work within a template
gwenfaye
ParticipantI 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
January 15, 2013 at 11:13 pm #150773In reply to: Cannot Edit, Delete, Open or Sticky Forum Topics
kpolkson
ParticipantOK, 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?
January 15, 2013 at 10:25 pm #150767In reply to: Buddypress wont display local avatars
Figotech
ParticipantYes 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.
January 15, 2013 at 9:43 pm #150745In reply to: Where to find clean copy of v1.5.5
aces
ParticipantJanuary 15, 2013 at 5:48 pm #150701In reply to: Getting 310 error. Too many redirects. URGENT!
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
January 15, 2013 at 5:42 pm #150699Mitesh Patel
ParticipantSorry 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.
January 15, 2013 at 4:58 pm #150695In reply to: Adding group blog posts to the activity stream?
Ben Hansen
Participantwell 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.
January 15, 2013 at 4:31 pm #150693In reply to: Problems with new member registration.
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.
January 15, 2013 at 12:28 am #150670In reply to: User Roles on Multisite Network
Ben
ParticipantAre 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
January 15, 2013 at 12:20 am #150669In reply to: User Role Blog Creation Issues
Ben
ParticipantFor 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.
January 14, 2013 at 11:55 pm #150667In reply to: User Role Blog Creation Issues
Ben
ParticipantThanks for your help @djpaul, I’ve filed the bug here: https://bbpress.trac.wordpress.org/ticket/2161
January 14, 2013 at 9:24 pm #150655In reply to: installation wizard failing
mvk15
ParticipantI’m running wordpress 3.3.2 and I’m not using a webhost script.
-
AuthorSearch Results