Search Results for 'wordpress'
-
Search Results
-
Topic: Installing BBPress
My BBPress installation cannot find my salt cookies even when I plug them into the install from wp-config.
They do not appear in my WPMU admin options menu.
I always get this message at the end of install:
>>> WordPress “auth” cookie salt not set.
>>>>>> Could not fetch “auth” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “auth” cookie salt in your database.
>>> WordPress “logged in” cookie salt not set.
>>>>>> Could not fetch “logged in” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “logged in” cookie salt in your database.
Forum could not be created!
Nevertheless, I get an email saying that the install was successful. But when I go to the BBPress admin in the WPMU dashboard it doesn’t see the installation.
A few random notes for now. I’ll add others as I proceed. Having reviewed the BuddyPress files in mu-plugins root for 1.0b1 and 1.0b2, I find a lot of the following:
Presentation of date and time differs from culture to culture. Its better to mark these as translatable strings than to hard code in a western standard.
My understanding is that when a text domain is used to denote a language file other than the main WordPress MU language file, it needs to be added to every marked string, not just the first marked string in a line.
I’ve found a couple of instances like this from line 63 of bp-blogs/bp-blogs-ajax.php:
_e( sprintf( 'Latest Post: %s', '<a>blog_id ) . '">' . apply_filters( 'the_title', $post[0]->post_title ) . '</a>' ), 'buddypress' );That won’t be recognized. This will:
sprintf( __('Latest Post: %s', 'buddypress'), '<a>blog_id ) . '">' . apply_filters( 'the_title', $post[0]->post_title ) . '</a>' );I also find a lot of instances of sentence fragments interspersed between segments of code. Syntax varies significantly between languages; sentence fragments are often untranslatable – without going in and tweaking the code.
Here’s what I have so far, line numbers only I’m afraid. I expect I’ve missed a lot even in these few files. Line numbers are from 1.0b2
bp_core.php: 785, 788
bp-friends.php: 261, 265, 271, 275
bp-groups.php: 1100, 1103, 1114, 1116, 1127, 1129, 1141, 1143, 1154, 1156, 1167, 1169
bp-messages.php: 372, 374
bp-xprofile.php: 577, 580
bp-blogs/bp-blogs-ajax.php: 53
bp-blogs/bp-blogs-ajax.php: 44
bp-blogs/directories/bp-blogs-directory-blog.php: 106, 177
If you’ll leave this string open, I’ll add to it as I go along.
Michael
Hi,
I read the post about BuddyPress and WordPressMU, and i’ve a question about the feature that allows install, download and update BuddyPress through WPMU backend in WordPressMU language?
For example, I have installed WPMU in Italian, I can install BP in Italian from the backend of WPMU? Or must still rely on the sites of translation like buddypress-it.it for the Italian language and then insert the files in bp-languages?
Tomorrow will see the release of RC-1 and not the final 1.0 version. Please see the post via the link below for more information:
http://buddypress.org/blog/2009/02/rc-1-new-wordpress-mu-functionality/
Topic: Pagination Problem
Hello everybody!
I have this pagination problem at the end of this page http://planetuga.org/news when i click “« NotÃcias Antigas” it goes to http://planetuga.org/news/page/2/ that is the 404 error page.
I’m using wordpress mu 2.7 and using the funciction next_posts_link(‘« NotÃcias Antigas’)
Is there any solution for this?
Topic: buddypress +multi-db issues
I was planning on using the multi-db plugin for my wordpressmu + buddypress website.
However, on their forums I am told the following
You can use multi-DB with BP, BUT you may have to create the global BP tables manually.
Once they are created , BP should run fine. The other thing that you should do once the
tables are created is go through the main BP files and comment out all of the dbDelta
lines of code (one for each BP global table)
Are there plans to fix buddypress so that it will work properly with a multi-db setup?
The current theme contains a lot of English inside. None of the sentences are beautifully contained within the localizable brackets. I know most is copied from the standard wordpress theme which is also non localizable.
Now I need to include a separate translated version of the theme in the language pack. And a whole theme makes the download a multitudes larger than only the po & mo for the language.
Why not localize all the english terms in the theme and make the default BuddyPress theme cleaner than WordPress’ default? You only need one po included with the theme.
Topic: Your thoughts on this setup…
Apologies in advance for the long post – I’m after a bit of guidance. Ok, here’s the scenario:
I used to hit mountains and hills hiking and camping, and am getting back into it. There’s a fair few friends that are interested in joining in, all with various levels of experience, but some are green to the outdoors.
I currently run a vBulletin site that some of these friends are members of. Others aren’t but are on Facebook, and others aren’t members of any social networking sites as yet.
The site I create I want ultimately to do two main things:
1) Be a one-stop shop for information, CMS stylee.
a) Give information on upcoming events.
b) Give articles/information about advice for kit (eg boots, waterproofs, layers, tents, stoves, etc).
c) Give articles/information on skills (eg map & compass, GPS, etc, etc).
d) Have a blog for relevant thoughts.
2) Encourage discussion for upcoming events and people to upload walking logs, photos, etc.
a) Allow individual profiles.
b) Allow uploading of photos and videos.
c) Allow basic forum discussion, and other commenting.
d) Allow group creations as some of my mates like mountain biking, kayaking, etc – so some will go out and carry out those activities, whilst others will just hike, etc.
I could setup some Facebook style site – but I know that some of my mates aren’t up for joining Facebook. I also know that some of them won’t want to join the vB site I already have (and it’s not really geared towards this purpose in any case).
I don’t really want to use vB, and feel that WordPress could offer a solution. I want to use WPRemix for the CMS side of what I’m trying to do (1 above). But then I want to use BuddyPress + WordPress MU + bbPress to achieve the discussion/social networking side (2 above).
I did try and setup WordPress MU + BuddyPress + bbPress, and then added WPRemix and set that to the main site/blogs theme. I setup with subdomains for users, but basically that creates some weird outcomes:
site.com > WPRemix theme.
user.site.com > BuddyPress Home theme – but no widgets setup (I thought that that should have gone to either the user’s profile or the user’s blog?).
And there were some strange authentication issues, I’m assuming cookie/domain related? I also want users to be able to use the BuddyPress theme only, not the WPRemix theme.
Anyway, would I be better off creating two sites:
site.com > WordPress 2.7 + WPRemix.
my.site.com > WordPress MU + BuddyPress + bbPress with WordPress MU setup not to use subdomains (directories instead).
Thoughts would be appreciated!
Cheers,
IB.
Topic: Featured Blog Widget
Is there a plugin that will give me a ‘Featured Blog’ widget I can use on the Front Page (Similar to the feature group widget)? I’ve looked on the WordPress MU site and throughout the forums and could have missed it.
Thanks,
John
