Jump to content

Custom Portal template gone awry!


suredata

Recommended Posts

Hi everyone,

 

We recently updated our site to 5.1.2 and everything is working except for our customised portal template.

 

Our template footer.tpl seems to be getting ignored somewhere and the contents replaced with the default. To test this I renamed the footer.tpl and sure enough the Quick Navigation menu disappears. However the contents of the tpl are:

 

<div id="side_menu">
   <p class="header">{$LANG.quicknav}</p>
   <ul>
   {if $loggedin}
     <li>Custom link</li>      
     <li>Custom link</li>     
     <li>Custom link</li>     
  {/if}
  </ul>

[other content - twitter etc]
</div>

 

Has anyone else seen this, and if so, where do you now set the menu items?

 

Cheers

Link to comment
Share on other sites

Just to finalise this thread (not that it got anywhere :-)) we found the issue. Basically our server was running low on disk space and it seems the rendering resorted to the default when the templates_c folder could no longer be written to. We only discoverd this when other logs started failing.

 

Cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated