- Posts: 3
COMMUNITY FORUM
mod_k2_login
- jumanji
-
Topic Author
- Offline
- New Member
Less
More
11 years 6 months ago #63242
by jumanji
mod_k2_login was created by jumanji
Hi,
I have created a log in module so users can log in and post comments.
I have had to embed the module in the php as so:
<?php
jimport( 'joomla.application.module.helper' );
$modules = JModuleHelper::getModules( 'blogLogin' );
foreach ($modules as $module) {
echo JModuleHelper::renderModule( $module );
}
?>
The log in works fine ... only it doesnt generate a log out link?
Any ideas on this one?
Thanks!
I have created a log in module so users can log in and post comments.
I have had to embed the module in the php as so:
<?php
jimport( 'joomla.application.module.helper' );
$modules = JModuleHelper::getModules( 'blogLogin' );
foreach ($modules as $module) {
echo JModuleHelper::renderModule( $module );
}
?>
The log in works fine ... only it doesnt generate a log out link?
Any ideas on this one?
Thanks!
Please Log in or Create an account to join the conversation.
- hudson garrison
-
- Offline
- New Member
Less
More
- Posts: 1
11 months 1 week ago - 11 months 1 week ago #180445
by hudson garrison
Replied by hudson garrison on topic mod_k2_login
Why can't I login because my server keeps giving me an error
fnf mods
Last edit: 11 months 1 week ago by hudson garrison.
Please Log in or Create an account to join the conversation.
- kelseyradley
-
- Offline
- New Member
Less
More
- Posts: 1
1 month 10 hours ago - 1 month 10 hours ago #181142
by kelseyradley
Replied by kelseyradley on topic mod_k2_login
I constantly getting errors from my server, therefore I don't understand why I can't log in. <!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}-->
Last edit: 1 month 10 hours ago by kelseyradley.
Please Log in or Create an account to join the conversation.
- Allen McDonald
-
- Offline
- New Member
Less
More
- Posts: 1
4 weeks 2 days ago - 4 weeks 2 days ago #181147
by Allen McDonald
Replied by Allen McDonald on topic mod_k2_login
Can you upload the module somewhere so that I can check. There may be error in some files.
Last edit: 4 weeks 2 days ago by Allen McDonald.
Please Log in or Create an account to join the conversation.
- Louis Dean
-
- Offline
- New Member
Less
More
- Posts: 1
1 week 10 hours ago - 1 week 10 hours ago #181175
by Louis Dean
Replied by Louis Dean on topic mod_k2_login
have you tried to contact admin? if there is no one knows the answer, it's better to contact the admin <!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}-->
Last edit: 1 week 10 hours ago by Louis Dean.
Please Log in or Create an account to join the conversation.