1
Hello, can't find anything related in forum so i try to explain what my problem is.
I got a XOOPS site running, and i have created a group for article publishers which i gave admin rights on some modules like news, xf section, downloads and other non system modules.
Recently i upgraded the site layout moving the home page from "news" to nothing and inserting a spotlight block with recent news in home instead of complete news module...
When i created the group mentioned above i slightly edited the system_block_user.html template to show in user menu links on various administrative functions of the modules the group administer.
For instance i added something like that:
<{if $xoops_isadmin}>
<div class="blockTitle">Amministrazionediv>
<a href="<{$xoops_url}>/admin.php"><{$block.lang_adminmenu}>a>
<div class="blockTitle">Newsdiv>
<a href="<{$xoops_url}>/modules/news/submit.php">Inserimento Newsa>
<div class="blockTitle">Areediv>
<a href="<{$xoops_url}>/modules/xfsection/admin/category.php?op=default">Gestione Sezionia>
<a href="<{$xoops_url}>/modules/xfsection/admin/allarticles.php">Gestione Articolia>
<a href="<{$xoops_url}>/modules/xfsection/admin/index.php?op=default">Inserimento Articolia>
<div class="blockTitle">Linksdiv>
<a href="<{$xoops_url}>/modules/mylinks/admin/index.php?op=linksConfigMenu">Inserimento Linksa>
<div class="blockTitle">Sondaggidiv>
<a href="<{$xoops_url}>/modules/xoopspoll/admin/index.php?op=add">Inserimento Sondaggia>
<{/if}>
Since i had news as home page modules that links on user menu showed correctly. Now that home page is "nothing" those links are gone, the strange thing is that if i navigate on news module they show up again.
I noticed that to make them show i must give to that group admin rights for at least 1 system feature, which is something i dont really wanna do.
Is there a way to fix this to make my old admin user menu links to show up even if no module are set as home page?
I hope that it's clear enough...
Cheers
Astuni