Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 28,951 through 28,975 (of 31,073 total)
  • Author
    Search Results
  • Rich Spott
    Participant

    Okay, thank you for helping me, I’ll try to go through your questions one-by-one.

    First I’ll let you know what I have:

    Slicehost

    1GB slice

    Ubuntu Hardy LTS 8.04

    Running Apache, PHP 5, MySQL 5.0 (followed Pickeled Onion’s walk-throughs on how to set it up, I am by no means an expert, and my very first barebones VPS was this one.)

    I help run http://sportsblognet.com where we have WPMU 2.7.1 and BP 1.0, along with bbPress 1.0-alpha6

    Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?

    I deactivated all but buddypress, feedwordpress (because our theme will break), wp-super-cache, and doncha’s domain mapping plugin. But maybe I will remove them all for an hour to see if any errors get through

    I am removing wp-super-cache right now, but it was tough to get rid of the wp-content/cache folder because it was owned by the root user. But i got it deleted and removed the wp-super-cache stuff in the .htaccess and I’ll guess i’ll have to wait to see how that goes.

    Have you tried using the default .htaccess file that ships with WPMU?

    I just tried to, but it won’t let me.

    My current working .htaccess (minus wp-super-cache stuff)

    <FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
    Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
    </FilesMatch>

    RewriteEngine On
    RewriteBase /

    #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>

    and the WPMU standard one

    RewriteEngine On
    RewriteBase BASE/

    #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>

    it wont let me use the standard one, and the only difference that I can see is the expires header setting that i added.

    Are there any PHP errors in your log files?

    this is my current concern right now

    Request exceeded the limit of 10 internal redirects due to probable configuration error.

    ALERT - canary mismatch on efree() - heap overflow detected

    for the ALERT error, I contacted slicehost and they upgraded my kernel, they said that has fixed other people’s problems (fingers crossed – but no errors since they did that this morning) if that doesnt work i have to go through and install php without the suhosin patch.

    most of the other errors are of spam scripts trying to signup and not finding wp-signup (i changed the signup name)

    what are the other listed errors in your apache log?

    That’s pretty much it.

    EDIT: it’s about 30 minutes later and an Internal Redirect Error just showed up in my logs with wp-super-cache out, and all but buddypress plugins out. So it doesn’t look like its a plugin.

    Jeff Sayre
    Participant

    301 Redirects:

    http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=93633

    http://www.seomoz.org/blog/url-rewrites-and-301-redirects-how-does-it-all-work

    Using your robots.txt file to block googlebot-image from discovering your image files:

    http://www.google.com/support/webmasters/bin/answer.py?answer=35308

    Make sure you block only the image directories that you do not want indexed.

    Also, if you do not use Google’s Webmaster Tools, you may want to investigate. This service offers many tools, including a list of which files are throwing 404s. http://www.google.com/webmasters/tour/tour1.html

    Do you mean while I get this situation worked out? Or do you mean that people are working on this because numerous people have been getting this issue?

    I’m not sure that the word numerous applies as I’ve only seen a half dozen or fewer threads with this particular issue. Remember, one person’s 404 is not necessarily the same as the next persons.

    This type of issue often comes down to one or more factors: bad install, using too old a version of WPMU or BP, plugin conflict, custom theme issue, apache issue, ISP limitations.

    We can try helping you with most of these but do not have any control outside the core of the BuddyPress code. We investigate as best we can with the information provided and if it is caused by BuddyPress, offer a fix in trunk.

    I see in another thread that you are on Slicehost. I’m with them as well. Since you have to set up your own slice, there may be an apache issue. So, to better understand you particular issue, please provide some more details:

    1. Have you tried deactivating all non-buddypress plugins, wp-super-cache in particular?
    2. Have you tried using the default .htaccess file that ships with WPMU?
    3. Are there any PHP errors in your log files?
    4. what are the other listed errors in your apache log?

    Mark Leonard
    Participant

    Hi Jeff,

    Thanks for that but it is same with all themes.

    I have created another problem by inadvertently installing a “member ship” script in the members sub directory. The result of that is now I can’t access groups and member profiles. I think I have some emails to send to my users and inform them that I need to do a clean reinstall and advise them that their profiles have been wiped.

    I feel like a right muppet.

    #45816
    omgitsrfb
    Participant

    DJPaul,

    I deleted all of the wp_bp tables. I’m not sure what you meant by check the wp_sitemeta table for similarly-named buddypress settings? Could you give me an example of what you are talking about? Here are the meta_keys for the sitemeta table? Anything I need to do or am I good to go with the reinstall?

    admin_email

    admin_user_id

    registration

    upload_filetypes

    blog_upload_space

    fileupload_maxk

    site_admins

    allowedthemes

    illegal_names

    welcome_email

    first_POST

    update_core

    blog_count

    blog_count_ts

    user_count

    user_count_ts

    comment_indexer_version

    comment_indexer_installed

    communities_version

    communities_installed

    forums_version

    forums_installed

    friends_version

    friends_installed

    messaging_version

    messaging_installed

    post_indexer_version

    post_indexer_installed

    signup_language_version

    #45806
    Burt Adsit
    Participant

    Yes I know it’s been several days since an update to bp contents. The core is working and I’m struggling with getting this up and running in the member theme properly.

    #45805
    Burt Adsit
    Participant

    Yes I know it’s been several days since an update to bp contents. The core is working and I’m struggling with getting this up and running in the member theme properly.

    #45800
    Burt Adsit
    Participant

    Only bp themes go into /wp-content/bp-themes. Normal wp themes do not go there. They live in /wp-content/themes as always. If you have just upgraded to 1.0 then the bp member theme directory name has changed from bp-member to bpmember due to changes in wpmu 2.7.1.

    Go to the back end of wpmu BuddyPress > General Settings, make sure the default member theme is selected and press Save Settings. Should go away.

    #45798
    Burt Adsit
    Participant

    blacklegtr, “And I have the same problem. Anybody can help me?”

    What exactly is the problem? This is a 4mo old thread that wasn’t understood in the first place and we don’t seem to be getting any clearer today.

    #45792
    David Lewis
    Participant

    If you want to add a login to the sidebar and no widget exists… just hard code it in the templates. The code already exists in the admin bar… so it’s probably just a copy/paste.

    Jeff Sayre
    Participant

    Try switching to the standard, default Buddypress theme. If the issue goes away–meaning that you have three columns once again–then it is time to contact the facebuddy designers.

    #45784
    takuya
    Participant

    Are you looking for something that shows login box on the sidebar? (which is completely not relevent to the topic title, but your post) If so, bp doesn’t offer that.

    #45779
    danielfelice
    Participant

    are all widgets you add to that column in the same format/style? or just the log in widget?

    #45777
    2585638
    Inactive

    And I have the same problem. Anybody can help me?

    #45771
    mark235
    Participant

    Fix for my custom theme was to update the functions.php file in the buddypress home theme

    #45749
    Scotm
    Participant

    @M Sweet! Works like a charm for me. The blog post also worked fine although I am seeing this code above the Twitter option in the blog post area:

    if (get_usermeta($user_ID,'twitter-tweet-posts') != 'on') return; if ( !function_exists( 'bp_blogs_install' ) ) return;

    Now if only we can get the posting option from the P2 theme post area as well! When can we try it out on our own?

    #45740
    omgitsrfb
    Participant

    I followed the steps above:

    Deactivate the plugin

    Removed the plugin

    Removed theme from public_html/wp_content/themes and from public_html/wp_content

    I did not remove the tables from the DB.

    I can’t access mydomain.com, it’s just blank. I can however access the admin. Please help.

    Also, if I wish to re-install BP at a later date will leaving the tables from your step 4 be an issue with a new install?

    Thanks

    #45737
    Scotm
    Participant

    @Gpo1

    The first image is simply a shot of my homepage (P2) while logged in. You can see the post-form is now activated and the BP nav bar engaged with “My Account”, etc. showing.

    The second image is a modified version of the BP Member Theme.

    #45736
    gpo1
    Participant

    @Scotm, Is it the member theme or what for the first flickr or what?

    Mark Leonard
    Participant

    Hi Jeff,

    Thanks for the reply.

    1. I did empty the browser cache FF3 and also tested it in Safari.

    2. The supercache seemed to install ok but when I amended the .htaccess file there was a problem and I had a white screen in admin area. I could back to previous page but could not deactivate it because it would take me to white screen again.

    I deleted the plugin and everything seemed fine then I went to bed.

    It wasn’t until the morning I noticed the missing column.

    3. I am using the facebuddy theme from http://buddydress.com

    The database gets backed up every 24hrs.

    Problem site is http://blogfred.com

    Mark Leonard

    #45724

    In reply to: Avatar upload failed

    Jeff Sayre
    Participant

    Okay, so you have three additional WPMU/BP installs working without issue. This means that you have no avatar uploading problems with those installs. Is that correct?

    If so, then what is different between those three installs and the malfunctioning one?

    1. Are all installs running the same versions of WPMU + BP?
    2. Are there any plugins in your malfunctioning install that are not being used in the other three?
    3. Is the theme different in your malfunctioning install but the same in the other three?
    4. Are the .htaccess files in the working three the same but different in any way in the malfunctioning install?

    You need to narrow down the variables and focus on the differences between the installs, in particular what is the same in the three working installs that differs with the malfunctioning install.

    I would also suggest contacting your ISP about that Apache error.

    Jeff Sayre
    Participant

    A couple of questions:

    1. Did you clear your browser cache?

    2. You state that you “removed the super cache plugin”. Did you deactivate it first and then delete it from its plugin folder?

    3. Are you using a custom theme?

    #45711
    fi3ryfalc0nZ
    Participant

    Do not use Servers such as Bluehost or Hostmonster to help install BuddyPress. It fails terribly. Do it manually by uploading WordPress MU into your server. Create a database by using MySQL Database, usually provided by the servers. Use the database to create a wp-config file for WordPress MU. They will guide you into installing WordPress MU. After, just use WordPress MU to find for BuddyPress. It will work. Remember to move the themes from the plugin folder to the theme folders (bphome).

    #45710
    Jeff Sayre
    Participant

    So i need to do away with the 3 column layout…Can someone give an small example of how to use widgets like online members,wire etc explicitly without using it as widgets

    You are really asking for specific help on creating a custom, 2-column home theme that is hardcoded for outputting specific data without using widgets.

    If you do not have previous theming experience, this is not something that can be shown to you with a “small example” or in a simple way.

    You need to learn about WordPress theming. BuddyPress themes, after all, are just another type of WordPress theme. Here are some links to help you get started:

    1. Designing and Laying Out Your Theme
    2. Instead of hardcoding the output, you may want to design your theme to use the exisiting widgets. You can control some of the widget output with your own custom CSS. Widgetizing Themes
    3. Finally, to help you with CSS styling your custom theme, you should be using FireFox with the Firebug Add-on.

    #45708

    In reply to: extended profiles

    2683049
    Inactive

    In English it is in the BuddyPress Plugin – xProfile.

    Click on:

    BuddyPress > Profile Field Setup

    The instructions read:

    “Your users will distinguish themselves through their profile page. You must give them profile fields that allow them to describe themselves in a way that is relevant to the theme of your social network.

    NOTE: Any fields in the first group will appear on the signup page.”

    And it works very well! :)

    #45704
    dainismichel
    Participant

    Everyone keeps saying “hard code the links,” but I don’t know what to hard code the links to? :-)

    Can someone fill in the blanks?

    Cheers!

    Dainis

Viewing 25 results - 28,951 through 28,975 (of 31,073 total)
Skip to toolbar