I'm trying to implement the Birthday mod and it works nicely except for the displayed name of the month, it is displayed in Italian (that is I guess it is, my Italian ends with Spaghetti & Pizza, but the month september is displayed as settembre) I use the Multilanguage version. Anyone any idea where this can be changed? (to put things in perspective: I'm a total no-know on ASP)
Great work on the birthday mod it works fine (with a few translations here and there). I use the V3.4.05 Multi-Language from Image forum. The problem does not originate from your mod because if I created a .asp page (found the code on the internet...) where I write the value monthname and this also is in Italian.
The strange thing is that if I close IE and start the temp page with the monthname it is in Dutch, however if I start the forum and then type the URL of the temp page it is in Italian. It looks like the Multi-language forum defines the language somewhere and keeps it active for future pages. I am looking for a way to discover where it is and subsequently change it to Dutch.
I'm afraid I won't be able to help very much since I've never used Image's forum or even tried to incorporate my MODs with it. You better ask for help at Image's forum.
Thanx anyway for your time. I kept on looking on the web to find the solution and I found a page which explained it all: http://www.webwizguide.info/asp/faq/date_time_settings.asp In the config.asp there a Session.LCID = 1040 which should have been 1043. The mod is working fine now!
Hello. I hope I am posting this in the right area... please forgive me if it is not and please point me to where I should be posting.
I have snitz version 3.4.06 that only has very few mods added and I am trying to install OWM birthday mod. I have followed the instructions but I am stuck on the last part where I am to modify this code: Call DisplayBirthdays(30,1)
I am not sure how to do this part/or how to modify so it functions like this: Call DisplayBirthdays(1,0) would display today's birthdays as well as tomorrows/yesterdays birthdays without showing the users age.
Any help would be greatly appreciated.
fixed it myself... I think. Looks like it is working. instead of using DisplayBirthdays (30,1) I replace the #30 with a 1 and replaced #1 with a 0 to look like this: Call DisplayBirthdays(1,0)