Search Results for 'buddypress'
-
AuthorSearch Results
-
December 12, 2012 at 4:04 pm #147191
In reply to: Spam users
Deceth
ParticipantMy site for Battle City was getting hit hard with spam user registrations. I wrote a post about it in the forums here.
At some point I realized, I will never defeat the spam user registrations. My efforts helped to limit them, but not eliminate the problem. So I decided, maybe what I need to do is limit the impact. The spam user registrations are still there, but now I barely see them. This is what I do:
To limit the spam user registrations, I use “Buddypress Humanity” and “SI CAPTCHA Anti-Spam”. “Askimet” then picks up on most of the spam comments posted by those who still manage to register.
Next, I use “BuddyPress Block Activity Stream Types”. With this plugin I hide all new user registration messages from the Activity stream.
Finally, I use “User Spam Remover” plugin to go in once every couple of weeks to mass delete 95% of all spam users.
This doesn’t eliminate the problem, but makes life more manageable and keeps most of the spam users out of sight unless they manage to get past Askimet and post some messages.
December 12, 2012 at 3:55 pm #147190In reply to: [Resolved] Turn off updates on Activity page
@ChrisClayton
Participant@Deceth – the easiest way to do this is to remove the content in the activity/post-form.php file in your theme. https://buddypress.trac.wordpress.org/browser/tags/1.6.2/bp-themes/bp-default/activity/post-form.php the second easiest is to go through the theme and remove all includes to that template.
December 12, 2012 at 3:46 pm #147189In reply to: Error after buddypress update
Deceth
ParticipantI received the same error message on my Battle City BuddyPress site.
When I updated to WordPress 3.5, it took a long time and I think some files may have transferred incorrectly… (Actually, something definitely went wrong or timed-out because I didn’t get a copy of the new Twenty Twelve theme at first)
Assuming you’ve already upgraded to WordPress 3.5 and BuddyPress 3.6.2, here’s what I did.
Disabled BuddyPress plugin.
From plugin page, clicked to re-install WordPress 3.5
Re-enabled BuddyPress.Everything then worked. If you’re still having trouble, you could also try re-installing BuddyPress, but I didn’t have to since my issue was with the WordPress upgrade.
December 12, 2012 at 10:49 am #147175In reply to: [Resolved] Why no topics showing on home page?
@mercime
ParticipantBut are you suggesting that after using BP Template Pack once it is a good idea to turn it off and then re-up everything via FTP?
@bennygill No. Like I said above, do that “unless it was explicitly stated in your theme install instructions” because some BP-compatible themes do not require the BP Template Pack plugin anymore.
It looks like the developer has changed some configurations because the topic/forum category links go to 404 page. bbPress plugin is activated. At this point, can’t second-guess what the developer is doing. Since you hired the person, you should ask him/her what’s going on with the site.
December 12, 2012 at 10:27 am #147173In reply to: WP 3.5 + BuddyPress / Domain Mapping
online
ParticipantAh, I think I’ve figured out the problem (or at least a part of it?)
Apparently, WP 3.5 blew the Default BP theme out of the water — and replaced it with Twenty Twelve.
Now I’m searching where / how I can get the default BP theme installed again (?)
December 12, 2012 at 8:46 am #147164In reply to: global.js 404 in javascript console
migson
ParticipantI am experiencing this exact same problem too, would greatly appreciate some help here. I’m running a customized bootstrap theme with BuddyPress.
December 12, 2012 at 8:15 am #147163In reply to: Changing Activity to usernames
December 12, 2012 at 8:15 am #147162In reply to: Changing Activity to usernames
December 12, 2012 at 6:32 am #147156@mercime
Participant@buddies I presume you’re referring to the Pinboard theme from WP Theme Repo? Please start a new topic for that theme.
December 12, 2012 at 6:10 am #147154@mercime
Participant@rossagrant theme authors should add $content_width – it’s a constant used to set the maximum width of embedded content like videos. It’s a standard part of just about any well-coded theme like those in WP theme repo per requirement https://codex.wordpress.org/Theme_Review#Required_Hooks_and_Navigation
Add the following at the top of your theme’s functions.php file
/**
* Sets up the content width value based on the theme's design and stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 600;Measurement is in pixels. Change 600 as needed.
December 12, 2012 at 4:05 am #147150In reply to: [Resolved] Site broken after WP 3.5 update
deannadares
Participantblogurp, bless you!!!! I had tried to activate another plug-in and it didn’t work, but this time, I just clicked on the Update Now for BuddyPress from the Plug-Ins area of the Dashboard, and it removed the old BP and updated the plug-in and installed successfully. No more error code! All of the posts seem to be there. Whew. Now I have to activate plug-ins one by one and hope nothing breaks again with 3.5.
Thank you SO MUCH for your help and quick responses!!!
December 12, 2012 at 3:34 am #147149In reply to: [Resolved] Site broken after WP 3.5 update
Blogurp
ParticipantI’m guessing your site is a regular single WordPress install with BuddyPress plugin? You can’t get to your dashboard via modpo.org? I just went to modpo.org/wp-admin and it showed for a second then it went away. If you are using one of those hosting companies with one press WordPress install, they might not let access to modpo.org/wp-admin. I just went to modpo.org/wp-login and it came up as a 404 error page not found, but, it shows the login for your site. See if you can login there. If you can login there, then you should be able to get to your dashboard, if you have login set to take you to your dashboard. If you can, then you can deactivate BuddyPress there, and then upgrade or just upgrade. Plugins do not have to be activated to upgrade, just installed. If none of that works, then I would say you would have to get rid of the BuddyPress plugin via FTP to access your site, then reinstall the new version, or, you can do it through your hosting company where you can access your files in your root directory.
It looks like 1.6.1 is only available here, but, 1.6.2 will be available in your dashboard as an upgrade, but if you can’t get to that, I’m not sure where you can get 1.6.2 yet.
December 12, 2012 at 3:12 am #147147In reply to: [Resolved] Site broken after WP 3.5 update
deannadares
ParticipantThank you both! Now I’m wondering how I can update BP as I can’t do anything on my Dashboard — I have to delete and add the BP update to the server files via FTP, right? There is a plug-in file and I would delete anything named BuddyPress before uploading the new BP files? Where do I get the actual files? I’ve only ever just pressed the download button from the WP Plug In “store”!
December 12, 2012 at 2:46 am #147146In reply to: [Resolved] Site broken after WP 3.5 update
Blogurp
ParticipantI had those same three errors on my test site, nky.mobi. Like Ben said, I had to upgrade to BuddyPress 1.6.2, after getting WordPress 3.5. I then had to get rid of name availability checker plugin from BuddyDev through my FTP client because the site would not work with it. Then, I had to manually network activate BuddyPress through network admin because for some reason it was not network activated. After that, everything came back fine. Could only access dashboard there too cause BuddyPress was not activated.
December 11, 2012 at 11:43 pm #147138In reply to: BuddyPress Mobile Theme
palmdoc
ParticipantI really hope this theme can be updated
December 11, 2012 at 10:45 pm #147137In reply to: Does Buddy Press work at all ?
gorod
Participanthttp://imageshack.us/photo/my-images/849/buddypress.jpg/
I changed to BuddyPress default theme and I got the same error (see the link above).
Tersus functions.php file contains neither “1.7” nor “1.8”
December 11, 2012 at 9:37 pm #147131Zachary DuBois
ParticipantOk just had them installed. Thanks 🙂
December 11, 2012 at 8:59 pm #147125In reply to: Does Buddy Press work at all ?
kizzywizzy
ParticipantOn the Tersus demo, I see the theme uses Jquery 1.8.1
If Im not mistaken, BuddyPress currently uses 1.7.1 OR 1.7.2
Some of the javascript features won’t properly work without resolving this conflict.
TO see if your theme is the problem, choose the BP -Default theme and try to create a group and send a message. If it works fine, you need to fix your theme javascript.
You should find it in functions.php
Hit ctrl+f to quickly search for ‘1.8.1’
Change it to 1.7.2 and save it. Then try to create groups and send messages with your new theme again.December 11, 2012 at 8:37 pm #147120In reply to: Buddypress 1.7
modemlooper
Moderatorbottom of page is zip link
December 11, 2012 at 7:49 pm #147113In reply to: How to use pinboard them with buddypress?
John James Jacoby
KeymasterThere are lots of existing examples on the internet and in the codex on how to integrate BuddyPress into an existing theme. Start there, and come back with specific questions when you have them.
December 11, 2012 at 7:49 pm #147112In reply to: Buddypress 1.7
VegasKev88
ParticipantThanks JJJ. I appreciate the heads up. Can you include a link to the trunk. I haven’t used any of the dev versions of BP yet, so I have not a clue where trunk would be. Thanks in advance.
December 11, 2012 at 7:39 pm #147109Ben Hansen
Participanti think that already exists the wordpress admin bar which is also the buddypress admin bar should show up for any registered user given the proper settings.
December 11, 2012 at 6:53 pm #147097In reply to: Buddypress 1.7
John James Jacoby
KeymasterIf you’re starting a new site with BuddyPress, and are a developer, you should be using trunk. By the time your site ships, so will 1.7.
December 11, 2012 at 6:32 pm #147093In reply to: Does Buddy Press work at all ?
gorod
ParticipantI am using Tersus theme from ThemeForest (which is advertised as BuddyPress theme).
My permalinks are set to postname.
BuddyPress is installed , to create forum it’s asking to install bbpress.
So the bbpress (without the BuddyPress) forum works.
But when I go to the BuddyPress newly created pages (groups, forums,members) I get those problems. Can’t create groups, can’t create forum, can’t send private message to memebers. Error message :There was an error saving group details, please try again.
December 11, 2012 at 5:54 pm #147091rickkumar
ParticipantThank you @ubernaut
I am now facing another problem:
I have network enabled the main theme that we use on socialwikileaks-dot-com (it is X2 theme from themekraft) for members to use for their sites.
Since there are 3 other themes (BuddyPress default, BuddyPress Twenty Ten, and BuddyPress Twenty Eleven) also available in the “theme” section, so some newly registered members have selected one of those 3 themes.
I manage to delete two of the themes (Twenty Ten and Twenty Eleven) but I can not delete the “BuddyPress Default” theme.
Since I want members to “only use the main site theme X2”, I am wondering if there is a way to:
1. Delete the BuddyPress default theme?
2. Not allow anyone to use any other theme except the main site theme X2 to maintain consistency thru out the network?
Thank you for your time and help.
-
AuthorSearch Results