|
Hi,
I have found a nice code for a basic-modal login dialog. I also have a Joomla website which I'd like to have the basic modal code intergrated to.
For a example, please click the link beneath and choose the "login dialog box" link
Login Dialog Box
...
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to trigger simplemodal, assuming you want to bind <div id="basic-modal-content">
<script type="text/javascript"> $(document).ready(function(){ $("#basic-modal-content").modal(); }); </script>
Demo and documentation are available... .
|
|
How can you specify which page the user lands after they have logged into a Joomla site?
Started by HollerTrain on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Tutorial:Creating an Authentication Plugin for Joomla 1.5 You can do this through the Login Redirection Page in the Parameters section of the Login Module, or the Login Redirection URL Parameter in....
Header for the redirect.
|
|
Hi,
I just moved my current office Joomla 1.5.8 instalation from the server(linux) to my local machines (winxp) so I can work locally and only upload the changes.
The thing is after downloading all the files and installing a backup of the remote DB on...
Started by PERR0_HUNTER on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
After turning LDAP authentication off (only use Joomla authentication.
Offline = '0'; var $log_path = 'Your local joomla path\logs'; var $tmp_path = 'Your local joomla path\tmp connect to the LDAP server.
|
Ask your Facebook Friends
|
Hi all,i want to know more how does joomla does the authentication. Where should i look for the codes? thanks..
Started by handoyo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Joomla uses ....
I'm sure the Joomla community would be better equipped to answer your question than SO.
As such the code is freely available for you to download can subscribe to and participate in .
The Joomla Project is open source.
|
|
I need to check that a Joomla username and password is valid from my external application. It is not necessary that the user is logged into the system just that their account exists. How do I do this?
Started by jax on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've already answered a similar question about creating a user outside joomla....
Your external app should be able to access the database of the joomla app to check in the database access to Joomla's database and is written in php as well.
|
|
Hello,
I need to login by a PHP script that uses CURL to a Joomla website, in order to access to a private page that needs to be processed, but nothwithstanding several attempts I have done, I have always a 403 error. I have done a similar thing with ...
Started by Paryeshakaya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Firstly you are using the....
You have several probelms here..
(even if it is not for a nefarious process)
so you would have to request the joomla login page on there, which only manifest during such "automated" login attempts.
To do.
|
|
Joomla 1.5 ADMIN LOGIN not working I installed Joomla 1.5 yesterday and built a site. Today, the admin login is not working.
Steps I took to resolve this:
I double-checked the email for the correct user name and password, and entered them correctly......
Started by sylvan on
, 20 posts
by 15 people.
Answer Snippets (Read the full thread at siteground):
Does anyone have any ideas why Joomla 1.5 administrator login would also check the following....
Today, the admin login is not working, and this did not work either.
By sylvan I installed Joomla 1.5 yesterday and built a site.
|
|
Hi,
I have Joomla 1.7 integrated with phpBB 3.0.9 with JFusion plugin. When I login from joomla its ok. But when I login from phpBB and go back to joomla site, the user is loged out. I tried to activate the "Authentication Mod Settings" in the phpBB3 ...
Started by fmeneuhe on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at jfusion):
It worked so good for me:
phpbb3 = Master
Joomla = Slave.
I solved this by setting the master and phpbb3 and joomla as a slave.
|
|
Successfully integrate Joomla 2.5.1 and phpBB 3.0.7PL using Jfusion 1.6.0.
Joomla_int is master, phpBB is slave,Dual login is enabled for both.
Joomla is installed at www.mysite.com , phpBB is installed at www.mysite.com/forum
If I login/logout Joomla...
Started by rhf417 on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at jfusion):
When I try to login from phpbb....
The bad thing is that I can not login from phpbb forum now.
Is that if I login from Joomla website (which will result in automatic logged into phpbb forum things happen if I enable this option.
|
|
Tried out J1.7 for the first time today, so far its NOT looking good.
Installation passed ALL server checks and installation went through to completion without a glitch.
After installation I can open front end but cannot for the love of money login to...
Started by mitchellk on
, 21 posts
by 16 people.
Answer Snippets (Read the full thread at joomla):
But joomla indicates that all folders developing Joomla....
On my joomla 1.7
after i upload my localhost folder and try to login in the administrator
it gives??
I changed the pasword at install and after that i can login.
|