zbabyface wrote:help!
You can't, they're added internally and would require core edits which we do not support. For future reference I recommend making a more constructive post then just "help!".
IN: administrator/components/com_comprofiler/plugin.class.php
ON: Line 896
FROM:
[code:1]
. ':'
[/code:1]
TO:
[code:1]
. ( $reason == 'register' ? null : ':' )
[/code:1]
The above edit only works on Table based design. You'll need to make additional changes further down if you intend to use table-less (div based).
Please keep in mind as stated earlier we do not support core edits. This means on upgrade you will lose this modification and we can not do deep issue investigates if you should have problems in the future with core edits in place.
Post edited by: krileon, at: 2010/12/31 14:57