Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Comment Input  (Read 3555 times)

0 Members and 1 Guest are viewing this topic.

alirezaok

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 22
Comment Input
« 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
Logged

亿佰

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • http://pic.ebai.net/
Comment Input
« Reply #1 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:
Logged
My username is 亿佰!----Can you see it?
I am a chinese, My name is Haotian Lau
I love you, Everybody!

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Comment Input
« Reply #2 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
Logged

alirezaok

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 22
Comment Input
« Reply #3 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Comment Input
« Reply #4 on: November 23, 2003, 09:43:51 am »

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

GauGau
Logged

alirezaok

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 22
Comment Input
« Reply #5 on: November 23, 2003, 10:04:42 am »

Thank you. i found it:

Code: [Select]

<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%;"
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.