Travel-Junkie @travel-junkie ?
active 15 minutes agoCoder, dive professional and passionate traveller
-
Travel-Junkie posted on the forum topic Need to fix an error before activating buddypress….. in the group How-To and Troubleshooting:
have a look at the single.php file of another theme. it’s all in there. your template seems kinda ancient. also, your question has nothing to do with buddypress, so there’s no reason not to activate it.
-
Travel-Junkie posted on the forum topic If displayed_user_can then …. in the group How-To and Troubleshooting:
well, you could check against usermeta for example:
global $bp; $meta = get_usermeta( $bp->displayed_user->id, 'member_status' ); if( $meta == 'premium' ) { //do stuff, like showing a badge } else { //show something else or do nothing }doing something like this in a loop will add a lot of database calls though. also in [...] -
Josh Frank posted on the forum topic How to make a private community? in the group How-To and Troubleshooting:
Wanted to say thank you and put in my endorsement for @Travel-Junkie ’s great, simple privacy solution. Re-posting that code below for simplicity’s sake, found at this comment link: http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616 Running WP 3.0.1 single-site with BuddyPress 1.2.5.2. Add to functions.php (may be titled Theme Functions in your Dashboard Theme Editor): function sh_walled_garden() { global $bp; if( [...]
-
rossagrant posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins:
@Travel-Junkie Just thought i’d touch base with you and see how you are getting on with the CV component?
If I can do any testing for you let me know!
-
Travel-Junkie posted on the forum topic Rotating Banner Job for Buddypress in the group Third Party Components & Plugins:
Ever thought about this plugin? http://www.oiopublisher.com/ It’s something like USD50 and really easy to set up and skin. Comes as a WP plugin, so will work just as well with BP. As far as I remember all you need to do is include the call to the ads wherever you want them to show up. [...]
-
Travel-Junkie posted on the forum topic Help with custom Group extension SQL in the group Creating & Extending:
MIght sound like a no-brainer, but have you declared the globals?
global $wpdb, $bp;You also have FROM twice in your query. Also, I don’t see why you’d need the inner join. All you need to do is this: `$result = $wpdb->get_results( $wpdb->prepare( “SELECT group_id, meta_value FROM {$bp->groups->table_name_groupmeta} WHERE meta_value = ‘United States’ AND meta_key [...] -
Travel-Junkie posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas:
Oh, ok, cheers for that!!
-
Boone Gorges posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas:
@travel-junkie For this site, I just hardcoded the word ‘activity’ to account for funky custom slugs. See http://trac.buddypress.org/ticket/2600. The fix on buddypress.org is in the spirit of the first item under “Possible fixes”; I unhooked the default activity permalink redirector and rehooked one with the change. (Not ideal in the long run, btw, but fine for [...]
-
Travel-Junkie posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas:
Nice! Any chance on getting my hands on the fix? Been developing a site that uses a couple custom plugins that are dependent on BP1.3 .
-
Travel-Junkie joined the group buddypress.org Ninjas
-
hello posted an update:
@travel-junkie Hello,
I visited your profile today at( http://buddypress.org) and I find out that you’er
the type my heart love, I believe we suit for real love, let walk that
presious thing out for heart desire, I hope and believe we match for
good. When contacting reply to my mail address(presiousjerry@yahoo.ca)
waiting for the love.
I am Miss presious -
Travel-Junkie joined the group BP Jobs Board
-
Travel-Junkie posted on the forum topic What plugins does BP.org use to display location and the text below the member's name in their profi in the group How-To and Troubleshooting:
hmm, not sure if it is a proper plugin. all you need is to set up a ‘current location’ profile field and then geocode the location using the google maps api.
-
Travel-Junkie posted on the forum topic *** NEW NIGHTLY BUILD POSTED *** in the group BuddyPress Media:
@Bowromir
file size trippled cause all the svn files are still in there. all you need to do is extraxt the actual files with a programme like svntortoise. i guess foxly just forgot to do that… -
Modemlooper posted on the forum topic I need ideas for theme creation. in the group Creating & Extending:
I agree 100% with @Travel-Junkie. Functionality should be a added via plugins however the default theme is a kitchen sink and some networks need to weed out some of the functionality built in. “The only exception I can think of is a mobile theme.” So true learning this the hard way with my mobile theme. The [...]
-
Travel-Junkie posted on the forum topic I need ideas for theme creation. in the group Creating & Extending:
I actually think that a (child-) theme should just be generic and not network specific. That should be the job of one or maybe even more plugins. If those plugins all use the normal BP default theme markup, you can use any kind of plugin to create exactly the kind of community you want with [...]
-
Bowe posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins:
@Travel-Junkie: great job man! I know you’ve been working on this for a LONG time, so I’m glad you’re able to release it
-
rossagrant posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins:
@travel-junkie Sounds great!
I really can’t wait to get to work with the CV component, the site I am working on now will benefit dramatically!
Keep me posted on how you’re getting on or any test versions etc.
Cheers!
-
Travel-Junkie posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins:
@rossagrant All of that would be quite straightforward. Let me think bout how to do that… @eisenwasser My solution doesn’t have to deal with roles at all. Every member on the site is a potential employee (even a ceo gets fired occasionally
. Some of your members can also be employers just by being a group admin. [...] -
rossagrant posted on the forum topic Introducing JobBoardr in the group Third Party Components & Plugins:
@travel-junkie Had another idea for the CV component but not sure how hard it would be for you to implement. I think in the member’s directory in BP there should be a button saying ‘View CV’ next to the ‘Add Friend’ button and also is there a way to add a Print CV button either to [...]
- Load More