Search Results for 'buddypress'
-
AuthorSearch Results
-
March 29, 2009 at 8:55 am #41272
In reply to: Problem with subdomain
dainismichel
ParticipantI was installing by following the instructions here https://codex.buddypress.org/getting-started/installing-buddypres-from-combo/ exactly.
I really don’t know how it happened, but I forgot to create a new database, and I started the sequence from the beginning, and it worked (over an existing DB).
March 29, 2009 at 8:06 am #41269In reply to: FaceBuddy free theme for BuddyPress
Sgrunt
ParticipantHi Halfpint i’ve replied to your mail: the latest trunk of BP requires a change in the folder name, you can follow instructions in the sticky post of Andy Peatling.
I’ll wait the release of the first official version of BP for renaming theme folders in my themes, in order to be sure that they will be stable.
March 29, 2009 at 7:53 am #41268In reply to: “BuddyPress” logo on the top left hand side
takuya
ParticipantI understand custom.css is buggy as previously pointed out, but I’m having a problem with site-wide.css.
I’ve changed the logo via site-wide.css, and on member profile page it shows correctly. But on top page (home), still the “social networking” logo is displayed.
March 29, 2009 at 2:55 am #41266In reply to: Project ideas for Google Summer of Code
?
ParticipantI’ve been through the problem of having to configure each new blog in wpmu, and I found this plugin to be a bit helpful.
Interesting ideas. I haven’t thought about the possible educational uses BuddyPress may have and now you mention it, sounds good!
Thanks for sharing your thoughts
March 29, 2009 at 2:07 am #41265In reply to: Main blog shows all posts from different subblogs
sharethought
ParticipantThanks for your reply…Ya for first one after searching forum I have already by using donncha’s sidewide tags..
But FOr the second one..I think you didnt get my point… By using term “member blogs page” I am trying to From buddy press member profile page if you go to Member Profile-> Blogs-> Member’s Recent Posts…. There is no Page Navigation for Buddypress Default Theme… Sorry For my weak english that I could not make you understand in the first time..More over I am very new to wordpress and Buddypress… Please help how I can bring pagination on that page…thanks in advance… for better understanding I am talking about the page
March 29, 2009 at 2:00 am #41264In reply to: Widget CSS alteration
Burt Adsit
Participanthttp://www.cssbasics.com/chapter_7_css_margins.html
http://www.cssbasics.com/chapter_8_css_padding.html
Margin or padding the left edge of the containing div for whatever widget you are interested in is the way to go probably. First install firebug to figure out what to alter and what the current settings are: http://getfirebug.com/
That will tell you what you need to change and even allow you to interactively change css to try before you buy. You need to override the css in your theme\\\’s site-wide.css file. Create one in your theme\\\’s /theme/css directory. Create the \\\’css\\\’ directory if it doesn\\\’t exist.
Example: move the site wide activity widget 3px to the right in the bp home theme if it\\\’s activated in the left-column.
1) Create: /wp-content/themes/buddypress-home/css/site-wide.css
2) Firebug says that the containing div is: \\\’buddypress-activity\\\’ and has the classes: \\\’widget\\\’ and \\\’bp_activity_widget_sitewide_activity\\\’
3) In site-wide.css we override the default setting for class bp_activity_widget_sitewide_activity which is specific to this widget and firebug tells me that nothing is modifying this class yet. So we do:
.bp_activity_widget_sitewide_activity{
margin-left: 3px;
}
I should stick to programming. I really suck at css so that may cause your server to have a meltdown and your children to talk back to you.
March 28, 2009 at 11:00 pm #41258In reply to: FaceBuddy free theme for BuddyPress
halfpint
ParticipantHi Im still getting the same problem as mentioned above and I downloaded the zip about 1 hour ago. The home theme works fine but the members theme does not work I also have the latest trunk and BP.
March 28, 2009 at 6:47 pm #41251In reply to: Need Help! Trunk + RC1 = bad
Ekine
ParticipantAt the bottom there is a link where you can download the whole zip file. https://trac.buddypress.org/browser/trunk
March 28, 2009 at 6:41 pm #41250In reply to: Need Help! Trunk + RC1 = bad
Paul Wong-Gibbs
KeymasterI know where that constant (which has actually been renamed since) is defined, but I think it’s a much better approach if you install the SVN trunk.
I don’t know of any database/table changes since RC1. If I were you I might consider just copying out your .htaccess and wp-config.php to a safe location (and any theme changes etc you’ve made – you’ll have to reimplement these afterwards). Get the trunk with
svn co https://svn.buddypress.org/trunkand put it into your mu-plugins, and put the .htaccess and wp-config.php files back in place. And crossing my fingers.March 28, 2009 at 6:30 pm #41249In reply to: Need Help! Trunk + RC1 = bad
nicolagreco
ParticipantDon’t mix versions!
here is 1281 trunk zip : https://trac.buddypress.org/changeset/1281/trunk?old_path=%2F&format=zip
March 28, 2009 at 2:52 pm #41239In reply to: User karma & rating
zanzoon
Participantalso, what if you can benefit from this plugin:
https://wordpress.org/extend/plugins/gd-star-rating/
but make it work for MU and for buddypress sso that the rating will add point to the users’ tokens or karma…. and so on..
March 28, 2009 at 2:36 pm #41237In reply to: Plugin: PmWiki in Buddypress.
zanzoon
Participantmmmm….wiki on buddypress, this would be amazing!
add to that a karma plugin for users who work more on the wiki and it will be just great!
March 28, 2009 at 1:46 pm #41235In reply to: register Page
tamphet
Participantif you are using your own theme, you are out of luck!
There are many, many many. post on this topic.
When you use your own theme, you will need to copy the register.php to your theme directory.
If you do so.. you we always get.. the login page.
If you are not copy the register.php to your theme directory, it will default to wp-signup.php.
it works fine, however, because it does not use buddypress-language file your site will have mix of English and your mother tounge language.
The best work around I come up with is… do not copy the register.php.
Translate the WPMU language into your language.
I believe, this is logged for bug fix.
March 28, 2009 at 1:26 pm #41233In reply to: OpenID Support?
takuya
ParticipantThis plugin works with wpmu 2.7 in following steps.
1. user manually registers.
2. activate account
3. go to profile, add openid
4. users can now login with their openid account(s)
OpenID login form is displayed on wp-login.php, but not on buddypress themed wp-signup, as it’s customized for buddypress.
This thread is not updated since 2 months ago, anyone else with tips or updates?
March 28, 2009 at 1:10 pm #41230In reply to: register Page
takuya
Participantmy wpmu/buddypress is on the root, but my registration page returns 404 as well. However if I manually type wp-signup.php, then it shows the page just fine.
March 28, 2009 at 12:44 pm #41227In reply to: Limit users to only having one blog?
Paul Wong-Gibbs
KeymasterOr, look here https://buddypress.org/extend/plugins/
March 28, 2009 at 12:40 pm #41226In reply to: Project ideas for Google Summer of Code
jalien
ParticipantHow about something for the site admin. A few ideas. A blog clone plugin. Setup one or more clone blogs including plugin settings, then depending on the role, group or whatever of the new user it would clone the blog with all the setting, menu, etc. already setup. This would of course go great with a true role-manager for wpmu that could create site-wide roles, or edit the site-wide rights of any of the roles. Which used with a wpmu specific adminimize plugin that would recognize not just the old roles, but newly created ones too and then set the menus site-wide for each of the roles (or if we can clone blogs, at least would recognize newly created roles). This would be great for educational or setups that want to charge for extras (although I guess these are kind of wpmu ideas, but still very relevant to buddypress too.
Another tack would be to create some educational plugins for quizzes somewhat like Moodle without Moodles rigid structure. (But those are more WordPress specific rather than buddypress) although buddypress with individual eduacational spaces for each student, but sitewide feeds of grades to teachers would be great. And schools need the free stuff with money hard to come by from administration types who think computers are just big calculators for adding up costs.
And yes, I definitely agree about the privacy issue.
Lots of great ideas above all the best in making your choice and best of luck at GSoC.
March 28, 2009 at 12:20 pm #41225In reply to: Limit users to only having one blog?
Burt Adsit
Participanthttps://buddypress.org/forums/topic.php?id=1328 see that topic for a solution Kenneth.
March 28, 2009 at 5:43 am #41215In reply to: Recentally Active
John James Jacoby
KeymasterYou need to create that file yourself. bp-custom.php is a file that BuddyPress looks for, kind of as a helper file to allow anyone to modify BP without needing to hack the core files.
The function that Andy wrote for you will give you the information you need to create a plugin or widget for yourself. He’s teaching you to fish, basically…
March 28, 2009 at 5:40 am #41214In reply to: Forum Integration: HELPING HINTS
doluongtruong
ParticipantDear All
I set up forum step by step. But it have a problem
BuddyPress no active, I can create a group but I can post in this page. However, when i join indirect to BBpress forum, I see group which I have created on BuddyPress page.
Moreover, when i post a new topic in BBpress forum, it have problem, but when i conect again, this topic showed in this forum.
Problem (Error warning) is
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\backpress\class.wp-auth.php on line 235
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wpmu\forums\bb-config.php:66) in C:\xampplite\htdocs\wpmu\forums\bb-includes\functions.bb-pluggable.php on line 214
Please help me! Thanks
March 28, 2009 at 2:32 am #41206In reply to: I want to speak Spotlish
Lance Willett
ParticipantNo side effects that I know of, though our setup is still \”young\” (only been live for just over a month) so I don\’t know the long-term implications yet.
One thing I will mention, though — if you site has been live for a while you\’ll have to do some SQL cleanup in the database to rename things that have been cached (like user activity). For example:
UPDATE wp_bp_activity_sitewide SET content = replace(content,\' wire:\',\' wall:\');What do you have to do different now that you didn\’t before you had the faux translation?
Actually, the biggest difference is a positive one: instead of hand-changing all the instances of \”Wire\” in the plugin and theme files we keep that in the language file instead. Since the language file (and the bp-custom file) aren\’t in the BuddyPress SVN repo they will never get overwritten when we upgrade.
March 28, 2009 at 12:06 am #41195In reply to: I want to speak Spotlish
trcwest
Participant@Lance Willett
Thanks a few questions if you dont mind… my replies below your pont
********
1. First I opened the POT file, copied it to a .po version, and then made the changes I wanted in a text editor (most with search and replace, but also had to do some new lines by hand).
*******
Yes i have started doing this with poedit and i have now looked at doing this with text editor.. so once i have changed all groups to spots etc ill be ready with the .po and .mo file….
**********
2. I uploaded the .po file to my web server, and ran this from a command line:
*********
where do i upload the .po file to??
msgfmt -o buddypress-spots.mo buddypress-spots.po
**********
What directory to i run this command in.. in the bas root one of the site or in /wp-content/
or /wp-content/mu-plugins/
???
what does this command do exactely
******
4. Then I went into wp-content/mu-plugins/bp-languages and added the spots.mo file there.
********
did you mean.. “and added the buddypress-spots.mo file there…”
___________________
I too think that this is better long term as if each time i update it will nock out my changed files…
QUESTION the things i have defined…
define( ‘BP_GROUPS_SLUG’, ‘spots’ );
define( ‘BP_MEMBERS_SLUG’, ‘spotters’ );
i have already set up in wp-config.php will this clash with what you have said to doo..
thanks so much
March 27, 2009 at 10:26 pm #41192In reply to: !! BuddyPress Theme Folder Changes !!
Roy McKenzie
Participantworks great!
March 27, 2009 at 9:44 pm #41185In reply to: create my own home page
Lance Willett
ParticipantHi Jane_135,
You can add the messages, activity, and wire areas as Widgets to any page you want. Look at the file called “home.php” in your home theme to see an example of how BuddyPress does this by default on the home page.
If you don’t have a home theme, read up on the installation process at https://codex.buddypress.org/getting-started/installing-individual-components/ — look for the “Installing the default home theme” and follow the directions there.
Also, the explanation of how the themes work (and how the Widgets within the home page file work) see https://codex.buddypress.org/getting-started/using-the-buddypress-themes/.
March 27, 2009 at 9:38 pm #41184In reply to: Urgent HELP – My Fatal Error
Lance Willett
ParticipantProdulz,
It sounds like a WordPress MU installation issue (not a BuddyPress issue).
If you suspect a problem please report it to the support forums but you must include the information asked for in the WPMU bug reporting guidelines!
There’s lots of threads on this very topic at https://mu.wordpress.org/forums/tags.php?tag=installation.
-
AuthorSearch Results