WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Matti

Matti
Registered Member
Registered Member
Hello,

I don't need them on my forum so is there any code to hide Current date/time & Your last visit was

http://csshelp.forumotion.net/

Guest


Guest
this can be done via template editing but i think this css may work:

Code:

#pun-visit
{
visibility:hidden;
}

if it doenst work,then you have to remove the {last_visit} variable from your home_page template Wink

Matti

Matti
Registered Member
Registered Member
Nothing happen and I always us phpbb3 forums

http://csshelp.forumotion.net/

Guest


Guest
then i really dont think you can do anything unless remove the {last_visit} variable from the templates.

Matti

Matti
Registered Member
Registered Member
ok then let's wait for ankillien, what he gonna say.

http://csshelp.forumotion.net/

verrell123

verrell123
Registered Member
Registered Member
Last Visit:
Code:

{USERLASTVISIT}

http://www.freshartz.co.cc/

Matti

Matti
Registered Member
Registered Member
verrell123 wrote:Last Visit:
Code:

{USERLASTVISIT}

What's that for?

http://csshelp.forumotion.net/

Kratos

Kratos
Registered Member
Registered Member
just open the template of the pages u want to remove it from

Code:

<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>

find this part and remove it from the template and then save it

Matti

Matti
Registered Member
Registered Member
Has I said here
Maki wrote:I always us phpbb3 forums

So need a css code for it.

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Hi,

Please add this code to your CSS...

Code:
#main-content>p:nth-of-type(1),
#main-content>p:nth-of-type(2){
display:none;
}

It works for the browsers that support CSS3.

Matti

Matti
Registered Member
Registered Member
ok, thanks it works Very Happy

http://csshelp.forumotion.net/

Joel

Joel
Registered Member
Registered Member
Solved, Locked

http://www.advertisehotspot.info/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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