The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Date/time current and last logged in.

2 posters

Go down

Solved Date/time current and last logged in.

Post by Reverse Simplicity October 1st 2010, 6:47 pm

I am currently operating a phpBB 3 forum.
Date/time current and last logged in. Untitl13
1. Would it be possible to have the Current Date/Time move more onto the navbar?
2. Also (less likely) would it be possible for the last logged in date/time to be over the navbar rather than under it.

If 2. is not possible could I get the code to delete the last logged in date/time and the code to center current date/time on the navbar.

EDIT: The date/time is not attacked to the navbar, it just looks pretty neat when its on it Wink last logged in is under the navbar. probably need template editing to fix that. (I wish you could transfer phpBB 3 theme to phpBB 2 Very Happy)

Cheers,
James


Last edited by Reverse Simplicity on October 1st 2010, 7:04 pm; edited 1 time in total
Reverse Simplicity
Reverse Simplicity
Forumember

Male Posts : 140
Reputation : 10
Language : English

http://ychat.realityboard.net/

Back to top Go down

Solved Re: Date/time current and last logged in.

Post by ankillien October 1st 2010, 6:53 pm

Hello,

You can remove the last login by adding this code...

Code:
#main-content .right {
display:none;
}

..and you can move the current time using this code...

Code:
#main-content p {
padding-left: 100px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Date/time current and last logged in.

Post by Reverse Simplicity October 1st 2010, 7:03 pm

6 minutes? Wow you are pretty much the king of CSS.

Thanks Very Happy,
James
Reverse Simplicity
Reverse Simplicity
Forumember

Male Posts : 140
Reputation : 10
Language : English

http://ychat.realityboard.net/

Back to top Go down

Solved Re: Date/time current and last logged in.

Post by ankillien October 1st 2010, 7:08 pm

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum