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.

how can i remove the "Current date/time" from the top of the site?

3 posters

Go down

how can i remove the "Current date/time" from the top of the site? Empty how can i remove the "Current date/time" from the top of the site?

Post by drfawad July 13th 2010, 12:24 am

The "Current date/time" is displayed at the top of the site below the scrolling text, how can i remove it?
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by Darren1 July 13th 2010, 2:28 am

Hello,

this is only possible via template editing (Only punbb & phpbb2) ->
Head to the template General > index_box then locate and remove this
Code:
         {CURRENT_TIME}
save & publish the template.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by drfawad July 13th 2010, 4:49 pm

isn't it possible in phbb3?
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by Darren1 July 14th 2010, 1:09 am

No, sorry its not possible in phpbb3 to my knowledge.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by Master Marc July 14th 2010, 3:52 am

drfawad wrote:isn't it possible in phbb3?
If your forum is phpBB3, then this should work.

Code:
.right, .rightside {
display:none !important;
}
My forum is phpBB3, so this is child's play, Very good

Edited :

I forgot to tell you that you need to add the code to your CSS, Wink
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by drfawad July 15th 2010, 8:05 pm

Master Marc wrote:
drfawad wrote:isn't it possible in phbb3?
If your forum is phpBB3, then this should work.

Code:
.right, .rightside {
display:none !important;
}
My forum is phpBB3, so this is child's play, Very good

Edited :

I forgot to tell you that you need to add the code to your CSS, Wink
Thanks but, it didn't work, i added it to the css style sheet, but no effect
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by Master Marc July 15th 2010, 9:42 pm

drfawad wrote:Thanks but, it didn't work, i added it to the css style sheet, but no effect
I noticed.

Code:
<p class="right rightside">Your last visit was on Wed 14 Jul 2010 - 23:14</p><p>Current date/time is Thu 15 Jul 2010 - 15:39</p>

They started a new paragraph so if you use that CSS above, Your last visit was on Wed 14 Jul 2010 - 23:14 would not be displayed, TT
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

Post by drfawad July 15th 2010, 9:51 pm

Master Marc wrote:
drfawad wrote:Thanks but, it didn't work, i added it to the css style sheet, but no effect
I noticed.

Code:
<p class="right rightside">Your last visit was on Wed 14 Jul 2010 - 23:14</p><p>Current date/time is Thu 15 Jul 2010 - 15:39</p>

They started a new paragraph so if you use that CSS above, Your last visit was on Wed 14 Jul 2010 - 23:14 would not be displayed, TT
i have already removed the "our last visit was on Wed 14 Jul 2010 - 23:14" but now i wanna remove "Current date/time is Thu 15 Jul 2010 - 15:39"

i used the code you mentioned above but its not working
avatar
drfawad
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

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