Search Results for 'buddypress'
-
AuthorSearch Results
-
February 4, 2010 at 10:22 am #62361
In reply to: Email Login + Random Member URLs
Nick Watson
ParticipantI posted the full solution here:
https://buddypress.org/forums/topic/email-login-randomized-user-urls-solution
February 4, 2010 at 9:43 am #62357In reply to: FAQ: How To, Code Snippets and Solutions
Nick Watson
ParticipantEmail Login & Randomized User URLs
check out the following link for the solution:
https://buddypress.org/forums/topic/email-login-randomized-user-urls-solution
When a user goes to register, they get to type in an email and a password.
Their ‘username’ field is hidden.
The code will randomly generate a URL for the person like below:
mem12345abcdefghijklmnopqrst
so their URL would be
http://www.yoursite.com/members/mem12345abcdefghijklmnopqrst
Freeing up the good names like John and Smith to be created manually by an administrator.
February 4, 2010 at 7:27 am #62354In reply to: Convert a WordPress Theme to a BuddyPress Theme
designodyssey
Participantthekmen and I have done this with Hybrid as the parent theme and our own child theme built on a Hybrid Child theme and Buddypress. Have a look at http://themehybrid.com/community/topic/hybrid-and-buddypress for the functions that need to move over at least for Hybrid. It was actually quite easy. My post at http://themehybrid.com/community/topic/hybrid-and-buddypress#post-2506 is as close to a step by step as I’ve seen. However, there are still more CSS tweaks needed after following those steps.
February 4, 2010 at 4:25 am #62349In reply to: Convert a WordPress Theme to a BuddyPress Theme
Xevo
ParticipantWoops, wasn’t reading correctly. Well work the other way around then.

Add the files that your theme doesn’t have and start using bp functions.
February 4, 2010 at 2:59 am #62348In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
ParticipantHi Grosbouff, just saw your post. Have to leave again, will be back later tonight and check it out.
February 4, 2010 at 2:58 am #62347In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
Participant========== Continued ==========
Using 1.2 bp-default theme. Based on roles set in classified settings page, I allowed contributors upward to post classified ads.
Posting Classified Ads from BP frontend
1. Clicked on Classifieds on Main Nav.
2. In Classified Ads Directory Page – click on Create A Classified
2.1 – Classified Details – page has fields for Title and Description, then click on “Create Classified and Continue
2.2 – Classified Setttings – page has list of categories created per classified component instruction via special new blog and field box where you could add tags, and click on “Next Step”
2.3 – Classified Invites – page where you can send invites to other members re classifieds, click on “Finish”
Classified Ad Entry posted appears in Classified Ad Directory Page. The ad was also posted on the special new blog as post entry per my check. In addition, under member Profile Page, there’s now a link “My Classifieds” listing all entries posted in Classified Ads.
Posted Classified Entry from Special Blog Created for the plugin component
– Tested posting from the special blog to see if it appears in the BP-installed site. It Does.
Also, when you post the listing from the special blog, the tags show up in the Classified Directory Page and in single Classified Ad Entry page
Other Notes:
1. Classified Ad Entries do not appear in Activity Streams of Member nor Home Page
2. Site Admin should delete Hello World first post in new private blog set up for classifieds – if not configured to delete before
3, Created Blog for Classifieds plugin Settings > Privacy was set to Block Google but allow online visitors – but the special blog is showing up in Blogs Directory even when Site Admin is logged out.
4. Single page for a Classified Ad Entry – does not have navigation back to list of classifieds or have a “Reply” field box for possible interested clients.
5. Categories chosen and Tags added during set up of Classified Ad Entry, are not showing up anywhere in Classified Directory Page or single page of the Classified Entry.
6. Feature Request: ability to upload even a small single 150×150 image to go along with the classified ad entry.
Great job, Grosbouff. Thank you for continuing development on this component. Really Cool.
February 4, 2010 at 2:50 am #62346In reply to: BuddyPress Classifieds Component 1-beta released !
grosbouff
Participant@ Mike Pratt
Screenshots here : http://dev.benoitgreant.be/2010/02/03/buddypress-classifieds/
@mercime :
But there is still a nag
Ok, it’s fixed. Weird

Fixed double-nesting
– This is fixed now
If you want special tags[…] – so I wrote some tags like : new, used, giveaway, red, blue, black
Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)
Checked option for Auto-suggest Tags
Oops I forgot this option, but it’s not active yet.
there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?
The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there
Thanks for testing and review !
February 4, 2010 at 2:15 am #62345In reply to: Email Login + Random Member URLs
peterverkooijen
ParticipantEmail login plugin. Lose the username field by making it type=”hidden” on register.php and autogenerating a username value using a trick like this one.
February 4, 2010 at 2:10 am #62344In reply to: [Resolved] Limited Checkbox Selection
Nick Watson
ParticipantI did see that, but how can I do that with the way buddypress is set up? What files do I need to edit basically?
February 4, 2010 at 1:28 am #62341John Regalado
ParticipantYep, basically since buddypress is a plugin it should work as a plugin and other blogs should have the choice to use it or not, or as the webmaster, you should be able to choose which blogs have it and which blogs don’t. Seems like a simple idea. I’ve spent weeks on this as well.
But your approach seems to be in the right direction. $blogusers = get_users_of_blog(); Are you using one template or multiple templates for each site?
February 4, 2010 at 12:56 am #62338Anointed
ParticipantJust so it’s clear why I am trying to do this.
I host a small amt of client sites on my server. In the past I used to use wordpress non-mu for each site. Frankly I got really tired of having to update 30-40 separate wordpress installs everytime there was a new vs of wp or plugins that were used. That is where wpmu really saved me time, one install one update for all clients.
I know that I can simply create multiple wpmu/bp installs and give each client their own install, but then I’m in the same boat as before I started using mu.
Having buddypress the way it is now, there is no way I can see to give each blog that wants their ‘own’ buddypress an install without having to install multiple copies of mu again.
Having grown accustomed to only having to maintain one codebase has really spoiled me, and I’m willing to do just about anything not to have to go back to the old way of sep installs.
February 4, 2010 at 12:06 am #62337In reply to: Convert a WordPress Theme to a BuddyPress Theme
Andrea Rennick
ParticipantThat’s the exact opposite of what he needs though.
February 3, 2010 at 11:50 pm #62336In reply to: Convert a WordPress Theme to a BuddyPress Theme
Xevo
Participanthttp://www.bp-tricks.com/design/member-blog-themes-to-match-your-buddypress-theme/
This is pretty old, since 1.2 doesn’t have wire anymore, but it’s almost the same.
February 3, 2010 at 11:45 pm #62335In reply to: Multiblogs using one buddypress database?
Xevo
ParticipantIf you put up the multiblog setup correctly then there should be no problem with double data. I have a test network running with 3 blogs, the main having buddypress installed and even a single bbpress install.
February 3, 2010 at 10:54 pm #62333In reply to: email notification – changing the "from" setting
catinw12
Participantcoming around full circle. found John J’s post that buddypress uses WP Mail to send out all emails. Okay, diving into the code on WP Mail, there are multiple references to admin_email. I had a look at our db just to be sure the admin_email is there, and yep, right there in the meta table.
Okay, then checked the wp-config.php file. No reference there for email sender settings.
Now getting out of that pond and jumping into wp-settings.php to see if I can find anything there.
February 3, 2010 at 10:53 pm #62332In reply to: Multiblogs using one buddypress database?
Andrea Rennick
Participant3.0 is available for testing in trunk. A very rough timeline is April. If you could specify what things you wanted, I can certainly tell you if they;re coming in 3.0 or not.
February 3, 2010 at 10:53 pm #62331In reply to: BuddyPress Classifieds Component 1-beta released !
@mercime
ParticipantHi Grosbouff, thank you. I auto-installed your plugin to test installation. Cannot activate plugin. Double-checked server, buddypress-classifieds folder is there but it is double-nested.
Fixed double-nesting. Went to Plugins > Install. In addition to BuddyPress Classifieds Plugin, I also activated the new BuddyPress Classifieds Roles & Capabilities Plugin sitewide. But there is still a nag – “There is a new version of BuddyPress Classifieds Roles & Capabilities Plugin URI: http://dev.benoitgreant.be/2010/02/01/buddypress-classifieds …”
Moved classifieds theme to my bp-1.2 child theme in wp-content/themes/mercime-bp12child/classifieds.
Created new blog named bpclassified tests; set Privacy settings, set categories like Backpack, Tents, Shirts, Shorts, etc.
In admin BuddyPress > Classified settings
a. Options Page
– input the blog ID of special classified ads blog
– input days active
– “If you want special tags (e.g. : propositions, offers) to sort your classifieds, put their ids here – comma-separated” – so I wrote some tags like : new, used, giveaway, red, blue, black
– Checked option for Auto-suggest Tags
b. Roles and Capabilities.
– Very Nice.
Question, there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?
c. System Reset – great add-on thanks.
d.Support and Donate page – cool.
So all settings saved. Went to front page and see that “Classifieds” is now part of the main navigation menu in 1.2 bp-default theme.
======= got to leave for a while, will be back later to continue with results of test =======
February 3, 2010 at 10:41 pm #62330In reply to: BuddyPress i18n Topics
dmitrikartashov
ParticipantI have the same problem in Russian lang. Anyone found a solution?
February 3, 2010 at 10:17 pm #62328In reply to: Convert a WordPress Theme to a BuddyPress Theme
thekmen
ParticipantIt’s actually quite easy with BuddyPress 1.2, just requires cutting some stuff from the default BuddyPress child template functions, adding them to your own theme functions & some CSS edits.
I will be happy to post a howto once BuddyPress 1.2 comes out of beta if it helps.
February 3, 2010 at 10:08 pm #62327In reply to: BuddyPress Classifieds Component 1-beta released !
r-a-y
KeymasterSetup instructions are interesting… requires you to create a sub blog.
Will give this a go a little later.
February 3, 2010 at 10:07 pm #62325In reply to: Multiblogs using one buddypress database?
Jimi Wikman
ParticipantYup, hopefully it will take the good parts of MU and make WP capable of both Multi User and Multi Blog functions

