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!
Time zone set to index also show on portal
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.
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.
-
Topic author - Active Member
- Posts: 7
- Joined: 6. November 2012 14:17
- phpBB.de User: /
- phpBB.com User: bennybernaer
-
Topic author - 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
Open:
search:
post below:
Am I right ?
It certainly works.
portal_body.html
search:
Code: Select all
{% INCLUDE 'overall_header.html' %}
{% INCLUDE 'portal/_block_config.html' %}
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 -->
It certainly works.
-
- 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
The code can be found in root/ext/board3/portal/styles/prosilver/template/portal/portal_body.html.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/styles/prosilver/template/index_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 -->
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
sorry for my bad english