Search found 3 matches
- 5. July 2009 23:58
- Forum: board3 Portal v1.0.x - Modifications
- Topic: phpBB Calendar block on Board3 Portal (Update 1.0.4)
- Replies: 105
- Views: 244822
Re: phpBB Calendar block on Board3 Portal (Update 1.0.2)
Try it:
--OPEN--
includes/functions_calendar.php
--FIND--
//$event_output['NUMBER'] = $dayOfEvent["mday"].".".$dayOfEvent["mon"].".";
$event_output['NUMBER'] = $dayOfEvent["mon"].".".$dayOfEvent["mday"]."";
--REPLACE WITH--
$event_output['NUMBER'] = $dayOfEvent["mday"].".".$dayOfEvent["mon ...
- 24. June 2009 13:37
- Forum: board3 Portal v1.0.x - Modifications
- Topic: phpBB Calendar block on Board3 Portal (Update 1.0.4)
- Replies: 105
- Views: 244822
Re: phpBB Calendar block on Board3 Portal (Update 1.0.2)
Sorry to repeat - any help for this, please?sitwi wrote:One little question for this, please - the list of mini-events on the portal displays dates in the American format, i.e. 25th July = 7/25.
Can someone tell me how to reverse this to display as 25/7, please?
Thanks.
Thanks

- 2. June 2009 12:02
- Forum: board3 Portal v1.0.x - Modifications
- Topic: phpBB Calendar block on Board3 Portal (Update 1.0.4)
- Replies: 105
- Views: 244822
Re: phpBB Calendar block on Board3 Portal (Update 1.0.2)
One little question for this, please - the list of mini-events on the portal displays dates in the American format, i.e. 25th July = 7/25.
Can someone tell me how to reverse this to display as 25/7, please?
Thanks.
Can someone tell me how to reverse this to display as 25/7, please?
Thanks.
