Search Results for 'wordpress'
-
AuthorSearch Results
-
February 8, 2010 at 4:40 pm #62726
In reply to: BuddyPress on a Sub Directory Installed WP 2.9.1
geoffm33
ParticipantThis is current WP trunk specific?
I may just try to reload wordpress in the document root.
February 8, 2010 at 4:30 pm #62724In reply to: BuddyPress on a Sub Directory Installed WP 2.9.1
Windhamdavid
ParticipantOK ~ i was able to get the bp 1.2 default running perfectly using a subdirectory install with the current wp trunk I am using multi-site ~ with only one modification –
Make sure your rewrite base for .htaccess is correct in your root and these are also correct.
$base = '/~david/your_root/';
define('DOMAIN_CURRENT_SITE', '127.0.0.1' );
define('PATH_CURRENT_SITE', '/~david/your_root/' );
..and then add this to you wp-config pointing to your subdirectory wp-content
define( 'WP_CONTENT_URL', 'http://127.0.0.1/~david/test/whatever_your_subdirectory_is/wp-content');February 8, 2010 at 3:29 pm #62718In reply to: adding content to the 1.2 default theme homepage
David Lewis
Participant@Andy: In previous trunk versions I was able to use both a home.php template (/) and an index.php template (/blog/) but now I get a 404 when I go to /blog/.
Explanation: My theme is set up so home.php uses a custom query to show all posts tagged with the most recently added tag in a custom taxonomy (i.e. taxonomy “issues”, tag “Winter 2010 Issue”) while index.php is a normal WordPress homepage loop returning a paginated result set of all posts by date. This doesn’t work anymore since /blog/ (index.php) returns a 404.
February 8, 2010 at 12:09 pm #62696In reply to: adding content to the 1.2 default theme homepage
David Lewis
Participant@Everyone: Thank you so much for the replies but I’m not sure the issue is being understood. The issue is the template hierarchy not working as it should. Without changing anything in your reading settings home.php should be used for the homepage and index.php should be used for the /blog/ slug. That no longer works.
@Mike: I was trying to change the slug since /blog/ no longer works. It worked before. / used home.php and /blog/ used index.php and both had functioning loops that returned posts.
@MrMaz: That works to change the homepage but the template hierarchy seems broken (see above). I can set up the homepage to manually use a page with home.php assigned as it’s template and then I can actually link to /blog/ and it WILL use index.php (yay)… but the only posts the loop returns i.e… if ( have_posts() ) : while ( have_posts() ) : the_post(); is the page you’re on since (I’m guessing) /blog/ is not longer considered a home page.
Perhaps I need to have TWO custom queries? That may be the solution. Use my custom query for the homepage (however that is set and using either home.php or index.php… all irrelevant)… and then a custom template assigned to whatever page I want (maybe a page called Archives) that uses a custom query to return all posts from the database (i.e. so the loop results won’t be based on the slug… but on your custom query). Seems like a few hoops to go though. Worked fine before simply by using the WordPress template heirarchy and / and /blog/. As long as I can get it working though… it’s all good.
@foralien: It’s a root install.
February 8, 2010 at 8:52 am #62690In reply to: BuddyPress Classifieds Component 1-beta released !
Michael Berra
ParticipantPS: Your classifieds-plugin breaks on my install the ajaxed-navigation in BP… hmmm.
Some other strange stuff: The title in the wordpress-repository is wrong “real names”…
I think I wait, until xou think it is more or less stable…
Hope it will work…
February 8, 2010 at 4:26 am #62675In reply to: adding content to the 1.2 default theme homepage
David Lewis
ParticipantYa that doesn’t work. I get a “bloggyblog” page of course… but it’s just a page using single.php. And if I assign index.php to it as a custom template the loop doesn’t work. Which I don’t quite understand. It’s the standard WordPress loop.
February 8, 2010 at 4:19 am #62673In reply to: adding content to the 1.2 default theme homepage
David Lewis
ParticipantYah… SSH command line stuff is a dream. LOL. Especially for someone who is a designer first and a coder second :o)
So you mean create a WordPress “Page” called blog (and make sure it’s slug is ‘blog’)? I had tried using my index.php file as a template that I assigned to a page… but the loop didn’t work.
It is weird tho’. In pervious versions of BuddyPress… you could go to /blog/
February 8, 2010 at 4:10 am #62670In reply to: How to add user location
Mike Pratt
ParticipantI think the bP Geo plugin is a farce. I have tried multiple times to contact the dev team there to no avail. They even go so far as to claim to be sponsored by Automattic. Seems doubtful. They are nowhere on this forum and no one has been able to get their plugin to work.Call me suspicious. You are better off trying @jjj’s plugin https://wordpress.org/extend/plugins/bp-member-map/ He is a living, breathing person as opposed to the aforementioned dev team
February 8, 2010 at 3:23 am #62665In reply to: Buddypress theme showing up blank
Jon Henwood
ParticipantHi
Thanks for getting back to me. I had initially installed a pack option (supplied by my hosting service) which installed both wordpress mu and buddy press but did not install properly me thinks. So I installed the wordpress mu and then the buddypress plugin. Now templates working fine except I cant seem to get the default buddypress template and the Avenue K9 one seems to be broken (have downloaded and installed many times…no luck). So where can I find the defualt template to install…cause it doesn’t come up in the theme search (nor does Avenue K9)
Thanks
February 8, 2010 at 2:17 am #62660In reply to: Importing WP eXtended RSS XML file from WP to BP
r-a-y
KeymasterI’d go with windhamdavid’s method, since I did use the guide that Symm2112 posted before.
On that post’s comments, I list a potential problem with categories and custom taxonomies that you might encounter.
February 8, 2010 at 2:10 am #62659In reply to: Importing WP eXtended RSS XML file from WP to BP
symm2112
ParticipantI found that there were a few spots that I needed to change mem limit to import but ok. I used this tutorial to import my install. you have to remember that you’re not importing into Buddypress, you’re importing into wordpress or wordpress MU. Buddypress is just a plugin, not a platform. It ADDS the social features to your wordpress installation.
http://welcome.totheinter.net/2008/10/04/how-to-migrate-from-wordpress-to-wordpress-mu/
February 8, 2010 at 1:51 am #62657In reply to: Importing WP eXtended RSS XML file from WP to BP
Windhamdavid
Participantan alternative method if you can’t increase your php memory limit is to grab this plugin and then import/export in chunks by date range.
February 8, 2010 at 1:19 am #62656In reply to: adding content to the 1.2 default theme homepage
David Lewis
ParticipantSorry. I’m frustrated beyond belief at the moment. Deadline tomorrow. Broken site.
Question
Does the change mentioned in this thread remove support from the WordPress template hierarchy for using BOTH a home.php (standard template that’s part of the WordPress hierarchy) and an index.php file? Because I require both.
February 8, 2010 at 12:37 am #62651In reply to: Importing WP eXtended RSS XML file from WP to BP
Tony Zeoli
ParticipantI need to reopen this thread to ask the group what I need to do when the Buddypress Import feature experiences a php memory failure halfway through the import.
I was just importing the xml file and got to around 90 posts (I have over 500), then it crapped out.
I updated the php.ini file in wp-admin for 128M, but I don’t think changing it to that high a setting on 1and1 helps at all. They state they have a max of 40, but I think they just put that out there and you can actually go over the limit, but I’m not sure.
I know how to dump my mysql file from my WordPress database on my host. I’m just not sure what would happen if I imported the database from a general WordPress install to the database for a BuddyPress install.
Here’s what I’m seeing after trying it twice. I see that it see the posts I’ve already added.
88 Importing attachment http://netmix.com/wordpress/wp-content/uploads/2006/01/jam_markspoon1.jpg... (30 kB)
89 Post Jam & Spoon's Mark Spoon Passes On already exists.
90 Post Larry Heard's "Can You Feel It" vs. Martin Luther King's "I Have A Dream" Speech already exists.
Fatal error: Out of memory (allocated 33554432) (tried to allocate 524297 bytes) in /homepages/7/d106361195/htdocs/netmix_home/wpmu/wp-admin/import/wordpress.php on line 143Anyone suggest and links that can help?
February 7, 2010 at 2:05 pm #62608In reply to: BBPress Intergration Trouble
thekmen
ParticipantYou installed bbPress in your WordPress plugins directory which shouldn’t be done.
Either let BuddyPress install bbPress for you or install bbPress in it’s own directory.
February 7, 2010 at 1:24 pm #62606In reply to: BBPress Intergration Trouble
edgy360
ParticipantI am running the latest version of BuddyPress and WordPress MU.
February 6, 2010 at 10:15 pm #62582In reply to: the tale of the time
paulhastings0
ParticipantOk, this is a serious problem. I’m experiencing essentially the same thing. We’re running BP 1.1.3 and just upgraded form WPMU 2.8.6 to 2.9.1 . But as soon as I finished upgrading the entire site (including all the blogs), I went to the front page and everything is shown exactly 6 hours older than it really is.
See here: http://jibenow.com/
I’ve done some digging around and this is what I’ve found so far: https://mu.wordpress.org/forums/topic/16374
I’ll be giving it a shot and see if I can make a simple hack like they mentioned.
February 6, 2010 at 6:16 pm #62567In reply to: Activate plugins for all blogs
Paul Wong-Gibbs
KeymasterThese aren’t BuddyPress questions. Look on the WordPress and WordPress MU websites and forums.
February 6, 2010 at 6:15 pm #62566Paul Wong-Gibbs
Keymaster1) BuddyPress 1.2 will be compatible with WordPress and WordPress MU. It will be out soon.
2) Don’t resurrect 9 month old threads
February 6, 2010 at 5:38 pm #62562adv_user
ParticipantI wonder if it is possible to integrate BuddyPress with WordPress (not MU)?
Or if there is now forecast to make this possible?
Thanks
February 6, 2010 at 3:44 pm #62549Diesel Laws
ParticipantThanks so much Andrea!
Also, just wanted to say that Andy and Andrea, love your work and guidance with heaps of info over time about the Buddypress and WordPress platforms. Your posts have helped me a lot!
February 6, 2010 at 2:33 pm #62540Andy Peatling
Keymaster@diesellaws: Are you running WordPress 2.9? The bp-default theme will only be picked up in 2.9+, I’ve just tested and it worked fine for me.
Mostly what I mean by not copying over the stylesheet is that you should just override the bits you need to change (colors in your case)…
So in bp-default’s css you might have:
body {
background: #fff;
color: #000;
padding: 25px;
margin: 0;
}Instead of copying that entire declaration, all you need to do in your child theme is:
body {
background: #000;
color: #fff;
}That way you are not duplicating anything, and only overriding and changing what you need.
February 6, 2010 at 2:22 pm #62538Diesel Laws
ParticipantThanks Bowe!
@Andy – As I am totally new to theme styling I copied all the default.css template over due to the total rework in that file. Pretty much all the colours have changed. if possible, Could someone (or yourself) please modify it so it doesnt load the css twice yet keeps all the same colours of the theme – essentially, the colours are the main things that have changed.
Yes my instructions do stipulate that as I had many issues with this. When I had the Child Theme linked to Template: bp-default it never registered the bp-default theme in the buddypress plugin area. Then I went to the theme page and it said Stylesheet is missing for the theme. So, then I COPIED the bp-default theme out of the Buddypress plugin area and it automatically worked and registered it. I think its due to the Child theme being in wp-content/themes and the default theme being in plugins/buddypress/bp-themes area.
Please double check but it does not work without me pulling the bp-default theme out.
Also I already posted abut the repository above – (In case anyone asks, I have tried multiple times to submit this to the WordPress Extend Themes Depo but it keeps saying it is not a zip file I have uploaded. I have even downloaded Safari JUST to upload the theme with the same error response. So that is why I am hosting it on my website.)
It wont let me upload the zip file no matter how hard I try and I have tried on firefox, chrome, IE and Safari.
February 6, 2010 at 11:10 am #62533Andy Peatling
KeymasterLooks great! Happy to see people starting to build child themes.
A couple of things I noticed – you probably didn’t need to copy all of the default theme css into your theme. This will be loaded when you call the @import() call to the default theme CSS. At the moment you are basically loading the CSS twice. You actually only need to override the bits you need. By doing that you will gain CSS updates from the default theme when it updates. So if anything new was added to the default in the future, you would inherit the new styles.
Also, in your instructions you mentioned you needed to move the default theme to the themes folder. You definitely shouldn’t do this, WordPress will automatically detect it is in the BuddyPress folder. If you move the default then you will never get any updates when BuddyPress updates – it sort of defeats the purpose.
Could you add this to the WP theme repository? That will allow you to keep track of stats, let people download from within their BP installation, and allow you to provide automatic updates to your theme.
Nice work!
February 6, 2010 at 10:37 am #62530danbpfr
ParticipantThis is a wpmu problem who happened also with the first 2.8.x version if i remember well…
so put it in the wpmu trac
-
AuthorSearch Results