Search Results for 'theme'
-
AuthorSearch Results
-
May 17, 2009 at 6:31 pm #45539
In reply to: Buddypress.org profile layout theme, I want it!
nicolagreco
ParticipantAs Andy says 2000 times, this theme will not released, but tweaks to make a theme like that will be shared

Anyway look at css and make your own
May 17, 2009 at 5:15 am #45510In reply to: bbPress theme for Buddy
Kunal17
ParticipantHas anyone released a good buddypress style theme for bbpress yet?
May 17, 2009 at 2:26 am #45509In reply to: Default Theme Issues – HELP! :)
belogical
Participantkunal17, use this for selected class:
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 6:43 pm #45496In reply to: bbPress theme for Buddy
2766283
InactiveTry deleting or renaming functions.php in kakumei folder.
This is my header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php bb_title() ?></title>
<?php bb_feed_head(); ?>
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
<?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>
<link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />
<?php endif; ?>
<?php bb_head(); ?>
<?php
add_action( 'wp_footer', 'bp_core_admin_bar', 8 );
add_action( 'admin_footer', 'bp_core_admin_bar' );
add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );
?>
<!--[if IE 6]>
<link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie6.css' ?>" type="text/css" media="screen" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/ie/ie7.css' ?>" type="text/css" media="screen" />
<![endif]-->
<?php wp_head(); ?>
</head>
<body>
<div id="search-login-bar">
<?php bp_search_form() ?>
<?php bp_login_bar() ?>
<div class="clear"></div>
</div>
<div id="header">
<h1 id="logo">" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></h1>
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?>
<li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?>
<li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
<div class="clear"></div>
</div>
</body>
<div id="main">
<?php if ( is_bb_profile() ) profile_menu(); ?>
<div class="clear"></div>
<?php include("sidebar.php");?><!-- includes sidebar -->
May 16, 2009 at 2:15 pm #45492In reply to: bbPress theme for Buddy
plrk
ParticipantI can’t get this to work at all. They’re supposed to be installed in /bb-templates/, right?
I get errors like:
Fatal error: Call to undefined function bp_page_title() in /example.org/forum/bb-templates/kakumei/header.php on line 4
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 6:59 am #45487In reply to: Default Theme Issues – HELP! :)
Kunal17
ParticipantI have started hardcoding links to the pages. How do I use the selected class? Can anyone include sample code for a hardcoded link?
May 16, 2009 at 6:11 am #45486In reply to: Default Theme Issues – HELP! :)
Kunal17
ParticipantBeLogical,
yes, it does look like the links will have to be hardcoded. I wonder what the best way to do it is to protect from future updates.
Can code be added to the bp-custom.php file to add links to the navbar?
May 15, 2009 at 9:47 pm #45468In reply to: Featured Blog / Member / Groups are Widgets?
Jeff Sayre
ParticipantJodyw1-
If I understand your question correctly, they are hardcoded. Look in the index.php files in each of the subfolders in /wp-content/bp-themes/bpmember/directories/
May 15, 2009 at 9:39 pm #45466In reply to: Internet Explorer trouble
Jeff Sayre
ParticipantCce-
Several of initial questions:
1. Have you tried switching back to the standard BuddyPress home theme? If not, do so and see if the problem still exists.
2. Have you tried deactivating all 3rd-party plugins to see what happens? If the problem goes away, you should then reactivate the 3rd-party plugins one at a time, testing after each reactivation to see if the problem has returned.
2. Are there any errors in your log files? If so, what are they?
May 15, 2009 at 9:12 pm #45460In reply to: RC2 Upgrade issues
Jeff Sayre
ParticipantDbascent94-
Are you still having issues? A week ago you posted this:
I tried using the default themes and the same problem persists. I could really use a pointer on where to even begin looking for a fix for this
But you failed to tell us which version of BuddyPress you are running. Two weeks prior, you stated that:
I downgraded to RC1. I am going to wait for 1.0 and then try again.
Does your problem exist when using the public release version 1.0?
May 15, 2009 at 7:51 pm #45450In reply to: Error creating groups
Jeff Sayre
ParticipantIf you’re still having this issue, you need to remove as many variables as possible. Since you are using a custom theme and a number of 3rd-party plugins, this is where you should focus your efforts.
Before starting this process, make a backup of your MySQL DB just in case. Also, it is advisable that you back up all your custom themes and 3rd-party plugin files just in case you make some major mistake.
Now, switch to the standard themes that come with BuddyPress. Try creating a group again. If the problem appears to be resolved, switch back to your custom themes and try creating a group again. If the problem returns, contact the theme designer.
Next, assuming the problem still exists with the standard BuddyPress themes, you should deactivate your 3rd-party plugins one at a time. Deactivate just one, try creating a group again. If the problem still exists, then deactivate another 3rd-party plugin. Keep doing this until either the problem goes away, or all 3rd-party plugins are deactivated. You can also go about this the other way: deactivate all plugins except BP and then reactivate one at a time, checking to see if the issue occurs again with each new reactivation.
If you find that the problem goes away after a particular 3rd-party plugin is deactivated, then you may have found the culprit. Contact the developer of that plugin and ask for advice.
Please report the results back in this thread.
May 15, 2009 at 7:48 pm #45449In reply to: New Twitter Plugin for BuddyPress
gpo1
Participant@Scotm, Am interested in that also integrating P2 theme with this twitter plugin.
& tweet from wire!
May 15, 2009 at 4:42 pm #45422In reply to: BuddyPress Admin Bar in the middle of my page!?
belogical
Participantdisabled the old theme so this is a non-issue.
May 15, 2009 at 4:08 pm #45421In reply to: Mobile Theme
belogical
Participanti think i had the global $bp and it still didn’t work. i ended up pulling the data another way. thanks for the response.
May 15, 2009 at 3:01 pm #45410In reply to: New Twitter Plugin for BuddyPress
Scotm
ParticipantWithout knowing the details, it would be nice if you could somehow ‘pull’ the post form into a custom home theme in BP. This way users could seamlessly cross-post to Twitter from the home page using one form. I’m using P2 theme as my home theme so the need is obvious, but perhaps this could be possible somehow.
Regardless, very happy to hear this is coming soon.
May 15, 2009 at 2:39 pm #45408In reply to: black avatars
Jeff Sayre
ParticipantEvvscuba–
Here are a few thoughts:
- Do a test with your users by switching to the standard BuddyPress themes. If the problem goes away, then it’s most likely a theme issue.
- Make sure that your users are uploading avatar files with sufficient dimensions. At a minimum, each dimension needs to be at least 150 pixels.
- Upgrade your version of GD. It is a little outdated. There may have been some browser-related bug fixes since your version (note: I’m just suggesting that possibility; I have not verified this though). The current, stable version is 2.0.35
- Finally, contact Sgrunt, the desinger of Facebuddy, and ask for his advice. He may be aware of an issue with IE 6 & 7. If he is not aware of your partciluar issue, he most likley will appreciate you keeping him in the loop–wether or not this particular issue has anything to do with his custom theme. Share with him the results of the above steps.
May 15, 2009 at 2:37 pm #45407In reply to: How do I know what \”rc\” Im running?
Paul Wong-Gibbs
KeymasterRC means release candidates and it’s a programming term for referring to specific pre-release versions of software. Buddypress has had 2 so far – RC1 and RC2.
On a similar vein, most programmers use something known as a revision control repository throughout development, primarily for easy access to previous versions (“commits” in this context) of software. One of the advantages of this is that it saves duplicating a folder on your computer each time you make progress. Each commit will have a version or release number. Imagine having 1303 folders on your hard drive with only slight differences between them.
As far as we are concerned here, RC1, RC2 and rXXXX (where X are numbers) refer to a particular snapshot or version. Now Buddypress has had it’s version 1.0 release, every live website ought to be running version 1.0.
Rules of thumb: any BP-specific plugins ought to run on v1.0. Any theme that says RC1, though, probably WON’T run on v1.0. There is probably a lot of tutorials etc that refer to a specific release number (like r1303 in your example). That’s just the nature of ongoing development – documentation is prone to getting out of date easily.
If you’re trying to follow some specific instructions and get stuck, just post here and we’ll help.
May 15, 2009 at 9:54 am #45390In reply to: Featured Groups Widget, hard coded titles?
2862159
InactiveFound it in wp-content\bp-themes\bpmember\directories\groups\index.php lines 83 and 88.
May 15, 2009 at 2:39 am #45377In reply to: black avatars
Evvscuba
ParticipantJeff:
1. I’m using Facebuddy theme, but it is only CSS changes, so I don’t believe it could possibly cause the problem.
2. Running PHP5
3. My GD version is 2.0.28.
I’ve had a few users install Firefox and they were then able to properly upload and crop their avatars. The strange thing is that it looks like it is working, but once the final crop is done it goes black.
May 14, 2009 at 11:15 pm #45373In reply to: Mobile Theme
takuya
ParticipantI think it’s easier to get started with skelton theme…
May 14, 2009 at 8:47 pm #45360In reply to: How to add pages to the navigation?
2864451
InactiveYou an do this but then you get the word “pages” stuck in your Menu. With the pages dropping dow to the right hand side.
I’ve tried that other code but don’t understand what it means, do you mean add that as a php file to the theme and then make a referenc eto it in header.php?
May 14, 2009 at 5:16 pm #45345Burt Adsit
ParticipantDelete wire post where? I tested that too. We’ve got:
1) Profile wire on the member profile home page
2) Profile wire in Me > Wire
3) Group wire on the group home page
4) Group wire in Group > Wire
They are all working for me with:
bp 1.0 trunk (1.0 should be fine too)
default bp member theme
BP_GROUPS_SLUG, BP_MEMBERS_SLUG, BP_WIRE_SLUG changed
wire_patch_three.patch
Where isn’t it working?
May 14, 2009 at 1:32 pm #45324In reply to: Mobile Theme
Tim Moore
ParticipantIf you are writing your own functions, you need to make sure and declare:
global $bp;at the very top of the function. Otherwise the function doesn’t know where $bp is getting set and treats all variables as blank.
-
AuthorSearch Results