Author |
Topic  |
n/a
deleted
  
593 Posts |
Posted - 20 May 2002 : 21:38:17
|
I have read through posts related to Events Calender installation. I am in a process of installing V2sr1. Sorry for a real basic question but would like to get some help:
Readme.txt 2) Next you will need to add a link to the events page on the top menu so users can access the events page. <a href="events.asp"><acronym title="Events Calendar...">Events</acronym></a> Which file to put this? Inc_Top.asp? I looked at Default.asp, Inc_Top.asp and not quite sure where it should go in... In Inc_Top.asp, below "active.asp" related block, it shows (line somewhere 455 through 468...)
' DEM --> End of Code added to show subscriptions if they exist Response.Write " |" & vbNewline & _ " <a href=""members.asp""><acronym title=""" & fLang(strLangInc_Top00340) & """>" & fLang(strLangInc_Top00350) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ " <a href=""search.asp""><acronym title=""" & fLang(strLangInc_Top00360) & """>" & fLang(strLangInc_Top00370) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ " <a href=""faq.asp""><acronym title=""" & fLang(strLangInc_Top00380) & """>" & fLang(strLangInc_Top00390) & "</acronym></a>" & vbNewline
If this is a section to add:<a href="events.asp"><acronym title="Events Calendar...">Events</acronym></a> How to change this to ASP codes above and how to change strLangInc_Topxxxxx, which seems necessary to be changed for "events.asp"....
SIMILARLY, 6) If you're using my calendar mod with the active users mod. Add the code below in the who's online part of inc_top.asp, so that the active users.asp page picks up that your visitors that are looking at the calendar and events.
ElseIf lcase(Right(strOnlinePathInfo, 10)) = "events.asp" Then strOnlineLocation = "<a href=""events.asp"">Events Calendar</a>"
Where is this supposedly included in Inc_Top.asp????
Apologize for a real basic question, but am not quite getting it.
Thanks for your help in advance.
LEORAT i2AsiaFORUM
|
|
n/a
deleted
  
