[2.0.17] Advanced time management

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Post Reply

Rating:

Excellent!
19
50%
Very Good
4
11%
Good
5
13%
Fair
2
5%
Poor
8
21%
 
Total votes: 38

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[2.0.17] Advanced time management

Post by Extensions Robot »

MOD Name: Advanced time management
Author: -=ET=-
MOD Description: This MOD allow the board administrator(s) and each user to manage the times displayed on the board.
They can use...
- the user's computer time
- the server UTC time & the user's computer settings
- the server local time
- a manual mode which allow to enable/disable the Daylight Saving Time (manually or synchronized with the serveur) and set the DST time lag of their state/country.


MOD Version: 2.2.0 (Updated 08/04/05)

Download File: adv_time_management_2.2.0em.zip
mods overview page: View
File Size: 62474 Bytes

Security Score: 0
Last edited by Extensions Robot on Mon Apr 30, 2007 12:28 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
wGEric
Former Team Member
Posts: 8805
Joined: Sun Oct 13, 2002 3:01 am
Location: Friday
Name: Eric Faerber
Contact:

Post by wGEric »

MOD Validated/Released
Eric
DarkPepe
Registered User
Posts: 183
Joined: Thu Jan 16, 2003 11:24 pm
Location: Santiago, Chile
Contact:

Post by DarkPepe »

Ohh yeah!.. this is a great Mod.. it solves the problems with the diferent time over the world so all users can realy check the real time when the posts are writen for their time zone (based on the server's clock or the user's clock).

great!
Congratulations to ET...
Thanx phpbb team..
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

Thanks wGEric :)

If anyone want to know how the MOD works, it adds this settings in the user's profile...
Image

And for more information, read this post...
http://www.phpbb.com/phpBB/viewtopic.php?t=115692
Last edited by -=ET=- on Wed Nov 01, 2006 12:13 pm, edited 4 times in total.
Eternal newbie
Charles Waters
Registered User
Posts: 10
Joined: Sat Jan 24, 2004 5:37 pm
Location: Torrance, California
Contact:

CRITICAL ERRORS...

Post by Charles Waters »

When installing this mod, I get the following error...

Critical Error

FIND FAILED: In file [templates/subSilver/overall_header.tpl] could not find:

<table cellspacing="0" cellpadding="2" border="0"
<tr>

MOD script line #1301 :: FAQ :: Report

Mods Installed:

Signatures control 1.0.0 RC3
Bottom aligned signature 1.0.2
Abnormal posts widening fix 1.0.1
Forum Clock 1.0.2
Admin Userlist 1.6.1 wGEric 2.0.6 subSilver english details
Topic display order
QBar/QMenu 1.0.1
Profile Control Panel 2.0.0-1
Post Icons : icons for topics and posts - part 1 1.0.1
Last topic_from - Profile Control Panel 1.0.2
Keep unread topic - part 5 : db storage
Keep unread topic - Part 4 - Categories hierarchy 1.0.0
Keep unread topic - Part 3 - Topic list mod extens 1.0.0
Keep unread topic - part 1 - common part to all se 1.0.0
Announces Suite - Part 2 (without Split topic v 2. 3.0.2)
Split topic type 2.0.1
Simply Merge Threads 1.0.1
Categories hierarchy - part 2
Categories hierarchy - part 1
EasyMOD 0.0.11a Nuttzy 2.0.6

Just FYI to help!
If you need anything else, just email me!

[email protected]
Raf
Registered User
Posts: 3
Joined: Sat Jul 26, 2003 4:20 am

trouble with calendar

Post by Raf »

Hi,

I installed the advanced time management mod successfully via EasyMod, however I ran into some trouble which looks like a conflict with the Topic Calendar mod by Ptirhiik.

The first time the index page is loaded I get several "Unterminated string constant" errors and the calendar display is corrupted. On a subsequent load, however, everything looks fine.

I attempted to remove manually everything added by the time management mod to the overall_header.tpl file, but the errors persisted until I set the time mode to manual.

Any help on how to deal with possible interactions between these two mods would be appreciated.

Thanks!
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Re: CRITICAL ERRORS...

Post by -=ET=- »

Charles Waters wrote: FIND FAILED: In file [templates/subSilver/overall_header.tpl] could not find:

<table cellspacing="0" cellpadding="2" border="0"
<tr>

MOD script line #1301 :: FAQ :: Report

You must already have installed a MOD which modify these original phpBB code lines :roll:

