Forum 

Forum AspNuke.it - Il tuo Portale OpenSource in ASP

mod formemail

Autore Messaggio
Nettuno

Amatore
Amatore
49 Discussioni



Profilo - Nettuno
14 gennaio 2004 alle 16:20:43 Profilo - NettunoInvia un messaggio privato Rispondi quotando
ho scaricato il mod allinterno non ci sono file txt l'unica cosa che ce scritto e sulla pagina download che bisogna dare il link per richiamarlo ho inserito questo codice nel file menu-inc.asp

Response.Write sBullet & “<a href=”””” & GLOBAL_SITE_PATH & “cont.asp”””>
Iscrizioni Contatti</a><br>” & vbCRLF

ma non mi carica piu il sito e mi da errore su questo codice che devo fare ?
---------------
www.portalmovie.net
Nettuno

Amatore
Amatore
49 Discussioni



Profilo - Nettuno
14 gennaio 2004 alle 16:24:52 Profilo - NettunoInvia un messaggio privato Rispondi quotando
questo e il file originale

' Display website's menu
' IN : -
' OUT : -
Sub DisplayMenu()
Dim sBullet

' Skining for bullet
If bDisplayBullet Then sBullet = "<img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/bullet.gif"" border=""0"" alt=""""> "

CreateTopTable "MainMenu", GetTranslation("LANG_MENU")

Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & "Default.asp"">" & GetTranslation("LANG_DEFAULT") & "</a><br>" & vbCRLF
If GLOBAL_NEWS_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_NEWS_PAGE & """>" & GetTranslation("LANG_NEWS") & "</a><br>" & vbCRLF
End If
If GLOBAL_ARTICLES_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_ARTICLES_PAGE & """>" & GetTranslation("LANG_ARTICLES") & "</a><br>" & vbCRLF
End If
If GLOBAL_FORUM_TOP > 0 Then
Response.Write sBullet & "<a href=""http://www.forumcommunity.net/index.php?c=5024&s=283992a630348d1d33021b9f03a73a28"">" & GetTranslation("LANG_FORUM") & "</a><br>" & vbCRLF & vbCRLF
End If
If GLOBAL_DIRECTORY_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_DIRECTORY_PAGE & """>" & GetTranslation("LANG_DIRECTORY") & "</a><br>" & vbCRLF
End If
If GLOBAL_DOWNLOADS_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_DOWNLOADS_PAGE & """>" & GetTranslation("LANG_DOWNLOADS") & "</a><br>" & vbCRLF
End If
If GLOBAL_IMAGES_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_IMAGES_PAGE & """>" & GetTranslation("LANG_IMAGES") & "</a><br>" & vbCRLF
End If
If GLOBAL_POLLS_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_POLLS_PAGE & """>" & GetTranslation("LANG_POLLS") & "</a><br>" & vbCRLF
End If

Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_SMILEYS_PAGE & """>" & GetTranslation("LANG_TAGS") & "</a><br>" & vbCRLF
Response.Write "<br>" & vbCRLF


If sPseudo <> "" Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_ACCOUNTS_PAGE & """>" & GetTranslation("LANG_MY_ACCOUNT") & "</a><br>" & vbCRLF
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_PRIVATE_MESSAGES_PAGE & """>" & GetTranslation("LANG_PRIVATE_MESSAGES") & "</a><br>" & vbCRLF
If iRole > ROLE_USER Then Response.Write sBullet & "<a href=""" & GLOBAL_SITE_ADMIN_PATH & "Default.asp"">" & GetTranslation("LANG_ADMINISTRATION") & "</a><br>" & vbCRLF
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_DECONNECT_PAGE & """>" & GetTranslation("LANG_DECONNECT") & "</a><br>" & vbCRLF
Else
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_AUTHENTICATION_PAGE & """>" & GetTranslation("LANG_AUTHENTICATION") & "</a><br>" & vbCRLF
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_SIGNUP_PAGE & """>" & GetTranslation("LANG_SIGNUP") & "</a><br>" & vbCRLF
End If

CreateBottomTable ""
End Sub

---------------
www.portalmovie.net
Nettuno

Amatore
Amatore
49 Discussioni



Profilo - Nettuno
14 gennaio 2004 alle 16:31:21 Profilo - NettunoInvia un messaggio privato Rispondi quotando
e questa e la parte modificata
End If
If GLOBAL_POLLS_TOP > 0 Then
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_POLLS_PAGE & """>" & GetTranslation("LANG_POLLS") & "</a><br>" & vbCRLF
End If
Response.Write sBullet & “<a href=”””” & GLOBAL_SITE_PATH & “cont.asp”””>Iscrizioni Contatti</a><br>” & vbCRLF
Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_SMILEYS_PAGE & """>" & GetTranslation("LANG_TAGS") & "</a><br>" & vbCRLF
Response.Write "<br>" & vbCRLF


If sPseudo <> "" Then

---------------
www.portalmovie.net
Nettuno

Amatore
Amatore
49 Discussioni



Profilo - Nettuno
14 gennaio 2004 alle 16:32:54 Profilo - NettunoInvia un messaggio privato Rispondi quotando
Modificato il 14 gennaio 2004 alle 16:39:54

questo e l'errore che mi da

Tipo di errore:
Errore di compilazione di Microsoft VB_Script (0x800A0401)
Prevista fine istruzione
/includes/menu-inc.asp, line 49, column 61
Response.Write sBullet & "<a href="""" & GLOBAL_SITE_PATH & "cont.asp""">Iscrizioni</a><br>" & vbCRLF
---------------
www.portalmovie.net
ippocampo

Avanzato
Avanzato
162 Discussioni



Profilo - ippocampo
14 gennaio 2004 alle 16:54:08 Profilo - ippocampoInvia un messaggio privato Rispondi quotando
Ciao, hai sbagliato a compilare, metti così che funziona!!

Response.Write sBullet & "<a href=""" & GLOBAL_SITE_PATH & "cont.asp"">Iscrizioni</a><br>" & vbCRLF


Se non funge, posta ancora! ciao [lo]
---------------
Notepad Forever......
Nettuno

Amatore
Amatore
49 Discussioni



Profilo - Nettuno
15 gennaio 2004 alle 00:32:25 Profilo - NettunoInvia un messaggio privato Rispondi quotando
che bello grazie adesso funziona tutto bene solo che non mi invia le email credo perche lo sto provando in locale
---------------
www.portalmovie.net

Log in

Login
Password
Memorizza i tuoi dati:

Cerca

 

Sostieni AspNuke

Un piccolo gesto per aiutarci a mantenere AspNuke.it online

Promo

MusicWebItalia.it
Video Testi Traduzioni Spot Colonne sonore Accordi e Spartiti gratis.

Visitatori

Visitatori Correnti : 76
Membri : 0 offline Anna

Iscritti

 Utenti: 18940
Ultimo iscritto : glauco
Lista iscritti
Messaggi privati: 3373 Commenti: 2210 Immagini: 39 Downloads: 144 Articoli: 49 Pagine: 101 Siti web: 425 Notizie: 180 Sondaggi: 11 Preferiti: 216969 Post sui forum: 51195 Libro degli ospiti: 4 Eventi: 7

Versioni

Temi