OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
userid is null on lending books :( and much more (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Userid is null on lending books :( and much more

sakarora (Visitor)
Posts: 0
graphgraph
User Offline
userid is null on lending books :( and much more 12 Years, 4 Months ago
Karma: 0  
hey
i am using joomla 1.6 and booklibrary-basic... can you tell me that if there is any option for adding books, accept/deny lend requests from frontend??? by the way.. when a user lends a book... he has to enter his email-id, name and address etc... can't it be automatic... i.e if a user logins..book should be lent on his name and email automatically... in my case fk_userid in "jos_booklibrary_lend_request" table is null when a user lends request... don't know why??
please help me
THANKS IN ADVANCE
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:userid is null on lending books :( and much more 12 Years, 4 Months ago
Karma: 101  
hello,

an you tell me that if there is any option for adding books, accept/deny lend requests from frontend???
In Pro - you may add book from frontend.
accept/deny lend requests from frontend - we now adding, it will appear in book library Pro version

he has to enter his email-id, name and address etc... can't it be automatic... i.e if a user logins..book should be lent on his name and email automatically... in my case fk_userid in "jos_booklibrary_lend_request" table is null when a user lends request... don't know why
It can be automaticly, but often users wish add some other email, and need take from users - some additional details, so we mot use UserId.

If you wish some special features you always may ask from us custom version - with all features what you need.
Custon software creation request you may do with help ordasoft support form

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
sakarora (Visitor)
Posts: 0
graphgraph
User Offline
Re:userid is null on lending books :( and much more 12 Years, 4 Months ago
Karma: 0  
admin wrote:
hello,

an you tell me that if there is any option for adding books, accept/deny lend requests from frontend???
In Pro - you may add book from frontend.
accept/deny lend requests from frontend - we now adding, it will appear in book library Pro version

he has to enter his email-id, name and address etc... can't it be automatic... i.e if a user logins..book should be lent on his name and email automatically... in my case fk_userid in "jos_booklibrary_lend_request" table is null when a user lends request... don't know why
It can be automaticly, but often users wish add some other email, and need take from users - some additional details, so we mot use UserId.
Thanks for repling admin
please tell me how to do it, that it automatically lends with logged in user's id?
for pro version... i have to pay bugs i guess i wish it could be free of cost... lol
If you wish some special features you always may ask from us custom version - with all features what you need.
Custom software creation request you may do with help ordasoft support form

i need to pay for custom version too.. ??
by the way... i love your component... i am satisfied with basic too
THANKYOU SO mUCH
Logged Logged
Last Edit: 2011/11/30 09:09 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:userid is null on lending books :( and much more 12 Years, 4 Months ago
Karma: 101  
Hello,

i need to pay for custom version too.. ??

I am sorry, we try build Free and pro version must best as we can, we every time try add to them new features.
But for any new features what now not exist in component - we ask money.

we try fix all bugs from all users.

Ours component OpenSource - so you self always may change every thing self.

all frontend changes in book library component for data prepare you need do in file:
{yours site}/components/com_booklibrary/booklibrary.php

all frontend changes in book library component for data show in file:
{yours site}/components/com_booklibrary/booklibrary.html.php

all backend changes in book library component for data prepare you need do in file:
{yours site}/administrator/components/com_booklibrary/booklibrary.php

all backend changes in book library component for data show in file:
{yours site}/administrator/components/com_booklibrary/booklibrary.html.php


for check what function we call - please use TASK variable

Current user ID - you may take from $my->id , for anonymous user it == 0

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»