ragazzi ho inserito la minichat visubox nel mio forum e funge bene!! solo una cosa non sono riuscito a fare: vorrei fare in modo che la chat riconosca in automatico i nickname del forum.....cioe' loggandosi al forum si e' loggati in automatico anche alla chat!!....la cosa e' possibile infatti altri forums lo hanno fatto.....solo che io non ci riesco! mi e' stato detto di aggiungere 2 righe al file inc_func_common.asp del mio forum e l'ho fatto e poi nel file config.asp della visubox si puo' settare se far scrivere o meno chi non si e' loggato!! quindi credo che il problema sia legato al file inc_func_common.asp . Vi riporto la modifica che ho effettuato:
Session(strCookieURL & "username") = rs_chk("M_NAME")
if strSetCookieToForum = 1 then
Response.Cookies(strUniqueID & "User").Path = strCookieURL
end if
Response.Cookies(strUniqueID & "User")("Name") = rs_chk("M_NAME")
Response.Cookies(strUniqueID & "User")("Pword") = rs_chk("M_PASSWORD")
'righe per chat
Response.Cookies("visubox_nick") = rs_chk("M_NAME")
Response.Cookies("visubox_nick").Expires = Now() + 365
'fine righe per chat
'Response.Cookies(strUniqueID & "User")("Cookies") = ""
Response.Cookies(strUniqueID & "User").Expires = dateAdd("d", intCookieDuration, strForumTimeAdjust)
Session(strCookieURL & "last_here_date") = ReadLastHereDate(Request.Form("Name"))
se qualcuno e' disposto ad aiutarmi posso allegare i due files in questione!!! grazieeeee

Rispondi quotando
