Search Results for 'wordpress'
-
AuthorSearch Results
-
August 5, 2010 at 6:11 am #88072
In reply to: Do you know of a plugin that does this?
BillboardFamily
ParticipantI know how THEY did it, but I would prefer to use a ready-made plugin since I am running WordPress….that would be very convenient. That’s why I asked if anyone knows of a plugin that does this.
August 5, 2010 at 1:18 am #88055In reply to: Delete Account ends up with 404
miri
MemberI am unable to delete members via the BuddyPress admin bar (I receive the following message: “There was an error deleting bob from the system. Please try again.”). I have to go into the WordPress user admin to delete them. (WordPress 3.0.1 & BP 1.2.5.2). Any ideas? (I’ve tried reverting to the default them and deactivating all plug-ins except for BuddyPress)
August 4, 2010 at 10:09 pm #88031rich! @ etiviti
Participantget_post_meta( bp_get_activity_secondary_item_id(), ‘thumbnail’, true)
but have a read about this – if you have pull info from a user’s blog post. so to switch, you’ll need to pass in bp_get_activity_item_id() (which is the blog_id)
https://codex.wordpress.org/WPMU_Functions/switch_to_blogAugust 4, 2010 at 7:34 pm #88012In reply to: Standard group for new users
Paul Wong-Gibbs
KeymasterDisclaimer: it’s my plugin, but it does what you want.
August 4, 2010 at 6:30 pm #87987In reply to: how to change Mr. WordPress default first comment
anindyaray
MemberYes , I know about that plugin..
But I don’t have much of a budget ..
so would like to get a code edit option, which would be costless
Edit: Got a Solution
Under the “Super Admin” menu is an “Options” link, on the options page is a setting called “First Comment Author” – The author of the first comment on a new site., this setting controls the value you see ie. “Mr WordPress”..
Voila Enjoy !!!
August 4, 2010 at 5:00 pm #87991In reply to: how to change Mr. WordPress default first comment
r-a-y
KeymasterTry the WPMU New Blog Defaults plugin:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/August 4, 2010 at 11:40 am #87960In reply to: What’s the good of a custom user database table?
Paul Wong-Gibbs
KeymasterMainly if you want to rename or customise the user table, or share that table between separate WordPress installs, etc.
August 4, 2010 at 10:16 am #87957Jamie Marsland
Participantok now fixed!
August 4, 2010 at 10:14 am #87956In reply to: how to change Mr. WordPress default first comment
Willy Valdez
ParticipantSame problem also for me. I dont know how to remove hello world
August 4, 2010 at 7:30 am #87953In reply to: How to make a private community?
Tyler
ParticipantHow do I redirect to the wordpress login page and not the buddypress registration page? I want to create all the user accounts myself and prevent random people registering for my site. Thanks!
August 4, 2010 at 6:12 am #87943In reply to: Buddypress and WordPress 3.0 Beta
Paul Wong-Gibbs
KeymasterPlease make a new post, @ri-kun. This one is two months old and is on a different topic. We’ll reply in the other post, but what I think you need to do is go in and remove everyone from the root blog (they’ll be assigned as a ‘contributor’ or other user role by default). An alternative would be to edit the template so it always skips that item; I’m not sure what the consequence of removing that default user role would be.
August 4, 2010 at 6:10 am #87942In reply to: Seeking advice for in root or in sub-folder install
Paul Wong-Gibbs
KeymasterUnless you want to run multiple sites (the correct terminology, not “blogs”), you don’t need to run multisite. Regular WordPress will be fine.
There’s no technical difference as to how to structure your site. If you just want your site to look the same on the homepage, but for visitors to dive deeper before they get into “BuddyPress land”, then maybe sticking everything under what appears to be a directory would be best (take a look at the URL for this page, for example. We’re under /community but the main blog isn’t).
August 4, 2010 at 6:03 am #87940Paul Wong-Gibbs
KeymasterI agree it’s the wrong way around. I’m advertising my own plugin here, but what I have done on some sites is use the Welcome Message part of Welcome Pack to send a private message to the new user and to say hello and remind them to complete their profile / picture, etc.
August 4, 2010 at 5:59 am #87938In reply to: page title in BP
Paul Wong-Gibbs
KeymasterIs this on regular WordPress or on multisites?
August 4, 2010 at 4:23 am #87932In reply to: Avatars / profile-pictures
Dudeski
ParticipantHi people, I hope you guys can help me a little bit, even though the topic is old quite old. Mine BP says exactly the same thing as EZD described. I have to go to gravatar.com etc etc. BUT, I have wordpress.com. This is really bugging me out at the moment so please help!
Ralf
August 4, 2010 at 4:06 am #87931Sofian J. Anom
Participant@rhivanz: If your site running on WordPress MS, you can put BuddyPress in the sub-blog, so all BuddyPress features, including user profiles, put there. About how to make it, can be viewed at https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings
August 4, 2010 at 3:26 am #87930In reply to: Displaying forum topic tags
Pisanojm
ParticipantLooking at this codex page: https://codex.wordpress.org/Template_Tags/wp_tag_cloud Is there an easy way to use the taxonomy parameter with this? Don’t know.
August 4, 2010 at 2:14 am #87926miri
MemberI am having this problem with WordPress 3.0.1 and BuddyPress 1.2.5.2. I’ve disabled every plugin except for BuddyPress and I keep getting this error in Firefox’s error panel:
Error: jQuery(“#avatar-to-crop”).Jcrop is not a function
Source File: http://www.bladdyblah.com/groups/test/admin/group-avatar
Line: 38Viewing the page source, I do see that the following js is being included:
http://www.bladdyblah.com/wp-includes/js/jcrop/jquery.Jcrop.js?ver=0.9.8The uploaded avatars are there an in multiple sizes, but the crop tool doesn’t appear on the page (thus the javascript error). This happens with both user and group avatars.
Any ideas?
August 4, 2010 at 1:59 am #87925modemlooper
ModeratorAre you using a normal WP theme? If so you have to install BuddyPress template pack plugin.
https://wordpress.org/extend/plugins/bp-template-pack/
Then in admin>> reading chose a different front page
August 3, 2010 at 11:48 pm #87918nbfarrand
MemberOk… I am an idiot. I guess that happens when you don’t get enough sleep. Just in case others experience this issue, it is because the permalinks in wordpress 3.0.1 default to http://url/index.php/month/etc. I switched to custom and took out the index.php and all works. DUH.
August 3, 2010 at 10:44 pm #87916In reply to: Buddypress and WordPress 3.0 Beta
ri-kun
ParticipantAugust 3, 2010 at 8:11 pm #87901Tammi L Coles
ParticipantFor my PRIVATE groups, I did the following to enable forums.
First, I reinstalled the forums from the dashboard (superadmin )
Then, from the buddypress nav bar, I followed
My Account > Groups > Admin >Under the Admin submenu, I selected Group Settings and did the following:
UNchecked the “Enable discussion forum” checkbox
Clicked save
Checked the “Enable discussion forum” box
Clicked save AGAINThat enabled forums in the private groups.
Still trying to figure out why these posts are not showing up in the main forum tab though…. ((scratches head))
Hope this helps someone else.EDITED: Duh! The forums of private groups do not show up in the general forums page! Related, the site Pressography.com posted the phpMyAdmin version of the fix I outlined above: http://pressography.com/wordpress/daily-tip-fix-for-buddypress-group-forums-error-when-creating-a-new-topic/
August 3, 2010 at 5:54 pm #87882In reply to: Are these BP Plugins compatible with WP3?
r-a-y
KeymasterPMs for Friends Only works; I just haven’t bumped the compatibility tag.
Also do check the oEmbed for BP v0.6 beta.
—
I’d say that most of the BP plugins should work. Only plugins that interact with WordPress in some manner should be flagged for testing.
August 3, 2010 at 5:21 pm #87881rich! @ etiviti
Participantpassing the wrong values
https://codex.wordpress.org/Function_Reference/get_post_metaAugust 3, 2010 at 12:42 pm #87840In reply to: Adding menu items to the admin bar
alanchrishughes
Participant@pcwriter “It does everything you want a dropdown menu to do, and it does it all automatically behind the scenes.”
That’s what my problem is though, it does too much and all behind the scenes. From a design stand point, when I’m trying to figure out programs like wordpress or buddypress I try to break everything down to its most basic state so I can completely control things, so I can make a website function around an attractive user friendly design instead of limiting my design to the functionality I am stuck with because I can’t figure out what is going on hidden behind the scenes. It would be great if there was a buddypress codex with individual lines to generate single links to each page.
-
AuthorSearch Results
