Search Results for 'buddypress'
-
AuthorSearch Results
-
April 12, 2010 at 8:17 am #72824
In reply to: Advanced Search plugin needed
akingston47
ParticipantI could definitely do with an advanced search function as well. I am trying to setup a directory based site where each user will select their occupation and location as well as other details. It should then be possible for someone to specify an occupation and location in the one search.
I’ve done quite a bit of work on this site and I’m really loving buddypress but unfortunately without the ability to search in this way I’m thinking I might have to scrap the whole thing and custom build my own directory based site.
@holdenandmason1 any chance you would be able to give a more detailed explanation on how you created your advanced search.
@DJPaul is this something you are still working on or have you too much else on?
April 12, 2010 at 8:17 am #72924In reply to: Advanced Search plugin needed
akingston47
ParticipantI could definitely do with an advanced search function as well. I am trying to setup a directory based site where each user will select their occupation and location as well as other details. It should then be possible for someone to specify an occupation and location in the one search.
I’ve done quite a bit of work on this site and I’m really loving buddypress but unfortunately without the ability to search in this way I’m thinking I might have to scrap the whole thing and custom build my own directory based site.
@holdenandmason1 any chance you would be able to give a more detailed explanation on how you created your advanced search.
@DJPaul is this something you are still working on or have you too much else on?
April 12, 2010 at 6:01 am #72818stwc
ParticipantIf it’s on registration, work with a child theme as described in this thread: https://buddypress.org/forums/topic/adding-some-text-to-the-signup-form
Then just prepopulate the fields (assuming it’s static info for all registrants) using standard forms HTML stuff.
If it’s dynamic info, well, same first step, but after that, I’m out of my depth!
April 12, 2010 at 6:01 am #72918stwc
ParticipantIf it’s on registration, work with a child theme as described in this thread: https://buddypress.org/forums/topic/adding-some-text-to-the-signup-form
Then just prepopulate the fields (assuming it’s static info for all registrants) using standard forms HTML stuff.
If it’s dynamic info, well, same first step, but after that, I’m out of my depth!
April 12, 2010 at 5:49 am #72816In reply to: Badge Maker
warut
Participant@gregfielding you can use simple badge by chose “Show only website logo” (replace logo.png in image dir) in admin panel then badge is show only your logo (I forgot coding it – -” so after chose nothing happen,maybe fix it the next day).
here rapid share link http://rapidshare.com/files/374885673/buddypress-badge.zip.html
sorry for inconvenience 2shared is first web after search google “upload file”, I not have own host for now.
April 12, 2010 at 5:49 am #72916In reply to: Badge Maker
warut
Participant@gregfielding you can use simple badge by chose “Show only website logo” (replace logo.png in image dir) in admin panel then badge is show only your logo (I forgot coding it – -” so after chose nothing happen,maybe fix it the next day).
here rapid share link http://rapidshare.com/files/374885673/buddypress-badge.zip.html
sorry for inconvenience 2shared is first web after search google “upload file”, I not have own host for now.
April 12, 2010 at 5:24 am #72815In reply to: WP Multi Network
paulhastings0
ParticipantFirst I’ve heard of the plugin. The plugin author is one of the 3 main coders for BuddyPress though. You might try sending him a message: https://buddypress.org/developers/johnjamesjacoby/
April 12, 2010 at 5:24 am #72915In reply to: WP Multi Network
paulhastings0
ParticipantFirst I’ve heard of the plugin. The plugin author is one of the 3 main coders for BuddyPress though. You might try sending him a message: https://buddypress.org/developers/johnjamesjacoby/
April 12, 2010 at 5:03 am #72812In reply to: How to get userid regardless of context
r-a-y
Keymaster$bp->loggedin_user->id
Read this for more about the global $bp variable:
April 12, 2010 at 5:03 am #72912In reply to: How to get userid regardless of context
r-a-y
Keymaster$bp->loggedin_user->id
Read this for more about the global $bp variable:
April 12, 2010 at 4:51 am #72811In reply to: How to get userid regardless of context
apcjohn
MemberHi etiviti,
$bp->displayed_user->id works if I’m calling the function on a profile page, however if I load the buddypress homepage or activity stream for example, displayed_user no longer works because I’m not looking at a user profile. I want a way to be able to know the id of the user in question regardless of what page I’m on, so that their name can be manipulated by my function on every page. Any ideas?
April 12, 2010 at 4:51 am #72911In reply to: How to get userid regardless of context
apcjohn
MemberHi etiviti,
$bp->displayed_user->id works if I’m calling the function on a profile page, however if I load the buddypress homepage or activity stream for example, displayed_user no longer works because I’m not looking at a user profile. I want a way to be able to know the id of the user in question regardless of what page I’m on, so that their name can be manipulated by my function on every page. Any ideas?
April 12, 2010 at 2:31 am #72797jivany
ParticipantBasically, check your register.php main loop and only show the groups you want to show.
You’re looking for the while loop after the bp_is_active( ‘xprofile’ ) call.
Within the loop, you can filter out groups by doing a simple if check using
if (bp_the_profile_group() == "group number")where group number is the number of the group you want to show.Similar sort of idea in this thread: https://buddypress.org/forums/topic/profile-fields-questions
April 12, 2010 at 2:31 am #72897jivany
ParticipantBasically, check your register.php main loop and only show the groups you want to show.
You’re looking for the while loop after the bp_is_active( ‘xprofile’ ) call.
Within the loop, you can filter out groups by doing a simple if check using
if (bp_the_profile_group() == "group number")where group number is the number of the group you want to show.Similar sort of idea in this thread: https://buddypress.org/forums/topic/profile-fields-questions
April 12, 2010 at 2:21 am #72793jivany
ParticipantAt what point? On registration? Any field you tag as required will need to be filled out by the user when they register.
April 12, 2010 at 2:21 am #72893jivany
ParticipantAt what point? On registration? Any field you tag as required will need to be filled out by the user when they register.
April 11, 2010 at 10:56 pm #7277221cdb
ParticipantAre you running BP-Trunk?
April 11, 2010 at 10:56 pm #7287221cdb
ParticipantAre you running BP-Trunk?
April 11, 2010 at 10:39 pm #72770In reply to: Configuring W3 Total Cache with BuddyPress
Nahum
Participant@drummergirl I’m seeing this too have had to go without minify. how is everyone getting it to work?
any help here
April 11, 2010 at 10:39 pm #72870In reply to: Configuring W3 Total Cache with BuddyPress
Nahum
Participant@drummergirl I’m seeing this too have had to go without minify. how is everyone getting it to work?
any help here
April 11, 2010 at 9:52 pm #72764In reply to: BuddyPress-Links 0.3 FINAL is here at last
Gianfranco
ParticipantHi, MrMaz!
I can’t get the plugin to work. I mean, the stuff is there, but on my profile I don’t see the options to create links.
First, I seem to have a big problem since I already had a page called “links”, so that page gets screwed up by the plugin.
Also, I did put a folder called “bp-links-default” and created the following files to customize the HTML structure of those pages, to fit my layout:
– index.php
-create.php
– single/home.php
I got an error on the create page, line 22: require_once ‘single/forms/details.php’;
I accessed that page by typing the URL/links/create.
But as I told you I don’t have any button on the profile to access this page.
Can you help me out?
Here’s my setup:
WP 2.9.2 (single)
BP 1.2.3
BP Template Pack installed
WP is installed in a subfolder, with index.php in the root.
April 11, 2010 at 9:52 pm #72864In reply to: BuddyPress-Links 0.3 FINAL is here at last
Gianfranco
ParticipantHi, MrMaz!
I can’t get the plugin to work. I mean, the stuff is there, but on my profile I don’t see the options to create links.
First, I seem to have a big problem since I already had a page called “links”, so that page gets screwed up by the plugin.
Also, I did put a folder called “bp-links-default” and created the following files to customize the HTML structure of those pages, to fit my layout:
– index.php
-create.php
– single/home.php
I got an error on the create page, line 22: require_once ‘single/forms/details.php’;
I accessed that page by typing the URL/links/create.
But as I told you I don’t have any button on the profile to access this page.
Can you help me out?
Here’s my setup:
WP 2.9.2 (single)
BP 1.2.3
BP Template Pack installed
WP is installed in a subfolder, with index.php in the root.
April 11, 2010 at 8:17 pm #72761In reply to: Buddypress gifts component
Gianfranco
ParticipantLooking forward for the gift plugin!
Thanks, warut!
April 11, 2010 at 7:41 pm #72759In reply to: Configuring W3 Total Cache with BuddyPress
drummergirl
ParticipantI have also installed W3tc but I am having issues with the Ajax not working when the javascript is minified. Is anyone else seeing this?
And on the page caching… are you including or excluding any particular pages or just using the default settings?
April 11, 2010 at 6:56 pm #72755In reply to: Badge Maker
warut
Participanthello all,
I just finished coding buddypress badge, if anyone have a testsite and interest to test it before i upload to wp, please get it from myblog and suggest any comment.
-
AuthorSearch Results