webplus
Results 1 - 2 of 2
bywebplus, September 25, 2008
It works but you will notice that Module Checkout will give you a line 34 error.
Change
$db3->setQuery( "UPDATE #__module SET checked_out='0' WHERE id=$_GET[mid]" );
to
$db3->setQuery( "UPDATE #__modules SET checked_out='0' WHERE id=$_GET[mid]" );
and
$db->setQuery( "SELECT title,checked_out,id FROM #__module WHERE checked_out !='0' ORDER BY id DESC", 0, 1000 );
to
$db->setQuery( "SELECT title,checked_out,id FROM #__modules WHERE checked_out !='0' ORDER BY id DESC", 0, 1000 );
---------------------------
Another great thing is that you can take the code and change it to include additional checkout items such as menus and for us contacts.
great program just needs some more attention to the code.
Change
$db3->setQuery( "UPDATE #__module SET checked_out='0' WHERE id=$_GET[mid]" );
to
$db3->setQuery( "UPDATE #__modules SET checked_out='0' WHERE id=$_GET[mid]" );
and
$db->setQuery( "SELECT title,checked_out,id FROM #__module WHERE checked_out !='0' ORDER BY id DESC", 0, 1000 );
to
$db->setQuery( "SELECT title,checked_out,id FROM #__modules WHERE checked_out !='0' ORDER BY id DESC", 0, 1000 );
---------------------------
Another great thing is that you can take the code and change it to include additional checkout items such as menus and for us contacts.
great program just needs some more attention to the code.
bywebplus, September 2, 2008
This plugin is ok. It sucks at handling any in depth php because it does not play well with styles. If you want to write hello world then this plugin is for you. If your a real programmer who has an app you want to port into Joomla keep moving this thing is a joke.
The message boards are useless and they are scattered with little bits of help. Its a mess.
The message boards are useless and they are scattered with little bits of help. Its a mess.

