1
Hello,
I have installed XOOPS today without having any problems!
But when I tried to link a file to my XOOPS Site, nothing changed!
I did that:
1)
I got a file:
include("../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
?>
Hallo Welt
include(XOOPS_ROOT_PATH."/footer.php");
?>
saved it as whatever.php and put the file under:
htdocs/ on my webspace
I opened:
/modules/system/templates/blocks/system_block_mainmenu.html
changed it like this:
<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}>a>
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}>a> <{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}>a>
<{/foreach}>
<{/foreach}>
<a class="menuMain" href="<{$xoops_url}>/whatever.php">WHATEVERa>
td> tr>
table>
Then I went into the Administartion panel --> Modules and updated the database by clicking on the picture!
The result: NOTHING CHANGED
I dont know what I should do and I really hope someone of you can help me...
Thank you in advance