Search Results for 'buddypress'
-
AuthorSearch Results
-
October 29, 2012 at 8:03 pm #144221
r-a-y
Keymaster@mercime – Gigantic ‘Yes’ to no more BP Template Pack questions! You have answered so many of those questions and helped out so many users with these issues.
Yup, we need new codex pages to detail all the cool BP 1.7 stuff in the works.
If you need some help drafting some pages, let me know.
October 29, 2012 at 8:00 pm #144220@mercime
Participant@r-a-y thank you. No more bp-template-pack questions anymore come BP 1.7, only plugin-buddypress.php ones

BP 1.7 is going to be exciting, all these new shiny features in templates and forums and all that jazz! …. Errr, what am I saying? We need to create all those new codex pages covering the new features as well, gazooks, lol.
October 29, 2012 at 7:44 pm #144219In reply to: Need original WordPress Registration page back
r-a-y
KeymasterIf you were using the WordPress registration page before while running BuddyPress, then it was actually a bug in BuddyPress!

However, if you really need to use the WP registration page, add this code snippet to /wp-content/plugins/bp-custom.php:
`remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`
This snippet disables the redirect from WP’s registration to BP’s registration page. It’s not really recommended to this, so I note this as a disclaimer now!
You’ll also want to probably remove the “Registration” page from the BuddyPress admin settings area so that page cannot be used for registering.
October 29, 2012 at 7:38 pm #144218r-a-y
KeymasterGlad to see interest in the BuddyPress Follow component. Wasn’t even aware that there were two forks of it!
To be fair, the original code for BuddyPress FollowMe was from BuddyPress Followers restructured to use the BP Skeleton Component. Other than that, from my quick look through the plugin, I did not see any new features or changes. Let me know if I’m wrong!
BuddyPress Followers is the original plugin created by Andy Peatling; I made an update to that plugin a long time ago and started maintaining the plugin.
It hasn’t had any updates as of late. If developers want to submit patches or ideas for BuddyPress Followers, you can do so on Github here:
`https://github.com/r-a-y/buddypress-followers`—
EthanVan, I guess I can toggle the `’wrapper_class’` if you’re currently viewing a directory page, but other than that, you shouldn’t have to create a duplicate of the `$button` variable. Your code is not necessary when there is a filter available – `’bp_follow_get_add_follow_button’` – so you can hook in there and change the class if desired.
October 29, 2012 at 7:22 pm #144217r-a-y
KeymasterIn BP 1.7, BuddyPress looks for the following files in your theme’s folder to determine which page BP uses for the skeleton:
`’plugin-buddypress.php’
‘buddypress.php’
‘community.php’
‘generic.php’
‘page.php’
‘single.php’
‘index.php’`If you need to do a conditional based on a specific BP page component, there’s a filter in `bp_get_query_template()` to override it. Note: I haven’t tested this yet.
You could also use BP page conditionals with template parts within one of the templates listed above. That’s probably the easiest way without having to use filters.
References:
bp_get_theme_compat_templates():
`https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template-loader.php#L292`bp_get_query_template():
`https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template-loader.php#L140`October 29, 2012 at 7:17 pm #144216In reply to: Activity search by date?
October 29, 2012 at 7:04 pm #144215In reply to: Activity search by date?
Paul Wong-Gibbs
KeymasterNot possible right now (the backend doesn’t support querying by dates). Keep an eye on https://buddypress.trac.wordpress.org/ticket/4428
October 29, 2012 at 6:59 pm #144214In reply to: Remove the General Settings in BuddyPress v1.6.1
wpmirwin
ParticipantAfter finally learning how to search buddypress.org forums I found another partial solution that I decided to implement.
It does not remove the General subnav menu. It’s an edit on the core BP files that removes the form data (actually, I replaced it with a link to another page where Profile mods can be done).
I would still like to know how to do this without modifying core BP files.
This is the URL to the forum topic:
Mike.
October 29, 2012 at 6:16 pm #144213Ronnie_Fantastic
ParticipantThanks @mercime
There are a total of 6 ‘content’ files in the theme, below is the content-page.php and also the content.php just in case it turns out you’ll need that, too.
The other 4 are titled ‘content-aside.php’, ‘content-attachment.php’, ‘content-gallery.php’ and ‘content-single.php. Let me know if you need any of those.
Here’s the two I mentioned above…
content-page.php:http://pastebin.com/JUBm8Js2
content.php: http://pastebin.com/aTWXKEQfMany thanks,
Ronnie.
October 29, 2012 at 5:18 pm #144212@mercime
ParticipantGood point. Looks like a good trac ticket to post

In the example you posted above, however, this can already be accomplished if you have a page.php which includes a sidebar by default. When you edit the Group Directory page and choose the Full Width template, the directory page is rendered in full page. The single group pages take on the HTML structure of the theme’s default page.php which has a sidebar.
If however, you want all the BP templates to have full-width layouts for example, and have a default page.php with a sidebar, then that will be problematic …. unless you copy over the BP templates in your theme and add “, “ and “ which could include conditional statements and a different HTML structure surrounding the BP components. Of course this is theoretical since I haven’t tested it yet

