URL to your eFiction: http://beautifulmemoirs.net/efiction
Your version of eFiction: 3.5.1
Version of PHP: 5.2.9
Version of MySQL: 4.0.21
test account: yes login: Bella pass: 123456
I have read through the threads and have not seen a question on this.
I have tried every option available in the e-fiction.
Are we suppose to be able to view the various notes while reading the story.
I ask because on my site we cannot and a few of our authors would like for their readers to be able to read the notes they put.
Am I missing something somewhere? Should a certain option be turned on?
please advise.
Thank you!!
It's connected to your skins. If you check a default skin -- CSSZen, for example -- you'll notice there are bits of coding related to end/author/story notes. I'm not sure if your skin supports them, but it'd be worth coping over the code or something. π
archive:
site:
Available for skin/mod commission! π
ok. I will go see what I can find.
I am using the library skin btw.
You'll want to look in viewstory.tpl and storyindex.tpl. Here are the corresponding wiki pages, which tell you all about them.
https://efiction.org/wiki/index.php5?title=Viewstory.tpl
https://efiction.org/wiki/index.php5?title=Storyindex.tpl
Essentially you want to make sure that {notes} and {storynotes} are in viewstory.tpl in the right places, and that you include the storynotes and notes blocks in storyindex.tpl. Those pages tell you how to do that. : )