accessing FrontEndUsers smarty-functions from another module [solved]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
toillbaill
New Member
New Member
Posts: 3
Joined: Mon Jun 22, 2009 8:20 pm

accessing FrontEndUsers smarty-functions from another module [solved]

Post by toillbaill »

Hi!

I'm trying to access FrontEndUsers' smarty-function {$feu_smarty->get_users_by_groupname($groupname,$assign)} from another module with php (trying to make a dropdown input to choose which FEUser is resonsible for something.)

I have figured out i can get to the normal functions in the module, like this:

Code: Select all

var_dump($gCms->modules['FrontEndUsers']['object']->GetFullUsersInGroup(1));
but i haven't been able to get down to the smarty-functions provided in the modules helpfile. And i have a feeling it is something very easy I'm missing ???
Last edited by toillbaill on Thu Feb 18, 2010 11:25 pm, edited 1 time in total.
toillbaill
New Member
New Member
Posts: 3
Joined: Mon Jun 22, 2009 8:20 pm

Re: accessing FrontEndUsers smarty-functions from another module

Post by toillbaill »

ah, nevermind, i copied the contents of the smartyfunction into my code instead.
Post Reply

Return to “Modules/Add-Ons”