I can´t install this mod

This mod will make it posible to specify permissions to all "special pages, like MEMBERLIST, PROFILE VIEW and so on.
The permissions support USERGROUP, making this tool very powerfull

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

I can´t install this mod

Postby Sakuweb on Wed 23. Apr, 2003 23:01

I think, my problem is my template, because I can´t paste
Code: Select all
<!-- BEGIN switch_memberlist_on -->
<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;
<!-- END switch_memberlist_on -->

I don´t have a normal menu. My menu is a #map.
Overall header:
Code: Select all
<img border="0" src="templates/XXX/images/menu.gif" width="240" height="185" usemap="#Map">

Overall footer
Code: Select all
<map name="Map">
  <area shape="rect" coords="127,48,148,60" href="{U_INDEX}" alt="Entra al índice de los foros" title="Foros">
  <area shape="rect" coords="156,50,172,60" href="{U_FAQ}" alt="¿Tienes dudas, problemas? Aqui te los resolveré" title="Faq">
  <area shape="rect" coords="180,49,211,61" href="{U_SEARCH}" alt="¿Buscas algo? Seguro que en algún post lo encontrarás!" title="Buscar">
  <area shape="rect" coords="77,63,120,76" href="{U_MEMBERLIST}" alt="Listado de usuarios" title="Listado de usuarios">
  <area shape="rect" coords="70,81,98,92" href="{U_PROFILE}" alt="Modifica tu perfíl" title="Modifica tu perfíl">
  <area shape="rect" coords="106,79,165,90" href="{U_PRIVATEMSGS}" alt="Tu bandeja de PMs (Mensajes privados^^)" title="Tus mensajes">
  <area shape="rect" coords="178,79,217,92" href="{U_REGISTER}" alt="Registrate al foro" title="Registrar">
  <area shape="rect" coords="127,62,211,75" href="{U_GROUP_CP}" alt="Agregate en algún grupo de usuarios" title="Grupos de usuarios">
</map>

How can I paste the code in overall_header? Before, I didn´t paste this code but I couldn´t see my index forum... -.- Please Can you help me?

My forum[/url]
Sakuweb
Poster
Poster
 
Posts: 9
Joined: Wed 02. Apr, 2003 21:10

Postby Niels on Sun 27. Apr, 2003 20:07

it should be posible to modify this part

Code: Select all
<area shape="rect" coords="77,63,120,76" href="{U_MEMBERLIST}" alt="Listado de usuarios" title="Listado de usuarios">
 


something like
Code: Select all
<!-- BEGIN switch_memberlist_on -->
<area shape="rect" coords="77,63,120,76" href="{U_MEMBERLIST}" alt="Listado de usuarios" title="Listado de usuarios">
<!-- END switch_memberlist_on -->
 


I asume
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Sakuweb on Sat 03. May, 2003 13:54

No... The menu didn´t work -.-
Sakuweb
Poster
Poster
 
Posts: 9
Joined: Wed 02. Apr, 2003 21:10

Postby Niels on Sat 03. May, 2003 23:33

I can't support all the templates of this world, so if the above did not work, then sorry but you will have to try to solve it your self.

try work a litle with it, I have showen the princple, about what to do, simply do some simmilar to get it to work

after all, it is mutch easyer for you to try out, since you can see the result imidiatly :D
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby Sakuweb on Sun 04. May, 2003 11:34

-.- I don´t understand PHP
Sakuweb
Poster
Poster
 
Posts: 9
Joined: Wed 02. Apr, 2003 21:10

Postby Niels on Sun 04. May, 2003 11:50

the template are "pure" HTML code, not php
it works the was that all code indes the

Code: Select all
<!-- BEGIN switch_memberlist_on -->

and this
Code: Select all
<!-- END switch_memberlist_on -->


will not be included, or will be included, depending on the users permission (e.g. showing the memberlist link or not)

you will have to find the HTML code witch makes the link show, and then add this arround the code - it should be posible to find, if you try different solutions and see how they behaive, else you could ask the author of the template - he should now witch part makes the links
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46


Return to Extra permission [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron