English Support Forum
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
Is it possible to have fields that are not visible on the web? For example, the real estate commission
18.05.2009 17:59
I moved your posting, because it was a feature request.
best regards,
Darko
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)Quote:
Is it possible to have fields that are not visible on the web?
best regards,
Darko
18.05.2009 23:27
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
Something like the picture I attached.
leo
16.11.2009 12:24
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
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
pippo_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
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
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




