Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,301 through 20,325 (of 22,684 total)
  • Author
    Search Results
  • #58932

    In reply to: h-mag.com

    redyor
    Participant

    This is the best integration i have seen so far between WordPress MU and Buddypress. Great Work!

    Also i do have a question, what plugin are you using for the Classified?

    Is it a 3rd party script ? custom script ? or something else???

    Thanks!

    #58854
    David Lewis
    Participant

    Contributors, Authors, Editors and Administrators can all write blog posts.

    https://codex.wordpress.org/Roles_and_Capabilities

    The tricky part is only allowing admin-authored posts in the homepage loop. Not sure how to do that. Perhaps with a conditional or a custom query? I’m not enough of a coder to answer that. Goggle is your friend :) If there will be only ONE admin however (you?) then it could be as simple as this (note: change “1” to whatever your author id is).

    <?php query_posts('author=1'); if (have_posts()): while (have_posts()): the_post(); ?>

    yay. my posts.

    <?php endwhile; else: ?>

    oops. no posts.

    <?php endif; wp_reset_query(); ?>

    You can use the same idea to display only posts from a certain category (i.e…. featured)… but I’m pretty certain you can’t restrict what categories a person can post in based on user level. So that probably wouldn’t help you.

    #58852

    In reply to: wp-admin/?c=1

    Brajesh Singh
    Participant

    @1stAngel

    updated and uploaded.

    there was a minor code change required for the file which I am using for theme options in the backend. WordPress requires unique slug, which I had not put there, so was causing issues.It was related to add_theme_options, there are no other changes.

    Please either overwrite whole theme or just overwrite cosmicbuddy/theme-admin/admin.php with the new one.

    both will work fine.

    Thanks

    Brajesh

    #58814
    Anton
    Participant

    1. Which version of WPMU are you running? 2.86

    2. Did you install WPMU as a directory or subdomain install? Sub directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WPMU? If so, from which version? Nope. Fresh install.

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? Didn’t test WPMU on it’s own. Installed it to use BB

    6. Which version of BuddyPress (BP) are you running? 1.13

    7. Did you upgraded from a previous version of BP? If so, from which version? nope

    8. Do you have any plugins other than BuddyPress installed and activated? Yes. deactivated them all and the problem(s) still occurs.

    9. Are you using the standard BuddyPress themes or customized themes? Standard. Only edited the default css and added a couple of links.

    10. Have you modified the core files in any way? Yes. The delete button next to the code is not working and If I add any chars to the delete string eg: http://socialpress.co.za/friends/activity/delete/123?_wpnonce=30864bbwe2 it does delete but not always. Some members can’t delete. The default delete string does not work. I have also added those same chars to the RSS site wide activity feed as the default one: http://socialpress.co.za/activity/feed doesn’t work.

    11. Do you have any custom functions in bp-custom.php? nope

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 1.13

    13. Please provide a list of any errors in your server’s log files

    there’s quite allot of these

    [12-Dec-2009 19:18:07] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT * FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 0, 10 made by require, require_once, include, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Activity_Widget->widget, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 200 made by require, require_once, include, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Activity_Widget->widget, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT * FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC LIMIT 0, 10 made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    [12-Dec-2009 19:18:21] WordPress database error Table ‘socialpr_socialpress.wp_bp_activity_sitewide’ doesn’t exist for query SELECT COUNT(id) FROM wp_bp_activity_sitewide WHERE hide_sitewide = 0 ORDER BY date_recorded DESC made by require, require_once, include, bp_has_activities, BP_Activity_Template->bp_activity_template, bp_activity_get_sitewide_activity, BP_Activity_Activity->get_sitewide_activity

    SHouldn’t there be a table wp_bp_activity_sitewide on the installation? I’ve looked in the db but it’s not there. I did the default installation.

    .

    14. Which company provides your hosting? Hostgator

    #58796

    In reply to: wp-admin/?c=1

    Andrea Rennick
    Participant

    What about the other plugins you have?

    See this post:

    https://mu.wordpress.org/forums/topic/14142?replies=6#post-84068

    #58778

    In reply to: Fancybox

    jamesyeah
    Participant

    Hey,

    Yes it works! I spent a while trying to uinstall it manually, but it’s actually much easier to use the plugin:

    https://wordpress.org/extend/plugins/wp-prettyphoto/faq/

    The css needs some cleaning up but otherwise it’s nice and works :-)

    #58763

    In reply to: Fancybox

    Xevo
    Participant

    Yeah, but that’s not gonna work with buddypress. You need to specify that your calling a javascript function. Buddypress just sees those things as links. I doubt this is gonna work with buddypress at all if you call to the functions like that. I’m amazed it worked with wordpress.

    Edit: You added the earlier code to the text? Your supposed to put it in your header either in a external javascript file or just between script tags.

    #58760

    In reply to: Fancybox

    jamesyeah
    Participant

    Forgot to include the name of the plugin!

    https://wordpress.org/extend/plugins/fancybox-for-wordpress

    #58752
    Xevo
    Participant
    gpo1
    Participant

    @philipashlock,

    here,here on your comments I plan to use openid and wordpress should use it !

    #58749
    Brajesh Singh
    Participant

    try this one. I had written about it in forum, so you can find it by searching the forum. Or check my post here

    http://www.thinkinginwordpress.com/2009/11/tweaking-the-registration-link-at-wpmu-login-page-to-point-to-buddypress-registration-page/

    That should do the trick.

    Thanks

    Brajesh

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

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

    #58724
    Paul Wong-Gibbs
    Keymaster

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

    #58714
    Andrea Rennick
    Participant

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

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

    #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 ? :)

    #58688
    af3
    Participant

    The 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/

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

    #58657
    Brajesh Singh
    Participant
    #58654
    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

    Ray Mannion
    Participant

    Yeah, 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….

    #58638
    Andrea Rennick
    Participant

    I can never get the cool designs in my head to work out on the screen. :) So I’m setting out to bp other themes. :)

    #58628
    Xevo
    Participant

    Guess the topic starter is in luck.

    @ nexia: Haha, agreed. I make my themes myself so never have the urge too use other peoples work.

Viewing 25 results - 20,301 through 20,325 (of 22,684 total)
Skip to toolbar