Search Results for 'wordpress'
-
AuthorSearch Results
-
October 13, 2009 at 9:40 pm #54495
In reply to: WordPress Theme with BP 1.1
Gianfranco
ParticipantA lot about what you’re trying to achive is said here: https://buddypress.org/forums/topic/new-theme-framework-and-exisiting-wp-themes
Otherwise, I myself am trying to get a step by step procedure to integrate BuddyPress as a section of a “normal” website, that is not full BuddyPress based.
So far, form my experiments with theaming and integrating I can say:
1) Delete all the files from “bp-sn-parent” that are already in your WP Theme (header.php, footer.php, index.php, …). Leave just all sub-directories and “optionsbar.php”, “userbar.php”, “plugin-template.php”, “style.css.
2) Copy this at the bottom of “header.php” (WP Theme):
<?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>
<?php locate_template( array( ‘userbar.php’ ), true ) /* Load the user navigation */ ?>
<?php locate_template( array( ‘optionsbar.php’ ), true ) /* Load the currently displayed object navigation */ ?>
<?php endif; ?>
3) In the header (comments) of the “style.css” in “bp-sn-parent” theme write this:
Template : your-wp-theme-name
…so you make this theme a child of your WP Theme, right?
4) Activate the “bp-sn-parent” theme in the backend, under “Site Admin/Themes”, then activate it under “Apperance/Themes”.
This will be the theme ofor the whole site, but it’ll call all the WP theme templates when no BuddyPress functions are needed. It’s a reverse way of doing the integration. I think it’s better.
This procedure makes a lot of what you need, I think. Like, it gets your WP Theme working as it should and it “calls” the BuddyPress into play only when needed.
But, I need to warn you that I am still struggling with styling (or skinning) the BP theme.
So, I am still on it. But maybe it was worthing sharing already what I got so far, so that other may take it from there.
Hope it helps…
October 13, 2009 at 9:34 pm #54494gerikg
ParticipantIt’s more like an issue. Log-in, register, forgot password, and log-out should be all the same look.
Log-in and register is buddypress theme and forgot password and log-out is wordpress core theme.
[rant]it won’t matter where I put it, it won’t get resolved or get a straight answer. Plus I can’t move it after it’s posted.[/rant]
October 13, 2009 at 8:03 pm #54493In reply to: how to integrate grouups , blogs forumns
Mariusooms
ParticipantCheck out this plugin…it will do mostly what you need, including creating a group specific blog. What more, it includes a theme for that blog and remains tied to the group, so you can pull in group information on that blog.
However, it only allows one blog per group. Check out the details here:
https://wordpress.org/extend/plugins/bp-groupblog/
Group specific forums are already inherently part of groups since BP1.1 came out.
October 13, 2009 at 6:41 pm #54490In reply to: WordPress Theme with BP 1.1
proceon
ParticipantI could really use some help here….Not getting any responses.
HOW IS COMPATIBILITY MODE SUPPOSED TO WORK IN 1.1.1?
I have gone down the route of trying to integrate my WP theme with Buddypress, for my root blog
but it is not going to work. I would like to keep the themes separate like in 1.0.3 etc. HOW DO YOU DO THIS? Which exact template files do I need to move? I see which ones to move if I would like to INTEGRATE my theme with BP, but NOT if I want to keep the themes SEPARATE. Here are my specifics once again: Fresh install of
WPMU 2.8.4a
BP 1.1.1
No plugins
using subdirs
WPMU is not at root on webserver
using WP default theme at root (trying to get MagicBlue working, but will start with default).
CentOS 5.3
Is this setup possible? Can BP 1.1.1 run like BP 1.0.3 with a separate WP root theme? Please
HELP….this is chewing up a lot of time trying different alternatives.
Thanks
October 13, 2009 at 6:17 pm #54489In reply to: Featured Member(s) Widget for 1.1.1?
jivany
Participant@Jeff Sayre: Sorry, I didn’t see any reference to the plugin not being compatible with 1.1.1. Looking again at the WP.org plugin page, I see:
Requires WordPress Version: BP 1.0.1 or higher
Compatible up to: BP 1.0.2
Usually (as with nearly all plugins on WP.org) you have to assume that this sort of notation simply means the author hasn’t updated since the new release of WP (or in this case BP).
If that is what you were referring to then I apologize. I’ll just go back to grumbling about how crappy the searching/filtering of the plugin repository is on WP.org.
October 13, 2009 at 6:08 pm #54486In reply to: wordpress mu installation with buddypress
wolfapache9516
ParticipantI am still getting blank page at http://smartbuddypress.com/wp-signup.php can someone provide assistance. Is their any support for this?
October 13, 2009 at 6:05 pm #54485In reply to: wordpress mu installation with buddypress
wolfapache9516
Participantyou never responded to this either ….
October 13, 2009 at 6:00 pm #54483In reply to: Featured Member(s) Widget for 1.1.1?
Jeff Sayre
ParticipantI assume you are talking about my widget, the one that you can download from here:
If so, then as it clearly states on that page, it is not yet compatible with BP 1.1.1. It is not yet updated to use the new widget API that the 2.8 series of WordPress introduced.
I do plan on updating it, once I finish my alpha version of the BuddyPress Privacy Component. I’m almost done with that project. I’ve been away from coding for about a week so it should not be too much longer.
Once that is delivered to Andy for his inspection, I’ll update my Featured Member’s widget.
October 13, 2009 at 5:46 pm #54481In reply to: how to integrate grouups , blogs forumns
Paul Wong-Gibbs
KeymasterAll easy except “one or more associated blogs”; this hasn’t really been worked on yet. You could test https://wordpress.org/extend/plugins/external-group-blogs to see if it is suitable for your site.
October 13, 2009 at 5:06 pm #54472r-a-y
KeymasterIf at all possible, use 301 redirects for the old blogs so they redirect over to the new blogs.
Easiest way would be to use the same style of permalink structure and using a RewriteRule in your .htaccess file.
If this sounds like jargon, look up each term on Google!
I think the hardest thing will be actually migrating the blogs.
Depending on the blogging system you’re migrating from, this could be a challenge!
If the old blogs use WordPress, you could get away with using a database export or by using Ron Rennick’s excellent Advanced Export plugin.
October 13, 2009 at 2:05 pm #54454In reply to: Demo Data Creator – Now BuddyPress enabled
jivany
ParticipantDid you have to patch MU 2.8.4a to get this plugin to work? I just get the following error:
populate_queries() function not found
Sorry, the function populate_queries() was not found. This function is required to use the Demo Data Creator plugin. See this WordPress MU ticket for technical details: https://trac.mu.wordpress.org/ticket/394.
October 13, 2009 at 1:28 pm #54447In reply to: Ryuuko — chilean gaming site
Detective
ParticipantOctober 13, 2009 at 1:08 pm #54445In reply to: Extending WordPress Themes – Post Experiences
Gianfranco
ParticipantSorry, I deleted the post. I pasteed it into the wrong topic.
October 13, 2009 at 10:41 am #54439grosbouff
ParticipantSame problem here.
I Reinstalled WPMU 2.8.4a, (with subdirectories instead of subdomains) and BuddyPress from trunk, because I updated my localhost (WAMP 1.7>2.0).
My old .htaccess (which was working before)
If I use the .htaccess, the wordpress-mu directory under 127.0.0.1/kine disappears and I can’t access WPMU.
If I don’t use it, I can access WPMU & Buddypress, but I get a “404 Not Found” for every page other than home…
HEEEEEELP
October 13, 2009 at 10:03 am #54437In reply to: New theme framework and exisiting WP themes
Detective
ParticipantOctober 13, 2009 at 9:21 am #54433In reply to: Blank page after changing permalinks ?
webknot
ParticipantI used the wordpress (Mu in this case) standard “permalink” admin page. Is there something to do in buddypress settings also ?
Thanks
October 13, 2009 at 3:52 am #54411In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantThis is how to install SI Captcha globally on WPMU.
Step 1: upload the /si-captcha-for-wordpress/ folder and all it’s contents to /mu-plugins/
Step 2: MOVE the si-captcha.php from the /si-captcha-for-wordpress/ folder to the /mu-plugins/ folder.
Please report back here is this worked for you.
October 13, 2009 at 1:46 am #54408In reply to: reCAPTCHA for registration
Michael J Challis
ParticipantWhy did you uninstall SI captcha?
SI CAPTCHA Anti-Spam works with WordPress 2.6+, WPMU, and BuddyPress
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
WP-reCAPTCHA is not up to date for BuddyPress 1.1, that is why it does not work.
October 12, 2009 at 11:43 pm #54403In reply to: How to turn Confirm Email Off?
takuya
ParticipantOctober 12, 2009 at 2:06 pm #54386zageek
ParticipantThis is an interesting topic, one that concerns me too because I have been looking at the various options out there. I must say that BP is still somewhat in its infancy, I have been waiting for another project to open up their codebase namely Anahita Social engine, but maybe its me I just don’t like it when things get built on top of eachother and that project appears to be built on top of Joomla. BP is also built on WPMU and I am still trying to see if that will be a good or bad thing.
What concerns me is when things get built on top of eachother that it opens up security holes. WordPress itself has had its fair share of vulnerabilities but has proven to be a good platform so I having something built on top of that is something I am ok to live with.
Something I have been looking at is Community Engine which a Ruby on Rails (ROR) based community engine as the name says. Anyone got any experience with that?
October 12, 2009 at 9:27 am #54374In reply to: blog page show summery
takuya
Participant1. You should not post wpmu questions to a forum dedicated to buddypress.
2. You should read wordpress documents, as this is a very basic question.
3. Google it.
October 12, 2009 at 6:20 am #54366Paul Wong-Gibbs
KeymasterThose are just placeholder values because it’s an example plugin which has been uploaded to wordpress.org/extends.
October 12, 2009 at 4:33 am #54362In reply to: wordpress mu installation with buddypress
wolfapache9516
ParticipantWhen I was testing your demo sites at http://vdurgaprasad.testbp.org/ I clicked on register, even that showed me a blank page. Also when I was testing to create a blog on that demo site it still gave me a blank page.
October 12, 2009 at 4:28 am #54361In reply to: wordpress mu installation with buddypress
wolfapache9516
ParticipantHi:
Here is the information required:
1. Which version of WPMU are you running?
The 2.8.4a version of WordPress MU
2. Did you install WPMU as a directory or subdomain install?
I installed it in my public_html and blogs as sub-directory
3. If a directory install, is it in root or in a subdirectory?
In public_html
4. Did you upgraded from a previous version of WPMU? If so, from which version?
No it was a first time install
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
No I installed both one after the other. After both were installed, then started testing.
6. Which version of BuddyPress (BP) are you running?
BuddyPress 1.1.1 installed
7. Did you upgraded from a previous version of BP? If so, from which version?
No it is a first time install
8. Do you have any plugins other than BuddyPress installed and activated?
Yes several of them.
9. Are you using the standard BuddyPress themes or customized themes?
First downloaded Facebuddy theme from buddydress but it gave an error so I installed
and activated the default buddypress theme.
10. Have you modified the core files in any way?
No customization
11. Do you have any custom functions in bp-custom.php?
No did not customize it
12. If running bbPress, which version?
I have not installed bbpress but I am interested to install bbpress. Do I need to install
it seperately ?
13. Please provide a list of any errors in your server’s log files.
blank pages when someone clicks on create a blog, unable to set themes and control
admin area for created blogs.
When trying to update or upload plugins, it freezes up.
October 12, 2009 at 12:26 am #54357In reply to: Plugin: Simple Twitter plugin
Tim Nicholson
ParticipantErwin, it sounds like you are barking up the wrong tree with Facebook. I’m an FB app and connect developer and you don’t need to get anyone’s user ID and password. You connect their FB account with your website via the FB Connect javascript libraries and then you have access to their friends, etc. using the generated session key. All that TOS stuff you posted is just saying you can’t ask a user for his FB password and store it. You don’t need to know that person’s FB password to access their social graph.
I’d LOVE to see BuddyPress expanded to display FB friends, FB activity stream, etc. for a person’s friends whether or not they are a user of your website or not. I’m working on expanding a WordPress FB Connect plugin by http://sociable.es right now. I have it displaying all your FB friends and displaying your FB news stream. I need to work on stylesheets to get the stuff to look decent, but I have the core functionality up and running. Check out http://xtremelysocial.com. I want to add Twitter and MySpace support as well and also generate an ATOM feed (actually, better yet an http://activitystrea.ms format) with stream posts from ALL connected social network sites. Kind of like a friendfeed.com type site.
-
AuthorSearch Results