For Vietnamese:
Copy file TextCode.class.php at root dir ( http://www.mediafire.com/?z1bp4oi5f4k22k4 )
Add: index.php, viewforum.php

require_once ("TextCode.class.php");

--------------Open Index.php------------
Find:

$forum_field = '<h3><a href="'.makeurl("f", $cur_forum['fid'], $cur_forum['forum_name']).'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';

Replace:

        $forum_field = '<h3><a href="'.makeurl("f",$cur_forum['fid'],VSFTextCode::removeAccent($cur_forum['forum_name'],"-")).'">'.pun_htmlspecialchars($cur_forum['forum_name']).'</a></h3>';

Same for other file!
Visit: http://vechoden.com

Anatoly wrote:
thangbegad wrote:

I want: When i post a new topic. In my post content have a short text is "American" then when my topic is posted, it will show a picture with name is images.jpg.

Sorry, but I can't get the idea too.

Do you want forum to show an image each time the key word appears?
Do you want it to replace the word or where should it appear?
If I type "American, American, American" - should this result three images?

And what is the real problem you are trying to solve smile

Yes! It is OK!
"American" character have just a example!
Help me!
Thanks!

It's mean:
When i post  a topic with conten:
" I LOVE NY is the offical New York State resource for tourism and vacation attractions and destinations as well as hotels and accomodations"
Then:
If content have got "New Yort" letter then topic show this letter become a image which i have saved my hosting.

Sorry my English is very bad!

Ex:
I have a image ( ex name: image.jpg)
I want: When i post a new topic. In my post content have a short text is "American" then when my topic is posted, it will show a picture with name is images.jpg.
Help me!
Thanks you for all!