PDA

View Full Version : Month and day names


Lars
02-14-2002, 02:29 PM
Hi,

1. Where do I edit the month and days name? (e.g. January, february... monday, tuesday).
They show up on the Calendar page in the drop-down box and Prev - Next months on same page.

2. Where do I edit to change the word "Never" (e.g. Last post column - "Never" when there has been no posts in that forum, and on the profile if a user never has written any posts.)

Xcuse my english, I hope you understand.

Regards.

Attached is a screenshot of the month name.

Admin
02-14-2002, 02:31 PM
1. In calendar.php:
$month1name = "January";
$month2name = "February";
$month3name = "March";
$month4name = "April";
$month5name = "May";
$month6name = "June";
$month7name = "July";
$month8name = "August";
$month9name = "September";
$month10name = "October";
$month11name = "November";
$month12name = "December";

2. In index.php:
$forum['lastpostinfo']='Never';

Lars
02-15-2002, 07:40 AM
Thank you, sir. :-)

Merjawy
09-16-2002, 02:35 AM
related question

I need to change the day/month name and the AM/PM to another language.. not in the calendar, I have that part taken care of but vB still reads the english names

Thanks