Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • christinarule
    Member

    @christinarule

    #r-a-y thanks I just was able to change the labels! Just working on the slugs now.


    christinarule
    Member

    @christinarule

    BP Gallery by buddydev.com you have to pay for correct?


    christinarule
    Member

    @christinarule

    ray thanks for the response! Are you interested in helping me out? It would be a paid gig obviously.


    christinarule
    Member

    @christinarule

    another odd thing is when i installed a plugin that added a new link to my nav when im on that page http://www.blokmovaz.com/media/photo_2 it seems to be working…


    christinarule
    Member

    @christinarule

    Paul thanks for responding. That makes sense! is there a way to just make the buddypress part of my site look like the default theme?


    christinarule
    Member

    @christinarule

    Didn’t mean where the actual files were located that is a given they have to be in the plugin folder. More what I was trying to establish is that you were not trying to do something out of the ordinary such as BP running on a sub blog of the main blog install.

    – Oh no it is installed on the servers root. I have a linode server http://www.linode.com/ that wouldn’t have anything to do with it would it?

    So you have an absolute basic default install of WP/BP? WP installed in main document root of the site and BP activated as a plugin of that primary WP install?
    – correct

    When you try changing your permalink structure after saving do you get any messages returned along the lines of not being able to write to .htaccess , although I guess if it’s taking a manual ‘index.php’ it must be?
    I did get this at first but i then changed my permissions on the .htcess and then reset the permalinks and didnt get an error.

    Can you tell me what the page is I’m looking at when I land on the site as it’s not a buddypress default layout or what looks like a child theme, I’m assuming that you haven’t activated BP or rather left BP activated.
    – I had buddypress activated as a plug in on a site (which is a custom wordpress theme) when i visit it I am logged in as admin and a bar comes acrross the top of my screen Please seee http://blokmovaz.com/screenshot.png for a screen shot

    What version of WP 2.9 are you running is it MU to enable user blogs?
    -Im just using 2.9 when i look in the dashboard it just says “You are using WordPress 2.9”
    I’m not sure if its MU how do i tell?

    Have you created a BP theme for use with the site, obviously BP needs a BP enabled theme in order to function correctly.
    – I have not yet… I havent been able to get it working in its default theme correctly on my server. I wanted to do that first.

    TBH I think that you need to try and patch up your differences with the developer you were working with or failing that find another that can get into the core site and establish what exactly is what. That you state you were just meant to be the designer suggests that this is not something you should be trying to sort out, generally a frontend developer would run a job the designer supply them with necessary graphics for layout along with layout impressions. What does the client say about the developer not having finished things or are you running this job and subbing out the development WP side of things.
    -The clients are friends of mine so while not having this site up is disappointing its not as bad as if it were a client of mine…Having said that, we have dumped a lot of money into this site….this is our second developer who just kind of stopped communicating with us right near the end of the job (after first 2 milestones and payments were meant). I feel like I am more experienced then your average newbie at wordpress however i feel like speed is key here… and with me trying to finish this up its going very slow. My hands are kind of tied when it comes to our past developer…. he just refuses to take my calls, return my emails, or texts. Not even sure why.

    Thanks


    christinarule
    Member

    @christinarule

    @hnla
    My buddypress is installed in my plug in folder… just like it said to do….

    the thing that is weird to me is I’ll set my perma links back to the default… everything will work fine…EXCEPT my buddypress…but if I take that same url and just add an index.php in front of the buddypress url it works…. so weird… should i install my buddypress elsewhere? When i set my perma links to the default it says in my dashboard “buddypress is almost ready you just need to change your perma links to anything but the default”


    christinarule
    Member

    @christinarule

    I also should note that in this image http://christinarule.com/bperror.jpg the image on the right…if I click on a buddypress link its takes the index.php out of the URL but if I add it in myself then it works… maybe I need to somehow make it put in the index.php idk how else id do that since Im already doing that in the permalink setting


    christinarule
    Member

    @christinarule

    also just realized i didnt use paste bin correctly… Im sorry!


    christinarule
    Member

    @christinarule

    @ roger…”also, do you have anything in the category base field on the permalink page?”

    I really am not 100% sure.. I just was sopse to be the designer… I paid a developer back in May and he still hasnt finished it and wont contact me… (awesome!)

    I appreciate your help….


    christinarule
    Member

    @christinarule

    .htacess

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    wp-config:

    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting { @link https://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘***’);

    /** MySQL database username */
    define(‘DB_USER’, ‘***’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ”);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the { @link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
    define(‘NONCE_KEY’, ‘put your unique phrase here’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
    * language support.
    */
    define (‘WPLANG’, ”);

    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);


    christinarule
    Member

    @christinarule

    Thanks in advance


    christinarule
    Member

    @christinarule

    here is a visual…incase it makes more sense http://christinarule.com/bperror.jpg


    christinarule
    Member

    @christinarule

    Well the only reason I was setting my permalinks to /index.php/%category%/%postname%/ was because if I didnt ( if i would just set them to /%category%/%postname%/) then my whole site would break… I couldnt click on any other page with out getting a “not found” error.

    Even when I set my perma linking to /%category%/%postname%/ my buddy press still goes to a “not found page”

    Am I missing something??

    I thought maybe updated my wordpress would do the trick so thats what I did last night… and still nothing… in fact now im just left with an even MORE broken site. I guess some of my plug ins arent working correctly with wordpress latest version.


    christinarule
    Member

    @christinarule

    @Thorsten that also worked for me…
    When using buddypress how do you change it so when you click on “my account”, or any link for that matter, it calls out http://www.yourdomain.com/index.php/groups/ Mine is still defaulting to http://www.yourdomain.com/groups/ even though I changed the permlink settings in my wordpress dashboard


    christinarule
    Member

    @christinarule

    @hnla

    noted! Thank you! sorry about that!


    christinarule
    Member

    @christinarule

    hey yea thanks I tried that… I have it installed but when I try and click on My account or anything really on the main page is just goes to an “Not found “Page. I looked over all my stuff time after time making sure I wasnt missing a step or messing up my perma linking…. cant seem to get it!


    christinarule
    Member

    @christinarule

    i need help with this too! It sucks!


    christinarule
    Member

    @christinarule

    anyone :)


    christinarule
    Member

    @christinarule

    I currently have a blog site that I customized http://www.blokmovaz.com I really want it to turn into a social networking community and I thought buddypress was just the thing! How do I easily Integrate buddypress into my existing wordpress site?

    It would be ideal if a user who is part of buddypress can comment on the post I make from my wordpress categories. Then once you click on a users profile they are given all the “buddy press features” to interact with that user..

    Is this something that can be easily done or do I have to re-theme buddypress?

    Thanks for all the help in advance!

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