Time zone set to index also show on portal

Current Version: 2.3.0
Released: 2023-03-19
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Post Reply

Topic author
bennybernaer
Active Member
Posts: 7
Joined: 6. November 2012 14:17
phpBB.de User: /
phpBB.com User: bennybernaer

Time zone set to index also show on portal

Post by bennybernaer »

I would like to show the time setting shown at the top of the index page also above the portal.

Is this somehow possible ?

Thank you in advance!

Topic author
bennybernaer
Active Member
Posts: 7
Joined: 6. November 2012 14:17
phpBB.de User: /
phpBB.com User: bennybernaer

Re: Time zone set to index also show on portal

Post by bennybernaer »

Open: portal_body.html

search:

Code: Select all

{% INCLUDE 'overall_header.html' %}
{% INCLUDE 'portal/_block_config.html' %}
post below:

Code: Select all

<p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->
Am I right ?
It certainly works.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Time zone set to index also show on portal

Post by archivar »

bennybernaer wrote: 2. December 2023 21:29 Open: portal_body.html
search:

Code: Select all

{% INCLUDE 'overall_header.html' %}
{% INCLUDE 'portal/_block_config.html' %}
The code can be found in root/ext/board3/portal/styles/prosilver/template/portal/portal_body.html.
bennybernaer wrote: 2. December 2023 21:29 post below:

Code: Select all

<p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->
The code can be found in root/styles/prosilver/template/index_body.html.
I tested it once and if you like it that way you can do it that way.
V.G. archivar
sorry for my bad english
Post Reply

Return to “Board3 Portal 2.3.x - English Support”