Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 29,051 through 29,075 (of 31,073 total)
  • Author
    Search Results
  • #45207
    elody
    Participant

    It doesn’t seem to work anymore with the new RC2 … Any idea to make a link to a member profile from a WP theme please ?

    #45177
    Jeff Sayre
    Participant

    Erich73-

    Toni is using the P2 theme. You can get it here: https://wordpress.org/extend/themes/p2

    #45176
    Jeff Sayre
    Participant

    Bbn-

    Rather than trying some fancy install via packaged tarballs, I’d suggest a plain, simple install from scratch. Even though you went back and, as you state, “tried to do a more careful replacement of the files,” try a clean-slate install.

    Delete everything, including your MySQL DB–assuming you don’t have any important data. Then, download and install WordPress Mu 2.7.1 from here. Get it working before attempting to install BuddyPress.

    Once it is working, download BuddyPress and follow the readme.txt instructions.

    Looks like this is happening to a lot of sites

    I understand your frustration. But, when I search Google for “Failed+opening+required+’BP_PLUGIN_DIR”, I can count exactly 6 actual sites with this error and then several comments within blog posts that indicate the same issue.

    Combine that with the half a dozen reports in the BP Forums for this issue, and you get maybe 15 people–assuming none of these people have commented in multiple places. That is not “a lot of sites”.

    #45174
    bbn
    Participant

    Okay, never mind, I’m a moron! I had not activated the Buddypress plugin.

    #45173
    bbn
    Participant
    #45172
    bbn
    Participant

    I ran into this same error message this morning. In case it helps, here’s how it happened to me.

    I had MU 2.7 installed on a ubuntu server and MU 2.7 also installed on a local dev installation of ubuntu (both 8.10, if that matters). I upgraded the dev MU to 2.7.1, then installed buddypress. worked great. then I tarred up the dev installation, copied it over to the server, and overwrote the old 2.7 MU non-buddypressed install with the dev files. Ran the upgrade (at http://veryhandso.me/wp-admin/wpmu-upgrade-site.php). Tried to preview the buddypress theme and end up with the error mentioned above.

    I then backed up and tried to do a more careful replacement of the files as outlined on the upgrading wordpress page (https://codex.wordpress.org/Upgrading_WordPress). Still no love.

    Thanks for any help. Grateful newbie.

    Ben

    #45161
    Jeff Sayre
    Participant

    Maythil-

    Look for this line of code in the header.php files of both your bphome and bpmember themes:

    <div id="search-login-bar">
    <?php bp_search_form() ?>
    <?php bp_login_bar() ?>

    <div class="clear"></div>
    </div>

    #45158
    Jeff Sayre
    Participant

    Kit-

    Okay, I just fired up the default bphome theme and see that what you’re trying to change is indeed the standard CSS setup. So, once again, you get to create a custom theme!

    Follow the same procedure as before. Make a backup of the standard bphome theme, rename it to something new, and make the changes I’ve outlines above. They should flow through to your customized bpmemebr theme as well!

    #45155
    codyb
    Participant

    Only problem is I have a main site already utilizing the codyconnect.com root structure utilizing drupal 6.8 so I can’t dump all the contents into that directory because drupal is using it already. SI this a themes issue or a permissions issue? I just don’t understand why its not creating the directory structure. I keep seeing people talk about slugs and stuff like that, but I’m new to all of this and just don’t know if I’m missing something obvious. I can get to the dashboard just fine, but anything under the BuddyPress tabs at top under My Account kicks out the 404 error

    #45153
    codyb
    Participant

    Yes I do. Basically I wanted my site to be accessible using the address http://www.codyconnect.com/wp so in my /var/www/html I renamed the wordpress-mu to wp

    I downloaded buddypress and placed it in /var/www/html/wp/wp-content/plugins/buddypress

    Then I moved /var/www/html/wp/wp-content/plugins/buddypress/bp-themes/ to /var/www/html/wp/wp-content/bp-themes/

    Its almost like these directories should be created by default when you create a user, but their not. I’m not sure if I’m missing something obvious here or what. Here is my .htaccess file in /var/www/html/wp/

    RewriteEngine On

    RewriteBase /wp/

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    #45148
    KitWit
    Participant

    Jeff–

    I’m also using a large 23″ monitor, but I have not changed any of the widths in the CSS that you note in your message previous to the last message. Those are the values that come “in the box” in the default BuddyPress installation. But it’s clear that the designers of the BuddyPress.org website have changed theirs … I’ll try to make those changes and see if that makes a difference.

    Isn’t there just a simple way of making this feature expandable to the width of whatever browser window my visitor may have? Like using a percentage size instead of a fixed pixel width? What if a 30″ monitor comes along and wishes to view it? :-)

    (John James J … yes, I believe you are seeing what you say you are seeing, for sure! Maybe my problem is that I have too generous a browser window … but on the BuddyPress site this top bar expands to fit whatever size window I make in my monitor … but my own version of the theme doesn’t do this, nor does the “out of box” installation of BuddyPress … there is always a gap!)

    Thanks for the code!

    Kit

    #45123
    Jeff Sayre
    Participant

    Codyb-

    Just for good measure, I would log into WPMU’s backend and reselect your bpmember theme. This has worked for some people.

    If that does not work, then I’m afraid it’s back to square one. Delete everything, including your MySQL DB, download a new copy of WPMU and follow the install instructions for MU. Then, once WPMU is up and running, manually download BuddyPress, and follow the install instructions in the readme.txt file.

    It sounds like a pain, but since this is a fresh install without any data worth keeping, it should go pretty quickly. Something must have gone wrong with your install.

    Let me know how what happens.

    #45122
    Jeff Sayre
    Participant

    Kit-

    That is correct. Make a copy of the bpmember theme, rename your copy, make whatever changes you want to it, and you have–in effect–a custom theme! Just make sure you keep your new theme in the /wp-content/bp-themes/ directory.

    Once ready for use, log into WPMU’s backend and navigate to “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”. You should see your newly-named theme as an option in the dropdown box. Select it, save, and you’re ready to go.

    It’s worth doing and it is easy.

    #45120
    Dworldon
    Participant

    Sorry, still new to BuddyPress forums…

    WPMU 2.71

    BP 1.0

    No custom themes

    No 3rd party plugins

    Not sure how to find errors in log files…

    #45119
    Burt Adsit
    Participant

    bento

    When posting a support issue, please indicate the following:

    * Which version of WPMU you're running
    * Which version of BuddyPress you're running
    * Whether you're using customized themes
    * Whether you are using other 3rd-party plugins
    * A list of any errors showing up in your log files
    * Other errors

    #45118
    codyb
    Participant

    Jeff-

    Yes I have a .htaccess file in my wmpu root folder.

    Also under BuddyPress > General Settings > Select Theme to use for BuddyPress generate pages I have BuddyPress Default Member Theme 1.0 selected there.

    I’ve also went under Appearance > themes and selected BuddyPress Default Home Theme 1.0 by Andy Peatling

    I’m still not sure whats going on here. I was playing with it last night, still no luck.

    #45116
    Burt Adsit
    Participant

    Dworldon

    When posting a support issue, please indicate the following:

    * Which version of WPMU you're running
    * Which version of BuddyPress you're running
    * Whether you're using customized themes
    * Whether you are using other 3rd-party plugins
    * A list of any errors showing up in your log files
    * Other errors

    #45104
    KitWit
    Participant

    Thanks, Jeff. I assume renaming the theme is simply changing the name of its folder?

    #45103

    In reply to: Error creating groups

    Anexgo
    Participant

    Hi Jeff,

    Thanks for your feedback, here are my answers. My site is huwai.com.tw

    1. 2.7.1

    2. no, fresh install of 2.7.1

    3. yes

    4. 1.0

    5. yes

    6. yes, bp-dev plugins, fb-connect, google analytics and a couple of other wpmu plugins like plugin commander, toggle admin menues, simple dashboard, blog defaults, etc.

    7. Shouty theme

    8. the error log has over 1,400 entries, most of them this:

    WordPress database error Query was empty for query made by require, require_once, include, dynamic_sidebar, call_user_func_array, bp_core_widget_members, bp_core_get_userlink, bp_fetch_user_fullname, xprofile_set_field_data, BP_XProfile_ProfileData->save

    Note: before I freshly installed 2.7.1 and bp 1.0 I used older version of both for testing. I didn’t have this error message then, but group avatar upload didn’t work as well.

    #45099
    Jeff Sayre
    Participant

    Since I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?

    Ah, but you can!

    For all CSS and template design issues, I highly recommend that you use the Firefox browser with the Firebug Add-on. WIth FIrebug installed in Firefox, you can see where page elements inherit their CSS–the file names, the file contents, etcetera. You can even make changes to the CSS selector parameters and see how that affects the design.

    So, when you pull up any buddypress.org page, or any webpage at all, you can use Firebug within Firefox to see how the CSS selectors are styled.

    #45097
    Jeff Sayre
    Participant

    Kit-

    The theme where this is located is in bpmember, not bphome. I’m just not firing on all cylinders today.

    Are your instructions to show me how to do that?

    Yes, you can make these edits in the bpmember theme directly. Just make sure that you have a backup before changing.

    Also, please realize, that if you alter the standard themes and do not rename them, then the next you upgrade BuddyPress, you will lose your theme changes if you copy over the default themes.

    #45096
    KitWit
    Participant

    Jeff–

    I don’t want to create a new theme, just modify the files so that these featured member profiles don’t show. Are your instructions to show me how to do that? I hope so!

    TIA!

    Kit

    #45093
    Jeff Sayre
    Participant

    Codyb-

    Thanks for the detailed response!

    A few more questions:

    1. Did you copy over to WPMU’s root the .htaccess file that comes with the download?

    2. Did you select the BuddyPress member theme in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”?

    #45090
    Jeff Sayre
    Participant

    KitWit-

    Okay, I’ve made a mistake. I did not even notice that you had linked to the members’ theme, not the home theme.

    My widget is for the home them. What you’re asking about is not a widget. It is a coded into the /directories/members/index.php file in the bphome theme.

    You can make your own custom theme, edit this out, and get what you want:

    <div class="item-meta"><span class="activity"><?php bp_the_site_member_last_active() ?></span></div>

    <div class="field-data">
    <div class="field-name"><?php bp_the_site_member_total_friend_count() ?></div>
    <div class="field-name xprofile-data"><?php bp_the_site_member_random_profile_data() ?></div>
    </div>

    Just make sure to place your custom theme in the proper place and then select it in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”

    #45083

    In reply to: Error creating groups

    Jeff Sayre
    Participant

    We don’t have sufficient information to provide any assistance. Please answer these questions:

    1. Which version of WPMU are you running?
    2. Did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

Viewing 25 results - 29,051 through 29,075 (of 31,073 total)
Skip to toolbar