Fork me on GitHub

Problem - helius theme and extended text  Bottom

  • I am using the helius (blue/grey) theme on PN 0.7.2.6 looks great only problem is I can't get the extended text to show up in posted news items.

    The link "read more" shows up ok but when you get to the story it's still only the truncated version.

    Don't seem to have this problem with any other themes.

    Any ideas or suggestions?
  • There was a bug in the online version, the correct one has been uploaded.
    The change is:
    In the themearticle function, change

    Code

    echo $preformat['hometext']; // Story text  ?>
        <BR /><BR />
    <?php echo $preformat['notes']; // Additional notes under story ?>

    to

    Code

    echo $preformat['fulltext'];  ?>


    Martin

This list is based on users active over the last 60 minutes.