[Typo3-dev] Two BE questions...
Ries van Twisk
typo3 at rvt.dds.nl
Mon Mar 7 16:51:56 CET 2005
Hey List,
Q1)
I have added a item to a clickmeny that will later on show me a form:
What is best practise, to use this function
t3lib_BEfunc::makeConfigForm(...); to make the form
Or are there any other options? I could create my own HTML form....
but I am sure that this will not be compatible with skinning and such...
This form will show up mostly checkboxes....
Q2)
I need to get a array/string of all fe_groups a fe_user is member of.
I have seen the 'usergroup' field in the fe_users table but I wonder
if this is always valid, what if a group is deleted/hidden?
How would I filter for it?
Using this WHERE clause maby?? t3lib_BEfunc::deleteClause('fe_groups')
cheers,
Ries
--
R. van Twisk
http://www.metamorf.net
Our Typo3 enabled website: http://www.livetravelguides.com
Instand help for Typo3? irc:/irc.freenode.net/typo3
Looking for documentation? http://typo3.org/documentation/
More information about the TYPO3-dev
mailing list