Question! how to export and embed stuff from account.php to pagemng
i'd like to create a page with page manager and i'd also like to embed the username and account picture from account.php.
is it enough to copy and paste the necessary code snipets from a->to b , like the div/id with the account picture and such or does it need a lot more than that?
thanks
edit: i've added the "Question"-word to signalize ; it's not a "how to" step by step guide
is it enough to copy and paste the necessary code snipets from a->to b , like the div/id with the account picture and such or does it need a lot more than that?
thanks
edit: i've added the "Question"-word to signalize ; it's not a "how to" step by step guide

0
This discussion has been closed.
Comments
P.S. your title implies you had written a HOWTO do just this — "how to export and embed stuff from account.php to pagemng".
so the report is actually:
don't try to copy account.php into the page manager textfield, even if it says html and php is okay !
so the moral of a story is: it's better to ask first.
ok so here we go
<?php echo $GLOBALS['Context']->Session->User->Name; ?>
or something to that effect; not sure if I'm remembering the heirarchy correctly...thanks a lot