nieceye
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Logout Out ErrorNevermind. 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.
Forum: Everything else WordPress
In reply to: Logout Out ErrorAlso 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
Forum: Fixing WordPress
In reply to: make link to comment author open in new window?I tried all of this and nothing works…any suggestionS?
Forum: Installing WordPress
In reply to: Custmoizing Pop-up commentsSo i put all the css in comments-popup.php? Just random places or just at the top or the bottom?
Forum: Themes and Templates
In reply to: Color Scrollbarsthanks i got it to work ??
Forum: Installing WordPress
In reply to: Blog WidthOh yea, I am using this classic theme.
Forum: Themes and Templates
In reply to: wp.phpAnd 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?
Forum: Themes and Templates
In reply to: Color Scrollbars^Thank you I got it to work ??
Forum: Themes and Templates
In reply to: Color ScrollbarsI 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?
Forum: Themes and Templates
In reply to: Color ScrollbarsWhat 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.
Forum: Themes and Templates
In reply to: Color Scrollbarshuh? 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.