Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,351 through 30,375 (of 31,073 total)
  • Author
    Search Results
  • #38257
    Adam W. Warner
    Participant

    Hi Guys,

    I think I’m in the same boat here, but a tad different. When I send a request, it changes to “friend requested”, but when the friend clicks the “accept friend request” from the email, he is presented with the screenshot below.

    I upgraded to 1.0 RC-1 when it became available and just added a user as a friend. Upon him replying to the request (accepting my friend request), was presented with the “are you sure you want to do this” message and that’s where things stopped. Here is a screenshot.

    I will make sure all theme files are updated per Andy’s suggestion and see if that makes a difference in my case.

    Mac, FF.

    #38248
    Andy Peatling
    Keymaster

    The only reason I can think of why this would fail is if you have not upgraded the themes and all JS files. That would mean you are not passing the security nonce and it will not return a valid result. You said you have upgraded everything, including themes, so that doesn’t make any sense.

    #38242
    cdutoit
    Participant

    I have triple checked this – yesterday after upgrading and it didnt work, I decided to actually delete all the old BP files and dropped the tables from the DB too. I just confirmed that all the BP files have an update date/time from when I uploaded them yesterday.

    Regarding tabber…thats just a CSS file I had wanted to use. The problem occurred before I had used it, but to be safe I took it out again.

    I have also now removed all other WPMU plug-ins I had installed. At this point its a WPMU install with BP and a download of 90 additional themes.

    Burtadsit – I could give you cpanel and FTP access to that server if you’d like to scratch around – I feel almost bad for offering since you’re spending so much time on this.

    Just not sure what could be causing this.

    #38239

    In reply to: Something I did wrong?

    terryjsmith
    Participant

    You should have the following folders:

    /wp-content/member-themes

    /wp-content/themes/buddypress-home

    Both of those will come from the mu-plugins/buddypress-theme directory.

    Hope this helps,

    Terry

    #38238
    Burt Adsit
    Participant

    I can’t reproduce this and I can’t seem to find a reason why it would fail. You two sure you upgraded *everything* member theme, home theme, recursively all the directories in /mu-plugins where bp lives?

    What plugins are you running other than bp?

    cdutoit, what is ‘tabber’?

    #38233
    fishbowl81
    Participant

    I have written a general forum plugin, which takes the group forum plugin, and initialize it to a second bbpress install, which is a general forums. It is very rough, and needs some work before I might release it. It has the advantage over doing a bbpress theme, that is uses the buddypress theme. The downside is it uses the xmlrpc for all communication to the bbpress install.

    You can see it here, I’m waiting for a ticket I opened in trac for the error to go away, but you get an idea how it works:

    http://gorgeousgamers.com/beta/forums/

    Enjoy,

    Brad

    #38231
    Burt Adsit
    Participant

    It works in the member theme but not in the group directory.

    #38222

    In reply to: Something I did wrong?

    konfuzed81
    Member

    I followed all the steps in the read me file that was in the themes folder.

    What folder should the theme be placed in?

    Can someone provide a folder structure diagram of some sort?

    Thanks guys

    jolaus
    Participant

    I have updated to the trunk r-1131 but is still happening the same; no CSS loads on my Buddypress Home page. The updating process is very simple (just deleting old fields and upload new ones) so I think is something very strange what is happening to me.

    I’ve also noticed that in the Themes Settings section of WPMU it doesn’t show the BuddyPrees Home screenshot properly but the screenshot.png file is in the theme folder.

    It would very important for me to use BuddyPrees in basque. I would like to use it (you can take a look at http://jakintzazu.net ) with my school community, teachers, students and parents too but I need to configure it in basque.

    Any help would be appreciated. Thanks!

    #38217
    Frumph
    Participant

    Yeah I got the members-directory.php set on my theme, was just wondering if those were the only 3 .. cause that would be k-rad if we could do that for all the members pages =) but again wishful thinking

    I’m just the type that would rather have one theme and css handle everything.

    #38215
    Andy Peatling
    Keymaster

    Basically, if you add a file called members-directory.php in your blog/home theme it will override the directory with whatever you put in that file. Same for blogs-directory.php and groups-directory.php.

    You will see examples of this on the new BuddyPress site when it launches.

    #38208
    Burt Adsit
    Participant

    IE, FF, Safari? What environments are you running in? Windows, linux. Subdomain or subdirectory installs of wpmu. Were you running bp previously and this is an upgrade to RC-1? If so did you update the member theme?

    #38205
    alunsina
    Participant

    can you also point me to where i can copy it (sitewide activity or latest blog post so i can replace the blog posts when using a different theme for the home page?

    thanks.

    #38198
    ozpoker
    Participant

    Don’t worry – gunna code them all in myself.

    Anyone aware of any premade buddypress &/or bbpress themes or csss styles?

    #38196
    ozpoker
    Participant

    just looking in to the header – it doesn’t appear as it is not called :

    <ul id="nav">
    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

    <?php if ( function_exists( 'groups_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php do_action( 'bp_nav_items' ); ?>
    </ul>

    Is that an error in the current theme ?

    #38195
    ozpoker
    Participant

    I just don’t have the forum tab available in the bp home or memebr themes – I have :

    Home

    Blog

    Members

    Groups

    Blogs

    No forum

    #38191
    Burt Adsit
    Participant

    Howdy. You can access the bp group forums from Groups > My Groups > <pick a group> > Forums. The bbpress theme doesn’t get changed by doing user integration with wpmu.

    It sounds like you have one more step to take and that is to configure bp group forums. That is detailed in the file /mu-plugins/bp-forums/installation-readme.txt

    There is also an extremely helpful topic by Trent located here: https://buddypress.org/forums/topic.php?id=471

    #38184

    In reply to: Buddy Press themes

    mimik
    Member

    Ok this might sound strange but delete the original home theme then put the BP-home theme in your themes directory. this is what i did and it worked perfectly

    #38176

    In reply to: Wire as Blog

    nicolagreco
    Participant

    as i said, i made that same think you’v planned to do :D

    not using wires but integrating buddypress membertheme with wordpress loops

    #38175
    tridian
    Participant

    Hello johnjamesjacoby and thanks very much for your reply. Unfortunately I grabbed the new functions.php and placed it into my buddypress-home theme folder and I still have the same issue. (Again, just to test after this did not work, I tried the functions.php from my older template and it worked just fine). Just as a background, this install is from the latest RC1 combo download. Is there anything else I can tell you about my configuration to help with this? Thanks again very much for your time

    #38174

    In reply to: Something I did wrong?

    Andy Peatling
    Keymaster

    According to the error you don’t have the default member theme in the correct location.

    #38148

    In reply to: Buddy Press themes

    Andy Peatling
    Keymaster

    Check the permissions on your CSS and JS, it should be 644.

    #38147

    In reply to: Buddy Press themes

    modemlooper
    Moderator

    I am having the same problem. The site seems to not be loading the style sheets and I tried to change permission to 644 but it is denied.

    benny148148
    Participant

    Thanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.

    Thanks

    Trent Adams
    Participant

    Not sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.

    Trent

Viewing 25 results - 30,351 through 30,375 (of 31,073 total)
Skip to toolbar