Hi,
In BookLibrary pro for now you can add auto publish for book only through code hack.
please go to file: "booklibrary.php"
find function "save_book_fe"
and after rows
Code: |
if(get_magic_quotes_gpc()) {
$book->comment = stripslashes($book->comment);
}
|
Please add code:
Code: |
$book->published = 1;
|
Thanks,
OrdaSoft team