[SOLVED] Anchor Links in HTML-Template

07 May 2015 18:07 #817 by BUschman

  • Junior Member
  • Junior Member

  • Posts: 21
  • Thank you received: 1
  • Hallo,

    ich habe ein eignes HTML-Newsletter-Template gebaut mit Anchor Links. Leider öffnet sich aber die Website mit angehängtem #anchor. Wie kann ich das so machen, das innerhalb der HTML-Mail gesprungen wird. Danke für jeden Lösungsvorschlag.

    Herzlichen Gruß
    Brigitta

    Please Log in or Create an account to join the conversation.

    07 May 2015 18:12 #818 by Romana

    • Moderator
    • Moderator

  • Posts: 965
  • Thank you received: 86
  • Hallo Brigitta,

    herzlich Willkommen hier im Forum.

    Kann es sein, dass Du den JCE als Editor verwendest? Und kann es sein, dass in dessen Konfiguration eingestellt ist, dass er alle Links auf absolut umbaut?

    Falls nicht, kannst Du mir so eine Mail mal zusenden? Meine Mailadresse siehst Du ja im Kopf der Webseite.

    Liebe Grüße

    Romana

    Problem gelöst? Dann bitte auf gelöst klicken. Über ein Danke freue ich mich immer.
    Problem solved? Please click to solved.I am glad to every thank you.

    Please Log in or Create an account to join the conversation.

    07 May 2015 18:46 #819 by BUschman

    • Junior Member
    • Junior Member

  • Posts: 21
  • Thank you received: 1
  • Hallo Romana,

    danke für die super schnelle Antwort. Leider ist das nicht die Lösung.
    Ja stimmt, ich arbeite mit dem JCE, die URLs sind aber auf relative eingestellt.
    Ich habe es jetzt auch mal mit einem anderen Editor probiert, gleiches Ergebnis.

    Nach diesem Prinzip habe ich die Anchor eingebaut:

    <div id="top" class="header">…</div>
    <div class="index">
    <ul>
    <li><a href="#thema1">Thema 1 </a></li>
    </ul>
    </div>
    <div class=”content”>
    <h2 id="thema1">Thema 1</h2>
    <p>Lorem ipsum dolor sit amet,&nbsp;sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, &nbsp;At vero eos et accusam et justo duo dolores et ea rebum.</p>
    <p> <a href="#top”>nach oben<a></p>
    </div>

    Ich schicke Dir gleich mal einen Test-Newsletter.

    HG
    Brigitta

    Please Log in or Create an account to join the conversation.

    07 May 2015 19:03 #820 by Romana

    • Moderator
    • Moderator

  • Posts: 965
  • Thank you received: 86
  • Hallo Brigitta,

    der Newsletter ist angekommen. Wow, die Bilder machen Lust auf mehr…

    Aber zurück zum Thema: Ich habe das jetzt nicht so parat, aber es könnte sein, dass beim Rendern des Newsletters Links immer mit der Basis-Adresse versehen werden. Das ist für Anker natürlich nicht das Gelbe vom Ei. Ich werde das eruieren. Wenn das der Fall sein sollte, dann kann ich nur auf die Version 1.2.0 oder 1.3.0 vertrösten.

    Du hörst auf jeden Fall wieder von mir.

    Liebe Grüße

    Romana

    Problem gelöst? Dann bitte auf gelöst klicken. Über ein Danke freue ich mich immer.
    Problem solved? Please click to solved.I am glad to every thank you.

    Please Log in or Create an account to join the conversation.

    07 May 2015 19:10 #822 by BUschman

    • Junior Member
    • Junior Member

  • Posts: 21
  • Thank you received: 1
  • Hallo Romana,

    die Bilder sind eigentlich nur Dummys ;-).
    Wenn's nicht klappt, fallen die Anchors eben raus und ich freue ich auf die Zukunft. Vielen lieben Dank für die Mühen. Alles andere klappt hervorragend, tolle Komponente.

    Lieben Gruß
    Brigitta

    Please Log in or Create an account to join the conversation.

    08 May 2015 07:44 #823 by Karl

    • Administrator
    • Administrator

  • Posts: 338
  • Thank you received: 31
  • Replied by Karl on topic Anchor Links in HTML-Template
    Hallo Romana,
    ich lass mich schon wieder von meinem eigentlichen Vorhaben ablenken.

    Schau mal in admin/models/newsletter.php function _replaceLinks().
    Dort wird jedem href und src der JURI::root angehängt, damit der Link auch auf die richtige Seite geleitet wird.
    Leider wird vor der Veränderung nicht auf das Vorkommen eines Ankers geprüft.
    HTTP und mailto werden nicht verändert.

    Wenn wir diesen Code
    Code:
    $search_str = '/\s+(href|src)\s*=\s*["\']?\s*(?!http|mailto)([\w\s&%=?#\/\.;:_-]+)\s*["\']?/i';
    ändern in
    Code:
    $search_str = '/\s+(href|src)\s*=\s*["\']?\s*(?!http|mailto|#)([\w\s&%=?#\/\.;:_-]+)\s*["\']?/i';
    wird auch auf "#" geprüft.

    Bei mir hat es funktioniert.

    Liebe Grüße
    Karl

    Please Log in or Create an account to join the conversation.

    Time to create page: 0.119 seconds

    Register to newsletter

    Hint: Your entered data are only used to register to and sending of the newsletter. Your data will be processed and stored by me. For more information have a look at my privacy policy.
    Your mailing list:
    BwPostman:
    Infos about Joomla! extensions of Boldt Webservice...

    () Mandatory fields

    Information

    ×

    Voluntary salary

    If you like Boldt Webservice then I would be glad about your backing:
    • Recommend Boldt Webservice.
    • If you want to support my work with a donation, please click on the following button - the donation will be handled via paypal.

    With your voluntary salary you also support the development of free software and extensions for the CMS Joomla.

    Enter your amount below and click on the following button:

     

    Register to newsletter

    Hint: Your entered data are only used to register to and sending of the newsletter. Your data will be processed and stored by me. For more information have a look at my privacy policy.
    Your mailing list:
    BwPostman:
    Infos about Joomla! extensions of Boldt Webservice...

    () Mandatory fields

    Information

    ×

    Voluntary salary

    If you like Boldt Webservice then I would be glad about your backing:
    • Recommend Boldt Webservice.
    • If you want to support my work with a donation, please click on the following button - the donation will be handled via paypal.

    With your voluntary salary you also support the development of free software and extensions for the CMS Joomla.

    Enter your amount below and click on the following button: