sege wrote:
I can't change info in admin GUI but maybe you didn't fix that? I really don't need it so I don't care.. :)
yes release 2.6 you change and see information on admin page
sege wrote:
Q1: I would like to change the textbox in registration page, can I do that with CSS? It's hard coded in the profile_add.tpl so I changed there but that isn't a very good idea.
you can change text in administration -> plugin -> localfile editor -> tab languages
edit language
$lang['addinfousers_info1'] = 'beskrivning du vill ha för infos1';
$lang['addinfousers_info2'] = 'beskrivning du vill ha för infos2';
$lang['addinfousers_info3'] = 'beskrivning du vill ha för infos3';
$lang['addinfousers_info4'] = 'beskrivning du vill ha för infos4';
$lang['addinfousers_info5'] = 'beskrivning du vill ha för infos5';
$lang['addinfousers_info6'] = 'beskrivning du vill ha för infos6';
$lang['addinfousers_info7'] = 'beskrivning du vill ha för infos7';
add
sege wrote:
Q2: Is it possible to require the boxes to be filled at registration?
This was not provided in the plugin but it's posible to change this
Offline
Argh, sorry I meant 'change size' of the textbox... they are too wide for me as they are default.
Offline
sege wrote:
Argh, sorry I meant 'change size' of the textbox... they are too wide for me as they are default.
Hi :-)
You can test go to Administration -> plugin -> Localfile Editor -> Tab css
add foz widht line 1
#addinfouser_1 input {color:red; width: 40px}
Offline
Spanks, sometimes it's just too easy. :)
Offline