Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 11,901 through 11,925 (of 22,644 total)
  • Author
    Search Results
  • #137179
    @mercime
    Participant

    @jomjom No wonder the instructions for compatibility for instyle theme last year was not working for you, the code from instyle’s page.php from last year has changed a lot (see http://pastebin.com/1PcjiXK9 from original poster)

    Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your instyle theme folder in server during the compatibility process.

    Since you’ve revised the BP template files, replace all of them for a clean slate by deleting the 6 BP folders transferred to your theme’s folder in server during the compatibility process -> /activity, /blogs, /forums, /groups, /members, and /registration – then re-run dashboard Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <?php if (get_option('instyle_integration_single_top') ” && get_option(‘instyle_integrate_singletop_enable’) == ‘on’) echo(get_option(‘instyle_integration_single_top’)); ?>

    `

    Save files.

    #137167

    In reply to: front page

    Tammie Lister
    Moderator

    You can do a user check in the template file if you want using this: https://codex.wordpress.org/Function_Reference/is_user_logged_in

    Maybe that would be a good starting point for you?

    Adding a sidebar would require you to change the width of the content div and then also add in another get_sidebar call. https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-default-theme-12-add-more-sidebar-column/ is a good starting point.

    As for changing the header – do you just want to change the header or the entire content area as it’s set to the full width of the site?

    #137156
    Roger Coathup
    Participant

    I take it you used a developer to develop the code to auto generate the usernames from the email address… what does the developer say about this problem?

    On the face of it, it looks like they are applying some hashing algorithm to the email address to generate the username.

    Love it or like it, you should be aware that usernames in addition to email addresses are a fairly fundamental feature of WordPress — attempting to bypass the need for both can lead to issues, e.g. using a raw email address for username, would lead to strange urls for the member profile pages in BuddyPress.

    #137139

    In reply to: Play around!

    Hugo Ashmore
    Participant

    @newpress why on earth have you posted this site here? This is a forum for Buddypress this app you are trying to promote is not even WordPress based, and thus entirely inappropriate to posts here, please do not do so again.

    If you do not want people messing around too much then really you should think about posting an admin loggin on a public forum. I feel you haven’t learnt much from the other post where you blindly downloaded a script and uploaded to your live site? If your Host is troubled then it is firmly your responsibility and you must think about that before leaving links like this.

    I am removing the link as not appropriate to this forum.

    #137123
    @mercime
    Participant

    @dailyblog https://wordpress.org/extend/plugins/gd-bbpress-attachments/ for bbPress 2.+ plugin aka Sitewide Forums.

    There’s no updated plugin for the BP Group Forums.

    @mercime
    Participant

    @lakhlu late as this may be … Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your collection theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <div id="post-” >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `, AND move tag and title to above `

    `. Just watch out when you do this in the /activity/index.php page.

    Save files.

    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.

    #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

    #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

Viewing 25 results - 11,901 through 11,925 (of 22,644 total)
Skip to toolbar