0
Welcome Guest! Login
0 items Join Now

Small problem with the Read More... link

  • Small problem with the Read More... link

    Posted 17 years 7 months ago
    • site: www.zeehavenpolitie.nl

      Cannot get the Read More... link translated correctly on the frontpage.

      Used the dutch translation file, did not work (iso and utf)
      Changed the english.php:

      DEFINE('_READ_MORE','Read more...');
      DEFINE('_READ_MORE_REGISTER','Register to read more...');
      DEFINE('_MORE','More...');

      with:

      DEFINE('_READ_MORE','Lees verder');
      DEFINE('_READ_MORE_REGISTER','Register to read more...');
      DEFINE('_MORE','Verder');

      Still doesnt work, any suggestions would be great.

      thanx in advance

      joomla .12 version
    • Last Edit: 17 years 7 months ago by Leen Poldervaart.
  • Re: Small problem with the Read More... link

    Posted 17 years 7 months ago
    • He, thats the same problem i'm strugling with. I cant find the frase to translate. Is it in the index file? its definitly not in the Language file. ???
      Someone there who can help us out with this?
  • Re: Small problem with the Read More... link

    Posted 17 years 7 months ago
    • 1. Open mod_roklatest.php
      2. Find
      <br /><a href="<?php echo $link; ?>" class="readon">Read More...</a>
      3. Change to
      <br /><a href="<?php echo $link; ?>" class="readon"><?php echo _READ_MORE; ?></a>
    • James Spencer / Developer & Support / Hull, UK
  • Re: Small problem with the Read More... link

    Posted 17 years 6 months ago
    • Solved and thank you very much ;D
  • Re: Small problem with the Read More... link

    Posted 17 years 6 months ago
    • Thanks ;D

Time to create page: 0.051 seconds