593 Posts |
Posted - 21 May 2002 : 16:33:43
|
Hello, Snitz. Anyone help me on this? Snitz baby trying to crawl here...
LEORAT i2AsiaFORUM
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 21 May 2002 : 16:52:16
|
I think you are using the internalization bla bla version as your base forum code.
you may use it like this,
Response.Write " |" & vbNewline & _ " <a href=""members.asp""><acronym title=""" & fLang(strLangInc_Top00340) & """>" & fLang(strLangInc_Top00350) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ " <a href=""search.asp""><acronym title=""" & fLang(strLangInc_Top00360) & """>" & fLang(strLangInc_Top00370) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ '---------events_mod modification " <a href=""events.asp""><acronym title=""" & fLang(strLangInc_Top00360) & """>Events Calendar</acronym></a>" & vbNewline & _ " |" & vbNewline & _ '-----------/events_mod modification " <a href=""faq.asp""><acronym title=""" & fLang(strLangInc_Top00380) & """>" & fLang(strLangInc_Top00390) & "</acronym></a>" & vbNewline
and for the active users mod, if you don't have it installed yet, skip instruction 6 (that readme is an old file, which originally written for v3.1 sr4)
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 21 May 2002 : 18:23:56
|
quote:
I think you are using the internalization bla bla version as your base forum code.
you may use it like this,
Response.Write " |" & vbNewline & _ " <a href=""members.asp""><acronym title=""" & fLang(strLangInc_Top00340) & """>" & fLang(strLangInc_Top00350) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ " <a href=""search.asp""><acronym title=""" & fLang(strLangInc_Top00360) & """>" & fLang(strLangInc_Top00370) & "</acronym></a>" & vbNewline & _ " |" & vbNewline & _ '---------events_mod modification " <a href=""events.asp""><acronym title=""" & fLang(strLangInc_Top00360) & """>Events Calendar</acronym></a>" & vbNewline & _ " |" & vbNewline & _ '-----------/events_mod modification " <a href=""faq.asp""><acronym title=""" & fLang(strLangInc_Top00380) & """>" & fLang(strLangInc_Top00390) & "</acronym></a>" & vbNewline
and for the active users mod, if you don't have it installed yet, skip instruction 6 (that readme is an old file, which originally written for v3.1 sr4)
Thanks, will try. Assume this is needed only in INC_TOP.ASP ActiveUsersMOD4.05 is installed already.....
LEORAT i2AsiaFORUM
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 21 May 2002 : 18:27:56
|
quote: Thanks, will try. Assume this is needed only in INC_TOP.ASP ActiveUsersMOD4.05 is installed already.....
Events Calendar mod is a stand-alone mod. so it will not be any compatibility issues.
you may also, put events.asp link somewhere else in your forum interface.
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 21 May 2002 : 18:59:05
|
quote:
quote: Thanks, will try. Assume this is needed only in INC_TOP.ASP ActiveUsersMOD4.05 is installed already.....
Events Calendar mod is a stand-alone mod. so it will not be any compatibility issues.
you may also, put events.asp link somewhere else in your forum interface.
Thanks much! Baby crawled a few steps!!!! Now it's in the demo forum.... Cool! Talking of putting it somewhere...If I want it to put in the main body section of index.asp (home page).... how to setup a link in index.asp? (I had a index.asp setup with top (w/logo), left (forum index box), center/main (main body), and right (update index) - a very simple one... I want to have this event calender to be in this center/main section of index.asp.....
Additional questions, if you can clarify:
1) Top clickable menu for "Events Calender" now showing a mouse over pop up for "SEARCH"...I see it is using the same INC_TOPxxxx number, 360, and appears to be in the same location iD as Search, or a subset... Can this be amended to give different number? Or how this can be changed....am not sure of where to find original lang strings for Events Calender...if any.
2) Just noticed that there is no EDIT, DELETE type functions but only ADD and REVIEW?? Or Am I missing something here?
Thanks.
LEORAT i2AsiaFORUM
Edited by - LeoRat on 21 May 2002 19:13:43 |
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
|
n/a
deleted
  
593 Posts |
Posted - 22 May 2002 : 20:50:43
|
quote:
title=" is my foolness. change <acronym title=""" & fLang(strLangInc_Top00360) & """>
to
<acronym title=""Events Calendar"">
and for the editing and deleting options,
you must use this view: http://www26.brinkster.com/i2asia/forum/events.asp?date=5/6/2002&month=5&year=2002
on the right top of every event, there are to buttons for editing/deleting.
Hi Blackinwhite, THANKS! All set. (Lots to learn..for me) Stupid of me, not noticing the right upper corner...can't believe I missed it. Well, today wasn't really a great day for me - my old Win98 machine died on me.... a major system crash...and cannot do any of backup local testing etc...(Another machine for donation for worthy causes....???) Anyway, you are great. Thanks.

LEORAT i2AsiaFORUM
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 23 May 2002 : 04:12:06
|
Blackinwhite, I am wondering how much efforts it would take to package EventsCalender MOD to be made like ActiveUsers 4.05 MOD, with EventsCalenderLangMOD (for including various langmod files) and EventsCalenderLangMOD_1033, etc. lang files. ActiveUsers MOD also incorporate its popup help/FAQ. In terms of a volume of translation involved for EventsCalenderMOD, it appears reasonably a small amount of translation involved. I see some efforts to translate Month into particular language, but I am intereted to have this MOD repacked in a way to allow translation/internationalization similar to ActiveUsersMOD. Problem I am having to understand is what words/phrases need to be extracted and packaged in strLangEventsCalender0000 = " " etc. lang strings. I can enlist all those in EventsCalender page and view, etc. but not clear how to package it in MODlangxxxx.asp file and also package include files etc. to make them work like ActiveUsersMOD...
Do you have some sense of how this can be achieved? Or is this too much an effort for EventsCalenderMOD to enable it "internationalizable"???? Any suggestions/thoughts on this?
Thanks.
LEORAT i2AsiaFORUM
|
 |
|
blackinwhite
Average Member
  
Turkey
657 Posts |
Posted - 23 May 2002 : 11:00:58
|
I can't remember the original code, but it was originally another calendar script. Aznknight compiled it as a mod for Snitz. That's more or less it's features are not wholly integrated into forum.
Now events calendar uses a fixed date format for displaying dates. But Huwr modified it in its Modified Snitz forum, so now the date format can be set from admin pages, like in any other part of the forum pages.
As for internalization, I don't use internalization code yet, my base code is still v3.3.05 with modifications. So Bozden can help more than me about that I think.
quote:
Do you have some sense of how this can be achieved? Or is this too much an effort for EventsCalenderMOD to enable it "internationalizable"???? Any suggestions/thoughts on this?
yes, sure. Like any other part of the forum, or mods, Events Calendar can be also internationalized.
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 23 May 2002 : 17:00:55
|
I read some posts on month/date translation and trying to follow with Japanese... Will check more.
Thanks again.
LEORAT i2AsiaFORUM
|
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 23 May 2002 : 17:25:54
|
An Italian guy transformed that before v4=Internationalization idea, I've taken that file and played a bit to adapt. It is a multi file search&replace + one bug fix left. Also it will take support from v4 date-time functions in the future.
I've already given the link to a file in the Internationalization forum.
No need to do it again, get the files and work with them.
Think Pink ==> Start Internationalization Here |
 |
|
n/a
deleted
  
593 Posts |
Posted - 23 May 2002 : 17:49:58
|
quote:
An Italian guy transformed that before v4=Internationalization idea, I've taken that file and played a bit to adapt. It is a multi file search&replace + one bug fix left. Also it will take support from v4 date-time functions in the future.
I've already given the link to a file in the Internationalization forum.
No need to do it again, get the files and work with them.
Think Pink ==> Start Internationalization Here
I have a EventsCalender2rs1 International that you packaged. Will take a look. Thanks, Bozden.
LEORAT i2AsiaFORUM
|
 |
|
alex042
Average Member
  
USA
631 Posts |
Posted - 24 May 2002 : 08:51:28
|
quote: I can't remember the original code, but it was originally another calendar script. Aznknight compiled it as a mod for Snitz. That's more or less it's features are not wholly integrated into forum.
This MOD looks like it came from another calendar script with a fairly generic name, something like ASPCalendar.
|
 |
|
n/a
deleted
  
593 Posts |
Posted - 24 May 2002 : 15:22:53
|
quote:
This MOD looks like it came from another calendar script with a fairly generic name, something like ASPCalendar.
Am not familar with all kinds of events calender apps exist out there and their "family tree" of evolution....my current interest is lying slightly on a different aspect of using this MOD in multilingual UI enviornment.....
(yeap, I changed my sig)
Taku
|
 |
|
Ransom
Starting Member
34 Posts |
Posted - 13 June 2002 : 19:16:10
|
Hate to dig out an old topic, but before I can even begin installation I need to know what changes are made to topic.asp, but the readme doesn't give any details as to what changes are made. Unless I go through and compare code line for line I odn't know what changes to make, especially when I've aded like 4 other mods with changes to the topic.asp. Does anyone know what changes are made if any? And how I might do them with no knowledge of asp? Thanks guys.
|
 |
|
Topic  |
|