Forum Replies Created
-
open your .htaccess file in the root wordpress folder and put this on the top
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
then try again. If you don’t have .htaccess file create one.
Who is your hosting company?
You can have both.
http://img267.imageshack.us/img267/2127/wpbbbbp1.jpg
http://img32.imageshack.us/img32/1755/wpbbbbp2.jpg
I just don’t know how to get the buddybar to work right on bbpress
Thanks added to the trac, btw the second link doesn’t work.
I can do it, not all themes work with that plugin.
I have deep integration, if you see the screen shots bbpress is using wp/bp sidebars.
I don’t know to code just know how to move things around…so can you elaborate and tell me where and to put it?
change the topic to resolved at the top.
is there a command line to get the buddybar like,
getsidebar()
???It’s more like an issue. Log-in, register, forgot password, and log-out should be all the same look.
Log-in and register is buddypress theme and forgot password and log-out is wordpress core theme.
[rant]it won’t matter where I put it, it won’t get resolved or get a straight answer. Plus I can’t move it after it’s posted.[/rant]
Is this a go?
I figured it out.
I had a css line on the original theme:
.avatar {
height:55px;
width:55px; }that caused the issue. It’s a good to know.
Just a question, I edited a few WP themes to work with buddypress 1.1 what do you guys put as the author? It’s someone else design but it’s your hard work making it work with buddypress. If you guys are going forward can I help?
You can change Studies into Science. I know that doesn’t help much. Getting a new URL will probably be the best bet. You can fwd the old domain into the new one.
1. Which version of WPMU are you running? 2.8.4a
2. Did you install WPMU as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgraded from a previous version of WPMU? If so, from which version? 2.8.3
5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes
6. Which version of BuddyPress (BP) are you running? 1.1
7. Did you upgraded from a previous version of BP? If so, from which version? 1.0.3
8. Do you have any plugins other than BuddyPress installed and activated? not when the error happened
9. Are you using the standard BuddyPress themes or customized themes? default 1.1
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? nope
12. If running bbPress, which version? 1.0.2
13. Please provide a list of any errors in your server’s log files.
Parse error: syntax error, unexpected '~', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /homepages/0/d188981313/htdocs/test/mu/bb-config.php on line 72
add this to you custom style sheet
/* BuddyBar Removed - fixing gap */
body { padding-top:0px!important; }John James Jacoby the files are the same.
This line doesn’t work
@import url(css/loader.php);it will import css but not the php file.
I just added to the style.css
@import url(css/base.css);
@import url(css/directories.css);
@import url(css/settings.css);
@import url(css/components.css);
<?php
/* If there are any custom component css files inside the /custom-components/ dir, load them. */
if ( is_dir( 'css/custom-components' ) ) {
if ( $dh = opendir( 'css/custom-components' ) ) {
while ( ( $css_file = readdir( $dh ) ) !== false ) {
if( substr ( $css_file, -4 ) == '.css' ) {
echo "@import url(custom-components/$css_file);\n";
}
}
}
}
/* Now load the custom styles CSS for custom modifications */
if ( file_exists('css/custom.css') )
echo "@import url(css/custom.css);\n";
?>I know it’s not the right way but it works…
Anyone know why the server won’t pull import the php?
P.S. crocgo gave me access to the site
okay first.. I think some of us missed this…
“6. Which version of BuddyPress (BP) are you running?
version 1.0.3″
I set permission on bp-theme 755 and everything under it. Nothing.
I deleted the folder and uploaded bbmembers again. Nothing
Uploaded a new member theme and activated it. Nothing
I deleted buddypress and deactivated all plugins (welcome pack & achivements). Nothing.
I uploaded everything back and nothing.
All the settings are fine. it’s not pulling the css file.
can someone explain in “dumb” people talk how site activity works? Does the action send the information to site activity or does the site activity pull from somewhere…
thanks! works good. The one on the sidebar has “RSS Feed” on the top, the code you link me to has “Viewing item X to X (of X items)” is that a parameter?
like this? http://delsolownersclub.com/discussions/ you have to ask JJJ
any status on this?
If you use Firefox you can get firebug a useful plugin for these situation. It can tell you what it’s calling and where it’s located.http://getfirebug.com/
Click on FORUMS on the top. Scroll down to Latest Discussion, look under “FAQ: How To, Code Snippets and Solutions” the solution is there.