Advertisement:

Author Topic: Register Form  (Read 1073 times)

spevoli

  • Jr. Member
  • **
  • Posts: 83
Register Form
« on: February 18, 2016, 11:25:18 pm »
Hello!
can anyone tell me where can I change the name in the registration form?
Users & Company
I use the Infinity Theme
Thank you!
Gruss, Spevoli

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Register Form
« Reply #1 on: February 19, 2016, 02:26:42 am »
you can change this in the core language files

../oc-content/languages/core.po

i suggest you to use Poedit for this, after that, you have to save it back to core.mo and upload it in the same folder. for security purposes, you should make a backup before you change anything :)


____

Du kannst das in den Systemsprachdateien ändern

../oc-content/languages/core.po

dafür empfehle ich Dir Poedit, nach Deiner Änderung kannst Du alles als core.mo abspeichern und wieder hochladen. Sicherheitshalber solltest Du von den Sprachdateien aber ein Backup machen.

spevoli

  • Jr. Member
  • **
  • Posts: 83
Re: Register Form
« Reply #2 on: February 19, 2016, 02:52:42 pm »
Hi Liath,

danke für deine Antwort!
... hatte das schon in der core gesucht, bin aber nicht fündig geworden.
habe nun den Text in der direkten frm / user.form.class datei geändert

                array( 'i_value' => '0', 's_text' => ($user_label?$user_label:__('Privat')) )
                ,array( 'i_value' => '1', 's_text' => ($company_label?$company_label:__('Gewerblich')) )
            );

---------------------

Hello Liath,
have not been found in the core file. am directly in the file / frm / user.form. class and have changed it there

greeting and thanks
spevoli
« Last Edit: February 19, 2016, 03:07:24 pm by spevoli »

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Register Form
« Reply #3 on: February 19, 2016, 04:39:44 pm »
I think you know what you are doing, but after an update of the core the changes are gone of course.


___


ich denke Du weisst was Du tust, aber nach nem Core Update ist natürlich alles wieder beim alten.

spevoli

  • Jr. Member
  • **
  • Posts: 83
[ Solved ] Re: Register Form
« Reply #4 on: February 19, 2016, 05:14:19 pm »
Hello!
can anyone tell me where can I change the name in the registration form?
Users & Company
I use the Infinity Theme
Thank you!
Gruss, Spevoli