Search found 3 matches
- Wed Jun 26, 2019 9:47 pm
- Forum: Modules/Add-Ons
- Topic: FEU - how to get LoggedInId
- Replies: 1
- Views: 1078
FEU - how to get LoggedInId
I'm using FEU to allow users to log in: {FrontEndUsers action=login } After log in they are redirected to a module that I created. How do I get the Loggedid ID? I've tried this: $feu = \cms_utils::get_module('FrontEndUsers'); $uid = $feu->LoggedInId(); but I am getting this error message: Notice: Un...
- Wed Jan 16, 2019 8:03 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Installing Theme on cmsms2.X
- Replies: 2
- Views: 2194
Re: Installing Theme on cmsms2.X
That took care of it, thanks.
- Tue Jan 15, 2019 7:57 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Installing Theme on cmsms2.X
- Replies: 2
- Views: 2194
Installing Theme on cmsms2.X
How do I upload a theme from the Theme store The website says "In site admin go to Layout » Theme Manager second tab 'Import'" https://docs.cmsmadesimple.org/layout/design-manager/templates/import-an-existing-template But in 2.x that menu item does not exist. I done a search on here but di...