sucessfully installed thx for the author !:d!
but how do i do the 9th step
9. To reduce the ues of extra queries, its always good to add the custom templates to the $templatesused = "" list.
1. In newthread.php, find:
-----
$templatesused = "newpost_postpreview,
-----
Replace it with this:
-----
$templatesused = "newpost_postpreview, newthread_wysiwyg,
-----
2. In newreply.php, find:
-----
$templatesused = "quotereply,
-----
Replace it with this:
-----
$templatesused = "quotereply, newreply_wysiwyg,
-----
3. In editpost.php, find:
-----
$templatesused="forumrules,
-----
Replace it with this:
-----
$templatesused="forumrules, editpost_wysiwyg
cheerz
|