5
Quote:
mf_iii wrote:
how can i find the template file that uses the edituser.php
It's the other way round; the .php file calls the template.
Open a copy of the .php file and search in it for "html"; this will find any templates that are called.
If the search doesn't find any results then search the .php file for "php" to find other .php files called, then search them for "html".
Edituser.php doesn't call any html files (that I can see, anyway). However, it does call "/class/xoopsformloader.php" and "userinfo.php" amongst others. They would be a good place to look next, and so on.
Teaching Granny to suck eggs:When editing an .html file, try using a "line editor" rather than a wysiwyg editor (eg Frontpage) as they pften insert a load of unnecessary old guff and bloat your files. I use ConTEXT, a freebie from
http://www.context.cx/, and will highlight code such as hmtl, php, etc. Highly recommended.