hello
My language is right to left and i must change some on inputs texts.
i found all inputs texts but i could not comment input.
where is it? (file name that has html of comment input)
Thanks very much
--------------------------------------------------------------------------------
Is not that very dangerous thing ? ? ? ? ?
I can go in for destruction :lol: :lol: :lol: :lol: :lol:
@alirezaok: I don't understand what seems to be the problem, please describe your problem in full detail.
@亿佰: what's supposed to be dangerous? Coppermine was meant to be editable by the user - changing files is not a problem at all, as long as you keep a backup of the original file you can always go back if you "break" the file you edited.
GauGau
for example: html input form for register is in register.php
i am looking for html input form of comment file. (what is name of it's filename?)
Thanks
hm, I see: check /themes/yourtheme/theme.php, look for <textarea cols="40" rows="2" class="textinput" name="msg_body"
GauGau
Thank you. i found it:
<input type="text" class="textinput" id="message" name="msg_body" onselect="storeCaret_post(this);" onclick="storeCaret_post(this);" onkeyup="storeCaret_post(this);" maxlength="{MAX_COM_LENGTH}" style="width: 100%;"