Autologin from within Joomla |
5/8/2009 5:26:11 PM |
PHPRunner Tips and Tricks | |
![]() I run several websites for health professionals using Joomla for core information management. I create other components using PHPRunner. In order the use the Joomla websites, all users need to be registered (by their organizations) and be logged in to access and use most of the components. <?php
//********** Custom code ************
|
|
![]() |
Sergey Kornilov admin 5/9/2009 |
Russ, |
![]() |
rsawchuk author 5/14/2009 |
Sergey, |
K
|
kenlyle 6/12/2009 |
Could you clarify what you trying to do with Joomla passwords? According to the following threads Joomla password system is quite straightforward. Joomla 1.0.x http://forum.joomla.org/viewtopic.php?f=267&t=284787 Joomla 1.5.x http://forum.joomla.org/viewtopic.php?f=47&t=285115
|
![]() |
rsawchuk author 6/12/2009 |
A further update (yes, it can be done) ... <?php
|
![]() |
rsawchuk author 8/16/2012 |
I needed to update a bunch of Joomla 1.0 sites to the latest Joomla 2.5.6. Each of these sites have two critical PHPRunner applications which also had to be updated to PHPR 6.1. Once the user is logged into Joomla, they need to be automatically logged into the PHPR application when they click a link. <?php
global $conn;
|
![]() |
Sergey Kornilov admin 8/17/2012 |
Russ, |