I don't understand why you say it counts the pages wrong? You get X entries per page with a total of Y entries (thus ceil(Y/X) is Z = amount of pages) all for an author. Usually X is smaller than Y, if you have more than one page.
Which of X, Y or Z is not properly counted for you?
Does the application look for language files on the templates directories as well? Since I've created a new page template, if I want to have language constants for it should I create an additional language file or use the existing one in the lang directory?
...viewing entry by author is a core functionality of serendipity. The plugin only addresses core functionality, it is not responsible for any entry output; the sole purpose of the plugin is to create a linklist to all existing authors, there are no functions provided by the plugin, as the core ...
So, really the Authors plug-in actually does what I want it to do. The results are that it shows all of the entries for the author selected. I'd like to do the same thing, except that I don't want to show the body of the entry, just a list of all of ...
But that is what the plugin should do. What's your URL? When clicking on an author link, it should go to something like http://yourblog/authors/1-authorOne and this should only show blog entries by that author.
Yep, that's exactly what it does in the default setup. I want it to do something ...
When I installed s9y it created a diretory called lang with a file called serendipity_lang_en.inc.php. It also has a subdirectory UTF-8 with a file called serendipity_lang_en.inc.php. I've added constants to each of the. Sometimes it uses one, sometimes it uses the other. That's pretty confusing. If ...
Did you try changing the lang/UTF-8/serendipity_lang_en.inc.php as well ?
Actually, no. When I searched on the terms NEW_ENTRY and "New Entry" using the search functions of Macromedia Dreamweaver MX 2004 it only came up with the files I listed in the previous post. I'm wondering a couple of ...
I'm using the Login Plugin. In admin it says it's v1.07, but in the serendipity_plugin_loginform.php it says "serendipity_plugin_loginform.php,v 1.15 2008/08/21 08:37:40"
In line 105 there's a constant NEW_ENTRY.
The plugin has a language file lang_en.inc.php. This language file has no constant ...