English Support Forum

icon
Avatar
jorgencabo
Posts: 12
hi, the previous message is gone.
Is it possible to have fields that are not visible on the web? For example, the real estate commission
18.05.2009 17:59
Avatar
admin
Moderator
Posts: 885
I moved your posting, because it was a feature request.

iconQuote:
Is it possible to have fields that are not visible on the web?
Maybe in the future, if you can convince me, which fields should be only visible for admins. (please use the feature request subforum for your answer)

best regards,
Darko
18.05.2009 23:27
Avatar
pippo_73
From: Italy
Posts: 5
I think a cool feature could be to able to choose for each field, who can see what.
Something like the picture I attached.

leo
16.11.2009 12:24
Avatar
ILJ
Posts:
Hi Darko.

are u still the one replying the emails or some other ppl?

anyway. pls let me knw the code for this confidential fields to implement.
i beleive need to hack the .html file and add in custom codes.

tks
19.11.2009 14:53
Avatar
ILJ
Posts:
iconpippo_73:
I think a cool feature could be to able to choose for each field, who can see what.
Something like the picture I attached.

leo


Hi. u seem accomplish the task. care to share with us the codes?

tks
01.12.2009 12:29
Avatar
ILJ
Posts:
Hi. can i have the temporary solutions for this?

its something like

$user =& JUser::getInstance($id);
if ($user ==1)
{
echo '<div class="userid1"></div>';
}else
{
echo 'Not user 1';
}

etc. i just need some complte blocks. not good in PHP tough.. tks
12.01.2010 13:41
icon