|
QUICK TAGS
|
Some people were asking me how to install a comment plugger to cutenews. There is no comment plugger for cutenews. haha! Click here to find out how.
Here is the tutorial on how to do the quick tag. If you want to have that along with the comments plugger too.
- Go to cutenews/inc/functions.inc
- Find
/* 18 */
"'\[\*\]'i",
"'{nl}'",
- Add after:
"'lingling'i",
"'emily'i",
"'blah'i",
Change the name to whoever you want to make as a quick tag. Make as many as you want. They have to in the same format.
- Find
/* 18 */ "- ",
"\n",
- Add affer:
"Lingling",
"emily",
"Blah",
Make sure it is in the same order as the above, otherwise it won't link to the right name.
- Make sure that it is in the right place, in the same order, and not missing anything. I know it is a pain, but you can add people who comments often and just type out the ones that don't. ^_^ Good luck!
That is all! If you have any questions, go to the forum.
Tutorial is written by Lingling. Do not take this tutorial and put it on your site without my permission. WRITTEN ON: JULY 29, 2005
|