Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 28,226 through 28,250 (of 31,072 total)
  • Author
    Search Results
  • Burt Adsit
    Participant

    The css can be modified to fit your theme /bpcontents/css/structure.css

    alunsina
    Participant

    hi!

    just one question, on the third column of the members theme the the tags are, it pushes the avatar and does not show the whole avatar picture.

    like this:

    http://upd8t.com/members/admin/

    anything i can do to fix that? thanks!

    #49536
    Laura J
    Participant

    However, you can work around by duplicating the BP Member Theme folder (/bptheme) into /wpcontent/themes. You don’t need to do anything else, but this should populate the list for you allowing you to save the member theme.

    Thanks DJPaul. I did this, and it does indeed put the BP themes into the Admin area so that I can activate them, and then when I go into the BP settings, I can now choose the skeleton or default BP theme and save those settings.

    BUT…when I try to access any part of BP, it still gives me the same error.

    I guess I’ll go try to upgrade to 1.0.3

    I forgot to mention in my previous post that when I first activated BP, I received an error that said the plugin couldn’t be activated because it triggered a fatal error, but yet it IS installed and it does show up in my plugin list. Weird.

    Graeme
    Participant

    I have finally been able to duplicate the installation.

    Here’s a relatively complete set of steps for guidance. This took me several hours to prepare and it can be easy to make a stupid error along the way. Just take it slow.

    These steps are for WordPress MU 2.8.1, bbPress 1.0.1 and buddyPress 1.0.3.

    1. Download and install WordPress MU 2.8.1

    2. Install the “bbPress Integration” plugin version 1.0 via the “Plugins” -> “Add New” menu of your wordpress mu installation.

    In the search box enter ‘bbPress Integration” and click “Search Plugins”.

    Click the “Install” link for the “bbPress Integration” version 1.0 plugin.

    Click the orange “Install Now” button.

    Click the “Activate Plugin” link.

    3. Download and install bbPress 1.0.1 in a sub-directory of your wordpress installation.

    I chose the sub-directory “/forums/”.

    4. Load up the bbPress installation script by going to http://<yourdomain>/forums/

    5. Click “Go to step 1”.

    6. Enter the database name, database user and database password that you used for your wordpress installation.

    You will not usually need to click “Show advanced settings”.

    7. Click “Save database configuration file”.

    You should see a message “Your settings have been saved to the file bb-config.php. You can now continue to the next step.”

    8. Click “Go to step 2”.

    9. Next you add the integration settings. This is the important part!

    – click “Add integration settings”

    – click “Add cookie integration settings”

    – you will be presented with a list of eight text entry fields

    – the first two are for your wordpress and blog url. For each of these enter your exact urls. I just used the same value for each. They need to commence with http://

    – for all the cookie values just enter “COMMENT OUT”. These will become reference points in the bbpress config file for later.

    10. Click “Add user database integration settings”. This step is also important!

    Leave the existing value in the “User database table prefix” field.

    Enter the WordPress Primary blog id value “1” – THIS IS IMPORTANT.

    11. Click “Save WordPress integration settings”

    If all is well you should see this message.

    Your WordPress integration cookie and database settings have been successfully validated. They will be saved after the next step.

    Once you have finished installing, you should visit the WordPress integration section of the bbPress admin area for further options and integration instructions, including user mapping and the correct cookie settings to add to your WordPress configuration file.

    12. Click “Go to step 3”.

    – enter your site name

    – enter your site url. I entered the url to the forums including the http://

    e.g. http://bp.dev/forums/

    – select the “admin” user for your wordpress installation

    – enter a name for your first forum e.g. “Announcements”

    13. Click the “Save site settings” button

    14. Click the “Complete the installation” button

    15. You should see a screen indicating installation has completed.

    – click the “Show installation messages” option. Scroll through and see of any errors are reported.

    16. At this point you should be able to login to your bbpress installation with your wordpress admin username and password.

    17. Login to bbPress

    18. Click the “Admin” link to go to the admin screen

    19. Go to “Settings” -> “Writing” and enable XML-RPC publishing protocol (this is needed by buddyPress)

    20. Go to “Settings” -> “Discussion” and enable pingbacks (I think this is needed by buddyPress ….?)

    21. Go to “Users”

    22. Go to “Settings” -> “WordPress Integration”

    Set the mapping of bbPress roles to WordPress users roles

    For the WordPress Administrator role select “bbPress Key Master”.

    For all the others select “bbPress Member”.

    Click “Save Changes”

    23. Login to WordPress MU as the admin.

    24. Go to “Plugins -> Add New”

    25. Enter “bbPress Integration” and click “Search Plugins”.

    – you should see “bbPress Integration” 1.0 listed

    – click “install”

    – click the orange “Install Now” button

    – click “Acrivate Plugin”

    26. Go to “Settings” -> “bbPress Integration”

    Ensure there is a full url for the bbPress forums entered.

    Select WordPress type “WordPress MU”

    Click “Save Changes”

    Copy the values listed in the dark grey box at the bottom of your page into your clipboard. There will be four lines that look something like this:

    define( ‘COOKIEHASH’, ‘da4672dda66fd60a6b80e420d32ef26c’ );

    define( ‘COOKIE_DOMAIN’, ‘.bp.dev’ );

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    Don’t worry – these values will be different for your installation.

    Open wp-config.php in an editor and insert these lines immediately after the opening “<?php” line.

    Whilst you have wp-config.php open, copy the authentication keys to your clipboard. They look like this:

    define(‘AUTH_KEY’, ‘800345c011dfad9261cedec0a3d914ffa1b40d67b23b66e4809797ce728f0b80’);

    define(‘SECURE_AUTH_KEY’, ‘5d6d3f657c9fb496e3f5488044fc174c238554a1b5347eb633ea8baecf0dcc7c’);

    define(‘LOGGED_IN_KEY’, ‘6749832494719d8217e06c233326cb86da9ec040b16f705156660e1642a5f0e8’);

    define(‘NONCE_KEY’, ’87a5b149e95e0a13020541040353548eaf65b68452be91c685e96a7fbab685bc’);

    define(‘AUTH_SALT’, ‘8ff197cc15f311c975bd14ce131e7872eb390706bd316f72435c081836d14f34’);

    define(‘LOGGED_IN_SALT’, ‘642683992ae38da46082bf9850ab90273deb7d5d1034baf80a3fd32871b5e04a’);

    define(‘SECURE_AUTH_SALT’, ‘7c066b9c14bd558737b74b76c77f928e3612935832a6a47bd70842e118c947fa’);

    They will be different for your installation.

    Save wp-config.php

    27. Open bb-config.php

    Find the lines containing the Authentication Unique Keys. They will have the values “COMMENT OUT” if you followed the instructions above. Comment these lines out!

    Insert the lines from your clipboard into bb-config.php below the lines you commented out.

    You need to edit each line you inserted and prefix the name of each constant with “BB_”

    After doing that, the lines will be something like:

    define(‘BB_AUTH_KEY’, ‘800345c011dfad9261cedec0a3d914ffa1b40d67b23b66e4809797ce728f0b80’);

    define(‘BB_SECURE_AUTH_KEY’, ‘5d6d3f657c9fb496e3f5488044fc174c238554a1b5347eb633ea8baecf0dcc7c’);

    define(‘BB_LOGGED_IN_KEY’, ‘6749832494719d8217e06c233326cb86da9ec040b16f705156660e1642a5f0e8’);

    define(‘BB_NONCE_KEY’, ’87a5b149e95e0a13020541040353548eaf65b68452be91c685e96a7fbab685bc’);

    define(‘BB_AUTH_SALT’, ‘8ff197cc15f311c975bd14ce131e7872eb390706bd316f72435c081836d14f34’);

    define(‘BB_LOGGED_IN_SALT’, ‘642683992ae38da46082bf9850ab90273deb7d5d1034baf80a3fd32871b5e04a’);

    define(‘BB_SECURE_AUTH_SALT’, ‘7c066b9c14bd558737b74b76c77f928e3612935832a6a47bd70842e118c947fa’);

    Save the file and exit.

    28. Clear cookies and Refresh for your domain. In Firefox you can clear cookies for a specific domain pattern.

    29. Login to your wordpress installation as the wordpress admin user.

    30. Assuming you managed to follow the setps above, If you go to your bbPress page you should find that you are logged in!

    31. From WordPress Admin go to “Plugins” -> “Add New”

    – in the search box enter “BuddyPress” and click “Search Plugins”

    – find BuddyPress 1.0.3 in the list

    – click “Install”

    – click the orange “Install Now” button

    – click “Activate Plugin”

    32. BuddyPress is now installed. Follow the BuddyPress instructions for installing the themes to the correct locations and activate them.

    33. In wp-admin go to “BuddyPress” -> “Component Setup” and check that the “bbPress Forums” component is enabled.

    34. In wp-admin go tp “BuddyPress” -> “Forums Setup”

    – ensure that the URL for the forums is entered

    – ensure that the bbPress username and password details have been setup

    – click “Save Settings”

    35. Create a group with option selected for a forum.

    36. Check that you can post topics in the group forum!

    37. Take a break!

    #49533
    schaeffer
    Participant

    I found the php.ini installation for my slicehost account at /etc/php5/apache/, and changed the 16M allocation to 48M to 96M, and still got a fatal memory error on plugin installation. I discovered this thread, and defined the wp_memory_limit to be 96M as well, and the plugins loaded. Now to sort through the themes issue since the default MU homepage is not a bp theme. From a new user standpoint, it seems like more attention needs to be directed towards the wp-config.php file when updating a buddypress or any install.

    #49510
    danbpfr
    Participant

    wpmu 2.8.1

    bp 1.0.3 trunk version

    bbpress 1.0.1

    here is my bug list. I read the trac message mentionned above and made my own change. Anyway all i listed here is already not working.

    I suggest you go to the site and terst yourself (it’s a test site straigth out of the box)

    May this help.

    Group page – main content

    http://buddypress-fr.net/bpdemo/groups/groupe-de-tests/home/

    Topic list is showing well.

    This is a link from one of the topic. When click on it, it brings me to the homepage.

    http://buddypress-fr.net/bpdemo/groups/groupe-de-tests/forum/topic/25

    Same thing with the “view all topics” link

    http://buddypress-fr.net/bpdemo/groups/groupe-de-tests/forum

    Group page – Forum button

    http://buddypress-fr.net/bpdemo/groups/groupe-de-tests/group-forum/

    Menu is ok, but when i click on “forum”, the right col “main content” becames blank.

    The admin bar disapear also

    Group page – Wire

    http://buddypress-fr.net/bpdemo/groups/groupe-de-tests/group-wire/

    “view all” brings me to the homepage

    Group page – create a group

    http://buddypress-fr.net/bpdemo/members/admin/groups/create/step/group-details

    The 4 menu options (details, settings,…)in maincontent are no more translated

    After the group is created, when i go to the new group admin, the options are translated.

    on step 2, the forum option is deactivated.

    The permanent warning message about configuration is not necessary for ordinary user, because they can’t never install bbPress, even if they are blog admin or there own group forum master.

    Anyway, this means to create a group first, then finish the whole register process, saving and to come back to the group to activate the forum. Not sure if this is a bug, but it’s anoying.

    Once the group is created, the forum option is not appearing at all.

    Group page – wire

    unable to create a message. When posting, i flip to the homepage without any error message.

    Group page – change group avatar

    This is impossible ! I load a new image, loader is turning a little, and… nothing happens.

    *****

    I uploaded the 1.0.3 latest release version and changed the whole bp-theme/group folder from trunk to latest release.

    Now, i can change group avatar.

    Also, can you explain me the difference between the two folder, the trunk version has a very different content.

    #49508
    Kunal17
    Participant

    Mohit,

    Not sure what a fisheye menu is but I know I would really benefit from a tutorial to easily convert the default BP home theme nav bar into a drop down one. I am running out of nav bar space with all the new components being released and need to move some out of the top level into drop down.

    I look forward to your tutorial for the sliding sign in menu too. Have you got it to work properly with the BP signin component?

    #49504
    alunsina
    Participant

    Thanks Mohit.

    Upgrading to 1.0.3 took care of it.

    #49503
    Mohit Kumar
    Participant

    are your member themes in bpthemes folder?

    A buddypress themes consists of two parts

    member theme – you put it in – /wp-content/bp-themes/

    home theme – you put it in -/wp-content/themes/

    please check it

    #49502
    alunsina
    Participant

    aww, theres already 1.0.3.

    :P

    #49493

    In reply to: BuddyBar for bbPress

    nicholaszen
    Participant

    @Rohan: Nope, that trick didn’t work.. :(

    But if I delete the following from the bb-config file the site shows up again:

    if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {

    define( ‘WP_USE_THEMES’, false );

    include_once( ‘my/domain/wp-blog-header.php’ );

    header( “HTTP/1.1 200 OK” );

    header( “Status: 200 All rosy” );

    }

    Jason Giedymin
    Participant

    Looks like when the jquery post() is run, wpmu/bp looks at the location and pulls the corresponding theme locations from the backend based on ‘ajaxurl’ (one of args to post).

    When I alter the ajax url to ‘http://example.com/groups&#8217; from htttp://example.com’ it works propertly.

    Now I have to find out why ajaxurl is being written without ‘groups’.

    Jason Giedymin
    Participant

    • ‘myspecialtheme’ is the theme being used on wpmu.
    • I find it wierd that it’s trying to look for ‘/var/www/vhosts/example.com/htdocs/wp-content/themes/myspecialtheme/directories/groups/groups-loop.php’.
    • ‘group-loop.php’ is actually in ‘bpmember’ not in themes.

    I just have to find out why it’s trying to look there…

    Jason Giedymin
    Participant

    Here is the stack trace (while I’m debugging this thing) if anyone wants to see: (some private info stripped)

    ( ! ) Warning: require_once(/var/www/vhosts/example.com/htdocs/wp-content/themes/myspecialtheme/directories/groups/groups-loop.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/example.com/htdocs/wp-includes/theme.php on line 843

    Call Stack

    # Time Memory Function Location

    1. 0.0002 58868 {main}( ) ../index.php:0
    2. 0.0002 59300 require( ‘/var/www/vhosts/example.com/htdocs/wp-blog-header.php’ ) ../index.php:17
    3. 0.0003 60296 require_once( ‘/var/www/vhosts/example.com/htdocs/wp-load.php’ ) ../wp-blog-header.php:19
    4. 0.0004 60884 require_once( ‘/var/www/vhosts/example.com/htdocs/wp-config.php’ ) ../wp-load.php:30
    5. 0.0006 62376 require_once( ‘/var/www/vhosts/example.com/htdocs/wp-settings.php’ ) ../wp-config.php:122
    6. 0.0833 2258120 do_action( ) ../wp-settings.php:787
    7. 0.0960 2447636 call_user_func_array ( ) ../plugin.php:339
    8. 0.0960 2447636 bp_core_add_ajax_hook( ) ../plugin.php:0
    9. 0.0960 2447636 do_action( ) ../bp-core-ajax.php:4
    10. 0.0961 2447636 call_user_func_array ( ) ../plugin.php:339
    11. 0.0961 2447636 bp_core_ajax_directory_groups( ) ../plugin.php:0
    12. 0.0963 2448372 load_template( ) ../bp-groups-ajax.php:215

    Mohit Kumar
    Participant

    Hey , Thanks to R-A-Y. i have modified the code snippet for sliding panel script based on jquery. I need help to test and to Improve (possible convert into a plugin) the sliding panel script for bphome and bpmember themes.

    I will integrate it with this my current buddypress installation tomorrow so you can see the demo.

    Thanks

    Paul Wong-Gibbs
    Keymaster

    This is also not a BuddyPress-related question and you’d have been better of taking it to the WordPress forum and searching for similar topics.

    Rohan Kapoor
    Participant

    There are two real ways to do this.

    1. You can copy the theme multiple times, and then open the .css file inside the theme. In there you can change the name at the very top which will allow you to have it be a little different. Then you should make your changes to that copy as well as make a new screenshot.png.

    2. You can keep the original theme and make some “child” themes based off of it.

    Rohan Kapoor
    Participant

    Generally, the White Screen of Death seems to be implying a problem with the theme or the plugin. Check that you have COPIED THE THEMES NOT MOVED THEM!

    #49467

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @Mohit Kumar: I know this has to do with cookie integration but I have found that sometimes the buddybar doesn’t work if this code isn’t in your bb-config.php file if you are using WPMU 2.7.1:

    //WordPress MU Cookie Integration
    define( 'WP_AUTH_COOKIE_VERSION', 1 );

    If you could also post you WPMU wp-config.php file without the passwords and usernames it would be helpful as well.

    @Nicholaszen: When I made that upgrade, I ended up having the same problem. I moved all of the plugins from /my-plugins/ to /bb-plugins/ and the themes from /my-themes/ to /bb-themes/. That managed to reset the site enough so that I could access the forum’s admin and from there I could re-activate the theme. Try that and let us know.

    #49461

    In reply to: BuddyBar for bbPress

    Rohan Kapoor
    Participant

    @Nicholaszen: see if you can get to /bb-admin/ if you can, then the chances are that the theme files got corruputed.. Just have it change the theme.

    #49460

    I did move bp-themes to themes etc.. I will experiment a bit more,

    Yeah, DON’T MOVE the folders! COPY the folders.

    Copy, copy, copy!

    #49459
    kriskl
    Participant

    Hi

    Yes, I still have this error with BP 1.03

    I did move bp-themes to themes etc.. I will experiment a bit more,

    My guess it, maybe BBPress is corrupting something :(

    Greg
    Participant

    Like many things, this wasn’t as hard as I initially thought it would be. I replaced “xprofile_edit()” with my own version “_xprofile_edit()” that I put in functions.php.

    I removed all html output from the new function and put it in a variable instead. This way I could call my “_xprofile_edit()” before the header in /profile/edit.php (in the member theme) and use “wp_redirect( $bp->loggedin_user->domain )” to send the user back to the profile page if their input was valid.

    My new function returns the html markup for the form, which is rendered where the theme previously called “bp_edit_profile_form()”.

    My one slight concern is that I had to change the call to “wp_nonce_field()” in the function. I can’t allow it to echo anything, since this code is run before the header, so I set the last parameter of “wp_nonce_field()” to $echo = false. I understand the nonce in principle, but I’m not quite sure what this echo was achieving in the first place, so there is a chance that I have removed something that was important for security.

    Any thoughts on that would be appreciated.

    #49438

    In reply to: Search bar

    bpisimone
    Participant

    I’d like to exactly replicate the steps above and slightly modify the bp-search.

    Where do I keep the local copy and how do I correctly call it from the theme? Any thoughts are appreciated!

    #49437

    Did you copy the folders from “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/”? If so and you’re still seeing the error, you should either upgrade to BuddyPress 1.0.3 (just came out) or COPY (not move) the bp-themes folders into “/wp-content/themes/” – There’s a bug in BP1.0.2/WPMU2.8.1

Viewing 25 results - 28,226 through 28,250 (of 31,072 total)
Skip to toolbar