Re-code Member Panel
I have a php file that contains my member panel code.
<?php require_once($themedir.”/member_panel.php”); ?>
If user is logged in it shows :
Members – Graphic
User logged in.
Edit Profile Link
Favorites Link
If user is not logged in it shows:
Members – Graphic
UserName text box
Password text box
Submit button.
Register link
This is all layed out vertically.
I want this recoded so that its layed out horizontally and properly integrated on to my media pages.. that is where I have a game, a video or blog post.. so below the media the user will see the member panel, where he will be able to login or register.
I belive this will just require manipulation of the HTML. Its importants that it be properly layed out on my media page.