So put a copy of your 20 code lines in templates/subSilver/overall_header.tpl after this...

Code: Select all

<body bgcolor="{T_BODY_BGCOLOR}"...
Eternal newbie
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Re: trouble with calendar

Post by -=ET=- »

Raf wrote: ...some trouble which looks like a conflict with the Topic Calendar mod by Ptirhiik.

The 2 MODs put some code nearly at the same place in templates/subSilver/overall_header.tpl

Same as for Charles Waters, put a copy of your 20 code lines in templates/subSilver/overall_header.tpl after this...

Code: Select all

<body bgcolor="{T_BODY_BGCOLOR}"...
Do you have a link to your board with the error (even by PM)?
Eternal newbie
Raf
Registered User
Posts: 3
Joined: Sat Jul 26, 2003 4:20 am

Post by Raf »

Thank you -- below is that part of overall_header.tpl and I would be very grateful if you could tell me where to apply the relevant portion of your mod. I'll send you a link by PM if the problem persists.

Code: Select all

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLI
NK}" >


<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
        <tr> 
                <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" bord
er="0">
                        <tr> 
                                <td><a href="{U_INDEX}"><img src="templates/subSilver/images/
logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                                <td align="center" width="100%" valign="middle"><span class="
maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> 
                                <table cellspacing="0" cellpadding="2" border="0">
                                        <tr> 

                                                <td align="center" valign="top" nowrap="nowra
p"><span class="mainmenu">&nbsp;<a href="{U_CALENDAR}" class="mainmenu"><img src="{I_CALENDAR
}" width="12" height="13" border="0" alt="{L_CALENDAR}" hspace="3" />{L_CALENDAR}</a>&nbsp; &
nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gi
f" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class
="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/
images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />
{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subS
ilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="t
emplates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USE
RGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;&nbsp; &nbsp;<a href="{U_FAV}" class="mainmenu
"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0
" alt="{L_FAV}" hspace="3" />{L_FAV}</a>&nbsp; 
                                                <!-- BEGIN switch_user_logged_out -->
                                                &nbsp;<a href="{U_REGISTER}" class="mainmenu"
><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="
0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
                                                <!-- END switch_user_logged_out -->
                                                </td>
                                        </tr>
                                        <tr>
                                                <td height="25" align="center" valign="top" n
owrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="
templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_P
ROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">
<img src={PRIVMSG_IMG}" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace
="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><im
g src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt=
"{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
                                        </tr>
                                </table></td>
                        </tr>
                </table>

                <br />
                {CALENDAR_BOX}
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

Ok by I don't see what you want.
You want to uninstall the MOD or to install it and make it works? :roll:

Because if you want to uninstall it, you don't need my help, you just have to undo all you've done for this MOD and if you want to install it you first need to fully install it and PM me a link (as I need to see the FULL error messages and where they are).

In what you've post here I can't see anything there isn't any code line of Advanced time management :(
Eternal newbie
Raf
Registered User
Posts: 3
Joined: Sat Jul 26, 2003 4:20 am

Post by Raf »

Sorry - I guess I wasn't clear enough. After getting the errors I deleted manually all time management code from overall_header.tpl. I'll add it back and send you a PM. I hope it is something easily fixable because uninstallation would be a pain.
madnessmotors
Registered User
Posts: 269
Joined: Sun Aug 17, 2003 7:33 pm
Contact:

Post by madnessmotors »

I wish to remove this mod because people who choose to have time synchronized with your computer time get stuck in an endless 404 error page loop.

If I go through the install file and undo all of the changes listed what will happen? I don't want to mess anything up.
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

Nothing special. You'll simply remove the MOD.

But on the other hand the pb is just that the MOD use in-line frames to work so you can just ask your users to updated their browser to a more recent one, or to use other options than the last 2 ones.
Eternal newbie
madnessmotors
Registered User
Posts: 269
Joined: Sun Aug 17, 2003 7:33 pm
Contact:

Post by madnessmotors »

Even with IE 6 and every update available, I still get stuck in the loop.

I just wanted to make sure that the time for everyone isn't going to be messed up when I replace what was there.
Alan MB
Registered User
Posts: 8
Joined: Sat Feb 07, 2004 7:15 am

Post by Alan MB »

I used the db_update after I had installed it with easy mod. Do you think I will have problems?

How do I change the language?

thanks :D
Post Reply

Return to “[2.0.x] MOD Database Releases”