View Single Post
Old Yesterday, 06:23 PM   #11335
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,078
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by estherflails View Post
I'm quite sure I did it right but I can't get it to work. I'll attach the personal.ini this time, hopefully you can figure it out.
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.)
JimmXinu is offline   Reply With Quote