Page 1 of 1

FUE frontend users smoelenboek, simpel vraagje

Posted: Tue Mar 25, 2014 2:46 pm
by jasbeschermer
Hoi,

Ik ben sinds kort bezig om een website te bouwen, en heb nog niet zoveel ervaring met php. Nu wilde ik een smoelenboek maken waarbij, frontend users zelf hun tekst en foto kunnen aanpassen.

Ik heb bij FrontendUser Beheer 2 extra eigenschappen toegevoegd (zie plaatjeImage
foto en overmij.

De "simpele" vraag is nu, hoe laat ik deze gegevens op de pagina zien?
In de module handleiding staat van alles over eigenschappen beschreven, zoals bijvoorbeeld {$feu_smarty->get_userinfo($uid,$assign)} maar hier snap ik niets van. Kan iemand mij uitleggen hoe ik dit kan doen?

M.v.g.
Jasbeschermer

Re: FUE frontend users smoelenboek, simpel vraagje

Posted: Tue Mar 25, 2014 2:59 pm
by JohnnyB
If you want other FEU people to see the profile data, use Custom Content
http://dev.cmsmadesimple.org/projects/customcontent

Also, this plugin has been helpful to me in the past:
http://dev.cmsmadesimple.org/projects/jmfeu_userprops

Using that plugin, you can get only the profile data you want to show, assign it to a Smarty variable, and then place that data anywhere in your template or page.

I will often use that plugin within a Custom Content template to display the data exactly the way I want.

Re: FUE frontend users smoelenboek, simpel vraagje

Posted: Tue Mar 25, 2014 3:30 pm
by jasbeschermer
thanx man, i just looked into the description of the custom content module. It looks easy and understandable to me. thnx

Re: FUE frontend users smoelenboek, simpel vraagje

Posted: Thu Mar 27, 2014 8:44 pm
by jasbeschermer
i found another great solution..
module cguser directory does the trick..

Re: FUE frontend users smoelenboek, simpel vraagje

Posted: Fri Mar 28, 2014 12:52 am
by JohnnyB
jasbeschermer wrote:i found another great solution..
module cguser directory does the trick..
Oh shoot, that's what I meant to tell you about earlier, not custom content - sorry!! lol.