Hello, I'm using the books module on PN 7.2.3 and it works auite good. There are two open questions: 1. Umlauts (ÄÖÜ) are shown as samll '?'. Is it a ...
Hello, I'm using the books module on PN 7.2.3 and it works auite good. There are two open questions: 1. Umlauts (ÄÖÜ) are shown as samll '?'. Is it a ...
Hello, I'm using the books module on PN 7.2.3 and it works auite good. There are two open questions: 1. Umlauts (ÄÖÜ) are shown as samll '?'. Is it a ...
Hello, I'm using the books module on PN 7.2.3 and it works auite good. There are two open questions: 1. Umlauts (ÄÖÜ) are shown as samll '?'. Is it a ...
Hallo, Heiko, I didn't understand all of your questions but as I'm using books in german as well (and the Amazon partnership links) maybe you like to see a...
Hello Mel, thanks for your help, I will check my problem with umlaus deeper. But let me explain my suggestions deeper: 1. Realt Multi Language support, that...
Hello, two other suggestions: 1. after adding a new book over the admin panel and saving, normally there cames up only a confimation of saving (and able to...
Hi, Heiko, just one thing: I'm not in the developing team. If you have any suggestions, address the people who have developed it. I'm not a support person at...
Hoi ALex, Books wird über das Admin Panel installiert (nicht per installl.php skirpt!, lies das install.txt aus books.zip!! Achte darauf ob du einen Upgrade...
Hi, BOOKS-User, is anyone using Books on a multisite-postnuke Installation ? I've tried it (latest version) with a pn .734-Multisite and it doesn't work. All...
Hello, I run it on my PostNuke site and it works great. Did not have any errors or problems with the install. But this is the second E-Mail I seen though so...
Hi, Larry, do you run a pnMultisite or a single site ? Books works perfectly on single pn but causes great difficulties on multisite. I think, pninit...
Hi, everyone, just in case, somebody is running into the same dead end and check the archives of this mailing list, here's the solution for making books go...
Hi Ya! Sorry took so long to reply, been on vacation. It works great but on a multi site you can't use the install as the paths are not correct. I will...
In using the Random Book block on my main page, every so often it will pop up a block with the "no pic" pic in it, and no title. The link and title feilds in...
I've heard from a couple of people now who were interested in the source code for the hacks I made. Basically, the hacks allow a second instance of the module...
In looking over the code, I was correct. It would take a random of 1 to the number of rows in the database. If you delete some, then you can have the deleted...
i don't know where this code is supposed to go exactly. In a message dated 6/3/03 8:33:04 PM, beltane@... writes: << In looking over the code, I was...
AllKnightAccess@...
Jun 4, 2003 3:47 am
435
Wonderfull code, but where does it go? I can't find the match to it anywhere on my system....
... it ... It goes in the randombook.php block code. By default this file will be at /modules/books/pnblocks/randombook.php. The file is short and the code...
I've updated the random book block to randomly choose a row instead of a book id. That should solve the problem of it trying to choose deleted book ids. You ...
I just installed books 054 and am having some difficulty. The install.txt file says to simply upload skripts, and that if I don't know how to stop reading, so...
I have poored through the code and determined how to make a few changes to the layout of the page, but is there any good documentation on how to change the...
Getting the following errors in my books module at http://www.beatleon.com: Warning: setlocale(): Passing locale category name as string is deprecated. Use the...
In a message dated 7/6/03 7:03:29 PM, janetate@... writes: << Getting the following errors in my books module at http://www.beatleon.com: Warning:...
AllKnightAccess@...
Jul 6, 2003 11:21 pm
444
Replace line #44 with this: (Or anywhere that error occurs) setlocale (LC_TIME, '$locale'); It's because of a change in PHP version, I had to go through my...