Can anyone help me out with changing the 'Read More...' text that appears in the bottom right hand corner of articles posted on the home PostNuke interface?
I'd like to change the text size, and change it to bold also, and then change it to read "click here to read more". I might, however, want to replace it with an image.
Does anyone know what files I can find the source code for this little peice of text?
Thanks.
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Changing the 'Read More..' Text in Articles
-
-
see this:
define('_READMORE','Read more...');
in modules/News/lang/eng/global.php
you can put HTML tags around it, or replace it with an image by editing the 'Read more...' bit. If you add quotes, remember to escape them (i.e. \")
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
Thanks for that, it worked fine...
Although I have a similar query, In the Downloads module, which entry in the "global.php" file defines the title of each download in each download catagory? The entry being in the global.php for downloads was simply a guess...
Thanks.
