-
I'm not sure modifying lay.php is the way to go. This is what I did for customizing labels for books, a similar approach might work for making a custom pdf report layout: (change labels into list)
Copy /layouts/default/labels.php to /layouts/labels.php
In the report add following line:
.layout labels title="My label"
Edit /layouts/labels.php
/classes/Lay.php and...
2009-11-11 00:05:29 UTC by infinite-mnkz
-
(Sorry for splitting my message)
Of course Im asking about how to modify the Lay.php.
I guess everything depends on the "makeFit($dim)" function, but it only has a return statement :S so Im very confused...
Thanks.
2009-11-09 17:14:19 UTC by nobody
-
I have the same problem. I want to get a list in which the long names dont be cropped, but splitted and shown in the next line, kind of like a word table.
Any help?.
2009-11-09 17:12:20 UTC by nobody
-
i read that threat. but it didn´t work for me (or i missinterpretated it).
i guess it refers to the following line in the php.ini
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
as far as i understand this line it already says report on all error EXCEPT e_notice and e_deprecated. just to test it i changed the line to
error_reporting = E_ERROR
now it should only report...
2009-11-09 14:58:58 UTC by nobody
-
Don't worry, there is a solution: see recent thread [Session Start and Deprecated function error][1].
[1]: http://sourceforge.net/projects/obiblio/forums/forum/164978/topic/3419322.
2009-11-08 21:16:47 UTC by nobody
-
openbiblio 0.6.1 won´t work with xampp and php5.3.
on installation i get lots of errors like
Deprecated: Function ereg() is deprecated in C:\xampplite\htdocs\openbiblio\install\install.php on line 20
Deprecated: Function ereg() is deprecated in C:\xampplite\htdocs\openbiblio\classes\InstallQuery.php on line 95
when switching to home/index.php the header has the following...
2009-11-08 18:25:46 UTC by nobody
-
V. 2.1.?
Then your question must be about [Open Biblio][1], started by Frédéric Descamps. The project related to the forum you are reading right now is [OpenBiblio][2], started by Dave Stevens, current version is 0.6.1.
[1]: http://sourceforge.net/projects/openbiblio/
[2]: http://sourceforge.net/projects/obiblio/.
2009-11-06 12:19:56 UTC by infinite-mnkz
-
What is the default SuperUser password for OpenBiblio. I am using V. 2.1. in French - superutilisateur:
2009-11-05 22:55:08 UTC by nobody
-
Hm, I should also mention that our library is live with OpenBiblio, but we can no longer check out books since I added this patch. All of my input fields are gone under the member info (which means no more checking out books), and I can also no longer search for a specific library user. I can pull up a list of ALL the library users, but not search for a specific individual (even if they show up...
2009-11-03 22:05:00 UTC by aballenger
-
Oh dear, I'm having problems too... Can someone please help out?
Receiving error codes on several different pages. Here's the first, which I receive when clicking on "Ciculation>Member Info"
Database Query Error - You've Probably Found a Bug
Database query failed
Please give all the information on this page to your support personnel.
Query select mat.*, ifnull(privs.checkout_limit, 0...
2009-11-03 21:54:03 UTC by aballenger