Search Results for 'wordpress'
-
AuthorSearch Results
-
June 7, 2012 at 9:18 am #135540
In reply to: HOw to add a payment to registration form
angslycke
ParticipantHi Paolo!
Do check out the WordPress plugin S2Member which is a powerful membership plugin that supports PayPal.
June 6, 2012 at 3:08 pm #135523In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantAlso, we’re using a foreign language version of WordPress and BuddyPress which both have completely translated mo files but the email came in English. Could this be related or another issue?
June 6, 2012 at 3:04 pm #135522In reply to: Activation Link not showing
Jacob Schweitzer
ParticipantIt is WordPress 3.3.2 multisite installed in the root directory. We have a custom theme but based on bp-default without many modifications, certainly not any to the mail functionality except we had tried the Welcome Pack plugin but the activation link did not appear in that email either. This problem has occurred even without any other plugins running but BuddyPress.
It seems to be a variable that should be created called $activate_url in /bp-core/bp_core_filters.php . Is there a way to add a filter there or somehow create another email to take precedence over this one?
We’d like to keep email activation but if it doesn’t work we will have to manually re-send emails or disable it? Both seem like bad solutions, such a basic feature should be working without any tweaks to the system.
June 6, 2012 at 10:17 am #135516In reply to: Interesting Child Setup
michaeljdornan
MemberSorry I meant Multinetwork, i was given the below: but having some troubles… I’ll keep slogging away.. thanks
1. BP MultiNetwork – https://wordpress.org/extend/plugins/bp-multi-network/ which requires WP MultiNetwork or Networks+
2. BuddyPress Multi-Network – http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ which you can use with Join Blog Widget plugin which you’ll find in the same site.
June 6, 2012 at 9:15 am #135514In reply to: Interesting Child Setup
michaeljdornan
MemberI don’t really need buddypress not to be installed on the main site anymore, I’ve found a suitable theme that will allow me to do what I want, so now I need the ability to have the following but the ability to have users login to one and be able to move between them all:
Main site = site1.com (buddypress theme/network)
Child Site = child1.site1.com (buddypress theme/network)
Child Site = child2.site1.com (buddypress theme/network)
Child Site = child3.site1.com (buddypress theme/network)Question remains, do I need separate installs of WP and BP and if so how do I make it so users can move between them (so have one user database).
Or do I use wordpress network and bp multisite?
June 6, 2012 at 8:40 am #135513In reply to: Interesting Child Setup
michaeljdornan
MemberThey are not there own sites, I used wordpress network to create all the subsites, are you saying I need to create separate wordpress and buddypress installs for all the subsites, then use multi-network to join them all? I’m happy for them all to be separate, I just need the user databases to merge so people can login to them all without logging out and having different accounts to login with?
June 6, 2012 at 7:10 am #135334In reply to: Exclude or Hide admin from Groups Members Directory
@mercime
ParticipantIf you have a bp-default child theme, copy group-header.php file.into your child theme folder as in wp-content/themes/yourchildtheme/groups/single/group-header.php
then delete lines 11-15 of said file. If you also want to delete Group Mods, then delete lines 7-30June 6, 2012 at 5:23 am #135511In reply to: Interesting Child Setup
michaeljdornan
MemberI have tried to push ahead and test the install on a test site, I followed these steps:
1. Installed WordPress on main site – mainsite.net
2. Installed and setup WP Multi Network
3. Created my child sites – site1.mainsite.net, site2.mainsite.net, site3.mainsite.net etc – all works fine
4. Installed Buddypress on mainsite.net (network install, couldn’t install on child sites which was expected)At this stage I noticed the mainsite.net had buddy press (I figure I can hide the bits on this site if I don’t want to have social networking on the main site) .. but I also noticed the sub sites have buddypress but just linking back to the mainsite, they are not social networks in there own right, each separate, which is what I need…. so
5. I installed BP Multi Network – to have separate networks
This didn’t do what I expected, the sites still all appear to link from the main site, the sub sites do not have pages for:
Activity
Blogs
Groups
MembersI could create these but they will all go back to the main site, they need to be site specific, separate for each site…. which is what I expected BP Multisite to do..?
Any ideas?
I can put up with buddypress on the main site, although I hoped not to have so I could have a good newspaper/magazine theme on the main site, but if thats the only way to have all the user databases connected I can hide what I need to.
Any help please?
June 5, 2012 at 9:54 pm #135503@mercime
Participant@pgrinnell Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your enews theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
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 the following:
`<?php if(function_exists('bcn_display')) { bcn_display(); }
else { ?>
:`Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
` and move it to just above `
`. Careful when you do this in the /activity/index.php page.Save files.
June 5, 2012 at 9:32 pm #135501In reply to: Activation Link not showing
@mercime
ParticipantNot seen that issue yet. In the meantime, some workarounds
– https://wordpress.org/extend/plugins/user-activation-keys/ or
– https://wordpress.org/extend/plugins/unconfirmed/To resolve your specific issue however, more info is needed. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
June 5, 2012 at 2:49 pm #135492In reply to: Need help with theme – Quik Gallery
Jamiethecomic
ParticipantDoes that mean I have to delete the theme and reupload the same theme but with the added 2 files or can I do it all within wordpress?
June 4, 2012 at 9:46 pm #135460In reply to: Help me!!!!!
@mercime
ParticipantHow-to ==> https://codex.wordpress.org/WordPress_Menu_User_Guide
If you still need assistance to set this up, please post at https://wordpress.org/support/forum/how-to-and-troubleshootingJune 4, 2012 at 3:18 pm #135459In reply to: Error Message showing at top of pages….please help!
Paul Wong-Gibbs
KeymasterTalk to Automattic about Polldaddy; apparently it should be fixed.
https://wordpress.org/support/topic/plugin-polldaddy-polls-ratings-wp_title-missing-arguments
June 4, 2012 at 6:45 am #135445In reply to: [Resolved] Using theme musiclife will not align.
@mercime
Participant99% of the time, each theme has a unique resolution for Step 3 of the BP Compatibility process. So no, the different codes we posted in https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ for different WP themes.
Initial scan shows that for your theme, you only need to create two files to make the layout compatible.
June 4, 2012 at 3:56 am #135442In reply to: How do you edit the width of the profiles?
@mercime
Participantsp12, you should be using the Sufusion BuddyPress Pack plugin with the Suffusion theme rather than the BP Template Pack https://wordpress.org/extend/plugins/suffusion-buddypress-pack/
June 3, 2012 at 10:25 pm #135437Paul Wong-Gibbs
KeymasterWe should. Please make an enhancement ticket on https://buddypress.trac.WordPress.org/. You can use your username and password from this site.
June 3, 2012 at 10:20 pm #135434In reply to: Server requirements for 100K active users
Paul Wong-Gibbs
KeymasterSuggest you hire someone with server expertise if you’re talking about that scale. It’s cheaper than trying to scrape together advice from forums.
100k users, one at a time, is different from 100k users visiting your site at the same time. It’s a question of concurrency, really, and what your requirements are about server redundancy and failover.
Whatever runs WordPress at this level, will run BuddyPress.
June 3, 2012 at 4:42 pm #135424In reply to: Issues with Private Group Updates
Paul Wong-Gibbs
KeymasterThis was cross-posted on BP trac, and the answer was provided at https://buddypress.trac.wordpress.org/ticket/4232
June 3, 2012 at 4:15 pm #135423In reply to: buddypress Members Link on site not shown
@mercime
ParticipantYou need to make your WordPress theme compatible with BuddyPress by installing the “BP Template Pack” plugin then go through Appearance > BP Compatibility.
– https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
– https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/June 2, 2012 at 8:58 pm #135405In reply to: “Redefining already defined constructor”
Paul Wong-Gibbs
KeymasterBuddyPress won’t be trying to load itself twice (the redefine errors), so something must be triggering part of that. It’s either BP Docs, or another BuddyPress plugin or customisation that you have.
If you disable BPDocs, what goes away?
Please also note Boone’s comment on https://buddypress.trac.wordpress.org/ticket/4191
June 2, 2012 at 2:26 pm #135400In reply to: Display names are not usernames
fmeroney
MemberPosted this here also; https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-name-doesn%C2%B4t-fit-between-bp-and-wp-fields/
This Plugin may help, tested on a single site, hasn’t been tested on a multi-site install. I was having the same issue, so I had this developed. Let me know if it works for you.
FYI: I submitted it to WP for inclusion in their repository, should be there soon.
June 2, 2012 at 2:22 pm #135399fmeroney
MemberThis Plugin may help, tested on a single site, hasn’t been tested on a multi-site install. I was having the same issue, so I had this developed. Let me know if it works for you.
FYI: I submitted it to WP for inclusion in their repository, should be there soon.
June 2, 2012 at 9:37 am #135395In reply to: Updated to 1.5.5 and now getting things like…
Paul Wong-Gibbs
KeymasterThere is not “more than enough”. If there was enough, then you wouldn’t get the error message. Simple as that.
You can get older versions from https://wordpress.org/extend/plugins/buddypress/developers/ but I recommend you stay up to date with the latest version.
June 2, 2012 at 6:00 am #135390In reply to: Looking for a developer for a custom plugin
@mercime
ParticipantPlease post at https://buddypress.org/community/groups/bp-jobs-board/forum/ and/or http://jobs.wordpress.net/
June 2, 2012 at 12:05 am #135378In reply to: BuddyPress Photo Gallery Recommendations
@mercime
Participant1. Free – BP Album plugin https://wordpress.org/extend/plugins/bp-album/ the younger bro of
-> BP Media http://code.google.com/p/buddypress-media/ – please read all docs before installing this plugin2. Premium BP Gallery http://buddydev.com/plugins/bp-gallery/
-
AuthorSearch Results