Search Results for 'wordpress'
-
AuthorSearch Results
-
December 15, 2009 at 7:49 am #58749
Brajesh Singh
Participanttry this one. I had written about it in forum, so you can find it by searching the forum. Or check my post here
That should do the trick.
Thanks
Brajesh
December 15, 2009 at 6:47 am #58744marc
ParticipantOkay 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 !!
December 15, 2009 at 5:28 am #58742In reply to: User / messaging exploit? Causing spam
Arx Poetica
ParticipantWord. 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.)
December 14, 2009 at 10:26 pm #58724In reply to: How to make a sitewide post?
Paul Wong-Gibbs
KeymasterThat default post might be inserted into the DB directly rather than the regular WordPress API which would explain why the Site Wide Activity widget doesn’t pick it up.
December 14, 2009 at 9:07 pm #58714In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
Participant@kimstipsen i’ll holler when it’s done. busy week tho.
December 14, 2009 at 8:41 pm #58711In reply to: New Default Theme Is Available
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.
December 14, 2009 at 5:36 pm #58704In reply to: Buddypress version of wordpress 'mystique' theme?
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.
December 14, 2009 at 4:36 pm #58699In reply to: Buddypress version of wordpress 'mystique' theme?
kimstipsen
Participant@Andrea_r Can you please make a download link for that ?
December 14, 2009 at 2:39 pm #58688In reply to: How to prevent users from creating Groups in 1.1
af3
ParticipantThe group component can be disabled; but how to only allow PRIVATE GROUPS where the groups forums are also not created in bbpress (and visible) ?
Edit: Just noticed that there is a plugin to do this: https://wordpress.org/extend/plugins/bpgroups/
December 14, 2009 at 10:24 am #58684Brajesh Singh
Participantthanks.
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
December 14, 2009 at 1:55 am #58657Brajesh Singh
Participantare you using https://wordpress.org/extend/plugins/sidebar-login/ plugin ?
December 14, 2009 at 1:33 am #58654In reply to: wp-signup.php and login issues
mishathegoat
Member@Xevo Thanks so much for the response! How do I use register instead of wp-signup?
Also forgot to mention that I’m using the latest versions of both WordPress and Buddypress
December 13, 2009 at 11:28 pm #58646Ray Mannion
ParticipantYeah, I’m gonna have to uninstall this plugin because of the issues. I can’t seem to log out of my wordpress site without clearing my cache or using a different browser.
If you are persistent – you should check out the author’s step by step here:
http://www.adambreckler.com/setting-up-facebook-connect-for-wordpress
I took a bunch of guesses at the facebook developer plugin and got it all working, but some of the bugs are too tough for me to deal with and my users are complaining….
December 13, 2009 at 9:56 pm #58638In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
ParticipantI can never get the cool designs in my head to work out on the screen.
So I’m setting out to bp other themes.
December 13, 2009 at 9:14 pm #58628In reply to: Buddypress version of wordpress 'mystique' theme?
Xevo
ParticipantGuess the topic starter is in luck.
@ nexia: Haha, agreed. I make my themes myself so never have the urge too use other peoples work.
December 13, 2009 at 8:29 pm #58625In reply to: Buddypress version of wordpress 'mystique' theme?
December 13, 2009 at 6:55 pm #58618In reply to: Buddypress version of wordpress 'mystique' theme?
Andrea Rennick
ParticipantI’m working on this one in particular, but it’s in my free spare time.
December 13, 2009 at 4:52 pm #58610Xevo
ParticipantBpdev (nicola) is a bit behind with development, as far as I know. But he’s been active again lately so it might work again with the buddypress 1.2 release.
I’m planning on getting this to work with my bbpress forum and inline blog editor. Don’t really need to load that huge wysiwyg editor from wordpress admin.
December 13, 2009 at 1:41 pm #58596In reply to: Buddypress version of wordpress 'mystique' theme?
Jean-Pierre Michaud
Participantactually Xevo, each person think that their prefered theme mean to become official and by default… that is by experience… rofl…
you can even see it, Andy decided that his new theme would be the default of 1.2…. rofl
December 13, 2009 at 1:29 pm #58595In reply to: Buddypress version of wordpress 'mystique' theme?
Paul Wong-Gibbs
KeymasterTopic renamed to make the purpose clearer and marked the topic as ‘not a support question’.
December 13, 2009 at 1:18 pm #58593In reply to: Buddypress version of wordpress 'mystique' theme?
Xevo
ParticipantAsk the original creator if he wants to do it.
Personally I don’t see why this is better than all those other wordpress themes.
December 13, 2009 at 12:47 pm #58590In reply to: User / messaging exploit? Causing spam
Jean-Pierre Michaud
Participantactually as private messages were not in WordPress, there is no akismet filter on its content, compared to posts and comments… maybe someone can add this to the posting actions ?!… it’s just 2 lines of code.
December 12, 2009 at 7:58 pm #585515620730
Inactive—FYI—
1. Which version of WPMU are you running?
-WordPress MU 2.8.6.
2. Did you install WPMU as a directory or subdomain install?
-subdomain install
3. If a directory install, is it in root or in a subdirectory?
—
4. Did you upgraded from a previous version of WPMU? If so, from which version?
-no
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
—
6. Which version of BuddyPress (BP) are you running?
Version 1.1.3
7. Did you upgraded from a previous version of BP? If so, from which version?
-no
8. Do you have any plugins other than BuddyPress installed and activated?
yes-i unistalled all – issue still remains
9. Are you using the standard BuddyPress themes or customized themes?
-standard
10. Have you modified the core files in any way?
-no
11. Do you have any custom functions in bp-custom.php?
-no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in
–builtin
13. Please provide a list of any errors in your server’s log files.
—
14. Which company provides your hosting?
—
December 12, 2009 at 3:44 am #58527In reply to: Fighting Splogs
jnkfrancis
ParticipantAnyone have any luck using sign-up question or wpmudev’s sign-up code? They both work great on a regular MU install since the person signing up has to answer a logical question or enter a code that they have received previously. The problem is when you activate those plugins, they work on the WordPress registration page and not the BuddyPress Registration page. Those would likely solve all the problems if we could get them to work together.
I’m developing a site that we want only approved, or in some cases paid members to be able to sign up, but I can’t get either of those plugins to work with BuddyPress. Anyone been able to do that, or know how it would be done?
December 11, 2009 at 11:26 pm #58523In reply to: User / messaging exploit? Causing spam
Seobrien
ParticipantI’m on 2.8.6 and 1.1.2
Thanks both, reading the wordpress posts and your thoughts Nexia, I’m sure the cause is general security and not versioning
-
AuthorSearch Results