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...
I changed the code to setlocale (LC_TIME, '$locale'); From whatever it was before... The original message, which was quoted, had the original string and error...
The solution is: setlocale (LC_TIME, pnConfigGetVar('locale')); Just try it, it works great ; ) Greets, Alex ... Von: Jane Tate [mailto:janetate@...]...
So does the other one. Perfectly. ... From: Alexander Komm To: pn-mod-books@yahoogroups.com Sent: Monday, July 07, 2003 4:48 PM Subject: AW: [pn-mod-books]...
Instead of books, I'd like to list CDs and vinyl albums with "Books". Does anyone know of a version where the term "author" is replaced by "artist", and "book"...
You need to replace mydomain.com with the FQDN of your server. ... From: whynotgivein To: pn-mod-books@yahoogroups.com Sent: Friday, August 01, 2003 1:31 PM ...
New install of books 721 to 0.7.2.6-Phoenix RC3 Followed instructions. No errors. Seems to have created database tables just fine. Able to create categories...
Hi All, I am getting this error when I go into admin... anyone have an updated amazon_functions.php? or if any programmers out there know the code to change on...
I have installed the books module on PN 0.726, and every works fine, but editorials: I can't see any place, neither in administration nor in user page, where...
The problem I had with the Book Module is that it would not sent email out to the owner of the book. I never checked on the editorials. Does your book mod...
Hiya, everyone, has anybody upgraded to .726 and tried to use the search integration add-on for searching books via pn-search ? I'm getting those beloved Fatal...