Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,751 through 65,775 (of 94,540 total)
  • Author
    Search Results
  • #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 …

    cerebralgent
    Member

    Had an assistant delete a user we had set for admin and I guess he deleted one to many names and deleted the main admin. I dont how you can delete the main admins privileges but now we have no access to the buddypress options or the main admin options like editing users and blog backends. We do still have the other uses like, widgets, posting, settings.

    We can no longer get to the pages to set back the admins statues, keep getting a “No permissions” reply.

    Does anyone know what happened and how to fix it?!! Help

    #15607
    Tolden
    Member

    I am searching for a chat plugin for Buddypress. Ajax Chat does not work and I do not get any answers from the author or in the thread I created. Does there exist another chat plugin which does the same job?

    secci
    Member

    Hi,

    I was just wondering peoples thoughts on using buddypress as an online calaboration tool between a business & its clients. Eg share photos, documents, conversations etc. Obviously each client would need its privacy etc…

    Anyone have any thoughts of whether this is a viable solution? Maybe any plugins that may help? Will it be a stupid amount of work? etc

    Thanks!

    #94273
    Anton
    Participant

    @nit3watch – How did you fix it?

    Narendra Vaghela
    Participant

    I want to send a notification email to all users in same activity thread when new comment is posted on that activity. I mean to say, if I have posted a new activity, then my friend “user1” replied to that activity, I will get a notification email that buddypress send. But when a new user “user2” replied to that activity, a notification email will be sent to me and also “user1” and so on.

    Is there any way to do this ?

    Please help.

    #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

    #15598
    Maryke van Rensburg
    Participant

    I changed the width of the sidebar and now it lies beneath my content.

    http://www.thehcgprofessor.com

    How do I get it to settle right again next to the content?

    Matt Edminster
    Participant

    There has been some talk about finding a way to create lists of users that be used to organize the buddypress directory.

    In my case, I’m using buddypress to create a combined intranet and socialweb for our non-profit organization. I have been looking for a way to assign members to various lists within the organization in order to set them apart from network partners, supporters and fans and to assign permissions and filter content in a way that paralells but doesn’t overwrite their wp permissions.

    I’ve cobbled together a temporary solution using the BuddyPress xProfiles ACL plugin but I’m hoping somebody out there can make something a little more robust. What I do is create an extended profile field or fields and group them apart from the default fields. The plugin now allows me to make these profiles editable by only certain user-roles. In my case, I set them to admin only. In this way, I can manually add filters to my directory to list only members I’ve identified with a particular field.

    Now, what I think would be really great is a plugin that takes this a bit further in these ways:
    1. Allows individual xprofile fields to be set as admin-write-only (no need to group them)
    2. Automatically creates a role for admin-only fields so that permissions can be granted
    3. Gives the option to create filters for the activity stream and members components

    Conceptually it seems like it ought to be possible. Wondering if any of the bp gurus out there can give feedback on whether this would work with bp code? Would anyone be interested in taking this on? I’d be willing to front some seed money.

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

    sven52
    Participant

    Hi, is there a plugin to backup buddypress content and the database? Many thanks in advance.

    #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

    #15584
    bodjiang
    Member

    I had S2Member extension install on buddy press, I did a sandbox checkout with PayPal, and return to user registration page once the payment method is complete, BuddyPress then send me email confirmation with activate key.
    Here is the problem:
    I accidentally closed the page before the confirmation URL loads, then I try to copy & paste the URL to an other browser, it says “invalid” activation key.

    i know this is a stupid mistake, I ended up have to re-purchase the membership again, I just thought if we can have a button on “Invalid Key” page, so we can resent a new confirmation email.

    Can any1 point me a direction where I might be looking into?

    I will share the result if I find anything useful.

    Regards

    Gary

    Hugo Ashmore
    Participant

    Can you confirm whether those files actually exist and in the correct locations within the buddypress plugin folder structure

    #94242
    Mitch
    Participant

    Thanks Paul –
    I thought he was referring to a revision in the multi-network plugin! :(

    Don Bernard
    Participant

    Can anyone help?

    I’ve just installed Buddypress I get this error message when I go to forums.

    Warning: require_once(D:homehnt12a135/wp-admin/upgrade-functions.php) [function.require-once]: failed to open stream: Permission denied in D:homehnt12a135wp-contentpluginsbuddypressbp-forumsbp-forums-bbpress.php on line 68

    Fatal error: require_once() [function.require]: Failed opening required ‘D:homehnt12a135/wp-admin/upgrade-functions.php’ (include_path=’.;D:PHPPHP5pear’) in D:homehnt12a135wp-contentpluginsbuddypressbp-forumsbp-forums-bbpress.php on line 68

    I have an created an .htaccess file with

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    I’ve installed wordpress into my / folder. All runs well, themes and plugns all ok.

Viewing 25 results - 65,751 through 65,775 (of 94,540 total)
Skip to toolbar