Search Results for 'buddypress'
-
AuthorSearch Results
-
October 6, 2010 at 2:03 am #94326
In reply to: BuddyPress Spam
anindyaray
MemberThanks @Anton
October 5, 2010 at 11:33 pm #94322In reply to: 404 Page not found
Keith Marsh
ParticipantI am getting the error 404 for every link I click on in BuddyPress. I tried switching the permalinks from default but that didn’t work. I got lost with the apache web server stuff. Can anyone make it a little bit simpler for this newbie? Thanks!
October 5, 2010 at 11:06 pm #94319Roger Coathup
ParticipantIf you deactivate buddypress..can you create and use custom permalinks in your WordPress install? Try something like /%category%/%postname%/
Do they work, can you go to page, post and category pages with custom permalinks turned on?
You need to get this working on your base WordPress before installing BuddyPress
October 5, 2010 at 10:41 pm #94318In reply to: dynamically create new sets of profile fields
Roger Coathup
ParticipantI don’t know if you found any code in the meantime, but in case you haven’t:
The basic function to insert a new profile field is: xprofile_insert_field()
And, to populate a field use: xprofile_set_field_data()
They are defined in bp-xprofile.php
October 5, 2010 at 10:26 pm #94317In reply to: dynamically create new sets of profile fields
Roger Coathup
Participant@slashnata – no entiendo tu pregunta exactamente
October 5, 2010 at 8:56 pm #94312In reply to: blog sturcture
October 5, 2010 at 8:56 pm #94311In reply to: the bp_has_activities() loop filtering
Marcio Santos
MemberHey, nevermind, I just found the answer here: https://buddypress.org/community/groups/creating-extending/forum/topic/bp_has_activities-not-showing-the-latest-updated-status/#post-67600
For those of you who get stuck trying to add multiple parameters/filters when calling the bp_has_activities function do it like this, using the & sign:
“
Hey @nuprn1,
I have a new question though. I was able to pull the post from the forum but is it possible to get the permalink to it? I can see the permalink whenever I include this portion of code:
`
`
but it adds more than I want.
Thanks again
October 5, 2010 at 8:48 pm #94309In reply to: the bp_has_activities() loop filtering
Marcio Santos
MemberHey @nuprn1,
im just trying to filter some items in the bp_has_activities() function and cant seem to get it to work whenever I add more than one filter/parameter.
this works:
“this doesnt work:
“
or
“I think my syntax is wrong, or Im trying to mix the filters and parameters in the same place. Anyways, I dont know hot to work with this. Im referencing the following page:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Any help will be much appreciated,
thanksOctober 5, 2010 at 8:28 pm #94308In reply to: BuddyPress Spam
pcwriter
ParticipantYou’re very welcome
October 5, 2010 at 7:37 pm #94307In reply to: BuddyPress Spam
More Ivyou
ParticipantI’m using:
– Buddypress Humanity
– WPMU-Block-Spam-By-Math
– SI CAPTCHA Anti-Spam
and
.htaccess
# BEGIN ANTISPAMBLOG REGISTRATION
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .register*
RewriteCond %{HTTP_REFERER} !.*yourhomedomain.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://die-spammers.com/ [R=301,L]
# END ANTISPAMBLOG REGISTRATIONOctober 5, 2010 at 7:17 pm #94306In reply to: Bowob chat plugin bug resolved
leguis
ParticipantDid you have buddypress cubepoints activate? Bowob plugin makes conflict with cubepoints if is network activate. I don´t know why.
October 5, 2010 at 5:45 pm #94299In reply to: Lost some admin privileges, all buddypress options
Hugo Ashmore
ParticipantYep bottom line is that it’s simply a set of DB values that need changing, but as with all things it’s easy to say that and easy to point to the fields that need changing but disaster can always strike when playing with databases directly.
October 5, 2010 at 5:42 pm #94298In reply to: Please add Delete to activity stream
Hugo Ashmore
ParticipantI think that the complexities of working on this site hosted on Automattics servers is not as easy as would be one of our own sites. There are a plans to do a fair bit of work as to the hold up on that I can’t say, I suggest that we badger @Boone in the Ninja group

