Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 60,076 through 60,100 (of 69,015 total)
  • Author
    Search Results
  • #58745
    Andy Peatling
    Keymaster

    Spam is generally only a problem if you have blog registrations on, spammers only care about creating and spamming on blogs. I think some work will be done on this, but it’s not going to be on the BuddyPress side.

    #58744
    marc
    Participant

    Okay I’ve resolved the problem with being able to read posts but buddypress still keels over on activation. Even though my wpmu install seems to be working perfectly I can see these errors after install – could these be causing the activation problem ? I’m a bit perplexed as the db seems like it’s built ok….

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] PHP Notice: Constant DB_NAME already defined in /var/www/projoosr.com/www/wp-config.php on line 23, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] PHP Notice: Constant DB_USER already defined in /var/www/projoosr.com/www/wp-config.php on line 26, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] PHP Notice: Constant DB_PASSWORD already defined in /var/www/projoosr.com/www/wp-config.php on line 29, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] PHP Notice: Constant DB_HOST already defined in /var/www/projoosr.com/www/wp-config.php on line 32, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] PHP Notice: Constant VHOST already defined in /var/www/projoosr.com/www/wp-config.php on line 39, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] WordPress database error Table ‘projoosr.wp_blogs’ doesn’t exist for query SELECT * FROM wp_blogs WHERE domain = ‘projoosr.com’ made by require, include, include_once, require_once, require_once, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] WordPress database error Table ‘projoosr.wp_sitemeta’ doesn’t exist for query SELECT meta_value FROM wp_sitemeta WHERE site_id = 1 AND meta_key = ‘site_name’ made by require, include, include_once, require_once, require_once, get_current_site_name, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] WordPress database error Table ‘projoosr.wp_blogs’ doesn’t exist for query SELECT blog_id FROM wp_blogs LIMIT 0,1 made by require, include, include_once, require_once, require_once, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] WordPress database error Table ‘projoosr.wp_sitemeta’ doesn’t exist for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = ‘wpmu_sitewide_plugins’ AND site_id = 1 made by require, include, include_once, require_once, get_site_option, referer: http://www.projoosr.com/

    [Mon Dec 14 14:18:50 2009] [error] [client 217.206.197.220] WordPress database error Table ‘projoosr.wp_sitemeta’ doesn’t exist for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = ‘active_sitewide_plugins’ AND site_id = 1 made by require, include, include_once, require_once, apply_filters, call_user_func_array, mu_filter_plugins_list, get_site_option, referer: http://www.projoosr.com/

    thanks !!

    #58743

    Updated to 1.0

    #58742
    Arx Poetica
    Participant

    Word. Patch it!

    I’ve been having sign up spams (arguably a different issue) on my BP install, and just shut all signups down until I could figure out what to do about it.

    Scouring the WordPress MU forums has made me realize three things:

    1. Spamming is a huge problem for WordPress MU users

    2. I’m betting that BuddyPress will/might have even larger problems due to the very nature of the beast (it’s all about users, right? Which is where the bots/spammers gravitate)

    3. There are no sure-fire methods for preventing spammers

    …well, there’s a fourth, too…

    4. Many of the old hats on the WordPress MU forums are getting tired of explaining how to defend against so-called “splog” signup bots and spammers.

    Just some observations, as BP just received its first official spammer. (Yes, I got the email too, and saw the small twitter firestorm this morning over it.)

    #58741

    In reply to: mod_rewrite issue

    Jeff Sayre
    Participant

    Do you have any plugins other the BuddyPress installed? I ask because that is not at all the default .htaccess file configuration.

    r-a-y
    Keymaster

    I’ve also been working on integrating a WYSIWYG editor for BP as well (but with image upload functionality).

    Have tried nicEdit and DSRTE, but I’ve run into various issues with both, which is why I haven’t released it.

    #58731
    Anonymous User 96400
    Inactive

    Xevo, tried to use jwysiwyg on another project a couple months back, but the last version then was from January 09 and didn’t play nice with the newest jQuery version. A quick look just now showed that it hasn’t changed. Haven’t had a look at the trunk though…

    The first MAJOR flaw I see in this design, is that all it takes is one website to put up password stealing/sniffing code, and now you’ve given your twitter password to anyone with access to the sites malicious intentions.

    OpenID and oAuth were designed very much to prevent the spreading or co-opting of passwords. Until recently many services like Twitter let other services accept their user passwords, but now oAuth routes authorization requests to the appropriate authority.

    The second MAJOR flaw I see from a developers standpoint is that you as a site administrator no longer have control over the user data that is using your website.

    I don’t really follow this, but I also don’t think he’s describing the situation very accurately.

    I don’t plan on using Facebook for the rest of my life, so when I delete my account in a few years, that means I can no longer use your site without creating a new profile.

    This is no different than, “what if I cancel my email account”

    The nice thing about OpenID is that most good implementations will allow multiple ways of accessing the account (either multiple OpenIDs or the option of logging in with the native account username/email)

    Also, if I’m logged into facebook on my computer, and close facebook, and then my girlfriend walks over

    This isn’t unique to single-sign on services. Any time you fail to log-out of an account and give access to someone else, your account can be compromised.

    Tore
    Participant

    Lazy is nice. I’m looking forward to see if they lazy part gets satisfied. ;)

    #58715
    Andrea Rennick
    Participant

    High fives all around then! Something for everyone!

    Must be some end-of-year seasonal type holiday thing going on with all the PRESENTS! :D

    #58714
    Andrea Rennick
    Participant

    @kimstipsen i’ll holler when it’s done. busy week tho.

    #58717
    Andy Peatling
    Keymaster

    I’ve spammed the user – please don’t re-post the messages in the forums since that sort of aids their cause.

    #58716
    abcde666
    Participant

    I am sure Linda is a very pretty girl ;-)

    #58711
    Xevo
    Participant

    @ roydeanjr: No, there’s no specific documentation about that yet. If you want to make a theme, make sure you know some theme building from the standard wordpress and check the buddypress theme/core files for the buddypress functions/template tags.

    #58705
    Xevo
    Participant

    Thanks Andy, got it up and running on my local server.

    Ran into something though, the random member page gives me the following error.

    Fatal error: Call to undefined method BP_Core_User::get_random_users() in E:\wamp\www\wpmu\wp-content\plugins\buddypress\bp-core.php on line 929

    See it running on http://80.56.54.214/wpmu/.

    #58704
    Xevo
    Participant

    @ Andrea: As you can see people want the normal wp themes to be converted to bp themes, so it’s only good that your fulfilling their needs. Besides, we need more bp themes. :)

    #58699
    kimstipsen
    Participant

    @Andrea_r Can you please make a download link for that ? :)

    #58694
    Andy Peatling
    Keymaster

    I’ve just checked the theme in. To answer andrea_r’s question above —

    You will still be able to build themes from bp-sn-parent. That theme is not going away, it will continue to be present for the foreseeable future. I have updated it to be compatible with all the latest BuddyPress changes.

    The new bp-default theme will actually be a parent theme. For the default it makes less sense making a separate parent theme since you can simply just leave out all the default CSS and keep the templates.

    The structure has changed though, and overall is much better and easier to understand. It follows the navigation of the actual site much closer. Plus there is less than half the CSS and only one major CSS file. The JS has also been hugely simplified.

    #58693
    D Cartwright
    Participant

    @Xevo

    I was actually worried that the extra load might cause problems :p I took a break from refreshing the page endlessly and bought a coffee. Installing it now..Woo.

    #58692
    Xevo
    Participant

    I’ll start working on these when the new theme is released, which is soon. The first one I’m doing will be YouGo, Talkmore is gonna take a lot longer so that one will be released later.

    Glad to see so people are interested in my themes. :)

    ps. The buddypress parent revamp is dicontinued since Andy already made a big upgrade on the parent theme.

    #58691
    Xevo
    Participant

    @ D Cartwright: What if you crash the trac before Andy can release the theme? lol :)

    #58690
    D Cartwright
    Participant

    Oohh.. Time to spam F5 on the trac methinks :)

    #58689
    jedbarish
    Participant

    I would like to see Talkmore theme to be released first. Hope to see one of them comes out soon!

    Brajesh Singh
    Participant

    thanks.

    you mean the discussion topics shown at the bottom of the home page.

    well, I am using external bbpress with deep integration to buddypress/wordpress mu.

    The topics are coming from https://wordpress.org/extend/plugins/bbpress-latest-discussion/ plugin.

    Though, if you want to do the same using internal integration

    have a look here

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    specifying the action as “new_forum _post” should do that.

    Hope it helps :)

    bpisimone
    Participant

    Good to see some new themes published!

    May I ask something slightly off-topic? How did you get this done? I always have problems doing that outside the forums!

    >>Forum Last 5 Discussions

    >>How to change BP forum topic page like a normal forum page? (7) Last Post By: >>mercime Inside: How-To and Troubleshootings

    >>Bp Dev Premium To Be opened soon (1) Last Post By: admin Inside: General >>Discussion/Announcements

    >>Welcome to Buddydev Premium Forum (1) Last Post By: admin Inside: General >>Discussion/Announcements

Viewing 25 results - 60,076 through 60,100 (of 69,015 total)
Skip to toolbar