Search Results for 'buddypress'
-
AuthorSearch Results
-
August 21, 2010 at 3:44 pm #89904
In reply to: Blog Theme / Buddypress Theme
John
ParticipantHello,
I’m using a non-made for buddypress theme, I’ve activate buddypress and the function’s pages fit approximatively in the theme. I’ve tried to replace them with the original from bp-theme/bp-default (to have the function’s page from a buddypress theme on my theme and modify them) but it don’t seems to work, what did I do wrong ?
I can’t set up a child theme, it looks like my theme (FashionPro) can’t handle it
The navigation bar is not displaying in the mainblog but perfectly on the other from the network, where can i find the code of the bar to edit my header and put it in ?
Thanks you for your answers.
Best regards,
August 21, 2010 at 2:34 pm #89903In reply to: Beginners question: URL to page mapping? (BP 1.1.3)
Roger Coathup
Participantto add the a static image page to a member profile, and corresponding url – you are looking at adding a new component to BuddyPress (unless there is a quick hack fix).
Search creating a new component on here.
It’s not trivial though, upgrading and using the existing plugin may be the quicker option.
Anyone else got thoughts on this one?
August 21, 2010 at 2:17 pm #89900In reply to: Editing BuddyPress-generated URLs for improved SEO
Mark
Participant@DJpaul, @hnla Thanks for the feedback. I agree the username would probably be appropriate, but I’m guessing a lot of webmasters like myself would like to be able to edit it to be seo friendly for their site even though alt attributes might not be originally designed for that purpose. It is very common for webmasters who understand seo to change the alt in images in order to drive traffic via google images and also to help in keyword placement because some weight is given to those.
August 21, 2010 at 2:05 pm #89899In reply to: Beginners question: URL to page mapping? (BP 1.1.3)
Roger Coathup
ParticipantI suggest upgrading first to the latest version of BuddyPress: https://codex.buddypress.org/getting-started/upgrading-from-10x/
And then using something like the Media+ plugin.
You will have to do some theme re-work for compatibility with 1.2.x, but you’ll be making it a lot easier on yourself for any changes.
If you don’t want to upgrade, it might be worth putting 1.1.3 in the thread title, to solicit more direct help.
August 21, 2010 at 11:53 am #89897In reply to: Forum content in meta and topic title in title?
finni3
Participanttry one of these seo plugins:
https://buddypress.org/community/groups/seo-for-buddypress/
https://buddypress.org/community/groups/bp-advanced-seo/August 21, 2010 at 9:29 am #89895Roger Coathup
ParticipantAs @djpaul says live demos are the modern day equivalent of “don’t work with animals and children”. Great if you can make it work, but so many opportunities to go wrong.
You are talking about why it rocks, not an installation tutorial, so I’d also steer clear of any talk about platforms and servers. As @mercime points out, showcasing is where it’s at if you want to talk rocking.
I’d go with the following structure:
1. Whet their appetite with a quick showcase of a few real world sites
Use different types of sites – I see 3 main types in practice:- just niche social networks, pretty much the default BuddyPress with a little bespoke styling; complimentary ones where the niche social network is still obvious but there’s some additionality like a magazine (hmag, tasty kitchen, or our own Hello Eco Living or Fisherbook); and the ones where the social network is in the background supporting the main function (Travel Oregon, Volkswagen, GigaOM).
You could also show by vertical – in education (CUNY), big companies (Daily Telegraph Blogs)
Keep this short and sweet – leave them wanting more!
2. Tell them what they get out of the box
Do it with visuals of a group, activity stream, etc.
3. Tell them what they can add to the box (plugins)
Just a few strong examples – easy to appreciate ones: – e.g. EventPress (running your own event registration) and Media+ (photos, videos, who doesn’t want that!)
4. Finally walk them through one of the most exciting sites in more detail
Use screen dumps / graphics throughout (it doesn’t need a bullet anywhere – although a couple of big number slides is nice – a la Steve Jobs)
Ask them questions throughout to engage attention – “Who’s ever built a site where it would be great if they could get visitors registering?” – then show them an example in BP. “Have you ever wanted a twitter like stream on your site?”. “Have you ever wanted a site where your visitors could post from the front end, and see responses in real time?”, etc., etc.
This way, you’ve got them thinking already: oh yeah, I need that in my site, imagine what we could do if we added this, etc. You’ve painted the picture for them.
And for a bit of humour – you could always risk a live activity stream playing in the background – where a buddy sends a few ‘helpful’ messages as you talk.
Hope that helps!
August 21, 2010 at 9:10 am #89894tudorc11
Member@mercime Thank you! You were right, I didn’t even look in the home.php file… Problem solved, topic can be closed.
August 21, 2010 at 9:06 am #89893In reply to: buddypress+WP Multisite
More Ivyou
Participantworks and bluehost.
Advanced DNS Editor
Add A Records
*.uetblogs.com A xxx.xxx.xxx.xxxSubdomains
create subdomain *
* .uetblogs.com /public_htmlinstall manually
I installed on bluehost and it worked.
Bluehost problem is that later you will have problems with file countor as said @ rogercoathup change provider or installed in the subdirectory as said @ mercime
I see that you installed wordpress.
follow the steps and pay attention to what appears.
you to succeedAugust 21, 2010 at 8:33 am #89892tomslick
ParticipantHey y’all, I was having the same issue and I followed @sandholdt‘s solution. I’m a complete Unix noob so if I can do it . . . so can you!
Specifically,
SSH’d to /wp-content/uploads
typed chown -hR avatars [username] <— for me this was the username I use to login with my FTP client.That’s it. Good luck.
August 21, 2010 at 7:47 am #89891Paul Wong-Gibbs
KeymasterI’d stay clear of any live demos, but that’s just my experience
August 21, 2010 at 7:15 am #89890warut
Participant@Pisanojm here are temp solution. However I see your extend profile not show in badge, I will check that too but in about 3 days (no computer in my new home – -“).
temp solution:
— replace —
if ( get_site_option(‘bp_badge_showthumbimage’) == true ) {
$avatar_html = bp_core_fetch_avatar( array( ‘item_id’ => $bp->displayed_user->id, ‘type’ => ‘thumb’, ‘alt’ => __( ”, ‘buddypress’ ) ) );
} else {
$avatar_html = bp_core_fetch_avatar( array( ‘item_id’ => $bp->displayed_user->id, ‘type’ => ‘full’, ‘alt’ => __( ”, ‘buddypress’ ) ) );
}
preg_match_all(“//i”, $avatar_html, $avatar_url);
— with —
if ( get_site_option(‘bp_badge_showthumbimage’) == true ) {
$avatar_url = bp_get_loggedin_user_avatar( ‘html=false&type=thumb’ );
} else {
$avatar_url = bp_get_loggedin_user_avatar( ‘html=false&type=full’ );
}
and
search “$avatar_url[2][0]” replace with “$avatar_url”for others i will try upload new release next week.
August 21, 2010 at 6:29 am #89889In reply to: mobile theme for buddypress?
modemlooper
Moderator@joseffb I’ve tried that and it works but is not 100% The problem is WPTouch is made for a blog not groups, profiles and forums and various edit screens.
I’m putting together a simple default mobile theme based on the default BP theme. It’s not ready yet as a BP theme has many files to go through to make it look right.
August 21, 2010 at 6:22 am #89888In reply to: Show: By Latest Post | By Group
modemlooper
ModeratorCouldn’t you create your own loop that calls the groups forums that you want. Then repeat it a few times for each group forum you want to list?
if ( bp_has_groups( ‘slug=GroupName’) ) :
locate_template( array( ‘forums/forums-loop.php’ ), true )
endif;Or what about the forum extra’s plugin? https://wordpress.org/extend/plugins/buddypress-group-forum-extras/
August 21, 2010 at 5:55 am #89887In reply to: Show: By Latest Post | By Group
@mercime
Participant@LPH2005 – I haven’t seen code released to public, but seen it done by:
@apeatling for https://buddypress.org/support/topics/grouped/
@deanjrobinson for http://help.deanjrobinson.com/ notice that his groups are categorized as well.
Per Dean – “a custom forum loop inside a custom groups loop.”August 21, 2010 at 4:17 am #89885In reply to: *updated* BuddyPress Groupblog – update the plug-in
paulhastings0
Participant:bump:
August 21, 2010 at 3:29 am #89883Pisanojm
Participant@warut Ok, I tried this tonight. It looks like the HTML being generated is now correct (with regard to correct file paths), however the preview is broken. It also doesn’t look like it is pulling in the photo of the person when this is checked… you can see here:
http://mustech.net/holder/warut3.jpg
Some progress was made though!
August 21, 2010 at 2:14 am #89882In reply to: Group avatar in activity stream
gwu123
Participant@r-a-y
is it possible to have the primary avatar of group instead of user avatar?
for e.g. if I joined xyz group the activity should show the avatar of the group followed by the text.Thanks
August 21, 2010 at 1:40 am #89881@mercime
Participant@rainer511 – you seem to have this resolved already. I logged in with your test/test and posted in “my” activity area.
http://www.fumcfrostproof.com/members/test/activity/August 21, 2010 at 1:09 am #89879In reply to: Blog posts on activity stream and permalink problem
Sofian J. Anom
ParticipantYes, both have the same htaccess settings, including the permissions.
Like you, I have no other thoughts than those already discussed. Therefore I plan to refresh the installation.
Thanks, @rogercoathup, for any inputs.
August 21, 2010 at 1:05 am #89878In reply to: buddypress+WP Multisite
@mercime
Participant@adiljaved what @rogercoathup said, go multisite subdirectory structure for subblogs as in http://example.com/subsite1 (instead of http://subsite1.example.com) if you don’t want to change servers.
August 21, 2010 at 12:11 am #89876@mercime
Participant@crashutah It would all depend on the audience – total WP/BP newbies or WP.org site owners no BP yet or BP site admins who need a little more help before launching. If I were to give a BuddyPress presentation on why BP rocks in an hour, i would make it interactive – with audience participation
– Knowing audience level in WP/BP experience would help you give a better presentation – possibly getting list of attendees off the database from registration to your specific module is powerful information to have, if registration for Utah and/or Vegas were set up to allow that
– Spend a few minutes with the overview of BP – testbp.org – native components included – then include minimum server requirements like mod_rewrite, pref LAMP server, GD library, PHP5.2+, etc.
** include a live presentation of WP and BP installation in 6 minutes or less – get them involved and let them time you, and since you are an experienced developer, you could do it in less than 4 minutes
– Note that even if installation can be easy and fast, it’s the customizations in terms of theming and added functions via plugins that make the site unique and stand out. The special customizations are what makes a difference between a “free” site with a $20,000++ WP/BP site.
– Compare BP showcase sites with default WP/BP install and explain how some customizations can be done either via custom functions, free/paid plugins or by hiring coders/programmers.
** A live 5-minute lesson on how to create a bp-default child theme, upload to server and activate it
** If you prefer, create a custom function live, upload to live site that you created earlier, so audience can see the changes brought on by function or plugin
** If you’re strong in theming, you can also show live how to add some styling in style.css to effect minor/major changes to theme– Q and A session – 10 minutes or less

– Your contact information – some attendees might prefer to hire you rather than create the site themselves.
Good luck and have a great time!
August 20, 2010 at 10:50 pm #89874In reply to: Singular Activity Stream
modemlooper
ModeratorYou can filter an activity stream https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
This only shows @mentions in an activity stream
if ( bp_has_activities( ‘scope=mentions&action=activity_update’ )) : bp_the_activity();
August 20, 2010 at 10:32 pm #89873Roger Coathup
Participant@drwebstein – this thread might might help you: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-more-fields-to-groups/
August 20, 2010 at 10:27 pm #89872In reply to: More information fields in groups
r-a-y
KeymasterYou’d have to create a plugin that adds group meta information.
If you’re familiar with a little PHP, check out this post for a brief primer:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-more-fields-to-groups/#post-64306Also check out the Group Extension API:
https://codex.buddypress.org/developer-docs/group-extension-api/August 20, 2010 at 10:15 pm #89870In reply to: user blogs
r-a-y
KeymasterSo you want a user blog theme that resembles your Buddypress theme?
Read this:
https://buddypress.org/community/groups/creating-extending/forum/topic/bp-blog-theme-as-default/ -
AuthorSearch Results