Search Results for 'wordpress'
-
Search Results
-
http://wordpress.org/extend/plugins/sabre/
What should I do to appear in the registration test mathematically? Of course, using the basic skin BuddyPress.
Yours,
Marcin
PS Sorry but I do dont know English, I use translator.
Topic: plugin errors
HI –
I seem to encounter this issue quite frequently with plugin installation.
I am using Buddypress 1.0.1
With WordPress MU 2.7.1
Theme: Facebuddy 1.0
Error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/xxxx/public_html/XXXXXX/wp-includes/kses.php(408) : runtime-created function on line 1
Result: plugin admin page view is completely removed and replaced with the fatal error message. Sometimes if I go to the Dashboard page, the left column (of the right section) is completely displaced and gone as well.
Fix: delete the plugins from the control panel.
Had this issue with Nicola’s Extra group plugin
Had this issue with Nicola’s Widgets plugin
Had this issue with bpcontents10a21
Currently installed and working fine widgets:
bpdevcore
bpdev flickr
bpdev tinymce
remove buddypress admin bar
TwitterToWire
Anyone else encounter this? Got any ideas?
Thanks,
Brian
Well I can’t seem to find a ‘difinitive’ guide to installing buddypress into a subdomain instead of being the primary blog itself, so I’ll ask here.
First of all I installed wpmu 2.7.1 with the subdomain choice instead of subfolders.
wpmu is installed in my site root itself, not in a subfolder etc..
Here is what I want to happen.
1. my primary domain http://www.anointed.net will become a standard wordpress ‘news’ theme that has nothing to do with buddypress at all, other than a link in the navigation to get to buddypress.
2. I create a blog called community so the buddypress can be reached via http://community.anointed.net
Here is where I get stuck:
as the buddypress theme has now moved outside of the ‘themes’ directory, into wp-content/bp-themes/buddypress-home there is now no way for me to choose the buddypress-home as my theme for the ‘community’ blog.
Could someone please provide detailed instructions on how I can get this working?
thanks
1. Which version of WPMU are you running? WORDPRESS MU 2.7.1
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? NO
5. Was WPMU functioning properly before installing/upgrading BuddyPress? YES
6. Which version of BuddyPress (BP) are you running? BUDDYPRESS 1.0.1
7. Did you upgraded from a previous version of BP? NO
8. Do you have any plugins other than BuddyPress installed and activated? NO
9. Are you using the standard BuddyPress themes or customized themes? IN PROGRESS TO CUSTOMIZE THE STANDARD THEME
Dear Developers, dear Community
first of all I want to thank you for developing and maintaining such a great system as buddypress. At the moment I am still in the progress of working in, but I will use it very soon to help a friend building up a social community.
While doing so I encountered a problem with the bphome and bpmember differenciation of the standard theme. As I only want to modify the appereance of the standard theme I’m trying to use the sidewide.css as much as possible. But due to the different coding of the header.php files in bphome and bpmember I think I am left no choice but modifying those.
The exact problem is:
sidewide.css
html {
background: #333333;
height:100%;
}
body {
background: #FFFFFF;
font-size: 12px;
width: 1000px;
margin: 0 auto;
}
#search-login-bar {
background-color:#FFFFFF;
background-image:url(../images/logoforweb.png);
background-repeat:no-repeat;
padding-top: 118px;
height:10px;
}
#header {
float:right;
position:relative;
top:-140px;
left:-30px;
background-color: transparent;
}
#header h1 a {
background: none;
width: 1px;
height: 1px;
}
The “logoforweb.png” is a picture with 901*118 px – the idea I want to realize is to put the navigation bar onto the logo. But due to different elements in the bphome and in the bpmembers headerfile, the orientation is not the same (luckily IE, Firefox and Opera are at least going along with each other
)Do you see any other possibility than just altering the header.phps?
Kind regards