1 nando May 19, 2006 18:26
3 nando May 19, 2006 23:13
Sorry, I did not understand a bloody thing.
What's the first piece of code you posted? Is it located on any file? Do I have to add it in any file? What do I have to do with it?
And what about the second piece of code? I have to substitute what's in the file for what you've posted? Exactly like it is there?
4 edb May 19, 2006 23:29
EdB wrote:
In your skins/skinname/_main.php find your $Item->content(); and feed it a few parameters. Probably something like this:
<?php $Item->content( '#', '#', '...read more', '...pickup here...', '', '' ); ?>
Yup. Replace what you got with this and see how it goes. The first bit is the actual function from the version you're using.
5 nando May 20, 2006 00:02
Thanks! Issue solved! :D
That's a good start eh? In your skins/skinname/_main.php find your $Item->content(); and feed it a few parameters. Probably something like this:
The two #s tell the function to use the default values. The next two are the text they see before and the text they see after hitting the read-more link. The final two are what goes before and after the read-more. Since the default is P tags you probably want to use nothing and maybe dial it in from there.