in wp-config.php:
`
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ‘fr_FR’);
`
Hello, I’m using a fresh install of buddypress and WP, just downloaded and installed them yesterday. Buddypress seems to be working (after some trouble with getting activity etc tabs to show). I can navigate fine to all the tabs, but when I try to add a group, I put in the name and description and click the ‘Create group and continue’ button, it puts me back to “1. Details” tab with all boxes emptied. I can’t move forward to the next step. Also, when I try to register a user, I put in all the data and click ‘Complete sign up’ and it re-loads the register page, again all boxes emptied, and nothing else happens. If I try to create an account with errors (i.e. required fields missing) the same thing happens, no error messages or anything like that. Any help will be greatly appreciated. Oh, and I’m using the default theme that came with buddypress – so no special theme or anything like that. I have also de-activated all WP plugins except for buddypress and akismet.
The problem is that buddypress plugin’s widgets are using the same class as regular widgets and I want to change that – I want to style them differently!
I found that the widget code is in the bp-core-widgets.php and I think it gives the class to the widget is this line:
class BP_Core_Whos_Online_Widget extends WP_Widget
(I only think that this is the line – I don’t know PHP)
I had just set up a WordPress with buddypress. And I realize that when I post something at the Forum. I will facing the encoding issue. My Simplified Chinese will automatic turn into “???” Even the comments in the forum also the same. (look at the screenshoot: http://www.gaoyang-debate.com/books/wp-content/uploads/2010/09/Screen-shot-2010-09-28-at-8.29.57-PM.png ) This issue only face in forum. May I know what’s the real reason that make it like that? And what’s the solution. Urgent!
@rogercoathup I’ve put the buddypress-fr_FR.po in bg-language but I’ don’t see where I cant set the default language in buddypress ? I haven’t look yet at a plugin for offering the user a choice to switch language.
@groan , by “links” I actually mean BuddyPress URL paths such as “http://yoursite/…/groups/”. BuddyPress recognises a few of these (activity, groups, members, forums) and I believe these are directories in BuddyPress themes. Under unix operating systems (I’m installing on Linux) you can create “symbolic links” or “symlinks” which are like shortcuts to other directories. My solution was to “hack” such links into the “mobile_pack_base” and “mobile_pack_blue” themes, linking to the corresponding directories under the BuddyPress Default theme. And it worked. (I was a bit surprised) The lines starting with dollar signs are linux commands. If you don’t have command line access you may be able to create symlinks using ftp or something else, I’m not sure. If you’re on Windows I have no idea what to do.
PS. In retrospect I should have created a new and independent theme derived from “mobile_pack_base” which then included all of the symlinks. Or perhaps WordPress has a better way of doing such links that would work across platforms. I’m pretty new to WordPress.
thanks @hnla ,
probably it would work, but at the moment code requests new API, even if I already pasted new one.
maybe someone knows how to update @DJPaul code to Google Map API V3 (if it needs a lot of time, no need even to reply to this question)?
What do you mean you cannot create more than one blog?
Are you Super Admin? Did you go multisite before installng BuddyPress? Did you install plugin limiting a user to one blog?
It’s gpl code, Apart from the fact that no would know, give due attribution to the original authors of the work/ code snippet and unlikely anyone will eat your www
The code above that Paul shows in the pastebin example is run as a standalone snippet that you would place where you wanted the map to display or you could run it from a functions.php file using add_action function to place the code on the page where there is an action hook such as bp_profile_header_meta.
To see the code working try placing it somewhere in the members-header.php file perhaps for testing purposes before or after the div item-meta block of code. As for where it really needs to go for your requirements that’s harder to say
couldn’t you specify, where exactly I should put this code?
(probably, profile-loop, but somehow it does not work for me).
V3 map api would be good, but my knowledge of html, php, etc..won’t allow me to do this.
P.S. “..Are you asking for permission?..” I just don’t know what all these plugins licenses mean. maybe authors of gPress will decide to eat my tiny www for this x lines of code
You can hack anything you like, preferable is to write it yourself where possible. Paul provides you with the code you need above though so it might be better to use that but perhaps update it to use V3 map api.
Hi all!
I am looking for a plugin that will add widgets of: top users, newest users. I have searched all the Internet but all I have found was plugin without customization so it would show all the users making my website very loooooooong. Please help me if you know anything what would be allright 4 me.
Thanks
@paulhastings0 it’s a mixture of BP-Album Media, a nightly build, but I did not change the database from a previous installation. Next, some code was copy/pasted, modified to show the photos and videos along with a widget for login/logout differences.
`
<?php
global $bp, $featured_template;
// STEP 1: Run the default query. It will use the options set in the admin back end.
bp_album_featured_query_items();
$row_count = 0;
// STEP 2: Test if items were found. If so, open the CSS block.
if ( bp_album_featured_has_items() ) : ?>
<?php
// STEP 3: Iterate through the items the query has found, printing each one out.
while ( bp_album_featured_has_items() ) : bp_album_featured_the_item(); ?>
Me and my friends are running a joomla-driven community for bands and listeners. I’ve tried all leading os-cms (drupal’s still the only cms fullfilling all my wishes – but hard work to get along with). WP + Buddypress would be an alternative if there’s a way to allow certain members (depending on a select field or role) to make their own pages. Sounds like your plugin could bring me in the right direction. Small donation could be paid…
Author
Search Results
Viewing 25 results - 66,026 through 66,050 (of 94,538 total)