Results 1 to 20 of 20

Thread: Sitemap

  1. #1
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Sitemap

    Hi there,

    I am trying to create a sitemap and follow the step-by-step instructions http://dev.typolight.org/wiki/1/Tutoria ... pErstellen.

    However, the sitemap is not showing on my website (www.euro-yachtcharter.de). All pages are published and are not hidden in the navigationmenu. Where am I going wrong? :?

    Thanks!

    Julia

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    Hi Julia,
    Have you made a module "sitemap" via Modules?
    Have you published that module onto a page either via Articles or Page Layout?
    There is a german forum if you prefer at http://www.typolight-community.de/

  3. #3
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Hi Ramlet,

    Thanks for the swift reply. Actually the English forum is better for me.

    I did use the module 'sitemap' and I published the module on to a page via Articles. (not via page layout) I followed the instructions step-by-step...

    Julia

  4. #4

    Default Re: Sitemap

    Did you select the reference page (website root page) in the module settings?
    Extensions: avatar, cron, dlstats, editarea, geshi, helpdesk, recall, rep_*, smhcheck.
    FAQ's - Documents - Tickets
    Please no help requests by PM, use the forum or ticket link above instead!

  5. #5
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    yep. I selected 'start from website root'.

  6. #6
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    I'll add the print screen in attachment

  7. #7
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    is your article published and not protected....(check the article header)?

  8. #8
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Yes, the artikel is published and not protected. (I checked both the artikel header and the sitemap artikel)

  9. #9
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    Whats the bet your Site structure does not have a root page (it has a little globe emblem), and you have selected start from root page in the sitemap module.... try selecting a different start point in your module to see...
    :?: :!: :D

  10. #10
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    You're right, this makes a difference!!!! (although the pagewith the globe symbol is there...). But now I deactivated 'start from root' and manually activated the page with globe symbol under 'start page'.

    however, the page Sitemap displays the main menu again, it has exactly the same layout, with mouseover dropdown menu and everything. Is this what the Sitemap is supposed to look like in Typolight?

  11. #11

    Default Re: Sitemap

    No, I think you have chosen the wrong template.

    Here is an example how it looks like out-of-the-box with the nav-default template:

    http://ibk-software.com/sitemap

    But then again - did you perhaps customize (abuse) nav_default for your main menu?
    that would explain it...
    Extensions: avatar, cron, dlstats, editarea, geshi, helpdesk, recall, rep_*, smhcheck.
    FAQ's - Documents - Tickets
    Please no help requests by PM, use the forum or ticket link above instead!

  12. #12
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    That must be what's happened. The page layout was customized by my webdesigner, inluding the layout of the menu.
    How can I fix this?

  13. #13
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    Thats a bit hard to answer. It depends on what they have done. If you go to Template and see if there is a nav_default sitting there, and post its contents here, as well as your site url then maybe....

  14. #14
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Ok. Is this what you mean? (It's getting a bit technical now :? )

    URL: www.euro-yachtcharter.de

    Template:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <base href="<?php echo $this->base; ?>"></base>
    <title><?php echo $this->pageTitle; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $this->charset; ?>" />
    <meta name="description" content="<?php echo $this->description; ?>" />
    <meta name="keywords" content="<?php echo $this->keywords; ?>" />
    <link rel="shortcut icon" href="http://www.euro-yachtcharter.de/favicon.ico" />
    <?php echo $this->robots; ?>
    <script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="/js/hoverIntent.js"></script>
    <script type="text/javascript" src="/js/superfish.js"></script>
    <link rel="stylesheet" href="/euroyachtcharter/style.css" type="text/css" media="screen" />
    <?php echo $this->head; ?>
    <script> jQuery(function(){ jQuery('ul.level_1').superfish({speed:'fast'}); }); </script>
    </head>
    <body <?php if ($this->class): ?> class="<?php echo $this->class; ?>"<?php endif; if ($this->onload): ?> onload="<?php echo $this->onload; ?>"<?php endif; ?>>
    <div id="wrap">

    <div id="top"></div>

    <div id="content">

    <div class="header">
    [img]/euroyachtcharter/images/header_new.jpg[/img]
    <map id="_Image-Map_Euro_Yachtcharter" name="Image-Map_Euro_Yachtcharter"><area shape="rect" coords="583,149,765,175" href="/index.php/info-und-kontakt.html" alt="" title="" /></map>
    </div>

    <?php echo $this->header; ?>

    <div class="afterheader"></div>

    <div class="middle">
    <?php echo $this->main; ?>
    </div>

    <div class="right">
    <?php echo $this->right; ?>
    </div>

    <div id="clear"></div>

    </div>

    <div id="bottom"></div>

    </div>

    <div id="footer">
    © EURO-YACHTCHARTER 2010

    </div>


    [img]<?php echo $this->base; ?>cron.php[/img]

    <?php echo $this->mootools; ?>

    </body>
    </html>

  15. #15
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    No, thats the html source code.
    Nice site by the way.
    Go to Layout:Templates in the backend (right hand side) and see if there is one called nav_default sitting there.
    If there is click the edit template button (a square) and post the code you see.

    Also check in your sitemap module (Layout:Modules) and tell me what Navigation Template is selected.

  16. #16
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Thanks!

    There are only 2 templates:

    fe_bluefreedom2.tpl (I think standard for TL?)
    fe_euroyachtcharter.tpl

    I don't see any nav_default.


    Quote Originally Posted by ramjet
    Also check in your sitemap module (Layout:Modules) and tell me what Navigation Template is selected.
    The selected Navigation Template is nav_default.

    This seems to be contradicting...

  17. #17
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    This seems to be contradicting...
    No, the fact you don't see it (should) mean it hasn't been modified...
    sorry Julia I have no idea whats going on there...

  18. #18
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Ok.

    Thanks anyway for your help and time!

  19. #19
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Sitemap

    No, thats the html source code.
    Whoops, i didn't look hard enough, that is a template... ops:
    but I know not why still....
    someones bound to figure it

  20. #20
    New user
    Join Date
    02-09-10.
    Posts
    20

    Default Re: Sitemap

    Ok. It seems to be hard to solve.

    Thanks again for trying anyway!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •