singapore: the smallest big galery
home » forum » Templates » Template different for admins

You are not logged in.

#1 2007-08-23 17:58:39

Donald
Member

Template different for admins

Hello,

I would like to know if it would be possible (and if yes, how ?) to make some differences in templates while the admins are connected and browsing the gallery ?

Example : adding few links in the template only for admins. Simple users would not be able to view them.

With a "<? if is_admin " or something else...


Thanks by advance !

Offline

 

#2 2007-08-23 19:20:39

DC
Administrator

Re: Template different for admins

Yes it can be done, so what your trying to do is if your logged in you want to see links only you can see correct.

You can do this by editing the code in menu.tpl.php

you can do somthing like ...

if($sg->user->isAdmin()):
echo 'my link I don't want you to see';
endif;

Note this examp is based on the menu you see after loging in.

DC

Last edited by DC (2007-08-23 19:22:55)


To code or not to code that is the question?

Did my response help you out? Consider donating by buying me a slice, Whats this? Read More!
http://www.clickcraft.net/slice.php

Offline

 

#3 2008-08-09 11:06:39

Onida
Banned

Re: Template different for admins

DC wrote:

Yes it can be done, so what your trying to do is if your logged in you want to see links only you can see correct.

You can do this by editing the code in menu.tpl.php

you can do somthing like ...

if($sg->user->isAdmin()):
echo 'my link I don't want you to see';
endif;

Note this examp is based on the menu you see after loging in.

DC

HI


this is working for me thanks to you

thanks


[url=http://freetemplates.webdesigningcompany.net/]free web templates[/url]................[url=http://www.webdesigningcompany.net/]website design[/url]
[url=http://freetemplates.webdesigningcompany.net/]free flash templates[/url]...............[url=http://www.webdesigningcompany.net/]website design company[/url]

Offline