Remove "It is currently and Last Visit" features on forum

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Post Reply
TheScallyTeen
Registered User
Posts: 7
Joined: Sun Jan 16, 2022 12:22 pm

Remove "It is currently and Last Visit" features on forum

Post by TheScallyTeen »

Hello.

I'm very new to phpBB forums. Currently I have a forum with an image below the banner and then the forums below the image area. However below where the image and before the forum category's section there is something that says "It is currently such a time and last visit was"... Would someone be so kind to help me and give me information on how I can remove this as I don't really need it on my forum.

Thanks for taking the time to read this. Any help would be very appreciated.
Last edited by HiFiKabin on Sun Jan 16, 2022 1:52 pm, edited 1 time in total.
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Remove "It is currently and Last Visit" features on forum

Post by stevemaury »

OPEN styles/prosilver/template/index_body.html

FIND AND DELETE:

Code: Select all

<!-- ELSE -->{CURRENT_TIME}
FIND AND DELETE:

Code: Select all

<!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->

Then purge the cache.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
TheScallyTeen
Registered User
Posts: 7
Joined: Sun Jan 16, 2022 12:22 pm

Re: Remove "It is currently and Last Visit" features on forum

Post by TheScallyTeen »

Hello Stevemaury

Thanks for that, now the annoying thing is gone. Haha! :)
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2353
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: Remove "It is currently and Last Visit" features on forum

Post by P_I »

Just remember that any custom coding such as this needs to be reapplied when you update or upgrade your phpBB software to a new release.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
TheScallyTeen
Registered User
Posts: 7
Joined: Sun Jan 16, 2022 12:22 pm

Re: Remove "It is currently and Last Visit" features on forum

Post by TheScallyTeen »

P_I wrote: Sun Jan 16, 2022 2:35 pm Just remember that any custom coding such as this needs to be reapplied when you update or upgrade your phpBB software to a new release.
Ok, thanks for the advice P_I
Post Reply

Return to “phpBB Custom Coding”