Search Results for 'wordpress'
-
AuthorSearch Results
-
June 14, 2011 at 11:52 pm #114530
LPH2005
ParticipantYou can see 3.2RC1 on the BP Test site:
June 14, 2011 at 8:49 pm #114521In reply to: BP Enable Root Profiles produces 404 errors
katemgilbert
Participant@djpaul – here’s the .htaccess. 2 users needed their real URLs right away, so we have 301 redirects for them until this fix is solved. Could that be the issue?
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
redirect 301 /a/kc /members/username1/
redirect 301 /a/liam /members/username2/
redirect 301 /kc /members/username1/
redirect 301 /liam /members/username2June 14, 2011 at 7:53 pm #114517In reply to: BP Enable Root Profiles produces 404 errors
Paul Wong-Gibbs
KeymasterI can’t see how it could be a caching issue. Are you on multisite or regular WordPress, and do you mind sharing what’s in your .htaccess file?
June 14, 2011 at 5:09 pm #114509In reply to: BP Compatibility Trouble
@mercime
Participant@triznic have you tried to work on what I posted above?
get_sidebar appears in footer.php for the intrepidity theme https://themes.svn.wordpress.org/intrepidity/1.5.1/footer.php so following the structure of your theme onto the activity/index.php file, you don’t add any get_sidebar calls in the other BP template files
June 14, 2011 at 5:04 pm #114508In reply to: BP Blog question
@mercime
ParticipantWP started out primarily as a blogging tool.
The default home page for BuddyPress using the bp-default theme is the blog index page like you see at http://testbp.org/
If you want a static page in front page and have a “blog” link read https://codex.wordpress.org/Creating_a_Static_Front_Page
June 14, 2011 at 4:44 pm #114464Thibaut
ParticipantHi Pcwritter.
I totally missed the fact Quickpost did authorize captcha guest posting !
Activity plus is totaly awsome. I’m looking for this plugin from a while for other sites also.Well, the only little thing is that Quickpost is for creating posts, not activity updates. So i can’t use it with Activity plus.
The solution of using only wordpress + quickpost assuming users can post media if they go trough the visual editor is not the best solution, yet it is one that can work.
Thanks for the really helpfull help
June 13, 2011 at 10:04 pm #114466In reply to: Can’t get members on
aces
ParticipantIt’s possible that the server isn’t sending any mail….
Some web hosting services need an extra plugin to send mail. I have successfully used: https://wordpress.org/extend/plugins/wp-mail-smtp/ but there are others.
June 12, 2011 at 9:57 pm #114413In reply to: Front end of theme vs. back end dashboard
@mercime
Participanthttps://wordpress.org/extend/plugins/quick-post-widget/ plus others listed (check if updated to current WP version) in http://wpmu.org/8-wordpress-plugins-that-enable-posting-and-editing-from-the-front-end/
June 12, 2011 at 9:03 pm #114409Boone Gorges
KeymasterIt’s not that the activation key is being “lost”. It’s that the user has already been activated, and the error being thrown by WP/BP (“provide a valid key”) is extremely unhelpful. It will be improved in BP 1.3.
Just instruct your users to log in with their username and password. They should find that their accounts are fully functional.
BTW, another plugin to help with activation is https://wordpress.org/extend/plugins/unconfirmed
June 12, 2011 at 8:21 pm #114401pcwriter
ParticipantThere’s also this plugin that’s supposed to work with BP: https://wordpress.org/extend/plugins/wp-activate-users/
And the code snippet in this thread works very well (I’ve used it): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-non-activated-users/June 12, 2011 at 7:23 pm #114398In reply to: New Topic for group forum – error
Steve D
ParticipantThe reference to crossdomain.xml is probably caused by my server settings as my blog is a sub-domain and my bbPress installation is in a sub-folder on the domain. The bbpress settings in the BuddyPress Forums setup in wp-admin say that things are set-up correctly but suggests a re-install if there is a problem (as you most likely well know). I am worried about a re-install because my bbPress has a lot of work involved and I don’t want to impact it.
I’ve had fits with this same issue in the past, and got it settled down to a workable condition. It has to do with the salt parameters, etc… between the 2 installations.
To put it briefly, I’m afraid to re-install, however, I’ll keep chipping away at it.
Thanks for your input Paul!
Update:The forum topics entered through the BP groups forum are getting posted on the bbPress side, but the interface between my Buddypress/Wordpress is not smooth and the author is assigned “anonymous”.
June 12, 2011 at 2:09 pm #114391In reply to: BuddyPress on zymic
Paul Wong-Gibbs
KeymasterI think you need to fix WordPress before you use BuddyPress. I am assuming your host has disabled ini_set; research into if you can re-enable it.
June 12, 2011 at 8:00 am #114385pcwriter
ParticipantJoining a site running Buddypress can be as simple or as convoluted as you want to make it for potential members. There are quite a few plugins that can be implemented for captchas; authentification via other networks like Facebook, Google, etc; profile synchronization with other networks; custom login pages and much more. An example of the basic BP account creation process can be found on one of my sites here: http://buddylite.com/register/
The only thing I’ve added to the default registration process on BuddyLite is a simple math captcha called Buddypress Humanity: https://buddypress.org/community/groups/buddypress-humanity/
You can see a working example of one front-end post solution called TDO-Mini-Forms on the same site here: http://buddylite.com/buddybuilder-style-submission/ and the end results here: http://buddylite.com/category/custom-buddybuilder-styles/
You’ll need to login as a test user to see the form though… user = buzzer / pass = hellobirdieOn another site I’m currently working on, you can see an example of another front-end post form called Quick Post Widget: https://wordpress.org/extend/plugins/quick-post-widget/
See it here: http://kwitterz.com/share-your-thoughts-with-all-kwitterz/
Again, you’ll need to login… user = pjohn / pass = gollysargeHope this helps to get you started!
June 11, 2011 at 10:50 pm #114378In reply to: BuddyPress permalinks, Categories not working.
wraithmonster
MemberMake sure the .htcaccess file is at the root of your WordPress installation at that it has permissions of 644. Also, make sure Apache is enabled to do the URL rewrites that BuddyPress requires: http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/.
June 11, 2011 at 4:56 pm #114352In reply to: Being re-directed to your Profile Page after login
laconic
Member> but why does BuddyPress think it’s not the case that a user should redirect to their info?
That’s just the way it works. By default, the BuddyPress front page is not the user’s profile page.
> Is there a way to code this, without getting into BuddyPress and later regretting it. I don’t want to use anymore plugins.
You can either edit/create bp-custom.php in the plugins directory or use a plugin that someone has created like bp-profile-as-homepage. If you look at the code for this plugin (one short php file), it is very simple. It taps into a wordpress hook to add a check to see if the user is logged in and if so whether the current page is the front page. If it is, then it redirects to the user’s profile page. That seems to be what you want.
June 11, 2011 at 4:42 pm #114350In reply to: Edit user posts in groups? Buddypress
grooveman
MemberI think it was this one..
https://wordpress.org/extend/plugins/buddypress-edit-activity-stream/
June 11, 2011 at 8:42 am #114343In reply to: My “About” page
@mercime
Participant1. Create a child theme of bp-default
– https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/2. Copy header.php from bp-default and paste in your child theme folder.
https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php3. Open up header.php in your child theme folder. In the area below and insert the code in bold below.
`-
<li class=”selected”><a href="” title=””>
- class=”selected”><a href="/about/” title=””>
`June 11, 2011 at 6:51 am #114334In reply to: My “About” page
@mercime
ParticipantAre you using a child theme of bp-default or a WordPress theme with BP template pack plugin activated?
June 11, 2011 at 1:00 am #114323In reply to: Template File For Single Activity?
@mercime
ParticipantTemplate file – https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/members/single/activity/permalink.php
EDIT – pcwriter, didn’t see you there. Bad habit of mine to take phone calls and chatting first before answering forum post
June 11, 2011 at 12:56 am #114322pcwriter
ParticipantQuick Post Widget allows guest posting with captcha:
https://wordpress.org/extend/plugins/quick-post-widget/BuddyPress Activity Plus allows embedding or uploading media directly to the activity stream:
http://wpmu.org/introducing-buddypress-activity-plus-a-free-plugin-for-uploading-and-embedding-media/
https://wordpress.org/extend/plugins/buddypress-activity-plus/Hope this helps!
June 10, 2011 at 11:31 pm #114317modemlooper
ModeratorJune 10, 2011 at 7:46 pm #114301In reply to: Edit user posts in groups? Buddypress
grooveman
MemberI installed buddypress on an existing wordpress installation. I have set up a few groups that members can post in, however when I am logged in as admin I only see an option to view, or delete the post. I just want to edit it so it conforms to my blog policy..But I cannot see anywhere to do that.
June 10, 2011 at 6:45 am #114264In reply to: How do I use bbPresses Plugins???
June 10, 2011 at 2:36 am #114259In reply to: Buddypress pages mess up my theme
@mercime
ParticipantSo I see you installed the BP Template Pack plugin.
You still need to go through the compatibility process as seen here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
An example of how this is done https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
June 9, 2011 at 9:56 pm #114251In reply to: How to display profile field within post loop
siken
MemberI have author bios on my blog, see this: http://culturismo-fitness.com/puedes-ganar-musculo-pero-se-realista/
It is a example… if you wanna how to: http://gabediaz.com/blog/displaying-author-pic-and-bio-in-your-wordpress-post/ -
AuthorSearch Results