Comment Input Comment Input
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Comment Input

Started by alirezaok, November 22, 2003, 09:35:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alirezaok

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:
My username is 亿佰!----Can you see it?
I am a chinese, My name is Haotian Lau
I love you, Everybody!

Joachim Müller

@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

alirezaok

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

Joachim Müller

hm, I see: check /themes/yourtheme/theme.php, look for <textarea cols="40" rows="2" class="textinput" name="msg_body"

GauGau

alirezaok

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%;"