EDIT – I see you’ve posted it in trac already https://buddypress.trac.wordpress.org/ticket/3741#comment:55
October 29, 2012 at 4:38 pm #144211In reply to: Buddypress activate?
greenmeanie
ParticipantGot it working by just creating a blank ACTIVATE Page.
Weird but it works.October 29, 2012 at 4:37 pm #144210October 29, 2012 at 4:31 pm #144209In reply to: Buddypress activate?
@mercime
Participant== ACTIVATE page and it now shows up in the PULL DOWN but does nothing? ==
This is the page where members land with auto-generated content for that specific member after they click on activation email code which is sent to theme after they register.
So on it’s own, just going to yoursite.com/activate/ you’re not expected to see anything at all on that page.
October 29, 2012 at 4:26 pm #144208In reply to: Buddypress activate?
greenmeanie
ParticipantI reinstalled buddypress didn’t help.
Under PAGES there was no ACTIVATE Page I created a blank ACTIVATE page and it now shows up in the PULL DOWN but does nothing? Is there a code to add to the ACTIVATE Page to make it work?
I also have the activate.php file so that it fine.October 29, 2012 at 4:25 pm #144207In reply to: Buddypress registration page is blank .
aikighost
ParticipantYes I believe so. IS there any way to go through the wizard again? It doesn’t seem to be available to me.
October 29, 2012 at 4:17 pm #144202In reply to: Introducing JobBoardr
@mercime
Participant@emaerchen not sure if the theme has been released. Best way to contact @travel-junkie about JobBoardr is via http://shabushabu.eu/
October 29, 2012 at 4:06 pm #144200In reply to: Buddypress activate?
@mercime
ParticipantGo to dashboard menu Pages > All Pages and double-check if there is indeed an Activate page listed. If not, then the installation process had a hiccup in your site.
October 29, 2012 at 4:04 pm #144199In reply to: Buddypress registration page is blank .
@mercime
Participant@aikighost Did you go through the Installation Wizard after activating BuddyPress? That would have addressed page creation for the default Registration page as well as pretty permalinks required, among others. BP Codex is your friend https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
October 29, 2012 at 3:59 pm #144198In reply to: Buddypress activate?
greenmeanie
ParticipantYeah it is strange I am suppose to pick ACTIVATE but it isn’t in the pulldown.
October 29, 2012 at 3:55 pm #144196In reply to: Buddypress activate?
@mercime
Participant== What do you set the Activate Pull down to? ==
The page should have been automatically created if you went through the Installation Wizard after you activated BuddyPress in your install https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
– Go to wp-admin and check for the admin message. If it’s not there, then go to Plugins > Installed plugins, delete BuddyPress and re-upload it manually via FTP/file manager/cpanel
– BP also requires “pretty permalinks” so go to Settings > Permalinks and set it to option other than default ugly permalink.October 29, 2012 at 3:46 pm #144195@mercime
Participant@ronnie_fantastic please post the code for your theme’s content-page.php file. Initial scan shows that you might only need to create 2 files for compatibility process, but I need to see content-page.php
October 29, 2012 at 2:32 pm #144190Ronnie_Fantastic
ParticipantHi @mercime
Twas not flattery! I was simply observing your legendary status on these here forums.

I also did not expect any guarantee of compatibility with Artisteer themes, so it’s perfectly cool if this is too much of a pain to figure out, or if it simply can’t be done.
If the two can’t work together, then I will try and adapt a theme that is compatible to look like the theme I created with Artisteer.
As you requested though, here are the codes you requested. Header and footer seems straightforward…
Header.php: http://pastebin.com/5QjaczaG
Footer.php: http://pastebin.com/jcHeRhmsSidebar… looks like it could be a real pain… there’s 5 code pages for the sidebar????
sidebar-top.php: http://pastebin.com/JbghaYq6
sidebar-bottom.php: http://pastebin.com/3bB7kTjf
sidebar-footer.php: http://pastebin.com/6QtsLHmg
sidebar-default.php: http://pastebin.com/899BRFgc
sidebar-secondary.php: http://pastebin.com/0NMSe6mpAs I’ve observed… you do an awful lot to help folks out with code fixes round here. If this one is too much of a headache because it’s been done with Artisteer… just say so and I’ll figure out another way to do it.
Many Thanks.
Ronnie.
October 29, 2012 at 11:29 am #144188In reply to: “My Profile” and all sub-headers not working.
Paul Wong-Gibbs
KeymasterThose menus aren’t provided by BuddyPress, so it won’t work. Are you using the https://wordpress.org/extend/plugins/buddypress-profile-menu/ plugin, by chance?
October 29, 2012 at 10:44 am #144186In reply to: how can I move the avatar to the side menu
Tammie Lister
Moderator@raminjan : Whilst a little bit older: https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-display-specific-users-avatar/ has some useful stuff in it. It all depends on if you want to customise the theme or you do want to go the plugin route. If you want uploading and other functionality you’re going to have to go plugin. If you just want to show the existing profile image (which probably is more sensible) then you could output anywhere you want.
October 29, 2012 at 10:37 am #144185In reply to: how to update 1.2.6 to 1.5.x to 1.6
Dainismichel
Participantok, tried to go from buddypress 1.2.6 to 1.5 on a WP 3.0.1 site
and got the following error:
Fatal error: Call to undefined function show_admin_bar() in wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php on line 585
restoring the site from a backup now.
i had all of the plugins inactivated.
how do you suggest i proceed — the site is using the default BP theme.
best,
dainis -
AuthorSearch Results