• Resolved CptOVERLORD

    (@cptoverlord)


    How can i change the (upload)image directory?

    I have change WP_CONTENT_DIR. ‘/wps-content’ to MY_CONTENT_DIR. ‘/wps-content’
    and
    I have change WP_CONTENT_URL. ‘/wps-content’ to MY_CONTENT_URL. ‘/wps-content’

    by the way:

    define( 'MY_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/home/wp-content/wps-content' );
    define( 'MY_CONTENT_URL', 'http://localhost/home/wp-content/wps-content');

    I am using the latest XAMPP
    http://wordpress.org/extend/plugins/wp-symposium/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Symposium A Social Network For WordPress] How can i change the (upload)image directory?’ is closed to new replies.