
09-19-2003, 12:37 AM
|
|
|
Join Date: Nov 2001
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Andrew111888
You'll have to fix your code or your instructions
Either change your instructions to name the added template "editshout" and not "shoutbox_editpost", or change the following code in your file:
Code:
eval("dooutput(\"".gettemplate("editshout")."\");");
to
Code:
eval("dooutput(\"".gettemplate("shoutbox_editpost")."\");");
Nice hack, just needs some work. 
|
Oooooo My Bad  Fixed
|