Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter nieceye

    (@nieceye)

    Nevermind. I fixed it. I should have been adding the smilies to vars.php instead of wp-config.php. Some bogus tutorial had it wrong and it was causing me to get an error.

    Thread Starter nieceye

    (@nieceye)

    Also heres a copy of my wp-config.php:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘xblaque_wrdp1’); // The name of the database
    define(‘DB_USER’, ‘xblaque_wrdp1’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘rj2D6dmKtz3m’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

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

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

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

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    $wpsmiliestrans = array(
    ‘ :)’ => ‘smile.gif’,
    ‘ :angry:’ => ‘angry.gif’,
    ‘:cheer:’ => ‘cheer.gif’,
    ‘:biggrin:’ => ‘biggrin.gif’,
    ‘:doze:’ => ‘doze.gif’,
    ‘:sad:’ => ‘sad.gif’,
    ‘:shock:’ => ‘shock.gif’,
    ‘:hmm:’ => ‘hmm.gif’,
    ‘:neutral:’ => ‘blank.gif’,
    ‘:cry:’ => ‘cry.gif’,
    ‘ :tongue:’ => ‘tongue.gif’,
    ‘:evil:’ => ‘evil.gif’,
    ‘:dead:’ => ‘dead.gif’,
    ‘:crazy:’ => ‘crazy.gif’,
    ‘:wink:’ => ‘wink.gif’,
    ‘:blush:’ => ‘blush.gif’,
    ‘:music:’ => ‘music.gif’,
    ‘:annoyed:’ => ‘annoyed.gif’,
    ‘:yuck:’ => ‘yuck.gif’,
    ‘:kiss:’ => ‘kiss.gif’,
    ‘:satisfied:’ => ‘satisfied.gif’,
    ‘:depressed:’ => ‘depressed.gif’,
    ‘:blank:’ => ‘blank.gif’,
    ‘:glare:’ => ‘glare.gif’,
    ‘:confused:’ => ‘confused.gif’,
    ‘:happytear:’ => ‘happytear.gif’,
    ‘:cynical:’ => ‘cynical.gif’,
    ‘:cool:’ => ‘cool.gif’,
    ‘:lol:’ => ‘lol.gif’,
    ‘:rolleyes:’ => ‘rolleyes.gif’,
    ‘:smile2:’ => ‘smile2.gif’,
    ‘:stfu:’ => ‘stfu.gif’,
    ‘:cunt:’ => ‘un.gif’,
    ‘:yomama:’ => ‘yomama.gif’,
    ‘:bitch:’ => ‘tch.gif’,
    ‘:dumbass:’ => ‘dumbass.gif’,
    ‘:foff:’ => ‘ckoff.gif’,
    ‘:urwack:’ => ‘urwack.gif’,
    ‘:cunt:’ => ‘c.gif’,
    ‘:omyd:’ => ‘offmy.gif’
    );
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Also I test out my comments and I got this error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/xblaque/public_html/herint/wp/wp-config.php:63) in /home/xblaque/public_html/herint/wp/wp-includes/pluggable.php on line 275

    I tried all of this and nothing works…any suggestionS?

    Thread Starter nieceye

    (@nieceye)

    So i put all the css in comments-popup.php? Just random places or just at the top or the bottom?

    Thread Starter nieceye

    (@nieceye)

    thanks i got it to work ??

    Forum: Installing WordPress
    In reply to: Blog Width
    Thread Starter nieceye

    (@nieceye)

    Oh yea, I am using this classic theme.

    Forum: Themes and Templates
    In reply to: wp.php
    Thread Starter nieceye

    (@nieceye)

    And also, how do I keep it this way, rather than when I click a link such as my comments and such, how do I keep it from going to the activated template?

    Thread Starter nieceye

    (@nieceye)

    ^Thank you I got it to work ??

    Thread Starter nieceye

    (@nieceye)

    I already know how to use stylesheets, and I have been using them for about a year now, and I have not ran into anything called “html class”. And I know how style sheets work. All I am asking “how do I make my scrollbars color”. If I am supposed to be putting it on the stylesheet, would you mind telling me where?

    Thread Starter nieceye

    (@nieceye)

    What html class in my style sheet? I didnt see anything about HTML class.

    And in my index files their are tables and divs. But I am not trying to change the scroll bars on any of them, because the template stretches when needed. I am trying to change the regular scrollbar, like the one you see to the right of this page.

    Thread Starter nieceye

    (@nieceye)

    huh? I dont get it, I am talking about the scrollbar in my index file. But when I put my color scrollbar their it either doesn’t work or changes my text.

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