Forum Replies Created
-
OK its done you can have a look.
Main considerations..
1. The menu are static.
2. It is long- long list as there was no seperate functions
3.If you add plugins like content and events you have to create menu on your own
If any one can fix those it would be quite helpful
download theme – http://www.box.net/shared/79bchcc55n
View Demo – http://buzzlyf.com
I am working on the interface..The previous one had lot of problems just fixing them..Hope will be good by tomorrow.
I am aggregating some good questions to make UI better , which have already been asked so that you dont need to ask again..
How to remove excerpts from site wide activity?
https://buddypress.org/forums/topic/can-i-remove-excerpts-from-the-site-wide-activity-widget
You can view the fisheye component here Hope it will help if you use smaller images .The sign in is working fine.
are your member themes in bpthemes folder?
A buddypress themes consists of two parts
member theme – you put it in – /wp-content/bp-themes/
home theme – you put it in -/wp-content/themes/
please check it
@ rohan its my wp-config
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
define(‘VHOST’, ‘no’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘buzzlyf.com’ );
define(‘PATH_CURRENT_SITE’, ‘/’ );
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOGID_CURRENT_SITE’, ‘1’ );
define(‘AUTH_KEY’,
define(‘SECURE_AUTH_KEY’,
define(‘LOGGED_IN_KEY’,
define(‘NONCE_KEY’,
define(‘AUTH_SALT’,
define(‘LOGGED_IN_SALT’,
define(‘SECURE_AUTH_SALT’,
$table_prefix = ‘wp_’;
define (‘WPLANG’, ”);
if( $base == ‘BASE’ )
die( ‘Problem in wp-config.php – $base is set to BASE when it should be the path like “/” or “/blogs/”! Please fix it!’ );
define( “WP_USE_MULTIPLE_DB”, false );
define( ‘WP_AUTH_COOKIE_VERSION’, 1 );
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>
Hey , Thanks to R-A-Y. i have modified the code snippet for sliding panel script based on jquery. I need help to test and to Improve (possible convert into a plugin) the sliding panel script for bphome and bpmember themes.
I will integrate it with this my current buddypress installation tomorrow so you can see the demo.
Thanks
First of all Thanks for a great work ANDY…
I will definitely try to help out as much as i can..
Cheers
its 2.7.1 !!
Its some database problem i think….not related to files.Because it is not able to extract the recent entries ./activity from the db.. so it may be a bug… or a compatibility issue(as it works fine may other times)
SAme problems here
But sometimes
when i refresh it again goes good
here is my wp-config with db details and auth key removed
<?php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/public_html/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
define( ‘BBDB_NAME’, ‘database here’ );
define( ‘BBDB_USER’, ‘user here’ );
define( ‘BBDB_PASSWORD’, ‘pass here’ );
define( ‘BBDB_HOST’, ‘localhost’ );
define( ‘BBDB_CHARSET’, ‘utf8’ );
define( ‘BBDB_COLLATE’, ” );
define(‘BB_AUTH_KEY’, ‘
‘);define(‘BB_SECURE_AUTH_KEY’, ‘
‘);define(‘BB_LOGGED_IN_KEY’, ‘
‘);define(‘BB_NONCE_KEY’, ‘
‘);define(‘BB_AUTH_SALT’, ‘
‘);define(‘BB_LOGGED_IN_SALT’, ‘
‘);define(‘BB_SECURE_AUTH_SALT’, ‘
‘);auth keys here ^ same as that in wp-config
$bb_table_prefix = ‘bn_’;
define( ‘BB_LANG’, ” );
$bb->bb_xmlrpc_allow_user_switching = true;
?>
Require help….
I have almost implemented the sliding box..But i am having some problems..
I used<?php do_action( 'bp_adminbar_logo' );?> <?php do_action( 'bp_adminbar_menus' );?>to implement the menu..and it shows menu like this—
My Account* Activity
o Just Me
o My Friends
* Profile
o Public
o Edit Profile
o Change Avatar
* Blogs
o My Blogs
o Recent Posts
o Recent Comments
o Create a Blog
* WireHow can i implement different menus at different place??
and how can i call the register page .into the box…
thanks for helpBP bar not working…!!!
This is what i did
I had a full integration – means i had copied all the keys from wp- config to bb-config accordingly.
I had done all other settings so that a discussion forum made in buddypress is shown in bbpress.
I uploaded the buddypress bar plugin to the my-plugin directory.
Added the code into bb-config
with the absolute path of FILE i.e include_once( ‘/public_html/wp-blog-header.php’ );
activated the plugin
nothing happened!!??
Did i miss any step??
Thanks ray..I will try to implement it.
Thanks.Ray..Actually ..the tutorial helped.But my actual consideration was that i was unable to display the after-login menu i.e My account, My blogs and so on in the panel..
I was unable to find the functions..which i can implement in
<li> tags </li>Thanks again…
@Erwin. Thanks for help
“Are your theme files in wp-content/bp-themes/bpmember? ” – YES
they are OUT of buddypress dir
permissions are set right-755
have also upgraded to latest trunk.
I have removed and reinstalled events plugin 3 times.
The content plugin is working but not showing tags and categories
Hey John.
Its resolved.
There was a conflict with a plugin which i was using called stray random quotes.I learnt that I must check the configuration of whole website each time i try out a new plugin.
Thanks
First of all i would say search this forum,There will be many posts regarding it.
There are lot of tutorials over the internet.Hope these helps
https://bbpress.org/forums/topic/basic-integration-screencast
https://bbpress.org/documentation/installation/
External Links
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
The links to respective blogs in the blog directory are not working.They do not point to the blog url, instead are pointing to the root domain.
I did that but now its saying..
You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
when i tried to view a specific events page
however i have copied all the stated files on the required direectories in bpmember theme.
contents are also showing blank pages.
I had a problem with the invite-friend plugin.It was not working though i provided the correct api for yahoo,hotmail and facebook.Is it compatible with current version of buddypress??
Second thing was problem with event plugin.I was unable to create any events.So i disabled it.
I am not so good at programming but i have learnt that we can implement a REST based method to call for a invite friends sort of plugin? Any IDeas??
Thanks Peterverkooijen its resolved
the image files are in /bp-core/images in your buddypress plugin directory.I will recommend you to edit these files rather messing with css. If you wanna edit css its also in bp-core directory.