View Single Post
Old Yesterday, 08:22 PM   #11337
estherflails
Enthusiast
estherflails began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Jul 2021
Device: none
Quote:
Originally Posted by JimmXinu View Post
You are overriding make_linkhtml_entries, so you aren't getting collections in it from defaults.ini:
Code:
...
## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
## make entryHTML.
make_linkhtml_entries:inspired,associations,endnotes,series00,series01,series02,series03,series04,series05,series06,series07,series08,series09,series10,series11,series12,series13,series14
...
Instead do:
Code:
add_to_make_linkhtml_entries:,inspired,...
(And [code] tags preserve whitespace for better comprehension of INI. FYI.)
I made the change but unfortunately, I still can't get it to work. :( Any other ideas what might be causing this?
estherflails is offline   Reply With Quote