Search Results for 'questions'
-
Search Results
-
Hello,
I currently run a social network using DZOIC Handshakes. I am very impressed with BuddyPress, and have a couple of questions I hope you can answer:
– Is it possible to transfer the database of Handshakes to BuddyPress (members, blogs, forums etc.)?
– Could I buy a customized skin for BuddyPress?
Thanks in advance!
Topic: Pre-Built Profiles
The prebuilt language, country and state fields don’t work on my install. I’m assuming that they create profile questions with pre-populated answers. When I try to ‘Add’ them I get this error:
Wrong parameter count for fgetcsv() in …/mu-plugins/bp-xprofile/bp-xprofile-classes.php on line 288
I am a newbie. Am I missing something?
Topic: A few basic questions
Hi,
I’m looking to install a nice clean NEW WPMU installation for our faculty, around 1500, along with projecting the installation of buddypress once it goes into production (I’m waiting for the added security pieces). Does anyone have recommended hardware for around 1500 faculty with some heavy, some light and some no users. I want to do the hardware request right, and not have to nickel and dime once the the server is up. I’m most curious in storage, RAM, and any other information is willing to share. I’m not interested in a hosting service. the WPMU will also be used for distributing faculty web pages through WP blogs.
Also, will there be any fee associated with buddypress once it goes live?
My installation is a webportal for youthwork where users can submit stuff with the Plugin TDO-Miniforms. It works great, but I have a question/request:
The activity-feed shows the user who changed (revised) the article. That is not good, because we have to revise with different user from submitter, but it shouldn’t show in the activity-feed. Everytime it is revised by a different user it makes an activity-entry… Would be great if the activity-feed would just show the original author and not the reviser. Is there a possibility to change that?
Second question: The activity feed shows information I don’t want people to see (per example stuff from plugin like that: [hidepost] blabla [/hidepost]). It is like the_content_rss in normal WordPress. My question is, if I can change that or my request if it could be changed at all…
I know this is kind of “special” but for our installation it’s important!
See an example here: http://berra.graphic-studio.ch/community
Thanks in advance
!
just simple couple of questions… i have a shared host really cheap one with lunar pages…
I installed wpmu and realised that the subdomain function would work as i didn’t have access the Apache server and this means i cant ad the wildcard dns thingy.. so subdomains we out…
so i reinstaled using the sub directory… this worked fine..
i then tried to instal budypress with teh zip files.. as said in the readme…
with the blogs one it just gave a a parse syntax php ( or one of those php eror lines on a white page just saying something was wring on a line around 300 i forget exactely..) error that would not let me do
anything… so i deleted the blogs one and then it worked and i could ad a profile on the admin contol pannel but not on the splash page from register.. it first asked to creat a new blog then the profile so that didnt seem right..
questions.. does budy press work on sub directories and why was the blogs plugin not working..
i am trying to create a social site for spots or locations in kenya…
cheers..
Topic: Member Only Theme
I was looking at other people’s solutions for making a buddypress community member only and really came to one conclusion. It will be best served when the components are added
That being said, I was looking at the seriously easy hacks due to the high volume of SVN updates being made. The simple one I was looking at was doing the following in /buddypress-member/header.php right at the top of the file :<?php if(!is_user_logged_in()){
nocache_headers();
header("HTTP/1.1 302 Moved Temporarily");
header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
header("Status: 302 Moved Temporarily");
exit();
} ?>Just putting that at the top of the file would redirect any request to buddypress-member theme back to the login page if not logged in. While there are most likely better ways to do this, I was looking for a simple one copy and paste type edit when things change.
My questions about this are:
1) Is there a more efficient way to do this without multiple hacks to multiple files?
2) If this is a good way, is there an easy method to add the text “You must login to view member profiles” to the login that I am redirecting to as well as a link to the wp-signup.php page?
Trent