Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 46,051 through 46,075 (of 68,969 total)
  • Author
    Search Results
  • #94326

    In reply to: BuddyPress Spam

    anindyaray
    Member

    Thanks @Anton

    #94322

    In reply to: 404 Page not found

    Keith Marsh
    Participant

    I 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!

    Roger Coathup
    Participant

    If 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

    #94318
    Roger Coathup
    Participant

    @arxpoetica

    I 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

    #94317
    Roger Coathup
    Participant

    @slashnata – no entiendo tu pregunta exactamente

    #94312

    In reply to: blog sturcture

    tubruk
    Participant

    no solution? @hnla / @r-a-y ???

    #94311

    Hey, 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

    #94309

    Hey @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,
    thanks

    #94308

    In reply to: BuddyPress Spam

    pcwriter
    Participant

    @AnindyaRay

    You’re very welcome :-)

    #94307

    In reply to: BuddyPress Spam

    More Ivyou
    Participant

    I’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 REGISTRATION

    #94306
    leguis
    Participant

    Did you have buddypress cubepoints activate? Bowob plugin makes conflict with cubepoints if is network activate. I don´t know why.

    #94299
    Hugo Ashmore
    Participant

    Yep 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.

    #94298
    Hugo Ashmore
    Participant

    I 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.

    #94297

    In 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.

    #94296
    cerebralgent
    Member

    Cool, 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.

    #94294
    Hugo Ashmore
    Participant

    You 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 :)

    #94292

    In reply to: BuddyPress Spam

    Anton
    Participant

    Add 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

    #94291

    In reply to: BuddyPress Spam

    anindyaray
    Member

    I 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 …

    #94273
    Anton
    Participant

    @nit3watch – How did you fix it?

    #94268

    In reply to: Buddypress Sidebar

    Maryke van Rensburg
    Participant

    And 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

    #94266
    Hugo Ashmore
    Participant

    Would 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.

    #94264
    Hugo Ashmore
    Participant

    Also 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.

    #94263
    pcwriter
    Participant

    @sven52

    Log in to your cPanel at your webhost and you’ll find all the functions you need there for full or partial backups.

    #94258

    I 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! :)

    Roger 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

Viewing 25 results - 46,051 through 46,075 (of 68,969 total)
Skip to toolbar