Search Results for 'buddypress'
-
AuthorSearch Results
-
August 24, 2010 at 1:45 am #90115
In reply to: Standard group for new users
DS
ParticipantHey @DJPaul,
Really like your pluging and using it on my site right now.
But it doesn’t automatically add users to a group; it invites them to join a group.Or did I miss something?
Thnx!
August 24, 2010 at 1:43 am #90114In reply to: Group Calendar Plugin
DS
ParticipantAny news on how this rather importing part of the Buddypress world is evolving?
Jet Events has an update every fortnight these days and seems also to become better and better al the time.
Still… It doesn’t yet meet my needs…
RSVP options would be great, and also a way for people to react (or like) on an event.August 24, 2010 at 1:27 am #90110In reply to: Global forum problem.
@mercime
ParticipantCarrying over from other thread, @markhahnel these things come to mind:
1. Global Forums 1.0.2 is compatible with BP 1.2.5+ above.
There were same errors on mysql_get_server_info() when someone installed Global Forums with WP 3.0.1 and BP 1.2.3 and errors went away when they upgraded to 1.2.5.22. Reupload plugin’s /gf/ theme folder to your active theme and reupload global forums plugin to wp-content/plugins
3. Backup database and re-install bbPress via dashboard > BuddyPress > Forums Settings – you shouldn’t lose previous topics but it’s better to backup DB. Might
4. Upload /gf/ folder to bp-default theme, then change your theme to bp-default theme and see if the same behavior continues with the Global Forums single topic page.
@markhahnel although @sbrajesh is not at the BuddyDev forums at times because of health issues, you should post there because there are other devs who might be able to help you.
August 24, 2010 at 12:49 am #90108In reply to: Users can’t register through BuddyPress home page
DS
Participantsame problem with me… would love to have a solution for this.
Did any of you found a solution for this?August 23, 2010 at 11:22 pm #90103In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterCheck out this codex article:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/Make sure your WP network is setup as a subdomain.
Blogs would be created at:
xxx.themainblog.comInteracting should be seamless. BP Admin bar will show up on all sites by default.
August 23, 2010 at 10:47 pm #90102In reply to: Which PHP-files are used to render a page?
Roger Coathup
Participant@lupin3 – I don’t know any off the shelf function that prints the filename. Depending on your browser, tools like firebug on firefox and developer tools on Safari may help you.
Location of the files really depends which part of your theme you mean: the main blog / news ones or the social network specific ones such as profile, groups, etc.
For the blog specific pages – this page gives you an overview of all the WP files: https://codex.wordpress.org/Theme_Development
I don’t know what documentation is still around on 1.1.3 theme files. However, most of the files were typically in fairly explanatory-named subfolders of your member theme (e.g. in folders such as friends, members, wire, activity, profile)
August 23, 2010 at 8:56 pm #90096In reply to: Displaying the WordPress default bio or description
r-a-y
Keymastermember-header.php is located in /bp-default/members/single/.
If you’re making modifications to the bp-default theme, build a child theme so your changes will not be wiped out:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/August 23, 2010 at 8:39 pm #90093In reply to: How to Override the BuddyPress Avatar Override
r-a-y
Keymasterseobrien –
Read this: http://wpmu.org/how-to-add-a-custom-default-avatar-for-buddypress-members-and-groups/iamnorthwind –
If you’re using another plugin to upload avatars, you’ll need to override the way BuddyPress fetches avatars.Specifically, you’ll need to override the “bp_core_fetch_avatar” filter located in /buddypress/bp-core-avatars.php file.
Need a primer on filters? Read this:
https://codex.wordpress.org/Plugin_API#FiltersRoger Coathup
Participant@mercime – returning the favour: I’ve also advised twice on this problem (via personal message and a status update). I gave the same advice as you: try the default theme, and let us know what happens.
Additionally: I don’t know if there are any known problems using BP1.1.3 on WP3.0+
August 23, 2010 at 8:32 pm #90089In reply to: ANy ideas on this error message?
Roger Coathup
Participant@markhahnel – it’s not appropriate to open duplicate threads. They all get seen in the support section
@mercime – thanks for the heads up
DUPLICATE THREAD – see: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/global-forum-problem/
August 23, 2010 at 8:27 pm #90088In reply to: ANy ideas on this error message?
Mark
Participant@rogercoathup @mercime thanks for your input – I’ve been in touch with Brajesh and hes not well so im trying to get it fixed as its on my live site. Any help would be much appreciated. Thanks, Mark
August 23, 2010 at 8:23 pm #90087Paul Wong-Gibbs
KeymasterYep, this happens when you add users on the non-root blog. There was a trac ticket for this somewhere, but I can’t remember if this was decided to be a bug or not (as BuddyPress by default runs only on one blog).
August 23, 2010 at 8:16 pm #90084In reply to: ANy ideas on this error message?
@mercime
Participant@rogercoathup it’s the same error @markhahnel posted in this thread where I advised him to go to plugin dev’s forums
August 23, 2010 at 8:15 pm #90083In reply to: Problem with bp_has_activities
listweb
Memberhttp://buddypress.pastebin.com/HhtxRY2n
In the header.php the call:
if ( bp_has_activities( ‘per_page=1’ ) ) :After in the activity-loop.php:
if ( bp_has_activities( ) ) :But they continues only show 1
August 23, 2010 at 7:52 pm #90082In reply to: ANy ideas on this error message?
Roger Coathup
Participant@markhahnel – it might be a good idea to give some more information – when / where are you seeing the error message?
August 23, 2010 at 7:31 pm #90081drwebstein
MemberTo answer my own question, this appears to be a BuddyPress specific issue because if I deactivate BuddyPress, it is no longer an issue.
Adam
@mercime
Participant“I have a custom theme that was built for me “
Change theme to bp-default theme, the custom theme might be causing the errors so contact theme author.“update my bp to the current version”
Go to dashboard – Plugins > Installed. Look for BuddyPress link in list – you will see link to update the plugin automatically.
EDIT- backup database plus server files before upgrading BP. Just checked your site and noticed that your theme is using BP 1.1.3 theme … unless the theme author made it work with BP 1.2+ but forgot to change the info in style.css which is kind far-fetched.August 23, 2010 at 7:19 pm #90077In reply to: How to Override the BuddyPress Avatar Override
Paul Wong-Gibbs
Keymaster“Is there anyway to override this, so that we can just keep the ones that users uploaded already?”
Uploaded to *where*? What plugin?
August 23, 2010 at 7:14 pm #90076In reply to: Problem with bp_has_activities
@mercime
ParticipantIf you paste the “block of code” you added in the head at buddypress.pastebin.com, it will be made clear
August 23, 2010 at 7:04 pm #90073In reply to: “Join Group” link does nothing on my site
kaspr007
MemberI heard back from the author of Early Morning and he said I should contact the author who edited his theme to work with buddypress, http://freebpthemes.com/themes/early-morning/ . The only problem is that the last time an admin offered support at this link, was in January. I would most appreciate a hand from someone out here. Here is a recap of the problem:
If I click on the “join group” link on this page: http://www.durhamdigs.ca/groups/ the link disappears and nothing happens.
If I right click the link, copy the link and paste it directly into the address bar, it works.Does anyone have an idea of why a copied link would work when directly clicking on it wouldn’t?
August 23, 2010 at 7:04 pm #90074In reply to: How to Override the BuddyPress Avatar Override
Craig S. Kiessling
ParticipantThat’s what I am try to ask actually Brian. It looks like we’re not going to get an answer.
August 23, 2010 at 6:10 pm #90071In reply to: Forum Post shows in question marks
August 23, 2010 at 5:55 pm #90069In reply to: Detecting if logged in User is Administrator
drwebstein
MemberI decided to go ahead and try replacing all references to is_site_admin with is_super_admin, but it did not resolve this issue.
If anybody else is experiencing this issue, we can continue to discuss in the new thread that I set up for it at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/blank-white-screen-when-a-newly-created-user-clicks-the-login-link-if-somebody-is-already-logged-into-the-admin-back-end/
Thanks,
AdamAugust 23, 2010 at 5:54 pm #90068drwebstein
MemberI decided to go ahead and try replacing all references to is_site_admin with is_super_admin, but it did not resolve this issue.
Has anybody else seen this? Can you help me identify whether it is a WordPress issue or a BuddyPress issue?
Thanks,
AdamAugust 23, 2010 at 5:28 pm #90066Paul Wong-Gibbs
KeymasterChanging the themes does not, in itself, break BuddyPress. What else did you do?
-
AuthorSearch Results