I like the ability to edit all the settings in the front end, but most of the people signing up for my site are more than likely get confused if the edit settings is asking them what help site they want and such. I was wondering how to edit those settings so it can just show "show online status", "show email", and "signature" options.
Side note, I like how this site has the my profile page set up, any chance someone could tell me where to edit the layout of the my profile page?
Thanks :]
And how...
Welcome. First question, is your forum connected to another site that the user logs into, or are you using the JOOCM page as the login page every time?
Jeff
thedoctor213,
there will be an update on Sunday, 5th. Sep 2010 available for download. You will then get the templates this site is made.
You can change the Edit Settings Page by yourself. You will find a folder in your Joomla template called html(if not, create it). In this folder you can create following folder structure /com_joocm/editsettings/. Then you should copy the files:
default.php
default.xml
default_editsettings.php
from the folder JOOMLA_ROOT/components/com_joocm/views/editsettings/tmpl.
After this you can edit and customize the default_editsettings.php as you like. E.g. delete
this line:
Code
<?php if(isset($this->lists['params'])) : echo $this->lists['params']->render('params'); endif; ?>