• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: [RESOLVED] HELP : How can I display a FEU Id ?
PostPosted: Mon May 07, 2012 10:41 am 
Offline
Forum Members
Forum Members

Joined: Fri Jan 15, 2010 5:02 pm
Posts: 51
Hi,

I try to display a simple thing : a FEU's ID.

This this seems pretty basic, but after multiple tries, I got no results :(

This is the last snippet I tried in my UDT but it has no results... What's wrong ?

Code:
    global $gCms;
    $feu_module = $gCms->modules['FrontEndUsers']['object'];
    if( $feu_module )
    {
      $feu_uid =  $feu_module->LoggedInId();
      if($feu_uid)
      {
        echo $feu_uid;
      }
    }


I also tried the {$ccuser->uid} or {$ccuser->_uid} but they don't exist, where {$ccuser->username()} or {$ccuser->property('email')} are doing well their job.

I want my output to get the user his ID :
#1 Your ID is : 1948
#2 Your name is : Jhon Doe
#3 You email is : jhon@doe.com

As you can see, I'm looking for step #1 output method.

Any advice ?


Last edited by square on Mon May 07, 2012 12:07 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: [RESOLVED] Re: HELP : How can I display a FEU Id ?
PostPosted: Mon May 07, 2012 12:06 pm 
Offline
Forum Members
Forum Members

Joined: Fri Jan 15, 2010 5:02 pm
Posts: 51
Ok, found it :
Code:
{cms_module module= FrontEndUsers form='silent'}
#1 Your ID is : {$userid}
#2 Your name is : {$ccuser->username()}
#3 You email is : {$ccuser->property('email')}


I was missing the {cms_module module= FrontEndUsers form='silent'} stuff to call all the variables .


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: manuel


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
A2 Hosting