coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: alirezaok on November 22, 2003, 09:35:53 PM

Title: Comment Input
Post by: alirezaok on November 22, 2003, 09:35:53 PM
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
Title: Comment Input
Post by: 亿佰 on November 22, 2003, 11:12:27 PM
--------------------------------------------------------------------------------
Is not that very dangerous thing ? ? ? ? ?  

I can go in for destruction  :lol:  :lol:  :lol:  :lol:  :lol:
Title: Comment Input
Post by: Joachim Müller on November 23, 2003, 02:33:41 AM
@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
Title: Comment Input
Post by: alirezaok on November 23, 2003, 02:51:34 AM
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
Title: Comment Input
Post by: Joachim Müller on November 23, 2003, 09:43:51 AM
hm, I see: check /themes/yourtheme/theme.php, look for <textarea cols="40" rows="2" class="textinput" name="msg_body"

GauGau
Title: Comment Input
Post by: alirezaok on November 23, 2003, 10:04:42 AM
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%;"