Search Results for 'buddypress'
-
AuthorSearch Results
-
May 18, 2012 at 1:04 pm #134729
In reply to: Register with twitter plugin
Eric Langley
Participant@sushit
Check out JanRain’s plug in. It works great and you get other social network as well.
https://wordpress.org/extend/plugins/rpx/
@elangleyMay 18, 2012 at 12:29 pm #134728May 18, 2012 at 11:34 am #134725In reply to: Group Forum uninstall failure?
angrywookie
Member@mercime well that fixed that issue at least cosmetically after reinstalling the sitewide forum I now can’t get to it at all. Can’t make a menu item to get to it and one isn’t made.
Too many headaches… I’m thinking it’s garbage like this is why I gave up on BP the last time. Think I’m going to look for other options for the forum at least.
May 18, 2012 at 11:31 am #134724In reply to: How can I stop spammers registering?
abray
ParticipantThere are two on the Featured Plugin page. Take a look – https://buddypress.org/extend/plugins/. Hope that helps.
May 18, 2012 at 10:17 am #134721In reply to: site registration
Jageshmk
MemberHi
I have installed Buddypress in my wordpress site.
But create an account or sign up showing Register by /register url and its not showing create an account form for buddy press.
Its showing only register and nothing else.
Please give me a solution to fix this issue
Thanks
JageshmkMay 18, 2012 at 9:17 am #134719In reply to: Misaligning BuddyPress Site
RossBBoS
Member@mercime Hi,
Thanks for your reply
I have copied the whole lot of those style mods over and changed a few of the minuses to, for example, 0 but to no avail so far! Unless it hasn’t updated on my laptop?If you still see the overlaps on the website, do you have any recomendations of how much to change the numbers by?
Thanks for the heads up about the URLs I will sort that.
Thanks very much
May 18, 2012 at 7:46 am #134718In reply to: Misaligning BuddyPress Site
@mercime
Participant== My theme is the arras theme. ==
@allthingsbetting You could copy over some of the style mods to twenty ten theme to the bottom of your theme’s stylesheet then adjust to taste – esp `div.item-list-tabs` and `div#subnav.item-list-tabs` where you have to bring in the negative margins which expand the width of those navigation items.
Add also the following to your style.css
`div.padder {
background: #fff none;
border: 1px solid #ccc;
margin: 0 10px 15px 0;
padding: 0 15px;
}`Plus some unsolicited advice – you have URL’s with members-3/ and groups-2/ which is not cool. Back up DB.
Delete the current Pages “Members” and “Groups”. Go to trash and delete all “Members” and “Groups” Pages > Permanently. Go create new Members and Groups pages. You’ll see clean members/ and groups/ url’sMay 18, 2012 at 7:03 am #134717LeifQ
ParticipantApache rewrite_module may be off. If you’re running WAMP 2.2 you can go to Apache >> Apache modules, scroll down and make sure that ‘rewrite_modules’ is checked. Here’s another way, too…
http://www.404-error.org/buddypress-404-file-not-found-fix/May 18, 2012 at 6:26 am #134716In reply to: Group Forum uninstall failure?
@mercime
Participant== Now the group forums will not uninstall. ==
@angrywookie There’s a final task for the group forums uninstall -> delete the bb-config.php file generated when group forums were installed. You’d find bb-config.php at the root of your WP install, the same directory where you have your wp-config.php file https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/4/#forums-faqsMay 18, 2012 at 5:18 am #134713@mercime
ParticipantMay 18, 2012 at 5:16 am #134712@mercime
Participant@valusser the only one I know is premium plugin http://shop.shabushabu.eu/mapology.html by @Travel-Junkie
May 18, 2012 at 12:55 am #134705alexuor1
MemberHello friends
I am a newbee in wordpress and buddypress.
I have a problem which I don’t know how to solve.
I am using a theme Theme “Frisco for BuddyPress”.
Whenever any member are putting some posts on my blog, its not updating in my posts database.
Can anyone help?May 18, 2012 at 12:25 am #134704Eric Langley
ParticipantAfter more research this is expected behavior in WP Multi Network. Users are only added to the main blog, not the sub blog they join on. Kinda weird but that is the way it works.
I tried the WPMU Default User Role https://wordpress.org/extend/plugins/wpmu-default-user-role/screenshots/ but it didn’t work for me.
Multisite User Management https://wordpress.org/extend/plugins/multisite-user-management/installation/ did the trick!
~eric
May 17, 2012 at 9:52 pm #134702In reply to: Using Group Extension API to add 2 extensions
adambware
ParticipantCould this be related to this ticket?
May 17, 2012 at 9:01 pm #134700Eric Langley
Participant+1
BuddyPress needs a recognition plugin. I’ve looked at most of them that attempt this and either they do not work or do not provide the recognition that would be usable in an organizational environment.
~eric
May 17, 2012 at 6:06 pm #134698yadigit
ParticipantTrying useing Multisite User Management plugin. if you find a social media plugin to allow logins it should save the login into the user ID in the database there-for it should transfer over to the other sites.
It’s just a tip..
Good luck.May 17, 2012 at 6:06 pm #134697In reply to: Using Group Extension API to add 2 extensions
adambware
ParticipantFirst time posting, let me make those plugin steps a little easier to read…
1) checks BuddyPress is active
2) requires a file that sets up:
`class Group_Stats_Extension extends BP_Group_Extension`3) requires a file that sets up:
`class Group_Spotlight_Extension extends BP_Group_Extension`4) requires a file that sets up group meta according to Codex (https://codex.buddypress.org/developer-docs/how-to-edit-group-meta-tutorial/)
5) `bp_register_group_extension( ‘Group_Stats_Extension’ );`
6) `bp_register_group_extension( ‘Group_Spotlight_Extension’ );`
7)
`bp_group_meta_init();`
`add_action( ‘bp_include’, ‘bp_group_meta_init’ );`
(Step 7 just runs the group meta function according to Step 4)May 17, 2012 at 4:10 pm #134693Eric Langley
ParticipantUpdate: I just created a completely fresh install of WordPress Multi Site, with no plugins or thems and registered a new user. The user account is not added to the site and, of course, does not have any permissions. Yet the user has access to the site as a member.
Kinda weird. It’s like there is some hidden permissions granted.
@elangleyMay 17, 2012 at 3:05 pm #134690In reply to: Post showing in Activity Stream
Eric Langley
Participant@sbrahesh, yes, I have BP_ENABLE_MULTIBLOG enabled in wp-config.php
‘define( ‘BP_ENABLE_MULTIBLOG’, true );’
May 17, 2012 at 2:35 pm #134687@mercime
ParticipantMay 17, 2012 at 2:30 pm #134686Hugo Ashmore
ParticipantThat sounds like bp_activity_action() the function is located in the core files /activity/bp-activity-template.php
You may not find this an easy function to deal with though and will probably have to build a filter grabbing the $activities_template->activity->action and returning that to bp_get_activity_action judging by the function.
May 16, 2012 at 10:44 pm #134677In reply to: Members page not functioning
frostdawn
MemberWhew. Upgrading to 1.4.4 of the bp corporate theme fixed a few things and broke a few others- but the broken things are tenable. The community navigation and sublinks for the buddypress designed pages went away, but can be manually added back into the navigation (actually better behavior). The upgrade also fixed the older problem I had with the logged in user name (where it was displaying the entire directory structure leading up the active user’s name). I need to go back and fix a few things, but the main part is, the members page is working again!
*Snoopy dance* Also, the bbpress forums look MUCH nicer- once I get things worked out, I’ll try and tackle the sitewide forums for BP again. Only issue left is the Nivo slider. No good options out there unfortunately. ‘Easy Nivo Slider’ simply didn’t work (at all). ‘Simple Nivo Slider’ works, but requires you to post each and every image for the slider as a featured image within blog entries- not very practical to have a blog category of nothing but images- that will confuse users. And the OIK Nivo Slider is needlessly complex and interdependent on about a dozen different plugins of varying version levels. Last but not least is the dev7 Nivo Slider that is paid to access, but they openly admit it won’t work with deluxe themes (which bp corporate is if I’m not mistaken). Sooooooooooooo close. 
Thanks so much for your assistance mercime.
May 16, 2012 at 9:44 pm #134676In reply to: How to display site activity on Homepage
Tammie Lister
ModeratorYou can do this one of two ways:
1. Place a loop on your front page https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/ is a great resource for this.
2. Make entire activity page your front page. To do this you simply go under settings > reading and select a static page and your activity page.May 16, 2012 at 7:55 pm #134674In reply to: Interactive Profile Fields During Registration
bojan85
ParticipantMay 16, 2012 at 7:37 pm #134673Hugo Ashmore
ParticipantNot a problem glad you have it pinpointed. There are quite few themes that mercime has run through and template converted which may help out with BP compatible themes you find the list in the codex.
-
AuthorSearch Results