Posted by: Jennifer Driller
in Joomla on May 18, 2009
I'm working on a site that needs areas devoted to two different types of users. we opted to use groups to divide the sections of the web user experience. Let's call the first category of groups "Projects" and the second category "Vendors".
First create the categories in the backend administrator area. Make note of the category IDs. Then create some sample groups for testing purposes. Call them project 1, project 2 (assign them to the Projects categor) and vendors 1, and vendors 2 assigned to the Vendors category.
Posted by: Jennifer Driller
in Joomla on Oct 28, 2008
Ran into an issue recently where the client wanted to add some custom text on the Add Entry form in Sigsiu's SOBI2. SOBI2 is a directory component for Joomla. I thought I'd post how we did it.
I edited the file form.class.php located in the components/com_sobi2 folder.