1
pgruhn
login missing
  • 2007/5/20 23:19

  • pgruhn

  • Just popping in

  • Posts: 2

  • Since: 2007/5/20


I don't know if I turn it off, or what I did.

the login boxes are missing from the top page.

http://www.theflycasters.org

But all I have displayed is the choice "Main Menu" and "Home"

No user login box is appearing. I am trying to look at the tables using phpAdmin but I can't figure out what might need to be changed.

There is 1 record in the session table should that be deleted?

Please HELP ... I am liking this new tool very much, and would like to be able to login again and use it

Thanks in advance for your helping this XOOPS newbie.

Paul

2
Bassman
Re: login missing
  • 2007/5/20 23:32

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Go tohttp://www.yoursite.com/user.php and login from there. Change the url to your site, of course.

3
pgruhn
Re: login missing
  • 2007/5/20 23:38

  • pgruhn

  • Just popping in

  • Posts: 2

  • Since: 2007/5/20


Thank you, you muist be a XOOPS god sent from above to help ... it worked ... lesson learned .... thanks for the quick reply.

Paul

4
Bassman
Re: login missing
  • 2007/5/20 23:40

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


No, just a XOOPS user wanting to help, glad you got it sorted out.

5
trspice
Re: login missing
  • 2007/5/20 23:45

  • trspice

  • Not too shy to talk

  • Posts: 193

  • Since: 2007/3/24


You must certainly have turned off the login block. If you don't want the login block to show then use this alternative which you will need to paste in your theme.html file. Somewhere suitable to you.
<!-- USER MENU -->
<{if 
$xoops_isuser}>

<{
php}>
GLOBAL 
$xoopsUser;
$pm_handler =& xoops_gethandler('privmessage');
$uid $xoopsUser->getVar('uid');
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
$criteria->add(new Criteria('to_userid'$uid));
$msgcount $pm_handler->getCount($criteria);
$GLOBALS['xoopsTpl']->assign('new_messages'$msgcount);
<{/
php}>

                
                
<
b>User Menu:</b>
<{if 
$xoops_isadmin}>
        <
a href="<{$xoops_url}>/admin.php
"
><b>Admin</b></a> | 
        <
a href="<{$xoops_url}>/user.php">View Account</a> | 
<{else}>
        <
a href="<{$xoops_url}>/user.php">View Account</a> | 
<{/if}>
        <
a href="<{$xoops_url}>/edituser.php">Edit Account</a> | 
        <
a href="<{$xoops_url}>/notifications.php">Notifications</a> | 
<{if 
$new_messages 0}>
        <
class="newmsg" href="<{$xoops_url}>/viewpmsg.php">New Messages (<span style="color:#ff0000; font-weight: bold;"><{$new_messages}></span>)</a> | 
<{else}>
        <
a href="<{$xoops_url}>/viewpmsg.php">Inbox</a> | 
<{/if}>
        <
a href="<{$xoops_url}>/user.php?op=logout">Logout</a>
    
<{else}> 

<
a href="<{$xoops_url}>/user.php">Login</a>

<{/if}>
<!-- 
END USER MENU -->


Otherwise go tohttp://theflycasters.org/user.php
There's nothing but science....
The Reggae Album

Login

Who's Online

150 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 150


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits