Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 24 replies - 1 through 24 (of 24 total)

  • codyb
    Participant

    @codyb

    Just to let you guys know I fixed this my adding the plugin called Add Logo to Admin. It allows you to change the WordPress logo on the login screen to whatever you want and you can also change the image in the admin dashboard as well using this plugin. Very easy to install and very easy to use. Here is the link to the plugin http://bavotasan.com/tidbits/add-your-logo-to-the-wordpress-admin-and-login-page/

    Just a sidenote, I was not able to utilize the onscreen upload function for the image. Even though I would upload the image it would not show up as an available image to select for the login screen. All I did was simply renamed my picture logo.jpg and stuck it in the directory of the plugin and it worked great. Hope this helps someone out down the road.


    codyb
    Participant

    @codyb

    I just simply had to readd a post because their were none. I guess if there are no post to track, the calendar just goes away. Very odd, changing to resolved though


    codyb
    Participant

    @codyb

    using the members only plugin, you can redirect non-logged in users to whatever page you want. Just simply redirect the non logged in users to your (features, about me). Not sure how you would get them to both the pages, but you could redirect them to one of the pages. Go to your dashboard as Admin and look under Settings > Members only. There you can set some preferences and redirect options. Hope this helps


    codyb
    Participant

    @codyb

    So what do you do, just place this in the plugins directory under wp-content, activate the plugin and then place the logo.gif file in that plugins directory? I’ve done that and its not working?


    codyb
    Participant

    @codyb

    I’m using MySQL and was able to change the path and it fixed it. Thanks for your help.


    codyb
    Participant

    @codyb

    When you make the page, could you post a link for us lazy people that just want to baste in your glory? :-)


    codyb
    Participant

    @codyb

    They make one called Gallery and Gallery 2 which is a standalone and an integrated gallery that you can download from here http://gallery.menalto.com/

    I use this integrated into my drupal install page, but I want one that is integrated into buddypress, not a standalone one. I can just make a link to my Gallery standalone, but I want one that is integrated into BuddyPress. Anyone know of one?


    codyb
    Participant

    @codyb

    cool that worked, just had to do a shift reload to get it to reload correctly, thanks for the help


    codyb
    Participant

    @codyb

    I tried replacing that logo.gif with my own logo.gif and no go. Still has the original logo on there. Anyone else have any ideas how to change it?


    codyb
    Participant

    @codyb

    let me reiterate, I’d like a new theme that still has the social networking look to it. I like the current one I’m using, but the orange, white and silver are just a little dull. I’d like a new theme that stays with the social networking look. Also is there a way to change the socialNetwork logo to something else?


    codyb
    Participant

    @codyb

    Cool, that solved it thanks a ton. Hey you wouldn’t happen to know if I can change the socialNetwork logo on the bphome theme do you?


    codyb
    Participant

    @codyb

    I had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700

    and I ended up finding the solution. Go to that bug and see if it helps


    codyb
    Participant

    @codyb

    I had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700

    and I ended up finding the solution. Go to that bug and see if it helps


    codyb
    Participant

    @codyb

    GREAT NEWS!!!

    The .htaccess error log I seen above gave me the hint. I just removed the .htaccess from the /var/www/html folder and had it recreate it on its own and BuddyPress is now working!!!!! Thanks so much for everyones help. Hope this helps to solve other peoples issues!!


    codyb
    Participant

    @codyb

    also seeing this error in my error_logs

    /var/www/html/.htaccess: order not allowed here


    codyb
    Participant

    @codyb

    I made a few changes to my httpd.conf file and now I’m getting the following error message when trying to access anything under the My Account tab

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, codyw725@codyconnect.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    codyb
    Participant

    @codyb

    No that makes a lot of sense, but does this mean I have to enable VHOST? Right now I believe I have it disabled. I don’t think that Drupal is mucking this up because I also run eyeOS (cloud operating system) as a subdirectory on my webserver, no issues. It seems a lot of people have or are having this issue, but I haven’t seen a solution for it yet. Really weird


    codyb
    Participant

    @codyb

    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


    codyb
    Participant

    @codyb

    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>


    codyb
    Participant

    @codyb

    OK so I redid both my wordpressMU and buddypress installations and the same thing is happening. I don’t know what the hell I’m doing wrong. Anytime I click on ANYTHING under the my account tab I get the

    Not Found

    The requested URL /wp/members/admin/friends was not found on this server.

    Apache/2.2.3 (CentOS) Server at codyconnect.com Port 80

    I’ve followed the installation instructions to a T and am still having the issue? My page is http://codyconnect.com/wp

    I can log in and get to the dashboard just fine, but I can’t click on anything under My Account without getting the 404 error. Please someone help, this is getting very frustrating.

    I followed the instruction listed here exactly https://codex.buddypress.org/getting-started/installing-buddypress/

    except for step 7, but even if I do step 7 I still get the same thing, HELP!!!


    codyb
    Participant

    @codyb

    Ok, I’ll clean everything up and start over and see where I’m at after that. Thanks for your help Jeff


    codyb
    Participant

    @codyb

    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.


    codyb
    Participant

    @codyb

    Response to your questions are as follows:

    1. I am positive I am running wordpressMU, under my admin dashboard it states You are using WordPress MU 2.7.1.

    2. This is a fresh install of WordPressMU and Buddypress. I had never heard of either of these until a week ago so I installed WordPressMU 2.7.1 first and then downloaded BuddyPress1.0 and installed via installation instructions listed here https://codex.buddypress.org/getting-started/installing-buddypress/

    3. I believe WordPressMU was functioning, but I had never used it before so I can’t state that confidently. Just from playing around with it previously and me still being able to use the dashboard without issue, I would say it was functioning.

    4. I am using BuddyPress1.0

    5. Yes I logged in as site admin on WPMU’s backend, activated buddypress under the plugins section, and am currently utilizing the BuddyPress Default Home Theme 1.0

    6. The only plugin I have listed is BuddyPress and I’ve never installed any other plugins

    7. I believe I am using the standard buddypress theme that was automatically installed with BuddyPress, I myself did not install any custom themes

    8. I do not see any error messages that are catching my eye in my /var/log/messages

    Just a little additional info. I’m running WordPress/BuddyPress on my own webserver. I am running a linux box using CentOS 5.3 and apache to host my current website utilizing drupal and all works fine. I wanted to utilize the BuddyPress social networking feel for my site so I’d like to move to BuddyPress. I started from scratch with installing WordPressMU and BuddyPress. I made the correct databases and users using MySQL. If you have any other questions please let me know. Thanks


    codyb
    Participant

    @codyb

    I tried to add those and it still isn’t working, its still giving me the 404 error. But now the path has changed to /wpmu/users/admin/ instead of it being /wpmu/members/admin/ Any other suggestions as to how to fix this? I’m still getting the 404 Not found error

Viewing 24 replies - 1 through 24 (of 24 total)
Skip to toolbar