Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,651 through 17,675 (of 32,678 total)
  • Author
    Search Results
  • sindbad_chen
    Member

    I have just tried to install BuddyPress on my WP version 3.4.1 and using the salutation theme.
    On click Finish and I get the below error:
    Warning: Illegal offset type in D:AppServwwwwordpresswp-contentpluginsbuddypressbp-coreadminbp-core-update.php on line 642.
    Any ideas / suggestions ?

    #137106
    sindbad_chen
    Member

    I have just tried to install BuddyPress on my WP version 3.4.1 and using the salutation theme.
    On click Finish and I get the below error:
    Warning: Illegal offset type in D:AppServwwwwordpresswp-contentpluginsbuddypressbp-coreadminbp-core-update.php on line 642.
    Any ideas / suggestions ?

    #137105
    sindbad_chen
    Member

    I have just tried to install BuddyPress on my WP version 3.4.1 and using the salutation theme.
    On click Finish and I get the below error:
    Warning: Illegal offset type in D:AppServwwwwordpresswp-contentpluginsbuddypressbp-coreadminbp-core-update.php on line 642.
    Any ideas / suggestions ?

    Roger Coathup
    Participant

    For questions 2 and 3 — yes, you can customise these aspects of your site — there are many ways of doing it, and to some extent it depends on the approach you take to developing your site’s theme.

    You can remove tabs, and add new tabs through the BuddyPress API
    You can also remove them by developing your own custom template files (and similarly for the avatar sizes)

    If you look on the showcase tab on this site, or visit bpinspire.com for more up to date examples, you can get a feel for what you can achieve based on BuddyPress.

    Much the same as a WordPress site doesn’t have to follow the basic blog structure, similarly a BuddyPress site doesn’t have to follow the generic bp-default theme structure and UX.

    Jason
    Member

    I would like to add a second dropdown next to the “Order By” dropdown on the blogs section.

    I can see the query in http://svn.buddypress.org/trunk/bp-blogs/bp-blogs-classes.php
    I can’t find a way to add in another criteria. I want to make another dropdown list of categories that I’ve tied into their blog meta.

    So for example, you could see a list of all blogs about “Dogs” or “Cats” from the dropdown, and it would update the listing via ajax like it does with the Order By Drop down.

    Does this make sense? I tried to extend the class and replace the function, but it has no effect and no errors. I placed the new extended class in my theme’s custom-functions.php (Where my other customizations are)

    Do I need to make a plugin to do this? Is this possible? I don’t want to alter core files!
    BuddyPress 1.5.6 + WordPress 3.4.1

    #137090
    alex35
    Member

    Hi, I have the same exact problem!
    This is what I get in my PHP log file:

    `[10-Jul-2012 19:39:48] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in /var/www/wordpress/wp-admin/includes/upgrade.php on line 1559
    [10-Jul-2012 19:39:48] PHP Stack trace:
    [10-Jul-2012 19:39:48] PHP 1. {main}() /var/www/wordpress/wp-admin/admin.php:0
    [10-Jul-2012 19:39:48] PHP 2. require() /var/www/wordpress/wp-admin/admin.php:106
    [10-Jul-2012 19:39:48] PHP 3. require_once() /var/www/wordpress/wp-admin/menu.php:233
    [10-Jul-2012 19:39:48] PHP 4. do_action() /var/www/wordpress/wp-admin/includes/menu.php:97
    [10-Jul-2012 19:39:48] PHP 5. call_user_func_array() /var/www/wordpress/wp-includes/plugin.php:403
    [10-Jul-2012 19:39:48] PHP 6. bp_core_setup_wizard_init() /var/www/wordpress/wp-includes/plugin.php:0
    [10-Jul-2012 19:39:48] PHP 7. BP_Core_Setup_Wizard->__construct() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php:1103
    [10-Jul-2012 19:39:48] PHP 8. BP_Core_Setup_Wizard->save() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php:45
    [10-Jul-2012 19:39:48] PHP 9. BP_Core_Setup_Wizard->step_db_update_save() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php:103
    [10-Jul-2012 19:39:48] PHP 10. bp_core_install() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php:771
    [10-Jul-2012 19:39:48] PHP 11. bp_core_install_notifications() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-update.php:1116
    [10-Jul-2012 19:39:48] PHP 12. bp_core_set_charset() /var/www/wordpress/wp-content/plugins/buddypress/bp-core/admin/bp-core-schema.php:20`

    Please help me! How can I fix this issue?

    #137091
    digibluez
    Member

    go to your current themes directory, open up functions.php
    add
    `
    register_sidebar(array(
    ‘name’ => __( ‘Sidebar2’ ),
    ‘id’ => ‘sidebar2’,
    ‘description’ => __( ‘Widgets in this area will be shown on sidebar2.’ ,’buddypress’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘


    ));

    Open up sidebar.php
    add after

    `
    go to wp-admin and add widgets in sidebar2, done
    you have to change the theme styles and html yourself though to make it work.

    for comments search the codex plugins db
    https://wordpress.org/extend/plugins/tags/comments
    that dose the job.

    Hello, sorry for the time it takes to answer. I was moving my wordpress server.

    I made the adjustments you suggested, but it shows these errors:

    In the header:
    http://www.sinaloagay.mx/members/admin/

    Parse error: syntax error, unexpected $ end in / home/content/99/9335499/html/SINALOAG-MX/wp-content/themes/metrolo/header-buddypress.php on line 201

    In the post:
    http://www.sinaloagay.mx/llama-pena-nieto-a-la-unidad-y-reitera-respeto-a-la-diversidad/

    Warning: Missing argument 2 for bp_modify_page_title () in / home/content/99/9335499/html/SINALOAG-MX/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 277

    Warning: Missing argument 3 for bp_modify_page_title () in / home/content/99/9335499/html/SINALOAG-MX/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 277

    #137078
    Roger Coathup
    Participant

    It’s sounds you need a developer to work on your general site build, rather than having specific BuddyPress questions.

    You can hire a developer by posting here: http://jobs.wordpress.net
    You can also try posting on the jobs board on this site: https://buddypress.org/community/groups/bp-jobs-board/

    #137075

    In reply to: How to disable this?

    modemlooper
    Moderator

    Do not ever download scripts that are not hosted on WordPress.org or at least have a good following and are well known. I even test plugins on a separate install before using live.

    #137070

    In reply to: How to disable this?

    meg@info
    Participant

    Hi @Hugo, you can check the plugin please, i hav’nt time to add it to wordpress repo.

    and you Mr @newpress, don’t throw accusations around like that ;).

    kraigg
    Participant

    Sorry, I’ve tried using bbPress 2.1, but it is not integrating well with my group forums and Buddypress 1.5 in general.

    What I’ve found:
    – Buddypress activity stream not updating when making bbPress forum posts
    – Creating a ‘new topic’ in bbPress doesn’t always work. Sometimes I get an error message that no forums exist for a particular group, but doesn’t give me the option of creating a new forum topic from the front-end. I have to go into the WordPress backend to create new topics.

    How I installed it:
    – Disable ‘Discussion Forums’ component from Buddypress setup
    – Uninstall ‘Group Forums’ from Buddypress forum setup
    – Delete the WordPress page (“My group forums”) I previously created and linked to Buddypress discussion forum to
    – Install bbPress 2.1 and activate

    Can you let me know if this looks correct?

    #137057
    dannyjimmy
    Member

    I’m also having this same issue.

    On a fresh install, (http://dsjprojects.com/buddypress) post comments are indeed logged into the activity stream.

    But on my main sites, (http://anawimcc.org, http://signsofsafetyusa.com/activity/) post comments aren’t logged in the activity stream. Not even after reverting to Default theme and disabling all plugins, and even updating to the most recent BuddyPress. Not sure what it could be…

    I don’t know what @r-a-y means by “setting my activity stream filter”. I’ve looked around a bit and not found a whole lot on this specific issue; This Thread seems to have a bit of good material but I think I’m in over my head a bit.

    Any help? Or, anyone having the same problem?

    Thanks much,

    Roger Coathup
    Participant

    This comment sounds like a general WordPress / User Role Editor plugin issue, and not anything to do with BuddyPress – Have you asked on their forums?

    #137038
    maggieymae
    Member

    I want to check these out. Thanks!

    Here are a few of my favorites…

    BuddyPress Profile Privacy – Users can hide different parts of their profiles… very cool.

    The following are not Buddypress but they seem very compatible so far.

    AG Custom Admin This is Dashboard Editor and you can control what your members see.
    I have cleaned up their dashboard – they no longer see the wordpress profile or the press this tool or other random plugin settings. You can do so much with this tool and completely customize the way the back end looks. I was amazed.

    User Role Editor – You can add new roles and give and take away specific powers. I have made a new role based on the Author role and gave the new role category powers. The site I am building is a family recipe site and I wanted to allow them to add their name as a category and also different cooking terms. This plugin is also a nice way to view every detail of the standard roles in WordPress.

    Search Everything – This plugin seems to help with searching… I wasn’t getting any results before installing but now everything comes up.

    #137032

    In reply to: Private profile fields

    valuser
    Participant

    In 1.6 beta 2 https://buddypress.org/2012/07/buddypress-1-6-beta-2/ there is a facility to restrict visibility of profile fields to —-> Anyone, Logged In Users or My Friends.

    In addition there is https://wordpress.org/extend/plugins/buddypress-profile-privacy/ for earlier versions of buddypress. This can restrict visibility of profile fields to —-> Everyone, My Friends, or Only Me

    Hi,
    Just installed wordpress.org.
    WP is up and running ok. Can change the two default themes ok.
    Installed buddypress.org ok, but when I go to activate the buddy press theme I get this message when I try and view my website with the buddy press theme activated.

    Fatal error: Call to undefined function bp_site_name() in appliancedigest.com/wp-content/plugins/buddypress/bp-themes/bp-default/header.php on line 27

    I have this on line 27.

    <h1 id="logo"><a href=&quot;" title=""></a></h1>

    Guessing I have to manually edit something, but I’m not sure what.

    Any help would be greatly appreciated.

    Thanks,

    #137022
    Paul Wong-Gibbs
    Keymaster

    Fact: BuddyPress does NOT copy the site administrator in on all emails that are sent out. So it’s something on your site.

    How are you creating user accounts? As usual, through WordPress, or do you have an LDAP integration or something exotic? Have you confirmed (by looking in the wp_users table) that the email addresses are actually different (not meant to be a stupid question)?

    I would ask how your host moved the database/site across, but you probably don’t have the details to hand. I asked because while I haven’t seen emails get messed up, I’ve seen site URLs and permalinks break. Does all regular WordPress content on the site seem to work?

    What company provide your hosting?

    #137020
    Paul Wong-Gibbs
    Keymaster

    Sharing user databases across multiple separate installs of WordPress can be complicated. I wouldn’t recommend for this purpose. I’m not sure BuddyPress even works in this configuration — it might, I’ve never tried.

    If you want to try, check out this section of the WordPress codex: https://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables

    #137019

    In reply to: Blank Buddypress pages

    Paul Wong-Gibbs
    Keymaster

    All you need is in that first line. Let’s break it down:

    PHP Fatal error: Uncaught exception ‘apiServiceException’ with message
    ‘Error calling https://www.googleapis.com/plus/v1/people/108328961616806242196/activities/public?maxResults=5&alt=

    json: (403) Daily Limit Exceeded. Please sign up’

    in /home/wolf/public_html/wp-content/plugins/google/lib/external/google/io/apiREST.php:99

    Going backwards, the error is coming from the wp-content/plugins/google/ plugin, and specifically the error returned is “Daily Limit Exceeded”. Looks like you need to sign up or otherwise increase your rate limit for whichever Google API you are using.
    Also, assuming this Google plugin is actually https://wordpress.org/extend/plugins/google/, you should be able to use WPMUDEV’s support forums if you need further assistance resolving this.

    #137014
    newpress
    Participant

    There are some wordpress poll plug ins. If your after surveys other than buddypress, go for free survey scripts

    dscj
    Member

    Hii there,I am new to buddypress.I have been using wordpress for a while.now i want to integrate buddypress with my native blog but i dont want my old theme to be changed.I want to use 2 different themes but at the same time I want users share same database that is users registers only once.

    I dont have wordpress multi site installed.I can afford to install buddypress on subdomain.
    here is my site http://www.ziddii.com

    For example I have installed amazon affiliate plugin which works within my site,share same database but use different theme.here is the link.

    http://www.ziddii.com/?aa-shopHome

    Exactly this thing i want to do with wordpress.
    Please tell me how to do it without enabling multisite

    any help will be appreciated

    #30362
    dscj
    Member

    Hii there,I am new to buddypress.I have been using wordpress for a while.now i want to integrate buddypress with my native blog but i dont want my old theme to be changed.I want to use 2 different themes but at the same time I want users share same database that is users registers only once.

    I dont have wordpress multi site installed.I can afford to install buddypress on subdomain.
    here is my site http://www.ziddii.com

    For example I have installed amazon affiliate plugin which works within my site,share same database but use different theme.here is the link.
    http://www.ziddii.com/?aa-shopHome

    Exactly this thing i want to do with wordpress.
    Please tell me how to do it without enabling multisite

    any help will be appreciated

    #136993
    olihaslam
    Participant

    Just a thought….

    Does WP/BP need to be installed in the root directory? It has been installed in a subdirectory i.e.
    mydomain.ac.uk/wordpress/
    The groups page is located at:
    mydomain.ac.uk/wordpress/index.php/groups/

    I’m doing this for my employer (a university) and I didn’t install WP/BP myself, I’ve just been given the job of configuring BP and populating with content.

    Thanks

Viewing 25 results - 17,651 through 17,675 (of 32,678 total)
Skip to toolbar