Search Results for 'wordpress'
-
AuthorSearch Results
-
April 2, 2010 at 10:05 pm #71510
Paul Wong-Gibbs
KeymasterTry using is_user_logged_in() and/or bp_loggedin_user_avatar()
April 2, 2010 at 9:52 pm #71508In reply to: Oembed and shortcode tag???
r-a-y
KeymasterWhy don’t you just use the default oEmbed class in WordPress?
https://codex.wordpress.org/Embeds
http://www.viper007bond.com/2009/10/13/easy-embeds-for-wordpress-2-point-9/
Shortcodes work like this:
[embed]youtube link[/embed]
You can enable oEmbed support across all blogs with the New Blog Defaults plugin:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
April 2, 2010 at 9:41 pm #71503In reply to: BuddyPress and WordPress 3.0
Paul Wong-Gibbs
KeymasterI repeat myself:
BuddyPress 1.2.* isn’t built or tested for compatibility with WP 3.0-Alpha yet.
That will come in BuddyPress 1.3.
April 2, 2010 at 9:10 pm #71499modemlooper
ModeratorYou have to create a page in the admin and choose the widget page template for that page. If you have latest version you have two page template options.
If wordpress theme repo would allow I would include screen shots and a better how to. They don’t give us the same repo as plugins.
April 2, 2010 at 9:02 pm #71498In reply to: BuddyPress and WordPress 3.0
jedbarish
ParticipantI don’t see a Blog option show up with latest trunk of WP 3.0 and latest trunk of BP so did BP disable the blog under current trunk?
April 2, 2010 at 7:57 pm #71490In reply to: BuddyPress Theme
r-a-y
KeymasterIf you want to use an existing WP theme, use the BP Template Pack plugin to add BP functionality to your WP theme:
April 2, 2010 at 6:38 pm #71472r-a-y
KeymasterYou didn’t follow the instructions:
April 2, 2010 at 4:57 pm #71452Boone Gorges
Keymaster1) Table problem was my stupid mistake. I forgot to merge the code completely.
2) Warning message: another stupid mistake
I just rolled another trunk version up that should fix both problems. Download it in about five or ten from the repo, or immediately from here https://plugins.svn.wordpress.org/invite-anyone/trunk/.
thanks for your patience!
April 2, 2010 at 9:02 am #71406In reply to: installing 1.3 on nginx
Paul Wong-Gibbs
KeymasterBuddyPress *doesn’t* ever write to the .htaccess file; you probably mean WordPress itself.
April 2, 2010 at 8:47 am #71403In reply to: Facestream (Facebook plugin)
Anton
ParticipantSame problem here but I reverted back to the previous version 1.0.2.1 https://wordpress.org/extend/plugins/facestreamownload/
That version doesn’t sync from FB to BP but at least you can submit statuses to FB from BP
April 2, 2010 at 2:55 am #71391In reply to: Spam, Spam and more spam
3sixty
ParticipantThe plugin wordpress Hashcash (updated today to 4.5.1) should now work for BuddyPress registration but it stops EVERYBODY from registering.
This is not true for me. I just registered a test user with Hashcash 4.5.1 installed. Though still waiting to see if it stops BP splog spammers.
April 2, 2010 at 1:07 am #71377In reply to: Help, please: I don't understand Step Three
jivany
ParticipantThis is going to come across wrong but…
Buddypress functionality works out of the box. You install the plugin and everything works. What doesn’t work out of the box is all of the styling required to fit Buddypress into your current site design (assuming you don’t want to use the default theme).
If you currently use a stock downloaded theme for your WordPress site and have never made any changes to it, or mucked around with CSS and HTML then hiring someone to do this stuff for you might be the best approach.
Now, that said, once someone spends some time learning about CSS, HTML and how WordPress themes and plugins work, it’s really not that difficult to make changes.
There are very helpful people here but they can’t do everything for you. We can point you in the right direction but much like any education, you need to do some homework on your own.
April 1, 2010 at 10:05 pm #71347In reply to: bad avatar urls in new instal
r-a-y
KeymasterSomething to do with owner permissions.
Do a search on google for “wordpress upload owner permissions”.
April 1, 2010 at 8:48 pm #713285887735
Inactivehttps://wordpress.org/extend/plugins/bp-template-pack/
It will walk you through it.
EDIT:
Sorry I misread your question. I thought you where looking to edit a WP theme.
April 1, 2010 at 6:39 pm #71298In reply to: [Resolved] CubePoints and BuddyPress Intregration?
5947865
InactiveI found the hooks but I cant figure out to give points to poster/author instead of logged in user.
I want posters to get points when someone else likes their post or comment etc. a sitewide point system.
Like:
if( function_exists(‘cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(the_author_ID(), 5);
}
This is what the docs says:
cp_alterPoints( int $uid, int $points )
Parameters
int $uid: ID of a WordPress user. To get the ID of the current logged in user, use the cp_currentUser() function.
int $return: Number of points to add to the specified user.
April 1, 2010 at 1:21 pm #71252sueme
ParticipantSorted. Thank you r-a-y for pointing me in the right direction.
I created a child theme, copied the header files into it. Changed the above two lines so they pointed to mysite.com instead of mysite.com/wordpress that they were originally pointing to.
Thank you once again.
I’m really pleased with your help, and with the result.
Sue
April 1, 2010 at 10:20 am #71235In reply to: Member custom profile page
Brajesh Singh
Participanthi Mike
That’s great
well, you may give this a try
April 1, 2010 at 10:14 am #71233In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
ParticipantNew version released : Version 1.2.3 just released.
Grab it over here: https://wordpress.org/extend/plugins/tweetstream/
SUPPORT: http://faboo.nl/bugs/tweetstream/
April 1, 2010 at 10:13 am #71232In reply to: Facestream (Facebook plugin)
Peter Hofman
ParticipantNew version released : Version 1.0.3 just released.
Grab it over here: https://wordpress.org/extend/plugins/facestream/
SUPPORT: http://faboo.nl/bugs/facestream/
April 1, 2010 at 8:51 am #71227In reply to: Member custom profile page
Brajesh Singh
Participanthi there
Well, currently Buddypress allows users to change the text/their images(gravatar) etc. So most of the thing you want is already there.
For your second question, I don’t think there is a plugin which allows selecting font size/color, so this is something which you will not get out of the box.
You may want to take a look at Boone’s plugin tinyMCE for Buddypress. That allows posting rich text data.
April 1, 2010 at 4:33 am #71213In reply to: Register page won't appear
strategicblend
ParticipantI just answered my own question. For anyone else who experiences this, make sure you have checkmarked “Anyone can register” in WordPress > Settings > General.
April 1, 2010 at 3:05 am #71208In reply to: How to: Make drop down menu from nav?
March 31, 2010 at 11:28 pm #71180In reply to: How to uninstall buddypress
nagoonline
MemberI uninstalled and reinstalled WordPress. Problem solved but not happy.
March 31, 2010 at 9:36 pm #71143In reply to: Register from subdomain
Creative Modules
MemberWould this allow for the main site to not be a BuddyPress site but the main WordPress MU domain (www.mydomain.com).
Then when a new blog is created it would be it’s own buddypress private social area, lets say for company XYZ.mydomain.com.
Then employees from XYZ could come to XYZ.mydomain.com and register from there?
This is what I’m trying to do with my requirements I have. If we are looking for the same thing maybe we can help each other and forward the answer to each other when we find it.
March 31, 2010 at 8:11 pm #71131In reply to: Post moderation queue?
intimez
ParticipantI’m looking for similar function to how wordpress handles the comment moderation.
Did I over look a setting?
-
AuthorSearch Results