Good day
I have this question:
logged in in a website which uses joomla
then
http://SITE .de/index.php?option=com_comprofiler&task=userDetails
Attached to the idea
addchexkbox_in_thisscreen.png
This is a chexkbox either put a button yes or no,
I want to insert visually in the php file
( in this case if the user wants a paypal button or not )
There is a corresponding new database field
in users table ( of type tinyint )
It would be the file I upload
com_comprofiler\comprofiler.html.php
static function USEREDIT ($ user, $ option, $ submitvalue, $ regErrorMSG = null) {
I make changes in this file
like adding echos
but I do not see the changes
Can you tell me whether there I have to make the changes
(Insert a checxbox)
Thanks
Michael.