Login

Username:

Password:



Lost Password?
Register now!

Who's Online

7 user(s) are online (3 user(s) are browsing Forum)

Members: 0
Guests: 7

more...
Xoops-Theme Forum Index
   Theme designer talk
  xoops login box and user menu in the header

Browsing this Thread:   2 Anonymous Users

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
xoops login box and user menu in the header
#1
Just popping in
Joined: 2009/7/24
From
Posts: 6
Group:
Registered Users
Offline
hi,

i use mrki_biz theme as i mentioned in the previous post so as you know it's a pretty old theme. i want to add the login box and the user menu box in the header to look like here: http://xoops2.ru/. how do I do that? thanks!
Posted on: 2009/8/29 8:13
Create PDF from Post Print
Top
Re: xoops login box and user menu in the header
#2
Webmaster
Joined: 2007/10/7
From
Posts: 370
Group:
Webmasters
Registered Users
Offline
hi,

you have only to look what's in the login block.

you can add in your header something like that

<form action="http://yoursite.com/user.php" method="post">
  Username:
  <input type="text" name="uname" size="12" value="" maxlength="25" /><br />
  Password: 
  <input type="password" name="pass" size="12" maxlength="32" /><br />
  
  <input type="hidden" title="rememberme" name="rememberme" value="On" />
  <br />
  <input type="hidden" name="xoops_redirect" value="/" />
  <input type="hidden" name="op" value="login" />
  <input type="submit" value="LOGIN" />
</form>
Posted on: 2009/8/29 10:20
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.