Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 19,026 through 19,050 (of 31,073 total)
  • Author
    Search Results
  • #112292
    alanchrishughes
    Participant

    Or are you/they planning on trying to sell it?

    #112291
    alanchrishughes
    Participant

    Could it be made available?

    #112284
    Paul Wong-Gibbs
    Keymaster

    Aaberg, you’ve replied to a thread which is 5 months old and which you do not state your problem. Please make a new post with full details so we can try to help, thanks.

    #112281
    Aaberg
    Member

    I have seen it in the dashboard, but not when i preview the site.

    #112269
    Paul Wong-Gibbs
    Keymaster

    No, it’s not available.

    #112266

    I need to know the same thing. There is a much shorter code to use to get the album images at http://zacharydenton.com/how-to-display-buddypress-album-images-anywhere/
    But there is no pagination to display more than the number defined per page on the first page.

    I have also tried the wp-pagenavi plugin, this didnt work either did the standard pagination from twentyten WP theme

    #112264
    Labworkz
    Member

    Hi i am having the same issue with replying to peoples post in activity…

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 693

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 694

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:142) in /home/xxxx/public_html/wp-includes/pluggable.php on line 695

    I have also downloaded the new file and checked for any whitespace and was unable to find any.

    #112238
    acustica
    Member

    I was having this same problem and posted a lengthy comment about it in the trac ticket mentioned above ( https://trac.buddypress.org/ticket/2647 ), but in the meantime, I developed a workaround that works on my site and doesn’t require modifying any core files (and will fix the problem in any BP component, not just with friend request emails).

    Just add the following function (a filter) to your theme’s functions.php file:
    `
    /**
    * Intercept bp_core_catch_no_access() when nothing is set to enable smart login page redirects
    * and prevent BP from just redirecting the user to the homepage
    *
    * @param string $found_template The result of locate_template() call
    * @param mixed $templates Not sure what it’s for, but it’s generally bool false
    */
    function yourtheme_load_template_filter( $found_template, $templates ) {
    if ( ! $templates && empty( $found_template ) ) {
    // just set it as default theme file so that file_exists() returns true
    $found_template = get_stylesheet_directory() . ‘/index.php’;
    }
    return $found_template;
    }
    add_filter( ‘bp_located_template’, ‘yourtheme_load_template_filter’, 11, 2 );
    `

    It’s not a good permanent solution, but I haven’t noticed it affecting anything else (including BP 404s) on my site, and it leaves your BP install happily untouched. If the issue is fixed in the future, of course, I would highly recommend removing this fix, but as far as I can tell, it’s harmless, and certainly makes your site far more usable.

    #112236
    @mercime
    Participant

    == I have no link to the groups directory anywhere except in the “create group” area. ==

    Are you using a custom theme? Because there should be a Groups directory link in bp-default theme. Plus, there is a Groups link in your BP admin bar unless you’ve disabled it.

    #112216
    qasimabbasi
    Member

    Thanks for the reply,

    I am working on localhost so unable to send you link.
    I have tried to install buddypress in seperate wordpress installation where i used bp default theme but i have same problem. After installation i have changed the permalink other than default but at frontend no link was working for example http://localhost/buddy/members/ .Then i modify the header file and place index.php e.g http://localhost/buddy/index.php/members/ now header links are working but when i try to view the member profile on members listing page nothing happen same is the case when i am trying to view the activity of that member .

    Secondly friend request has received but i can’t view that page so that i respond to that friend request.
    Thanks again and waiting for your reply.

    thanks

    #112195
    Bowe
    Participant

    Disabling the Ajax functionality for the main stream would be a bad idea.. it would kill the activity stream.. not sure if it’s even possible. What type of problems do you have with Ajax? Could be plugin related (JS conflict). Also what theme are you using?

    #112192
    Bowe
    Participant

    Mmmm weird.. BuddyPress and WordPress SEO just work fine both enabled. The trick I posted is to offer full compatibility for WP SEO URL rewriting. If you get completely blank BuddyPress pages something is really messed up. I did not know Hybrid worked with BuddyPress but I think the error is to be found there. Try enabling BuddyPress and WP SEO and switch to the default buddypress theme. If it still gives you empty pages then reinstall both WP SEO and BP. :-)

    #112191
    dinoraptor101
    Participant

    ok here’s the EASIEST WAY EVER =_= Totally for noobs!

    This does need a child theme, but you can still put it in stead of the bp-defaults.

    1 – open your file …./wp-content/plugins/buddypress/bp-themes/bp-defaults/
    2 – rename “sidebar.php” to “sidebar_bkp.php” ( to revert in case of errors)
    3 – download this file ( http://dinoraptor101/com/swso/bp_nologin_sidebar.php.zip )
    4 – extract the php file and upload it to the directory above
    5 – rename the file you uploaded to “sidebar.php”

    DONE!

    Paul Wong-Gibbs
    Keymaster

    There are two posts, the sitewide tags plugin copies the post onto that designated blog, so it’s working properly, although not the way you want it.

    Something like this might work, but I’m not sure where best to put it. Try testing it in your theme’s functions.php for now (easiest):

    `
    global $wpdb;
    if ( (int)$wpdb->blogid == (int)$bp->site_options )
    remove_action( ‘save_post’, ‘bp_blogs_record_post’, 10, 2 );
    `

    #112153
    JamieWade
    Member

    @mercime Hmm, I deactivated all the plugins, but still didn’t work. The problem is, that the person who made my theme hasn’t been active on here for over a year, so I think its unlikely I can get into contact with him :/

    #112142
    @mercime
    Participant

    == Everything is working fine except the member profile page view.Members listing are ok but when i am trying to view the member profile it redirect me to same page mean member listing page.==

    There are missing files in your installation. Deactivate all plugins except BuddyPress and change to bp-default theme, and see if the issue is corrected. If so, then it could be that if you’re using a WP theme and installed BP Template Pack, but not all BP template files were transferred to your active WP theme. Go to theme folder in server and check if these 13 files in 6 different folders have been transferred
    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates

    #112140

    In reply to: Can’t leave group

    @mercime
    Participant

    @dains it would be better
    – if you posted what BP/WP versions you’re using,
    – if you have deactivated all plugins and changed to bp-default theme already,
    – if that Site Admin is lone group admin
    – and other pertinent information.

    #112112
    sailorcap
    Member

    Do I need to install another map-plugin in addition to the BP maps 0.3? Or does the “BP maps” include the google maps?
    I have tried to install it with the standard BP theme and tried different WP (BP) sites I have.

    #112100
    Alan
    Member

    Hi, this is really simple to build.

    1. you need to have post thumbnail for each video post that you add. https://codex.wordpress.org/Function_Reference/the_post_thumbnail
    2. you can then create a category with an name for example ” hip hop “. http://www.youtube.com/results?search_query=how+to+add+categories+wordpress&aq=0m&oq=add+categories+word
    3. every time you add a hip hop video post, you need to select the hip hop as category for that post.

    now you need to modify you’r archive.php file so that it accepts post thumbnails,here is an example ….

    
    <div id="content">
    <div class="padder">
    
    <div class="page" id="blog-archives">
    <h3 class="my-title"></h3>
    
    <div class=&quot;post&quot; id=&quot;post-">
    <div class="post-content">
    
    <?php
    if (
    function_exists('the_post_thumbnail') &&
    current_theme_supports("post-thumbnails") &&
    has_post_thumbnail()
    ) :
    ?>
    <a href=&quot;" title="">
    </a>
    
    <h2 class="posttitle"><a href=&quot;" rel="bookmark" title=" "></a></h2>
    
    </div>
    
    </div>
    
    <h2 class="center"></h2>
    
    </div>
    <div id="clear"></div>
    <div class="navigation">
    
    <div class="alignright"></div>
    <div class="alignleft"></div>
    
    </div>
    
    </div><!-- .padder -->
    </div><!-- #content -->

    now all you need to do is style it and create a link that links to your category,in your case it would be something like http://www.yoursite.com/category/hip-hop

    I hope this helps.Sorry but I really don’t have much time at this moment to go into details,I’m working on a brand new community for lovethistune,soon as I finish it then I’ll post this theme with the theme framework that I’m also currently working on for download at http://www.uloga.net

    LTT’S Current theme is for BP testing only.

    #112098
    dains
    Participant

    There’s a related method in this link for setting the Forums tab to default in Groups, maybe this will help.

    http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/#comment-42

    dains
    Participant

    Also, let me throw this link in here as references as to how to configure the existing tabs on groups and profiles (reorder, rename, remove):

    http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress

    #112077
    pcwriter
    Participant

    Once you’ve been inspired :-) , you can also check out some themes that are really easy to customize. Like Custom Community (free and premium versions) http://www.custom-community.themekraft.com/ or my very own BuddyLite (freebie) or BuddyBuilder (premium) http://buddylite.com/

    #112076

    In reply to: No signup button.

    7918760
    Inactive

    Should be in your theme folder. There is only one functions.php in your theme.

    #112062
    ChevignoN
    Member

    Idem.

    I need the P2 theme with buddypress …

    Can’t find on the internet, google is not my best friend for this search.

    ChevignoN
    Member

    Same problem, plugin dowloaded today (11/05/2011)

    Fatal error: Call to undefined function bp_core_is_multisite() in D:Profiles**************Mes documentswampwwwBLOG-plateforme-testinside-ajilonwordpresswp-contentpluginsbp-template-packbp-template-pack.php on line 188
    Call Stack
    # Time Memory Function Location
    1 0.0035 487016 {main}( ) ..themes.php:0
    2 0.0063 581584 require_once( ‘D:Profiles**********Mes documentswampwwwBLOG-plateforme-testinside-ajilonwordpresswp-adminadmin.php’ ) ..themes.php:10
    3 0.8287 27249824 do_action( ) ..admin.php:151
    4 0.8287 27250728 call_user_func_array ( ) ..plugin.php:395
    5 0.8287 27250744 bp_tpack_theme_menu( )

Viewing 25 results - 19,026 through 19,050 (of 31,073 total)
Skip to toolbar