










INSERT INTO `phpbb_config` VALUES ('time_afternoon', 'Good Afternoon', '0');
INSERT INTO `phpbb_config` VALUES ('time_early', 'Good morning, you\'re up early', '0');
INSERT INTO `phpbb_config` VALUES ('time_evening', 'Good evening', '0');
INSERT INTO `phpbb_config` VALUES ('time_late', 'Good gosh you\'re up late ', '0');
INSERT INTO `phpbb_config` VALUES ('time_morning', 'Well good morning', '0');INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('time_afternoon', 'Good Afternoon');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('time_early', 'Good morning, you\'re up early');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('time_evening', 'Good evening');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('time_late', 'Good gosh you\'re up late ');
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('time_morning', 'Well good morning');
'TIME_AFTERNOON' => (!empty($config['time_afternoon'])) ? $config['time_afternoon'] : $user->lang['TIME_AFTERNOON'], I still don't understand why Javascript could not be used here as it now takes the message from a personalised message to a standard guest user message, regardless of what time it is for the visitor (not logged in).One of the major changes was: The time of day messages were called upon using a java script code. I was told that is a no no.









Return to Miscellaneous MODs, Hacks and Downloads
Users browsing this forum: Baidu [spider], Google Adsense [Bot], psbot [Picsearch], Sogou [Bot] and 9 guests