Hi all,
I'm trying to put in a CMS HTML Block the two links "ACP" and "CMS" an show this two only to who is authorized to see that, the problem is that some parts of this block must be visible to all users...
It's possible to do what i want?? If yes, how???
thanks
o/
CMS And ACP Link In A CMS HTML Block
Subject: Re: CMS And ACP Link In A CMS HTML Block
You should have a look at the original navquicklinks.tpl o overall_header.tpl
they are set like this:
of course you can change the links.
The important thing is <!-- IF S_ADMIN --> and <!-- ENDIF -->
they are set like this:
- <!-- IF S_ADMIN -->
- <tr>
- <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
- <td class="genmed" align="left">{U_ACP}</td>
- </tr>
- <tr>
- <td align="left" width="8">{IMG_NAV_MENU_SEP}</td>
- <td class="genmed" align="left"><a href="{U_CMS}">{L_CMS}</a></td>
- </tr>
- <!-- ENDIF -->
of course you can change the links.
The important thing is <!-- IF S_ADMIN --> and <!-- ENDIF -->
Subject: Re: CMS And ACP Link In A CMS HTML Block
ok, but i must have a file to import...
which one??
only with the code that you've posted it doesn't work and i see {U_CMS} and {U_ACP}
spydie wrote: [View Post]
ok, but i must have a file to import...
which one??
only with the code that you've posted it doesn't work and i see {U_CMS} and {U_ACP}
Subject: Re: CMS And ACP Link In A CMS HTML Block
should be : includes/page_header.php . That is the file with all definitions of {U_xxx} and {L_xxx}
Try with this:
<!-- INCLUDE ../includes/page_header.php -->
Try with this:
<!-- INCLUDE ../includes/page_header.php -->
Subject: Re: CMS And ACP Link In A CMS HTML Block
Why not make two CMS HTML Block? close to each other...
In the first (with ACP and CMS) u give permissions to see it the admin only, and the second permissions for all ....
Marfo wrote: [View Post]
Why not make two CMS HTML Block? close to each other...
In the first (with ACP and CMS) u give permissions to see it the admin only, and the second permissions for all ....
Subject: Re: CMS And ACP Link In A CMS HTML Block
do you mean create two html block in the same position???
yes i can do but for the generation of the ACP link?? this depends from the user session... how can i do whit this problem??
Costa wrote: [View Post]
do you mean create two html block in the same position???
yes i can do but for the generation of the ACP link?? this depends from the user session... how can i do whit this problem??
Subject: Re: CMS And ACP Link In A CMS HTML Block
Put yourself the link for ACM
yes you can do so. In the same place. In this case, the first block text contains the ACM link to be seen by admin only, and the second everyone else can see from all, except from the admin.
It depending from you, and what do you want to write there
Quote:
yes you can do so. In the same place. In this case, the first block text contains the ACM link to be seen by admin only, and the second everyone else can see from all, except from the admin.
It depending from you, and what do you want to write there
Subject: Re: CMS And ACP Link In A CMS HTML Block
yes i can do in this way, but for the generation of ACP Link?? how can I do??
Costa wrote: [View Post]
yes i can do in this way, but for the generation of ACP Link?? how can I do??
Subject: Re: CMS And ACP Link In A CMS HTML Block
I do not know if there is a way in existing ACP with the existing funcions.
Or if there is a better way without having to make use of Code.
Or if there is a better way without having to make use of Code.
Subject: Re: CMS And ACP Link In A CMS HTML Block
I would do that with dynamic menu in CMS
http://www.icyphoenix.com/viewtopic...ighlight=menu#3
You can give each link a permision for a usergroup
and you can put the dyn menu on every site you would like: portal, forum and so on ;-)
Marfo wrote: [View Post]
I would do that with dynamic menu in CMS
http://www.icyphoenix.com/viewtopic...ighlight=menu#3
You can give each link a permision for a usergroup
and you can put the dyn menu on every site you would like: portal, forum and so on ;-)
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.9042s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled