Looked out for the topics but didn't find them.
Page http://www.spn-vs.com/index.php
Okay, my first Problem: For the latest stories there are two authors. Both are named when you click on the story "Course for Winds of Fortune" but in the "Latest Episode" block at the index.php there's only the first author named. How can I make sure both authors are listed properly?
The second problem is also about the authors. When I click on the story the pagetitle announces the title and both authors but at this point I'd like to replace the ',' with an 'and'. I've searched through many, many codes but was unable to find its source.
It would be awesome if you could lend me a hand here π
Thanks
What version are you using? The first may be a bug...I assume latest episode is the most recent block? It may be a bug. However, looking at the code it should be using the same function as everywhere else. I suggest you re-upload that block. You may have an out of date version.
For the second, modify the author_link function in includes/corefunctions.php. However, that will change the commas to ands EVERYWHERE in the site where authors are listed like that. You should also think about how you'll handle stories with more than 2 authors.
Thanks for the quick reply.
I'm using the latest version, 3.5.1 that is.
I replaced my block-php file anyway just to make sure but there's no change. π I tried it with different skins, too. It's everywhere the same. Only the first author in the recent block but both authors in the page title. I'm at a loss. π At one point, I probably did some changes that I don't remember.
Also, I was able to replace my "," with an "and". Since this fanfiction site is not an usual archive but only for organized virtual episodes, that don't have more than two authors that should be no problem. If it is, I'll just change it to "," again π
