Search found 4 matches
- Fri Nov 23, 2012 4:43 pm
- Forum: The Lounge
- Topic: FEU - country selector
- Replies: 2
- Views: 1557
Re: FEU - country selector
thanks for your reply uniqu3. It led me on a solution but I'm still having trouble. Here's what I done so far: -created my User Properties: global $gCms; $db =& $gCms->GetDB(); $sql = 'SELECT * FROM cms_module_cge_countries ORDER BY name'; $r = $db->Execute($sql); $results = $r->GetRows(); if ($...
- Thu Nov 22, 2012 5:02 pm
- Forum: The Lounge
- Topic: FEU - country selector
- Replies: 2
- Views: 1557
FEU - country selector
Hi all! I'm fairly new to cmsms and I'm trying to make my way around, without great success. I'm looking for a way to implement a country selector in my FEU user property form. First, I created a select field in my User Properties. Since there's a country table in my database, I also created a {coun...
- Thu Nov 22, 2012 3:44 pm
- Forum: The Lounge
- Topic: need suggestions - add pic & description to admin profile
- Replies: 1
- Views: 916
Re: need suggestions - add pic & description to admin profil
any advice is welcomed.
- Thu Nov 15, 2012 8:48 pm
- Forum: The Lounge
- Topic: need suggestions - add pic & description to admin profile
- Replies: 1
- Views: 916
need suggestions - add pic & description to admin profile
hi all! I'm a new cmsms developer and require suggestions. Basically, I'm looking for a module that would allow me to add a picture and short description to my admin's profiles. This module could be stand alone or could actually modify the current basic admin profile page to receive the new fields. ...