Template specific to registered users - Joomla! Forum - community, help and support


is there way make 1 template show on pages have registered (and logged in) view , separate template public pages?

yup.. time using if ($my->id) logic. check retrieves user id. not logged means no user id present

look in template head, find pseudo
if ($my->id) { initialize editor (i.e. tinymce) }

use logic similar this
id) {;?>
css registered users

css unregistered/not-logged-in


[edit] or reverse check adding exclamation mark
if (!$my->id) { something} means if there no user id (not logged in) something
[/edit]

hope helps.

good luck on site





Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'