Search Results for 'wordpress'
-
AuthorSearch Results
-
May 17, 2009 at 6:47 pm #45542
In reply to: Thinking for switching from phpBB
nicolagreco
ParticipantI don’t know if some bridge exists, you should search on google
‘bbpress phpbb bridge’ or ‘wordpress phpbb bridge’
if exists you could share users with wp and create a new community without loosing the old one
May 17, 2009 at 9:50 am #45523Paul Wong-Gibbs
KeymasterThis isn’t possible, yet. Coming in a future release
May 16, 2009 at 6:54 pm #45497In reply to: bbPress theme for Buddy
2766283
InactiveIn bb-config.php
<?php
/* require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-blog-header.php' ); */
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once( '/home/xxxxxxxxxx/public_html/wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
if ( !defined( 'ABSPATH' ) ) {
include_once( '/home/xxxxxxxxxxxxxxxxx/public_html/wp-load.php' );
}
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define('BBDB_NAME', 'xxxxxxxxxxxxxxx');
/** MySQL database username */
define('BBDB_USER', 'xxxxxxxxxxxxxxx');
/** MySQL database password */
define('BBDB_PASSWORD', 'xxxxxxxxxxxxxxx');
/** MySQL hostname */
define('BBDB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('BBDB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('BBDB_COLLATE', '');
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* @since 1.0
*/
define('BB_AUTH_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_SECURE_AUTH_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_LOGGED_IN_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_NONCE_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_LOGGED_IN_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
define('BB_SECURE_AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
/**#@-*/
define('BP_DISABLE_ADMIN_BAR', false);
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = 'bb_';
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called "my-languages" in the root
* directory of bbPress. For example, install de.mo to "my-languages" and set
* BB_LANG to 'de' to enable German language support.
*/
define('BB_LANG', 'es_ES');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '/');
require_once(ABSPATH . 'wp-settings.php');
$bb->bb_xmlrpc_allow_user_switching = true;
?>
May 16, 2009 at 1:14 pm #45490In reply to: Multi-language edition
jalien
ParticipantFor the backend it’s simply a matter of adding another .mo file to the language folder in /wp-content to get wpmu to be multilingual, the same goes for any other plugins, they each have to have their own .mo file.
There is a great plugin available which makes translating plugins or even the the wpmu core itself easy, and allows you to do it a little at a time. CodeStyling Localization (I am not affiliated with them in the least, but it is more than great). It allows you to do localization for themes, plugins, mu-plugins, and wpmu base code itself, absolutely awesome.
http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
For the front end and to allow different users of any of the blogs to change the backend easily and quickly I recommend qTranslate.
http://www.qianqin.de/qtranslate/
It is easy to use and easy to setup. Non-technical users will immediately know how to use this once it is setup. The setup may not be for non-technical users on their own, but a simple how-to will easily walk anyone through it. This plugin allows visitors to see multilingual content and change the language on the blog front-end (although I haven’t really used it for multilingual switching for the social networking portion of buddypress, I’ll have to play around and see what it can do).
Each blog can have it’s main language set in the the Settings/General page with the site wide default set in Site Admin/ Options (this is built in to wpmu, it doesn’t need a plugin – it’s been there from before 1.0 if my memory is correct).
I use English and Japanese (which will often not work when the localization is not done right) so I think these are pretty good plugins that work well with wpmu’s built in localization.
May 16, 2009 at 11:53 am #45489In reply to: Multi-language edition
bobthebob01
Participanti know i’m a bit late on that topic but i do agree that it should almost be a core feature to be able to switch language file.
I’m not talking about having the content translation feature, but the front/back end stuff, basically anything showing on the localization file.
So a user can decide his default language (among the available ones) for the site.
It only makes sense: MU for WordPress MU, for BuddyPress/WordPress MU, for MUlti users, for MUlti blogs and for MUlti language.
I’ve done some research and could not find a black/white solution. it’s seems to be in the grey zone at the moment.
Has anybody been able to achieve this yet?
cheers
May 16, 2009 at 1:34 am #45479In reply to: BuddyPress For WordPress (Not MU) Coming
bryan868
ParticipantIndeed, thanks John!
May 16, 2009 at 12:20 am #45475In reply to: Things to tell developers
Jeff Sayre
ParticipantRemember, BuddyPress is just one, big plugin–a very sophisticated plugin at that. If they have zero experiencing coding WordPress plugins, then here are some key links:
- https://codex.wordpress.org/Writing_a_Plugin
- From the above link, specifically: https://codex.wordpress.org/Plugin_Resources
- https://codex.wordpress.org/WordPress_Coding_Standards
- https://codex.wordpress.org/Inline_Documentation
- http://www.slideshare.net/markjaquith/secure-coding-with-wordpress-barcamp-orlando-2009
May 15, 2009 at 8:34 pm #45456In reply to: change logo on wordpress login screen
Jeff Sayre
ParticipantCodyb-
The forum link I provided is a free alternative to the premium plugins available at wpmu. I have not tried the suggestions in that link, so I do not vouch for them.
Your other option is the paid route: http://premium.wpmudev.org/project/rebranding-wordpress-mu
May 15, 2009 at 8:01 pm #45454motherhuddle
Participantthanks! I assume it will be announced, I plan on launching in four months, maybe by then?
May 15, 2009 at 7:58 pm #45453In reply to: opensocial
May 15, 2009 at 7:55 pm #45452Paul Wong-Gibbs
KeymasterNot yet. In the future, but no ETA yet.
May 15, 2009 at 7:44 pm #45448codyb
ParticipantSo what do you do, just place this in the plugins directory under wp-content, activate the plugin and then place the logo.gif file in that plugins directory? I’ve done that and its not working?
May 15, 2009 at 7:07 pm #45442In reply to: change logo on wordpress login screen
Jeff Sayre
ParticipantThis is actually a WPMU question, but I think you should find an answer here: https://buddypress.org/forums/topic.php?id=2042
May 15, 2009 at 7:00 pm #45440In reply to: issues with login screen
Jeff Sayre
ParticipantI’m glad you’re back up and running.
Just in case you don’t know, phpMyAdmin is a MySQL administration tool. Whenever a task requires that you access your MySQL DB directly in the backend, this tool is what most WordPress developers and designers use.
May 15, 2009 at 3:48 pm #45415In reply to: Problems with encoding
Jeff Sayre
ParticipantShakera-
If I understand your issue, you are having problems localizing BuddyPress into Cyrillic.
Please check this BuddyPress codex page first as there is a translation of BP for Bulgarian.
If you are making your own translation, then you should read the Translating WordPress codex page.
May 15, 2009 at 11:12 am #45396Sam Bauers
Participant@Matew: You are right.
May 15, 2009 at 10:27 am #45394In reply to: [site wide activity] problem with time
smdnizam
Participanti believe the correction given in the following link must work….
https://codex.wordpress.org/Function_Reference/current_time
but still I haven tried it out…
if you do so let me know whether it was useful
May 15, 2009 at 9:43 am #45389In reply to: the tale of the time
alunsina
Participantfixed the 4 hours later posting on WordPress. turns out i have to really make sure that everybodys time (all users!) is on the correct timezone. not just the admins.
Only thing remaining, really is the sitewide activity. any activity is posting as an hour back. this, despite all settings set to the original time zone of server.
May 14, 2009 at 11:06 pm #45370In reply to: use a login page for everyone
jfcarter
ParticipantYou might take a look at the Members-Only plugin from WordPress:
https://wordpress.org/extend/plugins/members-only
It prevents anyone not logged from seeing the blog/site and directs them to the login page (or you can choose a different page).
Seems to work with WPMU, but you’ll have to test it on your site to be sure.
May 14, 2009 at 9:53 pm #45368In reply to: Friend Request Error
ceeeeg
ParticipantI think I found the problem… https://mu.wordpress.org/forums/topic/9888?replies=11
I will let you know if that fixes it.
May 14, 2009 at 5:45 pm #45347In reply to: Creating an entry screen for Buddypress
jfcarter
ParticipantWell, I found it! You can select whatever page you want as your entry screen in Administration > Settings > Reading.
Here’s the page (which needs updating) in the WordPress Codex: https://codex.wordpress.org/Creating_a_Static_Front_Page
Now I just need to build the page!
(am now marking this resolved)
May 14, 2009 at 3:03 pm #45337ndrwld
ParticipantAs I understand, after integration I can delete tables bb_users and bb_usermeta created by bbPress, because know it uses WPMU tables, am I right?
Matew
May 14, 2009 at 2:57 pm #45336ndrwld
ParticipantBIG BIG thanks Manoj, it works! Its my first experience with bbPress, I didn’t know that there is integration option inside

I’ll will post it in bbPress forum too.
Matew
May 14, 2009 at 2:33 pm #45332In reply to: adding a page
plunderpat808
ParticipantThis plugin was working for me for adding menu items with a working selected class, the problem I was having was that it corrupted my wordpress admin so that everytime I posted something I got a blank white screen. Does anybody know how to fix this? is it a permissions issue on the plugin file?
May 14, 2009 at 2:07 pm #45329In reply to: All on the profile page?
enlightenmental1
Participantlimiting the users to one blog can be done with this handy plugin:
https://downloads.wordpress.org/plugin/limit-blogs-per-user.1.0.zip .
-
AuthorSearch Results