Save file.
Search Results for 'buddypress'
-
AuthorSearch Results
-
March 20, 2012 at 9:17 pm #131703
In reply to: Problem with menu + custom menu won’t work
@mercime
ParticipantMy BuddyPress, a bp-default child theme, has not been updated for version BP 1.5
Compare the header.php of the My BuddyPress” theme to that of bp-default theme’s header.php where the old links in My BuddyPress have not been updated, among other things.
March 20, 2012 at 9:11 pm #131701In reply to: Problem with menu + custom menu won’t work
9087877
InactiveDid you make sure you updated the pages in dashboard/buddypress/pages? Click on the dropdown menu and select the appropriate pages and save it? If not then that may be the issue.
March 20, 2012 at 8:33 pm #131698In reply to: I need Help on Arras WordPress Theme With BuddyPress
videogamerznet
Member@mercime Hello, Here is the link to the Site where I got it and I got the very latest version on it: http://code.google.com/p/arras-theme/downloads/list.
Also I am not having some of the other problems as I have fixed them but I have a problem as some of the stuff will not fit on the site.
March 20, 2012 at 8:08 pm #131697In reply to: Brand Newbie Question re: Reviews w/ BuddyPress
@mercime
ParticipantYou could start off with https://wordpress.org/extend/plugins/bp-group-reviews/ then have to add on the codes for the additional functions that you require, or hire a developer to do so.
March 20, 2012 at 8:04 pm #131696In reply to: Forums not appearing
@mercime
ParticipantWP/BP versions? I’ve seen this happen with an old custom theme which was not updated for latest WP/BP versions. Have you done basic troubleshooting like changing to bp-default theme and deactivating all plugins except BuddyPress?
March 20, 2012 at 7:56 pm #131695In reply to: I need Help on Arras WordPress Theme With BuddyPress
@mercime
Participant@videogamerznet no problem. Where did you download your Arras theme – site URL? There are different sites which do that and I want to know which version you have activated.
March 20, 2012 at 7:34 pm #131692In reply to: Page not found
@mercime
Participant>> just as it wants to enter into a user option does not find this page.
Not clear what you mean. Can you elaborate further?>> The problem is also a list of users, one does not display. What may be the problem?
If you already have users before installing BuddyPress, they need to log in at least once after the BP installation so they will be “recognized/recorded” and listed in Members Directory.March 20, 2012 at 7:31 pm #131691In reply to: Changing the names of BP components
@mercime
ParticipantSure, you can change those by creating a language translation file https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
March 20, 2012 at 7:28 pm #131690@mercime
Participant@ironjade Ok, I see what you were trying to get at. You need to fix alignment of the BP template pages in line with your theme’s HTML structure which you should go through after Appearance > BP Compatibility.
To proceed with getting the HTML structure in line, open up your Ithaca theme’s header.php, copy all code, paste code in pastebin.com, click submit, then post the generated URL here. Do the same for ithaca theme’s index.php, page.php, sidebar.php and footer.php
March 20, 2012 at 6:53 pm #131687In reply to: bbPress forum not updating activity streams?
Unit9
ParticipantHi Paul – thanks for the reply!
Yep it does – works for everything: Posting new stories in the blog. Commenting on other people’s profiles. Making groups, etc. The only thing it doesn’t work for is the forum.
If it helps, I literally installed Buddypress from within the latest version of WordPress and I installed the stand-alone bbPress forums from within the Buddypress forum settings.
March 20, 2012 at 6:38 pm #131685@mercime
ParticipantYes, registration is “off” by default. You turn on registration only if you’re opening up your site for public participation. To enable registration for a single WP site, go to dashboard menu Settings > General – Membership and click on box to allow registration.
As to list bullet points and the BP elements extending past widths set, copy some or part of the style modifications for Twenty Ten child theme per link I gave at the end of the alignment instructions.
March 20, 2012 at 6:29 pm #131684In reply to: bbPress forum not updating activity streams?
Paul Wong-Gibbs
KeymasterIt should work. Does your activity stream work for content generated in BuddyPress?
March 20, 2012 at 6:15 pm #131683In reply to: Making Denizen Theme Compatible with Buddypress
@mercime
ParticipantB. Copy sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php and at the top, above all code contained within, add this
`<div class="”>`
Then at the bottom, below all other code, add this:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/denizen/ in the same directory where your regular header.php and sidebar.php are located.
Final note: You might want to check out the style modifications to contain some BP elements as a guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
March 20, 2012 at 6:14 pm #131682In reply to: Making Denizen Theme Compatible with Buddypress
@mercime
Participant@udotorg Based on initial scan, to make your theme compatible with BuddyPress, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php
If you’ve revised any of the BP template files transferred to your evolution theme folder during the BP Compatibility process, please delete the 6 BP folders transferred to your denizen theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. Copy header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the bottom of the file, below other code contained within, add this:
`<?php
$sidebar_layout=get_post_meta($post->ID,’kaya_pagesidebar’,true);
$img_width=kaya_image_width($post->ID);
//sidebar class
$aside_class=($sidebar_layout== “leftsidebar” ) ? ‘one_third’ : ‘one_third_last’;
?><div ID); ?>>
<div id="post-” >`March 20, 2012 at 4:12 pm #1316799087877
InactiveThis may be more of what your looking for!
http://wpmu.org/how-to-add-profile-privacy-to-buddypress/
Goodluck!March 20, 2012 at 4:05 pm #1316789087877
InactiveTry this!
http://katemgilbert.com/2011/03/make-a-buddypress-core-page-members-only/
I hope it helps you out!March 20, 2012 at 3:36 pm #131674allentan
MemberOne more question is that when i do a sign up… there is no email send to me.
Based on the tutorial, there is a place to “Turn On the registration”. I couldn’t find that in Buddypress setting… Do i need to turn on registeration.?
Thanks
March 20, 2012 at 3:30 pm #131673allentan
MemberThanks for the info. Its looks better now…. the sign up button abit out. rest are ok.
http://learningdigitalphotography.net/registration/Thanks
March 20, 2012 at 3:20 pm #131671In reply to: Settings Page comes up blank
Paul Wong-Gibbs
KeymasterTake a look at “Member settings pages are blank” on https://codex.buddypress.org/releases/developer-and-designer-information/
Only relevant if your theme was created before BuddyPress 1.5?
March 20, 2012 at 2:34 pm #1316679087877
Inactive@mercime That worked perfectly! Thank you for your help! For anyone else who would like to limit their activity with the load more option still functioning below is the code snippet. Just replace the line of code in your themes activity-loop.php that says:
if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) :
With this one:
if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&per_page=5’ ) ) :March 20, 2012 at 1:38 pm #131665dude
Memberfor some reason i cant create a fresh topic?
can anyone help me with this problem..
my site has a problem with someone using around 3 googlemail email addresses to keep registering on my buddypress powered website to the point where their details have remained enscribed on my sites registry form..
is there a way to get rid of this please..?
many thanks in advance
March 20, 2012 at 12:57 pm #131664Warren Harrison
Member@prometheus-fire I’m a long-time WP guy, but brand new to BP. I did find an example of adding a custom activity message at http://bp-tricks.com/snippets/adding-a-new-activity-stream-entry-when-a-user-changes-his-avatar/
Hope that helps.
March 20, 2012 at 10:32 am #131661funmi omoba
Participant@djpaul, i re arranged it in members/index.php, but it just change the order of the filter tab, by default it still show last active member first on the list
March 20, 2012 at 7:59 am #131660@mercime
ParticipantB. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
``
with the following for registration/register.php:
`jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});`
Save files.
C. Upload the 6 BP folders containing the 16 files you revised up to your server wp-content/themes/clearphoto/
D. You might also want to check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
March 20, 2012 at 7:59 am #131659@mercime
Participant@allentan there’s something awry with your installation if you keep giving me the code for the Group Directory Index when I ask for your Clearphoto theme’s index.php file. Assuming you have the original zipped file of your Clearphoto theme, I suggest that you delete the clearphoto theme in your server via Appearance > Themes > Clearphoto – delete. Then reinstall Clearphoto for a clean slate.
Activate BP Template Pack plugin and go through Appearance > BP Compatibility process. Again, for a clean setup.
Then download BP Template Pack folders in your theme’s folder in server – /activity, /blogs, /forums, /groups, /members, and /registration
Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Clearphoto theme folder in server during the compatibility process.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('‘,’
‘); } ?>
`
Save files. -
AuthorSearch Results