Started 1 week, 1 day ago (2009-11-28 12:12:00)
by seramal
Started 1 week ago (2009-11-29 01:34:00)
by toivo
The code that creates the
database connection looks all right, as long as the connection parameters are correct. You should check whether the connection was created, though: Code: if ( !is_resource( $db ) { $msg = 'Unable to connect to ' . $option['database']; error_log( $msg ); }
Started 6 days, 18 hours ago (2009-11-30 02:11:00)
by mirror51
I have found that after successful login the ser
redirects to home page. How can i redirect to custom component when user is logged in
Started 6 days, 14 hours ago (2009-11-30 06:51:00)
by dam-man
_________________ Robert Dam - Joomla Forum Moderator Dutch Boards | Joomla Coding Boards | English Support Boards
Started 6 days, 6 hours ago (2009-11-30 15:01:00)
by marilda
Have someone seen this error code before, and know what I have to do to fix it? Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in /lft/11/34059/www/libraries/joomla/cache/handler/c allback.php on line 99 In admin i only get
500 error and a message some says Layout "default" not found when I try to click at the menu. I have try to ask in the ...
Started 5 days, 11 hours ago (2009-12-01 09:25:00)
by jackprince
_________________ the Answer to Life, the Universe, and Everything ... 42
Started 6 days, 10 hours ago (2009-11-30 10:33:00)
by aaron harding
kudos to bennyv's solution, worked great! I had to edit 2 other files for the extra fields to be view/editable in the
back-end user management: /administrator/components/com_users/views/user/tmp l/form.php - for individual user edit and /administrator/components/com_users/views/users/tm pl/default.php - for the list of users Thanks a bunch!
Started 1 week ago (2009-11-28 21:34:00)
by Webdongle
You could try this Download the css file then open it up localy with HTMLkit. Open the site in Firefox with the Firebug addon. Use Firebug to locate various parts of the page. Alter the css in HTMLkit and drag/drop to the server. Refresh your
Firefox Browser, if No Avail then undo the changes in HTMLkit and try something else. I find that a very quick way to try different css settings without ...
Started 1 week, 1 day ago (2009-11-28 00:40:00)
by sndev7
Started 6 days, 8 hours ago (2009-11-30 12:22:00)
by aaron harding
Just creating a toolbar for my component and i have added the preferences button. It works fine but the
pop up box which appears with the parameters is not very big in height. How can i change the height of this pop up box? Thanks in advance.