Search Results for 'buddypress'
-
Search Results
-
Topic: Restore Header to original
I am using BuddyPress Default 1.5.1. I have messed up the header. Where can I find the original header php code. I want to just copy and paste it back in and start fresh with the header. I’m a newbie idiot. Can you tell? Thank you for your help.
I’m already biting into this for hours already.
I’ve found a few Tutorials for this, and this is exactly how our site’s Nginx Configuration looks like now:
`server {
listen 80;
server_name yamihoshi.nl;access_log /var/log/nginx/localhost.access.log;
location / {
root /var/www/yamihoshi.nl;
index index.php index.html index.htm;
}location /doc {
root /usr/share;
autoindex on;
allow 127.0.0.1;
deny all;
}location /images {
root /usr/share;
autoindex on;
}#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/www/yamihoshi.nl;
}# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ .php$ {
#proxy_pass http://127.0.0.1;
#}# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#location @wordpress {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $document_root/tech/index.php;
include fastcgi_params;
fastcgi_param SCRIPT_NAME /tech/index.php;
}location ~ .php$ {
if (!-e $request_filename) {
rewrite ^/(.*)?(.*)$ /index.php?q=$1&$2;
}
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /var/www/yamihoshi.nl$fastcgi_script_name;
include fastcgi_params;
}# deny access to .htaccess files, if Apache’s document root
# concurs with nginx’s one
#
#location ~ /.ht {
#deny all;
#}
}`When Permalinks are enabled, I’m getting a Warning Rain.
When disabled, everything works fine, but BuddyPress gets into a 404 (or 405) Error Page.Nginx version: 0.6.32.
Cheers,
YamillaFor every paragraph where the first sentence begins with an introductory phrase/clause greater than or equal to two words (such as this sentence), all words prior to the comma are placed on its own line and the comma and remainder of the sentence starts two lines below it.
For example, the sentence above would display in Profile>Public as:
For every paragraph where the first sentence begins with an introductory phrase/clause greater than or equal to two words (such as this sentence)
, all words prior to the comma are placed on its own line and the comma and remainder of the sentence starts on the following line.
Wordspress: 3.2.1
Buddypress: 1.5.1Update: I can’t replicate this consistently either. And sometimes a line break will be accepted to start the next paragraph and sometimes not. I have both pasted text in as well as typed in original material. Perplexing.
Hello,
First off I want to say how much I’m loving BuddyPress as well as the plethora of tips I’ve found around these forums. I’ve been scouring Google for hours now trying to find a fix but to no avail.
My issue lies in the user profiles. When I visit my profile page on my BP installation, the only field that shows up is ‘name’ which is the default. So I added a few new fields under the base category and then headed back to my profile to see how they looked. Not only do the new fields not appear, but clicking on ‘edit’ under the profile tab leads to “Page not found”.
The URL I get is; http://www.trendkilleronline.com/members-3/TonyIsaza/profile/edit/group/1
I don’t know if it’s related but there is a also ‘view’ link that appears beside the status update text next to the main profile pic, and this also leads to a 404 with the same URL.
Considering the importance of being able to edit your profile on a social site, fixing this has become a major issue for me. As such, any help AT ALL would be greatly appreciated!!
I am somewhat new to Buddypress, but have built a handfull of WordPress sites. What I want to do is set up a private BP community that has a page with Register, Login, and Forgot Password interface on the logged out page. In other words, I don’t want the new users to be able to see any pages in the community at all until the register, get their password, and sign in, along the same lines as Facebook. Then when they logout, I don’t want any internal pages showing again, until they log back in. I tried just ticking the box in Settings –> General –> Membership – Anyone can register, but this shows them an internal page with the fields on it. I realize I will have to create a custom page to do all this, but my problem is, I don’t know PHP at all. I have tried many plugins, but they still seem overwhelming as to what I need to do. I’m sure there is a way to do this.
Could someone offer some advice, step by step for a relatively newbie trying to get this to work. I’d be grateful and give kudos on the site.
>