Search Results for 'buddypress'
-
AuthorSearch Results
-
July 25, 2009 at 7:44 pm #50035
In reply to: how can i add buttons like this post area?
Korhan Ekinci
Participantthanks again r-a-y, It worked when I moved the bbcode-buttons toolbar plugin from “my-plugins folder” to “bb-plugins folder”!
I have bbcode-lite lying in “my-plugins folder” and bbcode-buttons doing the job in “bb-plugins folder”
))Interesting that, i had the similar problem with lookslike buddypress theme, when I had it in my-templates folder it would not activate, but activated when I moved it to bb-templates!
July 25, 2009 at 6:43 pm #50033In reply to: Social experiment..need help
Paul Wong-Gibbs
KeymasterThis, I think, is a request for a theme developer to come and make you a theme. I’m going to close this thread as this forum is for support and discussion around BuddyPress, and not a place where people should submit job adverts (voluntary or not).
People can see what you’ve written here and can contact you directly if they are interested. I suggest that you also post on the BuddyPress job board group.
July 25, 2009 at 4:05 pm #50029In reply to: buddypress + WordPress MU Domain Mapping
Unsal Korkmaz
Participanti am using bbpress 1.0.1 + buddypress 1.0.3 + wpmu 2.8.2 latest versions..
July 25, 2009 at 3:54 pm #50027In reply to: buddypress + WordPress MU Domain Mapping
Paul Wong-Gibbs
KeymasterHmm, that’s strange. I can log in on my mapped domain OK. (just tested and it worked)
July 25, 2009 at 3:37 pm #50025In reply to: buddypress + WordPress MU Domain Mapping
Unsal Korkmaz
Participantwell.. ok i can surely understand but problem is.. no one can login in sinemasite.com.. so.. we cant update site because we cant reach dashboard
July 25, 2009 at 3:33 pm #50022In reply to: buddypress + WordPress MU Domain Mapping
Paul Wong-Gibbs
KeymasterFirst of all, this is not to do with working with BuddyPress – if you just run WPMU, you’ll find exactly the same thing happens. WPMU Domain Mapping works fine, as I use it on my site.
The “problem” is that your web browser remembers that you are logged in because of cookies. Cookies can only be read/written by pages on the same domain, therefore an authentication cookie on domain1.com can’t be read on domain2.com.
July 25, 2009 at 2:33 pm #50019In reply to: Ho to display "Status Update" only – the right way
plrk
Participant@korhanekinci: it is available in the trunk, which contains the latest, bleeding-edge, development version of BuddyPress. Not for use in a “real environment”, but you can download it by typing
svn co https://svn.buddypress.org/trunkin a your command line terminal (if you have Subversion installed). I believe it will be included in BuddyPress 1.1, expected release date August 17.July 25, 2009 at 12:28 pm #50015In reply to: how can i add buttons like this post area?
Korhan Ekinci
ParticipantInteresting, I use looks-like-buddypress theme and tried several times activating BBcode lite and BBcode buttons and nothing appeared in the post area!
Then I read ck’s post in the forum saying that, these plugins are not compatible with 1.0.x version and that he will work on the plugins towards the end of the year… And gave up on it!
Did you hack it r-a-y?
July 25, 2009 at 4:43 am #50006r-a-y
KeymasterHey Chris,
I’m assuming you’re using one of the prebuilt fields called “State”.
I didn’t look too closely at the classes or template tags, but check out /buddypress/bp-xprofile/bp-xprofile-classes.php.
There’s a function called “get_prebuilt_field_data()” that might help you out there.
You’d have to pass the CSV file to that function, but that might help…
Another way to output the “State” data would be to parse the actual CSV itself that is used for the data. The CSV can be found in buddypress/bp-xprofile/prebuilt-fields/states.csv.
Hope that helps somewhat!
July 25, 2009 at 4:29 am #50003In reply to: Possible to add another friends list?
r-a-y
KeymasterHere’s what I think you’d have to do:
—
There is a lot of bp-friends code that you’d have to duplicate.
/wp-content/plugins/buddypress/bp-friends/ (entire directory)
/wp-content/plugins/buddypress/bp-friends.php
You’d have to rename each function, class and file for your “enemies” functionality.
Then, you’d have to hack the core as well (or write filters or functions that won’t hack the core):
/wp-content/plugins/buddypress/bp-core/ (many files in this directory, not all)
Like I said, it’s ambitious. It’s not impossible. But you’d have to test it out.
(I’m not a programmer either… I do a little front-end and a little back-end. I’m not especially good at one particular thing! Hopefully a real programmer can respond and give their input!)
July 25, 2009 at 3:27 am #49999In reply to: Custom Default Member Page
teros0805
ParticipantSorry to see nobodies felt the need to comment on this thread for a week friend. I’m having the same problem trying to figure this out. Without a fairly straightforward way to customize the default site page I’m going to be forced to look at alternatives to WPMU/Buddypress.
I’m sure theres got to be a way – i’ve seen examples of some cool buddypress sites – but my dream of MU and Buddypress being even close to as easy and straightforward as WP is are fading fast. It seems, still, like this set up is very much a patched together affair.
I don’t mind putting in some time…..Every script or combination of scripts has some learning curve. Maybe wordpress (just the blog) has spoiled me with its most excellent documentation and straightforward usage, styling, etc.. but I’ve been having drupal flashbacks for the last 24 hrs since trying to set up a WPMU/BP test site.
July 25, 2009 at 2:20 am #49998In reply to: Submenu's on BuddyPress bar not working.
Roy McKenzie
ParticipantFigured it out. Well, it kind of figured itself out. Thanks anyway!
July 24, 2009 at 9:59 pm #49988In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
Andy Peatling
KeymasterThere is a bug in WPMU 2.8.2 that will not allow site wide plugins to be deactivated:
July 24, 2009 at 8:41 pm #49987In reply to: Member blogs in subdirectory
miketempleton
ParticipantAny updates on this situation? I am in the same situation as Dansalmon, where I would like to have all member blogs under a subdirectory of their own.
Today we are running a standard WP.org blog at http://www.domain.com and running WPMU to power http://blogs.domain.com in order to achieve this effect, but it means people can potentially have two logins. I would much rather prefer to move to BuddyPress and take advantage of all the other features, but the addresses for user blogs is the only thing that bothers me. I would prefer that they be indicated as such in the URL string.
July 24, 2009 at 6:09 pm #49986r-a-y
KeymasterI experienced a similar problem as well.
Did you edit a BuddyPress core file using a bpGroups function?
You should let Burt Adsit know of your fix, so maybe he can provide a cleaner solution using his plugin instead of editing the core:
https://buddypress.org/developers/burtadsit
—
Try adding this to line 161 of /wp-content/mu-plugins/oci_bp_group_forums.php
add_action( 'groups_create_group_step2_save', 'oci_bb_group_updated', 10, 1 );See if that does the same thing.
July 24, 2009 at 5:50 pm #49985In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
localwpmu
MemberThis topic mentioned the same issue of not being able to deactivate buddypress 1.0.3 plugin after upgrade. https://buddypress.org/forums/topic/fatal-error-after-upgrading-to-wordpress-mu-282-and-buddypress-103
July 24, 2009 at 4:12 pm #49982Korhan Ekinci
Participantok, I had one member with user name “Korhan”, I guess I did this by mistake in the forum profile edit area and could not somehow change it back to “korhan”. So I went inside the database and changed it manually. Posting works now.
I also changed all profile links in forums to buddypress /member/username way, so that there are no 2 places where users play with their profiles but just one and that should be buddypress profile pages.
I know this is going off topic, but here is what I did so that others can use it. I use the looks-like-buddypress theme for my forums:
I changed the logged-in.php file:
<div id="logout-link">
<?php bp_loggedinuser_avatar_thumbnail( 20, 20 ) ?>
<?php bp_loggedinuser_link() ?>
<?php bb_admin_link( 'before= / ' );?>
/ <?php bb_logout_link(); ?>
</div>Also added the css
#logout-link {
float: right;
}
#logout-link img {
vertical-align: middle;
}This way the looks are the same as bp
I also changed the sign-up page link to bp’s. I replaced the sign-up button in login-form.php with this:
<input type="button" name="signup-submit" id="signup-submit" value="<?php _e( 'Sign Up', 'buddypress' ) ?>" onclick="location.href='<?php echo bp_signup_page() ?>'" />July 24, 2009 at 3:35 pm #49979In reply to: Spam despite disabled registrations and Askimet
José M. Villar
ParticipantNope, Im afraid there´s not a newer version.
1.1 was coded by Andy himself, and there are no signs that it is going to be updated. He has made clear many times that its up to Buddypress community to continue with the update of Facebook connect plugin.
If I had coding skills, I would have updated it a long time ago, but I am still busy understanding how BP works ! ;-(
July 24, 2009 at 3:02 pm #49977In reply to: Announcing: BuddyPress Stats
José M. Villar
ParticipantVery nice, congratulations !
What about integrating bbPress stats ? For those who have bbP setups might come handy.
July 24, 2009 at 2:28 pm #49975In reply to: Widgets not place in root do not work correctly
Michael Berra
ParticipantI ALready created a ticket (although my english is bad and I not enough of a programmer to narrow down the problem…):
July 24, 2009 at 2:25 pm #49974In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
Windhamdavid
ParticipantMake sure you have the themes in the proper locationI haven’t been following these forums too closely recently and I haven’t seen this error, but I went straight up 2.7.1 to 2.8.1 then 2.8.2. try this.. make sure you’re not refreshing a ?action=”*&^^” page.. just the plugins.php, delete out of the mu-plugins folder. refresh.. you should see NO Buddypress. drop it in the regular plugins folder.. refresh and then ‘activate site wide’.
July 24, 2009 at 2:13 pm #49972In reply to: Fatal error and cannot deactivate BuddyPress 1.0.3
localwpmu
MemberI tried as per your suggestion but it doesn’t work. BuddyPress ver 1.0.3 still cannot be deactivated.
After deleting the entire BuddyPress directory and refreshing the plugins panel, the plugin didn’t shows up (display blank) but the word “Deactivate” is still shown and upon putting the cursor over it, it is “www.mydomain.com/wp-admin/wpmu-sitewide-plugins.php?action=deactivate&plugin=buddypress/bp-loader.php&_wpnonce=1a9adedb1e”
I tried on another domain with an upgrade of wpmu 2.7.1 to 2.8.2 followed by a fresh install of BuddyPress 1.0.3 and the same fatal error happened when I tried to deactivate BuddyPress in plugins panel. I did the same suggested recovery/resolution but the error persists.
Any other approaches I can try? Thanks.
July 24, 2009 at 2:12 pm #49971In reply to: Spam despite disabled registrations and Askimet
Windhamdavid
Participantthe fbc_get_avatar() error is from the facebook connect… it’s been addressed somewhere else in the forums. ..it’s been fixed. The spam.. the user “LnddMiles” is not just on buddypress sites, so it’s a spambot that looks for open registrations.
You should add a captcha or math problem to your registration page to divert these.
July 24, 2009 at 2:01 pm #49970In reply to: Announcing: BuddyPress Stats
Windhamdavid
ParticipantI think that’s very nicely done! simple, effective, 300 lines…. publicly +1, forum +1, the api..maybe just some jquery flot
July 24, 2009 at 1:51 pm #49969In reply to: Announcing: BuddyPress Stats
plrk
ParticipantMore specifically, I’m wondering:
- Is it a good idea to add fancy graphs using the Google Maps API (each user would have to use their own API key, naturally)?
- Should there be an option to display all or some of these graphs publicly, that is, not in the administration panel? If so, where and which?
- What more graphs would you like? I’m thinking about adding Wire and Forum stats, good/bad?
-
AuthorSearch Results