antonskij
Forum Replies Created
-
Forum: Plugins
In reply to: WP Grins – Yet Another Clickable Smilies HackGreat! It works very nice.
But I wonder, is it possible to use all available smilies to the admin section and, at the same time, assign for comments only a part of them?
Thanks,
Anton.Forum: Themes and Templates
In reply to: Cyrillic in WordPressIt’s all done! It works, as Yutti said.
One thing only. I was not smart enough to complete the item 2) in his description, so he had to give me extra instructions. The code shoule be changed so:
AFTER the string
global $use_htmltrans, $wp_htmltrans, $wp_htmltranswinuni;
we put: /*
AND BEFORE
$content = str_replace(“<br>”,”
“,$content);
$content = str_replace(“<hr>”,”<hr />”,$content);
we put: */
Now it’s Ok.
Thank you so very much for your generous help!
Anton.Forum: Installing WordPress
In reply to: 1.0 clean install. “It doesn’t look like you’veWell, guys, espessially allusion and Craig… My gratitude, you know…
Thanks to Craig I found the version 1.01 and made a clean install. The same problems occured as above.
Then, thanks to allusion, I did something vaguely and indefinite to my mind, it looked like I run upgrade.php for any reason. And it’s all done now… no errors.
P.S.
I did not like “MovableType”…
Have a nice year!
Anton.Forum: Installing WordPress
In reply to: 1.0 clean install. “It doesn’t look like you’veNuclearMoose,
That string in my “wp-config.php” shows:
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
:))) Anton.Forum: Installing WordPress
In reply to: 1.0 clean install. “It doesn’t look like you’veNuclearMoose,
well, I run upgrade.php . It shows me: “It doesn’t look like you’ve installed WP yet. Try running install.php.”
If I click the link “install.php”, the file “install.php” opens, showing again: “It doesn’t look like you’ve installed WP yet. Try running install.php.” and again that loop.