Search Results for 'wordpress'
-
AuthorSearch Results
-
January 16, 2010 at 2:02 pm #60924
In reply to: MU 2.9.1 Upgrade … What broke?
joshj16
ParticipantI did. The forums didn’t show up completely and there is a bug when posting in a group forum. How did you roll back to the previous version? Did you have to completely re-install wordpress?
January 16, 2010 at 1:39 pm #60919In reply to: bbimg My attempt at photos…
peterverkooijen
ParticipantPlease concentrate on writing BP plugins that connect with more mature open source gallery scripts like Zenphoto, Coppermine or the NextGen WP plugin, instead of starting yet another ambitious project from scratch.
I use Zenphoto with the ZenPhotoPress plugin. I would love to have a ZenPhotoBP plugin, but I’d never use any of these new BP-only plugins and if Andy & co built a gallery into the core, I’d have to strip it out again.
This Kaltura plugin may cover your needs if you need more BP integration – semi-commercial third party product.
January 16, 2010 at 1:21 pm #60915In reply to: Changing User Avatars through Dashboard
Paul Wong-Gibbs
KeymasterThe avatar is BuddyPress feature and the wp-admin dashboard is a WordPress feature. There’s surely a way to code this up, but it’s not implemented out of the box.
January 16, 2010 at 7:21 am #60896In reply to: bbimg My attempt at photos…
dennissmolek
ParticipantI havent registered at buddydev but from some of the things I read I think he and I are going about things differently.
First, I am needing this plugin for a site that I need, with that there are things that Brajesh wont be releasing on the first edition. And then it goes 3-6 months on that revision..
I will be using Rackspace’s Cloud files, so I need a solution to use ANY file host be it local or remote, so I am working around that issue as a primary.
Second is I will be needing tagging pretty much off the bat. One post said this was for later..
My plan for tagging will actually allow any user/group/etc to to be tagged to any type of content provided it has a ID. Not just photos.
Plus I am generating a “site ID” so a group and a user cant both have the same ID. Right now there can be user 33, Group 33, and Blog 33.. All unrelated.. this is a pain as every plugin or content would need a “entity type” for each tag, or a separate field for each type. With a siteID and a corresponding table its held in one place and accessed on the fly..
I am also using the core 2.9 image editing, as well as a free java app to edit files in the client side(see facebook’s java app)
I am not trying to compete (well directly) with Brajesh, his plugin looks great but there is some functionality that I need and would rather let other folks have the option to use it as well.
Most of the code is actually already written itno WordPress 2.9’s media tools.
For example, all of the image editing/uploading/unzipping is already core. The biggest thing is taking the content mapping OUT of a hidden blog post(right now all media is stored as a blog post within a users main blog, including avatars) and allow users who DO NOT have blogs to be able to use WordPress’s media tools..
My current plans are:
Created SiteID system(already done)
add new tables to handle images
give all users/groups a “home” album and then a “profile picture” album
Modify how avatars are uploaded/added to the database
modify/duplicate the media-upload to change the filepath and way files are uploaded to fit my needs
I also plan to release what Ive done in smaller stages(for free). If I hit a worth wile release I may charge like $5 for it and maybe some type of support system, I dunno.. I may just give it away and begin work on other projects. ( once this is done I dont see many “new” features… Facebook has been the same for 5 years)
Not to say I wont add new features, or continue support, just that I cant imagine more at this time..
ok Im rambling..
January 16, 2010 at 5:01 am #60894In reply to: Site Wide Activity stream not working
bbrian017
ParticipantI’m currently running You are using WordPress MU 2.9.1. I had an update after I added that information.,
Sorry about that and thanks for the suggestion.
January 16, 2010 at 1:29 am #60890In reply to: My Student Portal
r-a-y
KeymasterYou need to upgrade to WPMU 2.9.1
https://mu.wordpress.org/download
Release and upgrade info can be found here:
January 16, 2010 at 1:29 am #60889Roland Fauster
ParticipantIt all finally works now – THANK YOU VERY MUCH.
I ended up using a completly random HASH for the UserName since I was not feeling safe using your JavaScript.
This feature should be put in one of the future Releases of BuddyPress since indeed the concept of using Usernames to Login is old and with Features like Gravatar Support, the site itself should use email as the main auth form.
Just for completion so somebody might want to do the same thing:
I modified the register.php in registration subfolder like this
.
.
.
<!– Fool Registration that the Username is a Random Generated HASH –>
<input type=”hidden” name=”signup_username” id=”signup_username” value=”<?php echo sha1( uniqid( mt_rand(), true ) . time() ) ?>” />
<label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ) ?> <?php _e( ‘(required)’, ‘buddypress’ ) ?></label>
<?php do_action( ‘bp_signup_email_errors’ ) ?>
<input type=”text” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value() ?>” />
.
.
.
and used Beau Leben’s WP Email Plugin
January 15, 2010 at 11:24 pm #60878peterverkooijen
ParticipantYou don’t have to convince me why it makes sense to use email address instead of username. This post was the start of a long a painful process for me. Trust me, that plugin does what you need and then all you need to do is restructure the form and pick a fix for the user URL etc.
January 15, 2010 at 7:37 pm #60868In reply to: WP Super Cache Question
bbrian017
ParticipantI’m using the plugin that is found by “adding new plugins” in wordpress.
January 15, 2010 at 7:07 pm #60865In reply to: Changing the title of a Page
Nick Watson
ParticipantThanks a lot Mike!
That works perfectly, although it doesn’t allow complete customisation of specific titles, it allows you to change it so that your pages have the title
I found :
https://wordpress.org/extend/plugins/seo-title-tag/
once I knew, from your reply, what to search for, however it looks like this is only a wordpress feature because it didn’t work for me.
I’ll dig in the code of the “All in One SEO Pack” and see if I can specify exactly where the page titles are defined.
However, it’s doing exactly what I want right now.
Thanks a lot!
January 15, 2010 at 3:18 pm #60847In reply to: Group Twitter Plugin
peterverkooijen
ParticipantThe plugin page says:
Compatible up to: WordPress MU 2.8.6 / BuddyPress 1.1.2
So it doesn’t work with 1.1.3? Or 1.2? Or WPMU 2.9.1?
Will the plugin be updated or was it more a one-time demo project?
January 15, 2010 at 1:58 pm #60838Roger Coathup
ParticipantGuten Tag Thomas,
Thanks for the really thorough description of the project, and great to see you (alongside our Hello Eco Living site) in WPMU.org’s list:
10 of the Latest and Greatest Inspirational BuddyPress sites
@Xevo: your hint on login is handy to know!
Cheers,
Roger
January 15, 2010 at 1:37 pm #60836In reply to: Changing the title of a Page
Mike Pratt
Participantthe All in One SEO (https://wordpress.org/extend/plugins/all-in-one-seo-pack/) plugin allows for quite a bit of naming convention changes to your titles. It’s a good place to start.
January 15, 2010 at 12:25 pm #60833In reply to: How to create forums?
bedo02
ParticipantI have the same problem here. after the deep dive installation the Forum part of buddypress stoped to work. Any idea why?
I followed this tutorial for the deep integration
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
Thanks for any help!
Derek
Participant@vincole I am also a BuddyPress convert too but I also was WordPress fan back before version 2. BuddyPress has come a very LONG way in a very short period of time. Because of the extensible nature of WordPress no two install need be the same. It’s an awesome piece of code!
Now in 100% honesty THE ONLY comparable software out there is SocialEngine. It’s funny though because they are in the midst of a big rev too, and I know that they are really looking at BuddyPress and looking at ways to out run and gun it. I would say if you are looking for an alternative to BuddyPress that is really the only good option.
dennissmolek
ParticipantI too have abandoned Joomla for the warmth that is WordPress. Joomla is ALL OVER the place, and we payed for the Joomsocial plugin..
January 15, 2010 at 3:36 am #60812peterverkooijen
ParticipantJanuary 15, 2010 at 2:13 am #60807In reply to: BBPress: default installation or external one?
r-a-y
KeymasterHere’s a WPMU / BuddyPress / bbPress integration tutorial:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
I’ve used this a few times myself.
January 14, 2010 at 10:17 pm #60784phpnukes
ParticipantDo you have the turbo plugin installed on your wordpress-mu?
Sounds like it’s caching if you have to repeat.
January 14, 2010 at 7:21 pm #60771In reply to: Preferred langauge in user's profile settings
Bowe
ParticipantThere is a multilingual plugin for BP available which does this:
https://wordpress.org/extend/plugins/buddypress-multilingual/
I don’t know if it’s compatible with the BP 1.1 or the upcoming 1.2. I need this as well so we should look into it then

Also take a look at this ticket I made today: https://trac.buddypress.org/ticket/1593
If the “supergroup” feature would be implemented it would mean that you could make different “homes” for different countries/regions and still have a central homepage where all sitewide content is shown.
January 14, 2010 at 2:20 pm #60746In reply to: Site Wide Activity stream not working
Boone Gorges
KeymasterWordPress stores posts in database tables of the form wp_x_posts, where x is the blog id. Comments are in wp_x_comments. Time created should be the last column.
Have you looked at the timezone settings for the two blogs that are causing the problems? WordPress > Dashboard > General.
January 14, 2010 at 12:57 pm #60737In reply to: What if I'm not running WordPress MU?
Xevo
ParticipantAnyone that can make an ordinairy wordpress template, can make a bbpress template, their theming is almost the same.
January 14, 2010 at 11:11 am #60733In reply to: BuddyPress Links 0.2-RC1 now available
jamesjones
ParticipantHey MrMaz,
Sorry to hear about the drive

I am failrly new to bp and your plugin looks to be a winner. I am however encountering a few issues – mainly with the display of the links.
The site can be seen – http://6×9.co.za/
Specifically – the voting options don’t appear to show or work.
On the Admin options under Edit Details –
Edit Avatar Options
Edit Advanced Settings
Do nothing for me

Currently running on WordPress MU 2.8.6 and the latest BP release.
ANyways keep up the excellent work. This looks to be an awesome plugin.
January 14, 2010 at 11:02 am #60732In reply to: What if I'm not running WordPress MU?
chengdu-living
ParticipantThanks for the info.
Maybe I should just stick with bbpress.
An unrelated question: If I want to make my blog and bbpress install look the same, how could I do that? Is there someone I can hire? I don’t know where to find someone who can do that.
January 14, 2010 at 10:43 am #60729In reply to: What if I'm not running WordPress MU?
D Cartwright
ParticipantSome pointers (check the other two threads in the forum directory 1st page for more info):
1) BP supports single WP in the latest trunk – http://trac.buddypress.org. Currently still in development but is due out fairly soon.
2) BP uses bbpress forums internally. If you don’t require the extra features of BP I’d suggest just using bbpress
-
AuthorSearch Results