The story notes are not appearing on the first chapter like they used to.
http://www.potionsandsnitches.net/fanfiction/viewstory.php?sid=546
http://www.potionsandsnitches.net/fanfiction/viewstory.php?sid=546&chapter=1
Is this a bug or did you change something?
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
They're showing up on my test site. Check your default_tpls and your skins. You need to have the storynotes block in the viewstory.tpl. It should look something like this:
<!-- START BLOCK : storynotes -->
<div class='notes'>
<div class='title'><span class='label'>Story Notes:</span></div>
<div class='noteinfo'>{storynotes}</div>
</div>
<!-- END BLOCK : storynotes -->
Edit It's probably the default_tpls viewstory.tpl that's wrong.
This is what I had:
<!-- START BLOCK : storynotes -->
<div class='notes'>
<div class='title'><span class='label'>Story Notes:</span></div>
<div class='noteinfo'>{storynotes}</div>
</div>
<!-- END BLOCK : storynotes -->
I changed it to use yours' now. No change.
None of my skins use their own viewstory.tpl, they all use the default one. You can see yourself:
http://www.potionsandsnitches.net/fanfiction/skins/lemondrops/
http://www.potionsandsnitches.net/fanfiction/default_tpls/viewstory.tpl
No story notes showing up:
http://www.potionsandsnitches.net/fanfiction/viewstory.php?sid=546&chapter=1
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Yeah I can see. I just can't figure out why its not showing up.
Edit Okay found it. Next update it will be fixed. Manual fix if you can't wait is to change $chapter to $inorder on line 342.
Story notes are now showing up on chapter 1. Thank you Tammy. π
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