Have to admit I have said a few times that spamming a site like this especially when it showcases the very app we all work with is far far from satisfactory and something really does need to be done about it.
October 5, 2010 at 5:41 pm #94297In reply to: Admin Bar Disapears
Sixgunzx
Participant@govpatel Yes that was the first thing I checked. It seems that anything using Jquery 1.3.2.min.js is being blocked for some reason. I would assume that is what is blocking admin bar.
October 5, 2010 at 5:36 pm #94296In reply to: Lost some admin privileges, all buddypress options
cerebralgent
MemberCool, im checking that right now. Thanks. It was a nuckle head move but I know this can be fixed easily and without having to restore all the web files to an earlier date.
October 5, 2010 at 5:27 pm #94294In reply to: Lost some admin privileges, all buddypress options
Hugo Ashmore
ParticipantYou might have to restore things by going into the DB and setting values back to what they should be for that user.
wp_usermeta table is a start, look for the user and ensure that wp_capabilities is :
a:1:{s:13:”administrator”;s:1:”1″;}
and the wp_user_level field is:
10
You may also need to go into the wp_sitemeta table and find the reference there to the site_admins in that row is where the site is told how many admin and who it must I guess have at least a initial value of:
a:1:{i:0;s:5:”admin”;}
As with all things of this nature do NOT do any work before backing up your DB, I cannot vouch for the detail I have shown or that it won’t cause irreversible harm
October 5, 2010 at 5:21 pm #94292In reply to: BuddyPress Spam
Anton
ParticipantAdd this to wp-config.php `define( “BP_REGISTER_SLUG”, “your-registration-slug” );` and change ‘your-registration-slug to your own registration slug.
Edit * the wp-config.php file is situated in the root of your wordpress installation
October 5, 2010 at 4:52 pm #94291In reply to: BuddyPress Spam
anindyaray
MemberI am very new to this , I got this topic’s link from a post by @pcwriter in a topic in buddydev.com
and reading so much about spam/splog and fighting it I’m am overwhelmed and worried and exhausted even thinking about the …….
I have read this topic , understood some and implemented some and also didn’t understood some too …..
I ask a very stupid question !!!
How to change the registration slug ?
who ever replys the above question please oblige this foolish novice (that is me) with a complete walkthrough …
.
I am also using Secure Invite plugin , will this slug change effect this invitation plugin ? if so how to battle it ?
.
Thanks to all and special thanks to @pcwriter for all usefull information …October 5, 2010 at 12:21 pm #94273Anton
Participant@nit3watch – How did you fix it?
October 5, 2010 at 11:32 am #94268In reply to: Buddypress Sidebar
Maryke van Rensburg
ParticipantAnd I would like to divide the ‘container’ in two. The left should show a flash application and the right I want to put a newsletter optin form.
Can someone help me please
October 5, 2010 at 10:35 am #94266In reply to: Please add Delete to activity stream
Hugo Ashmore
ParticipantWould be nice. The mods need a slightly greater level of control which at this time isn’t available we are tied to the Buddypress methodology for site admininistration.
October 5, 2010 at 10:03 am #94264In reply to: How to backup buddypress content and database
Hugo Ashmore
ParticipantAlso Sven it’s perhaps worth remembering that Buddypress is simply a plugin that rides on the back of the WP install and DB, and in that respect we are really talking about backing up your WP install rather than BP.
As pcwriter says many control panels provide backup facilities, if you haven’t got a CP or access to phpMyAdmin then there are I think backup plugins but you will need to hunt for these on the WP plugin repository also on the WP codex there’s a useful page describing backing up a WP install.
October 5, 2010 at 9:44 am #94263In reply to: How to backup buddypress content and database
pcwriter
ParticipantLog in to your cPanel at your webhost and you’ll find all the functions you need there for full or partial backups.
October 5, 2010 at 8:47 am #94258manuelraigada
MemberI tried it and it didn’t work out. BTW, the fix you provide is for the WPML plugin, not for BuddyPress, right?
Anyone knows any other possible solution?
Thanks!
October 5, 2010 at 8:30 am #94254Roger Coathup
Participant@johnnyscience – does it work if you switch to the default theme?
If so, you know the problem is in your theme, and you should probably try contacting labsecrets.com for advice on this one
If not, fire it back on here
-
AuthorSearch Results