0
Welcome Guest! Login
0 items Join Now

Email validation

    • Musa's Avatar
    • Musa
    • Jr. Rocketeer
    • Posts: 45
    • Thanks: 0

    Re: Email validation

    Posted 13 years 11 months ago
    • Arifin, you input is very much appreciated - thanks.
    • Musa's Avatar
    • Musa
    • Jr. Rocketeer
    • Posts: 45
    • Thanks: 0

    Re: Email validation

    Posted 13 years 5 months ago
    • Hi Arifin.

      I tried your code you supplied - thanks for that. It works on a lot of the newer templates it seems, but not Kinetic template. I put the code in template.css - maybe it should be in another of the CSS files, or does that not matter?

      Best regards.
    • Xavier P.'s Avatar
    • Xavier P.
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Re: Email validation

    Posted 13 years 2 weeks ago
    • Hello,
      I had the same problem (I believe) and I solved it that way :
      The confirmation message is missing on the 'contact' page when validating contact form.
      :shock: In fact : a command line <jdoc:include type="message" /> is missing in the file :
      templates/rt_nebulae_j15/html/layouts/body_mainbody.php
      :arrow: so i've iserted the code after line 61 (first to be displayed in <div id="rt-mainbody">)
      <div id="rt-mainbody">
          <div class="component-content">
              <jdoc:include type="message" />
              <jdoc:include type="component" />
          </div>
      </div>

      hope this will help
      On my site : the confirmation message is now shown... 8)
      I am using nebulae template

      Xavier
    • ++ XA
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Email validation

    Posted 13 years 2 weeks ago
    • In gantry the the error message is handled via the template-settings.
      You can set it to display where you want.
      The code you mention (<jdoc:include type="message" />) is not missing.
      Its just in a different file:
      /libraries/gantry/features/systemmessages.php
    • Xavier P.'s Avatar
    • Xavier P.
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Re: Email validation

    Posted 13 years 2 weeks ago
    • THANKSSSS !!! :arrowu: :arrowu: :arrowu:
      I was wondering if I was right, because my solution seemed so poor regarding the work of rocketteme team!

      you probably saved me a lot a time :cheesy:
    • ++ XA

Time to create page: 0.082 seconds