Search Results for 'wordpress'
-
AuthorSearch Results
-
August 18, 2009 at 10:39 pm #51231
In reply to: Links in membership confirmation email do not work
gaetanbuddypress
ParticipantI actually have the same problem.
I’ve tried this patch https://trac.buddypress.org/attachment/ticket/909/909-jjj.patch but it still doesn’t work: I can’t say yes or no, there’s no button, just the question. Is it still working with your BP install JJJ?
Thanks!
I’m running WordPress MU 2.8.4a + BuddyPress 1.0.3
August 18, 2009 at 9:29 pm #51225In reply to: PayPal-integration ?
Paul Wong-Gibbs
KeymasterI think if you find a basic but good Paypal plugin for WordPress, that’s half the battle. The API is a bit awkward to work with (in my experience).
Have you talked to the WP e-commerce guys (http://twitter.com/danmilward) about bringing e-commerce into BuddyPress as a group plugin? I saw Dan present at Wordcamp UK and he seems quite a friendly chappy.
August 18, 2009 at 4:59 pm #51210In reply to: Details About the New Theme Architecture
David Lewis
ParticipantI think the only way you could have a 1-click option would be if… at some point… there were a buddypress.com like wordpress.com. That said… all of these projects are auttomatic projects… so maybe at some point in the future they will all merge into one product? Who knows.
August 18, 2009 at 4:56 pm #51209In reply to: move /members directory to another domain ?!
John James Jacoby
KeymasterProvided you have wildcard subdomains allowed in your installation, then yes this could be possible with some modification to both BP and your .htaccess rules. Similar to how http://support.wordpress.com/ works with the forum as a subdomain in addition to user blogs being subdomains too.
August 18, 2009 at 1:30 am #51193r-a-y
KeymasterI’m using a plugin called WP Hide Dashboard on the primary blog:
https://wordpress.org/extend/plugins/wp-hide-dashboard/
This hides mostly everything from a subscriber.
Hope that helps!
August 17, 2009 at 10:52 pm #51188In reply to: Details About the New Theme Architecture
abcde666
Participant1)
I do have BP-version 1.0.1 running on a site and have made a few customizations so far (just CSS-changes and some images).
So with the new template-structure: should I delete the current install completely and get the BP-version 1.1 installed ? I mean: what is the best way to upgrade to the 1.1-version when it will be released in the next few weeks ? I definitely want to have the new template-structure, so I guess I would need to set-up my website from scratch, right ?
And: I am running the site in german-language only.
2)
will this new template-structure also make it easier to design a custom-template for the user-blogs ?
Like I would like to have the user-blogs having the same CSS-style as my main pages ?
I still have not been able to figure how to do this. I would like the user-blogs to have the same design in order to have a consistent website.
Why is this not already the case at http://www.testbp.org ? Why is it still the original WordPress-design ? Is there a chance you create a plugin or something at which the Admin is able to select to chosse the design of the “User-Blogs” like choosing from “WordPress original design” or “TestBP.org design” ?
3)
is there a chance to have a “package install” which will have ONE package which will include all latest software: WordPress 2.8.x, BuddyPress 1.1 and BBPress ?
I read many post where I see people having troubles integrating the BBPress-software into the system (even an experienced BP-expert had troubles).
Is there a chance you will create a 1 Package download which will make it very easy for people to have a full website (like http://www.testbp.org) installed ?
So literally 1 click-download will create a ready-made website, same like testbp.org ?
4)
a user-request to get invited into a “Private Group” is not possible being accepted. This does not work yet at my installation and I think this is a general bug.
5)
the wording of “Blog” and “Blogs” is confusing. In both english and german language.
Many thanks,
August 17, 2009 at 9:13 pm #51181In reply to: Paid Member Plugin
peterverkooijen
ParticipantThere are several commercial plugins for WordPress. I assume they would work with wpmu and buddypress as well, since those are big potential markets for them.
August 17, 2009 at 8:31 pm #51176In reply to: Member Activity Feed is Empty
gaetanbuddypress
ParticipantHello jdoe_,
Just to say I’m running WordPress MU 2.8.4a + BuddyPress 1.0.3. as well, and the activity is working well in the member profil.
I hope you’ll find an answer to your problem,
Gaetan
August 17, 2009 at 6:45 pm #51173In reply to: Details About the New Theme Architecture
John James Jacoby
KeymasterThe way this works is actually really super easy and very, very awesome…
There are a few different variations of ways to do this, and I can see some really imaginative uses of this method doing some really fantastic and super awesome things, so if you’re not already, I suggest you get excited…
I think the way that most people will use this method is with the included BuddyPress Framework theme as a jumping off point. Think of it as the HTML and bare-bones styling to get your site’s root blog and BuddyPress profile/directory pages up and running. It includes all of the normal files you would expect from a typical WordPress theme (single.php, comments.php, page.php, index.php, home.php, attachments.php, etc…) plus it includes all of the theme files for BuddyPress registration pages and components in their own respective folders similar to what bp-member did.
Currently, parent/child template relationships do NOT include the parent template’s style.css, so if you’re making a child theme, you will need to manually include the style.css of your parent theme with an @import rule, but it takes 2 seconds to type in so no big deal.
So that means that your parent/child relationship is really only for .php files until you manually @import a CSS file from another directory.
To answer your question about multiple parent themes, yes and no.

Lets say we have three themes: bp-framework, bp-default, and bp-child.
Each theme/template can only name off one parent, but that doesn’t stop the parent theme/template from having its own parent also. Example: bp-child could name bp-default as its parent, and bp-default could name bp-framework as its parent, and they will recursively overrule each other down the parent/parent/child ladder with the current template winning at the end.
This works well in situations where you might not need a home.php for your child themes. Home.php is a WordPress file for hardcoding the landing page of your blog, and maybe child themes don’t need one. In that case, move home.php into a “bp-home” folder with a style.css that makes the bp-framework its parent and includes the parent style.css, assign bp-home as the theme for your root blog, and you’re done. This way the other blog themes won’t have a home.php for no reason.
Because of this, it’s possible to have themes inherit from multiple other themes if you plan ahead in such a way that allows for this. My experience with this idea and creating my own framework is that it takes a little pre-production planning, but it pays off big time later on.
The other crazy fluke is that parent themes don’t need to be active in the Site Admin area. This means that you could have child themes active for users to select without allowing them to select the parent theme, and still have the parent theme’s files be accessible to the child. This really gives you a better way to control the themes that users have access to and how they work with your custom framework to keep your header/footer/other files in sync.
I personally can’t wait to see what some of the more popular WordPress theme guru’s are able to pull off with the next version of BuddyPress.
August 17, 2009 at 6:01 pm #51169In reply to: Buddypress and IntenseDebate
gerikg
ParticipantReferring to this program/site: http://www.intensedebate.com/wordpress
August 17, 2009 at 1:53 pm #51156In reply to: Help with new function
tiptap
ParticipantI had similar that needed that recently.
Have you tried
global $wpdb;
$row = $wpdb->get_results( $wpdb->prepare(“SELECT user_login FROM $wpdb->users WHERE u.ID = %s”, $username) );
print_r($row);
I think you access each individual column like this
$row[“coloumRow”];
see if this helps https://codex.wordpress.org/Function_Reference/wpdb_Class
August 17, 2009 at 11:19 am #51148In reply to: How does this site get this cool ajax login field?
peterverkooijen
ParticipantHere’s one example.
You probably have to change $ to jQuery for it to work within WordPress, like this:
//toggle login block horizontally
jQuery(".login-toggle").click(function(){
jQuery("#right-ear-inner").slideFadeToggle("slow");
jQuery(this).toggleClass("login-toggle-close"); return false;
});August 17, 2009 at 4:27 am #51135In reply to: How does this site get this cool ajax login field?
peterverkooijen
ParticipantProbably a jQuery script, perhaps via a plugin, not necessarily. I know there are several WordPress Ajax login plugins.
I have a similar toggle hide script in my test site, but without the cool jQuery animation effect. They did a very nice job. I should look into that site for “ideas”…
August 17, 2009 at 2:37 am #51133In reply to: Different User Profiles
Roy McKenzie
ParticipantThis sort of functionality would be great! Is their a way to do this with user roles in wordpress?
August 17, 2009 at 1:07 am #51128In reply to: BBpress activity stream
r-a-y
KeymasterHey gerikg,
If you’re using forums separately, I would suggest using the following plugin to output your latest forum discussions:
https://wordpress.org/extend/plugins/bbpress-latest-discussion/
August 16, 2009 at 4:03 pm #51102In reply to: Skeleton Theme & Component for Developers
Jeff Sayre
ParticipantOnce version 1.1 of BuddyPress is released, the Skeleton Theme that is currently bundled with BuddyPress (up to version 1.0.3) will be discontinued. Instead, BuddyPress will adopt the parent/child theme architecture that WP 2.7 made possible.
Learn more about parent/child themes in WordPress.
August 16, 2009 at 1:19 pm #51098In reply to: Problem In My Wp-Admin Section!
Jeff Sayre
ParticipantBuddyPress currently only runs on WPMU.
As far as your question:
…is there a way to convert my wordpress right now on my site to WordPress MU?
There are many resources on the WPMU site and threads in their forums that will help you in this regard.
August 16, 2009 at 12:59 pm #51097In reply to: New method for BP theme
Jeff Sayre
ParticipantWhen you run on the bleeding edge, you have to accept the changes!
The BP themes that WPMU DEV currently provide are are not designed with the parent/child architecture in mind. You need to talk with them to get support.
Details About the New Theme Architecture
With BuddyPress version 1.1–which will be officially released in the next several weeks–there will no longer be bhome and bpmember themes. Instead, BuddyPress will adopt the parent/child theme architecture that WP 2.7 makes possible.
Backwards compatibility will remain for a while for those that want/need to use the old theming architecture. To use the old theme architecture, you need to keep the /bp-themes/ directory. Place your old member themes in there. BuddyPress should override the new theme architecture in favor of the old one if you have a /bp-themes/ directory. However, please note that support for the old theme architecture will eventually be phased out. You will eventually need to update your themes to a parent/child architecture.
Learn more about parent/child themes in WordPress.
August 16, 2009 at 7:51 am #51095In reply to: Sorry, that page was not found
portalsoup
ParticipantWhen I create new members their blog theme defaults to the WordPress Default 1.6 by Michael Heilemann. I believe this happens even when that theme is deactivated.
When this theme is used for the members blog, there is no problem because the blog is the home site located at testmember.portalsoup.com and there is no options bar on this theme.
When you go to my blogs for the member in bp, the options bring you to the admins site, blog to portalsoup.com/blog, home to portalsoup.com
I expected the blog button would bring you to blog of who ever is signed in. This is what it is attempting when the member theme is used and is when you get the error.
August 16, 2009 at 4:51 am #51091peterverkooijen
ParticipantMike Pratt, you’re right, that is one way to do it. Then you have the following fields on your registration form: username, name, first name, last name. That is an excellent solution if your aim is to annoy potential members.
Another option is to use the default “fullname” field for first name and create a second one for last name, but then you’re kinda messing with the system and perhaps causing problems in the future. I have already done this solution in an earlier version. It’s my fallback option.
But why would I have to create custom fields when WordPress already has the first_name and last_name fields in wp_usermeta? And there is even a ready-to-use Buddypress function that synchronizes the fields in wp_usermeta with the fullname in BP.
Unfortunately at the moment that function is only run when the user updates his profile, so it’s completely useless. I’m trying to tweak it and make it useful and introduce to Buddypress the wonders of a first_name, last_name in the database. (Wow, I know…)
Also I’d like to get rid of the username on the form, by autogenerating it from the fullname – make lowercase, take out spaces, store as username. That should be a relatively easy next step once I’ve figured out how to use the fullname input from the registration form in a function.
Also I wasn’t able to get bp tags working in a plugin, where I had no problem pulling first_name and last_name from wp_usermeta, providing they were available…
This should be a really easy plugin for any php coder, but as Jeff Sayre has pointed out, having a somewhat clean, professional user registration in Buddypress is reserved for those well-versed in the codebase or with deep-enough pockets.
@Mariusooms, I need to finish the site before Labor Day, with a related event on September 22nd. When will bp1.0.3 be released?
I’ll figure it out somehow, with or without the help of WordPress insiders.
August 16, 2009 at 3:23 am #51087In reply to: Problem In My Wp-Admin Section!
davetesh
MemberWait I guess I had to instal WordPress MU but is there a way to convert my wordpress right now on my site to WordPress MU? I don’t really want to delete my posts.
August 16, 2009 at 1:47 am #51077In reply to: Clean professional user registration?
Jeff Sayre
ParticipantAs r-a-y points put, Mark Jaquith, one of the few lead developers for WordPress, was hired to build a highly-customized version of WPMU + BuddyPress for Gigaom. Mark of course is intimately aware of the intricacies of the WP codebase and I’m sure had an easier time customizing the project than would the vast majority of coders.
But, the Gigaom site does demonstrate what is possible with WPMU + BP if you are willing to become well-versed in the codebase or have deep-enough pockets to hire out professional talent.
August 15, 2009 at 11:55 pm #51071In reply to: Clean professional user registration?
r-a-y
Keymaster@Peter + Roger,
You might want to pick Mark’s brain as to how he created the registration system and removed the username:
http://markjaquith.wordpress.com/2009/05/28/gigaom-pro-launches-on-wordpress-and-buddypress/
August 15, 2009 at 8:22 pm #51065In reply to: How to Use bphome Functions on BP Member Pages?
Jeff Sayre
ParticipantOnce v1.1 comes out in the next couple of weeks, this issue should be moot. There will no longer be bhome and bpmember themes. Instead, BuddyPress will adopt the parent/child theme architecture that WP 2.7 makes possible.
Backwards compatibility will remain for a while for those that want/need to use the old theming architecture. But it will eventually be phased out.
Learn more about parent/child themes in WordPress.
August 15, 2009 at 7:58 pm #51061In reply to: All sitewide posts into the main blog(with id=1)
Jeff Sayre
ParticipantThis is a WPMU question so it is best to ask in that forum. Please do so.
In addition, this plugin may be of use: https://wordpress.org/extend/plugins/advanced-export-for-wp-wpmu/
-
AuthorSearch Results