Search Results for 'buddypress'
-
AuthorSearch Results
-
November 10, 2010 at 3:58 am #97923
In reply to: How do I set up a forum?
LPH2005
ParticipantDoes this write up in the codex help?
https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/
November 10, 2010 at 3:00 am #97920justbishop
Member@marcycapron, did you ever figure it out? I need to do the same thing you were after (changing the default screen that loads when a member name is clicked on to “Profile”).
November 10, 2010 at 2:00 am #97918junger
Participant@jvoss — are any of your fields required? If so, are they actually forcing users to fill them out?
I was able to add my 2nd and 3rd profile fields to registration, but the “required” fields can be bypassed without filling them out.
November 10, 2010 at 1:17 am #97917In reply to: New theme – now available
pcwriter
ParticipantThe colors for the basic theme are intentionally bland or harsh to encourage customization, and the shadow effects can easily be removed.
And thanks! I will keep at it.
November 10, 2010 at 12:37 am #97915Xevo
ParticipantYou have to update your permalinks after activating buddypress.
I already had that setup and it works fine, but since mine isn’t a live site yet, I’m planning on working with the bbPress plugin for WordPress.
November 10, 2010 at 12:14 am #97914In reply to: BuddyPress Spam
jwack
ParticipantWell things were all good for a month, now I am getting slammed every night from 2-6am.
Can someone confirm this is correct (if my site were ebay.com and my registration page was myslug)…
‘
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .myslug*
RewriteCond %{HTTP_REFERER} !.*ebay.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATION
‘Reading back a page or two this is supposed to redirect attackers, I tried entering myURL?something=something but it doesn’t do anything. How can I test this to make sure it working?
Thansk.
November 10, 2010 at 12:08 am #97913In reply to: New theme – now available
Xevo
ParticipantWe need more BuddyPress themes, but can’t really say I like the colors and all that shadow..
Other then that, it’ll probably be a good template to work out off. Keep at it.
November 9, 2010 at 11:53 pm #97912@mercime
ParticipantBP Codex is your friend, BP requires pretty permalinks – https://codex.buddypress.org/getting-started/before-installing/
November 9, 2010 at 11:45 pm #97911farmer paul
MemberThanks, @jeffsayre. I must have missed that page when I was browsing the Codex. I was following the Skeleton Component because my coworkers had recommended it to me. However, apparently none of them tried writing a BP plugin that provided a root component!
Now my problem isn’t that I’m getting a 404 error anymore. Instead, now when I go to “/groupsdir”, BuddyPress is redirecting me to the root “/”, without an explanation. Spent the last hour or so trying to figure out where this is happening. No luck so far, but I’ll keep looking.
@travel-junkie: You explained how root components were registered, and that `bp_core_new_nav_item` adds to the member’s menu, not to the root. But surely I still need to call `bp_core_new_nav_item` to tell BP which screen function to use when the “groupsdir” component is requested – right? So I’m still using `bp_core_new_nav_item` to provide that information – *in addition* to calling `bp_core_add_root_component` to state that “groupsdir” is also a root component. Is this correct?
November 9, 2010 at 10:51 pm #97906Boone Gorges
KeymasterThanks for the note about the API key. I removed it from the original post.
The kind of sorting you’re talking about is possible but is quite a bit trickier. I have successfully used https://wordpress.org/extend/plugins/buddypress-geo/ is a starting point for that kind of filtering, but the repo version of the plugin is broken, and I’ve modified it fairly heavily to make it work for my projects. One day I hope to release a cleaned-up and improved version of BP Geo.
The basic gist is that you need to (a) use Google’s geocoding to turn location info into lat/long which you then store, and (b) use some fancy math (nicely defined in bp-geo) to do the proximity filtering.
November 9, 2010 at 9:50 pm #97904modemlooper
ModeratorAll BP members are subscribers. If you want any of those members access to admin to post blogs then you make their account authors.
November 9, 2010 at 8:13 pm #97893Jeff Sayre
ParticipantThe way in which you check to make sure BuddyPress is installed and activated has changed over time. As @djpaul indicates, the proper way is to use a mypluginname_loader.php file and hook into the bp_include event: https://codex.buddypress.org/extending-buddypress/checking-buddypress-is-active/
The BuddyPress Skeleton Component is woefully out of date a this time. So you should use it as a general guide only. To get a clearly understanding of how things are done, I suggest studying a few of the more popular, major custom components that work with the latest version of BP.
November 9, 2010 at 7:20 pm #97885Dennis
MemberThe problem was in the plugin. Solved.
November 9, 2010 at 5:56 pm #97880Dennis
MemberI’am with the same problem, when and user try to acess the registration page it redirect to “adress.com/?bp_pc_redir_to=register”
Anyone know how to solve? Alredy try to remove some addons like S2 Member, but still doesn’t working
November 9, 2010 at 4:42 pm #97862In reply to: Sidebar Trouble
cyberknight8610
Memberyes I used the template pack and am turn my theme into a buddypress theme. I am kinda new to this so what do I do? I don’t really understand.
November 9, 2010 at 3:52 pm #97855roberte
Participanterrrr. ok. vars in caps: “maindomain.com/files/avatars/BLOGID/RANDOMCHARACTERS-bpthumb.jpg”
November 9, 2010 at 3:52 pm #97854roberte
Participantsorry. the sample image link above didn’t display correctly.
i meant that the image url looks like “maindomain.com/files/avatars//-bpthumb.jpg”
hopefully this works.
November 9, 2010 at 2:22 pm #97849In reply to: Editing Group activity stream
Andrew Tegenkamp
ParticipantOne such thread with some sample code is https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/filtering-out-activity-stream-stuff/ … I found that searching “activity stream filter” FWIW.
November 9, 2010 at 1:52 pm #97847In reply to: Privacy Comes to BuddyPress (very soon)!
Jeff Sayre
ParticipantOops! Nice catch. It is next Monday, November 15 as detailed in my BP update here: https://buddypress.org/community/members/jeffsayre/activity/115287
November 9, 2010 at 12:33 pm #97837In reply to: Editing BuddyPress-generated URLs for improved SEO
iainnorman
Memberany news on a patch or bit of code to display a members username as an alt tag for avatar images?
The code needs to go onto bp-core-avatars but so far I can’t get anything other than a static description ie ‘avatar image’November 9, 2010 at 12:20 pm #97836Toby Cryns (@themightymo)
ParticipantThis looks to be a server permissions error. You will likely need to talk to your hosting provider about this.
November 9, 2010 at 12:04 pm #97833Justin Frydman
Participant@nahummadrid thanks again for the post, I got everything working quite well!
November 9, 2010 at 11:31 am #97830In reply to: Header image on network site
bazonline
Member@r-a-y Thanks for the input. I have solved the title page issue as per your link provided thanks!
Still battling with my main site being seen as a secondary site on the bp-default install (running on a sub-directory) I have only activated bp-default on the subdirectory as suggested. Both sites run well, but under the blogs tab in bp-default theme all my other sites are showing on the community site as well that shouldnt be there. Is this just a basic setting I am getting wrong here or am I trying to do something thats not possible!
November 9, 2010 at 7:23 am #97814In reply to: BBCode with BBpress
Twig
Member@nuprn1 When I install your plugin, I don’t see any kind of options page. Also, I made 1 post in my group forums, and returned this error:
Fatal error: Call to undefined function bp_forum_extras_is_first_post() in /wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-highlight.php on line 24November 9, 2010 at 7:18 am #97813Paul Wong-Gibbs
KeymasterIn my loader.php, I hook into ‘bp_include’ and include a main file. In that other file, I use ‘bp_setup_globals’ for globals and ‘bp_setup_root_components’ to register the root component. You can view my source at http://code.google.com/p/achievements/source/browse/achievements/trunk/includes/achievements-core.php if it helps.
-
AuthorSearch Results