Search Results for 'wordpress'
-
AuthorSearch Results
-
July 4, 2011 at 8:35 am #115647
In reply to: buddypress layout
@mercime
ParticipantJuly 4, 2011 at 7:27 am #115642@mercime
Participant@spreadinglove since your forums are generated via bbPress plugin, I suggest asking this question at https://bbpress.org/forums/
July 4, 2011 at 3:29 am #115636In reply to: Existing WordPress data
igeekout
MemberYes, its all the same install.
right now, the only loop I was able to get to work is:
`<?php
$debut = 0; //The first article to be displayed
?>-
<?php
- : <a href="”>
$myposts = get_posts(‘numberposts=-1&offset=$debut’);
foreach ($myposts as $post) :
?>`
Ive tried other loops from https://codex.wordpress.org/The_Loop and have had no luck.
I just get date, title.
Any ideas.
July 3, 2011 at 11:25 pm #115629In reply to: Another “Users Can’t Register” Question (*Sorry*)
Boone Gorges
KeymasterConfirmed. This is a bug in trunk, for multisite. I tracked down the problem and am about to commit a fix. https://buddypress.trac.wordpress.org/ticket/3313 svn up your BP installation to get the fix.
Thanks for letting us know, and for running trunk!!
July 3, 2011 at 8:44 pm #115626In reply to: buddypress for non-bloggers, take 2?
Tina
Participantgreat! thanks! ok so first you say that all that can be done with the current versions…then lastly you say that i need to dive into the code…so do you mean that the things that i mentioned are only available if i dive into the code? or are they possible without doing any coding?
i’m not a coder, and i cannot afford to hire a coder…but i have been able to fiddle a little with some very simiple code here and there…so if its simple enough, i may be able to figure it out if there are explicit instructions somewhere…
i will check out the buddypress doc you linked to but i’ve found that the wordpress docs are not always easy for me to understand…make my eyes glaze over, LOL! i much prefer the interpretations that people blog about or post on forums that explains things in simple terms that i understand. so i hope that document is user friendly in that sense. we’ll see.
thanks again! and please let me know if to do the things i listed above if i will have to get someone to help me with coding or if they are possible out-of-the-box or with a plugin? that wasn’t clear to me in your response. thank you!
July 3, 2011 at 5:11 pm #115604aces
ParticipantBy the looks of it the theme isn’t compatible with buddypress. A link would have helped but I suspect it might be http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/116671 ?
You may be able to convert it yourself using the buddypress template pack ….
See also: https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/July 3, 2011 at 3:13 pm #115593In reply to: Restricting LOGGED IN / REGISTERED users
pcwriter
ParticipantYou can achieve that with a membership plugin. A quick search of the WordPress repository will turn up several: https://wordpress.org/extend/plugins/search.php?q=membership
My personal favorite is s2member… it does everything, and then some!
:https://wordpress.org/extend/plugins/s2member/July 3, 2011 at 2:01 pm #115589dude
Memberi had tons of trouble with this.
Don’t know if you tried these methods but they worked for me..
I used two plugins:
Mail From and WP-Mail-SMTP
with mail from I had to create a myname@mydomain in the email section of cpanel because my site was stuck in default ‘noreply@mydomain.com’
It kinda splits your email send outs as: username @example.com
I chose: eMail Address admin@mydomain.co.uk as the Current address WordPress is sending mail fromWith the other plugin I noticed one major edit solved the whole issue for me in terms of my site sending out the registry email verifications.
First I chose to send out the emails with my newly created email address (made in cpanel)
then I checked the: Send all WordPress emails via SMTP box
then I chose: SMTP Host = localhost
then this was the was crunch that seemed to make it work..I changed the default SMPT port from 25 to 26 and it worked !
I also chose: Authentication No: Do not use SMTP authentication.
sent a ‘test’ email out to a test account on my site and all was ok.I don’t know if this will work for you..but all I can say is it worked for me so no harm in trying.
This issue took me 3 weeks to solve !!
July 2, 2011 at 4:49 pm #115571In reply to: one name only
neontrauma
MemberHi,
thanks a lot; now it works!
I got rid of that second name by editing that field in the database (making it no longer required).Now capital letters are possible, too: I had to change line 278 of the bp-core-signup.php from preg_match( “/[a-z0-9]+/”, $user_name, $maybe ); to preg_match( “/[a-zA-Z0-9]+/”, $user_name, $maybe );
If someone is interested in the details: I just wrote a tutorial on this topic (it’s in German, but you’ll see the code): http://neontrauma.de/wordpress/buddypress-mit-nur-einem-usernamen-samt-grossbuchstaben.php
neontrauma
July 2, 2011 at 11:53 am #115559In reply to: Buddypress as Private Section of WordPress Site
Hugo Ashmore
ParticipantClosing thread then.
July 1, 2011 at 9:23 pm #115549In reply to: Buddypress as Private Section of WordPress Site
pcwriter
ParticipantOops! You have a duplicate post that is answered here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-section-as-private-section-of-wordpress-site/July 1, 2011 at 9:19 pm #115548pcwriter
ParticipantThe s2member plugin will do everything you want, and a whole LOT more too! Watch out though, you can easily get lost in all the features and options, so take it slow and follow the startup instructions closely. But everything is very well documented, and there’s a pretty good help forum available if you get stuck.
https://wordpress.org/extend/plugins/s2member/There is also a new bridge plugin for s2member (or any other membership plugin) that enables you and your users to create private profiles that become visible to certain membership levels. It automatically inserts an “Upgrade” link in member profiles that displays to users who don’t yet have view permissions.
https://wordpress.org/extend/plugins/buddypress-profiles-manager/July 1, 2011 at 7:22 pm #115543In reply to: can’t activate buddypress
ds123
Participantthanks @mercime tried adding that memory increase to .htaccess didn’t work … i upgraded wordpress to latest …still won’t activate …tried deleting buddypress plugin and uploading new version ….doesn’t activate
the wordpress admin says “Plugin activated.” after it finishes but its still in the inactive section and no buddypress options
is the only next step to delete buddypress database tables?
July 1, 2011 at 1:32 pm #115520In reply to: Members’ privacy: how can I hide members’ profiles?
dude
Memberthanks for the reply guys
Is there way of using the above code to simply display a notice along the lines of ‘you must be logged in to view this content’
as apposed to redirecting them to the register page, as I don’t really want that great big wordpress logo staring at them lolSo as I see it, I have to create the bp-custom.php file to place the code in right ?
Virtuali
MemberI would recommend posting in this thread:
You can also check out this already filed ticket: https://buddypress.trac.wordpress.org/changeset/3651
July 1, 2011 at 12:11 am #115489ds123
Participantany news on this? is there anyway to use some of the work done with wordpress plugin “postie” to develop this? and an upload photos by email function would be amazing like facebook offers…… currently can’t upload from iphone so this solves the avatar registration issue too from a mobile
June 30, 2011 at 11:59 pm #115487In reply to: restrict the ‘members’ page from logged out viewing
pcwriter
ParticipantUmm… this is your 3rd post asking pretty much the same question that was answered here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-privacy-how-can-i-hide-members-profiles/ Creating multiple posts on the same topic isn’t going to get you help any faster; it just tends to clutter up the forum.
The conditional code provided in the thread I linked to above will get you what you want. It’s now a matter of learning about Buddypress file/template structure, and educating yourself on how WordPress and Buddypress work to understand how and where to use the code snippet. To help in this regard, links were also provided to the main help sites (codex) for both WP and BP in one of your earlier posts, along with a suggestion by hnla for a site where you can get basic coding help.
Time to hunker down and get your hands a bit dirty! Besides, learning new stuff can be a lot of fun
June 30, 2011 at 11:39 pm #115485sidjags
Memberwhat about https://wordpress.org/extend/plugins/wp-activate-users/ WP Activate… i feel its slightly buggy with buddypress, but it does the job… problem is sometimes… if the refresh button is pressed multiple times on the user account confirmation screen… then the user gets created multiple times … but if u approve him once in wp activate.. the user doesnt go away… he still remains.. check it out though.
June 30, 2011 at 9:57 pm #115483In reply to: Member Area Problems
kelky7
MemberHI @mercime
I can’t seem to find it. Which plugin would it be displayed on? The updates screen says that all plugins, themes and wordpress is up to date?
Thanks for the response!
June 30, 2011 at 2:52 pm #115466In reply to: Member Area Problems
kelky7
MemberThanks for coming back to me.
I’m running WordPress 3.1.4 and BuddyPress 1.0-RC1.
Plug-Ins: Akismet, Janrain Engage, WP FollowMe, Easy Privacy Policy and All in one SEOJune 30, 2011 at 2:46 pm #115464In reply to: Buddypress/wordpress slowing down my shared server
oldrow
Member@themightymo What sort of pricing do they offer?
June 30, 2011 at 6:53 am #115453Paul Wong-Gibbs
KeymasterYour message is not specific. What exactly doesn’t work?
June 30, 2011 at 6:26 am #115452Paul Wong-Gibbs
KeymasterYou know, I’m not sure. But I would be pretty confident to guess that you activate the bbp-twentyten in the same place as any regular WordPress theme. After all, it is a WordPress theme.
This question is also more suited for bbPress.org forums, as it’s not to do with BuddyPress. Thanks!
June 29, 2011 at 11:20 pm #115447In reply to: Updating to WordPress 3.1.4
w101
ParticipantThanks John… done!
June 29, 2011 at 11:07 pm #115446In reply to: Updating to WordPress 3.1.4
John James Jacoby
Keymaster@webby101 – You are safe to update to WordPress 3.1.4. When WordPress 3.2 drops, we are going to release an update to BuddyPress 1.2 to fix a few compatibility issues.
You should also update all sites on your network on your own. Normal users should not be updating your site for you.

-
AuthorSearch Results