I have not seen any word on when it will get out though and that means its a few months off at least and then Buddypress need a while to rewrite for 3.0. Don’t want to wait that long really to see if things become the way I want or not

It’s just to bad Buddypress do not have a way to define which database to use for Buddypress information by default, but I guess it never needed it
February 3, 2010 at 9:40 pm #62323In reply to: Multiblogs using one buddypress database?
Richard Venable
ParticipantNo WordPress MU? Those better be really good reasons! Be careful about hacking together your own network of blogs when WordPress can already do it for you. Did you know that WordPress is merging with MU for version 3.0?
February 3, 2010 at 9:12 pm #62321In reply to: Buddypress strapline
hatiro
ParticipantWhilst that’s true, I think for those of us who are not great developers, coders or web stylists, having something that shows recognition even if its not linked is a better alternative than just deleting it from the footer…
but of course with the logo I presume copyrighted, it would need to be an offical ‘powered by’ one to be used only for specified purposes.
I’m guessing that those developers who are able to combat the spammers with a greater degree of control then perhaps it is a non-issue.
It was just a thought.
February 3, 2010 at 8:52 pm #62320In reply to: email notification – changing the "from" setting
catinw12
ParticipantI guess everyone is focused on bp 1.2 and getting it off the ground. Having posted two forum topics on this, and not getting a reply, as well as a forum topic last year on the same thing, I guess it is up to me to “discover” how to solve this.
What I do know: it is NOT the ‘admin_email’ setting in wpmu, which you can find in the admin user area of wpmu in the general settings selection. You can also find that code in wp-includes in wpmu-functions.php The email address I would like to use is already set up there.
This leads me to believe it is a buddypress function. I have looked in bp-core.php, bp-messages.php, all the files in the bp-messages subdirectory. Nothing.
There must be a setting that says SMTP or phpmail or some other type of function that sends out the email notifications by using the default server email setting.
February 3, 2010 at 8:52 pm #62319In reply to: BuddyPress Classifieds Component 1-beta released !
Mike Pratt
ParticipantGrossbuff. Could be interesting. fyi, the plugin link on the Wp plugin directory is a 404. Do you have a demo or a few screenshots?
-
AuthorSearch Results