Forum 

Forum AspNuke.it - Il tuo Portale OpenSource in ASP

Solo un tema?

Autore Messaggio
Pasqualo

Utente
Utente
60 Discussioni



Profilo - Pasqualo
07 maggio 2004 alle 16:03:13 Profilo - PasqualoInvia un messaggio privato 307787116 Rispondi quotando
Ho notato la nuova e veramente bella grafica di questo sito, davvero ma davvero bella! Quello che volevo sapere è quanto codice è stato cambiato, come avete fatto a farlo, voglio dire il menù ora in alto a destra, il pulsante logoff, i due pulsanti mio profilo e messaggi privati ed il resto!?!? Non si potrebbe avere una versione da poter modificare in proprio?!?
---------------
my site web: http://www.chiudi.com
my e-mail: mail@chiudi.it
My Icq #: 307787116
mingolos

Utente
Utente
54 Discussioni



Profilo - mingolos
07 maggio 2004 alle 21:04:52 Profilo - mingolosInvia un messaggio privato mingolos@hotmail.it Rispondi quotando
..complimenti per la nuova grafica! (o)
---------------
Shop online:
http://www.coltello.biz
Forum
http://www.forum.coltello.biz
Shop ebay
http://stores.ebay.it/Tutto-coltelli-e-spade-di-qualita
Br1

Utente
Utente
76 Discussioni



Profilo - Br1
10 maggio 2004 alle 10:29:45 Profilo - Br1Invia un messaggio privato Rispondi quotando
sarebbe interessante sapere quali modifiche sono state fatte sul toppage e nella parte in basso... (?)

x la parte centrale invece è semplice capire cosa è stato fatto.
---------------
Br1
RAGGIO_DI_SOLE

Amministratore

Esperto
Esperto
411 Discussioni



Profilo - RAGGIO_DI_SOLE
11 maggio 2004 alle 10:52:02 Profilo - RAGGIO_DI_SOLEInvia un messaggio privato evirgola@hotmail.com 113247779 Rispondi quotando
appena ho un attimo vi posto le modifiche che ho fatto al toppage-inc.asp .... tutta la grafica è stata rifatta modificando quel file e creando un normale tema grafico ;)

ciao ciao
Raggiuz
---------------

4B - Comunicazione Digitale
http://www.4bweb.it
djveleno

Amministratore

Esperto
Esperto
1025 Discussioni



Profilo - djveleno
11 maggio 2004 alle 12:07:17 Profilo - djvelenoInvia un messaggio privato Rispondi quotando
Ciao Ale, ho un problema con utente, installando dei temi, e cercando di modificare tramite il "my Profile" un tema, mischia la grafica, escludendo i cookies, dato che se provo dal mio portale tutto funziona regolarmente, quale altro problema potrebbe esserci?
Ho anche monitorato gli indirizzi, aprendo l'html della pagina, cambiando il tema, la cartella aperta cambia, ad esempio, /themes/default/default.css come base, cambio con /themes/lite_blue/default.css, il percorso cambia, alcune parti cambiano, ad esempio i bulletts, ma, lo sfondo e i menù, rimangono quelli di default, hai qualche idea alternativa?
Ciauzz Manuel

---------------
A lavare la testa ai somari, ci si rimette l'acqua e il sapone!

http://aspnuke208.somee.com/Default.asp

RAGGIO_DI_SOLE

Amministratore

Esperto
Esperto
411 Discussioni



Profilo - RAGGIO_DI_SOLE
11 maggio 2004 alle 13:02:00 Profilo - RAGGIO_DI_SOLEInvia un messaggio privato evirgola@hotmail.com 113247779 Rispondi quotando
passa il link che gli do un occhio
---------------

4B - Comunicazione Digitale
http://www.4bweb.it
djveleno

Amministratore

Esperto
Esperto
1025 Discussioni



Profilo - djveleno
11 maggio 2004 alle 15:52:08 Profilo - djvelenoInvia un messaggio privato Rispondi quotando
Grazie Ale...
http://www.cliccatutto.com

Ciauzzz DJ
---------------
A lavare la testa ai somari, ci si rimette l'acqua e il sapone!

http://aspnuke208.somee.com/Default.asp

RAGGIO_DI_SOLE

Amministratore

Esperto
Esperto
411 Discussioni



Profilo - RAGGIO_DI_SOLE
11 maggio 2004 alle 16:32:12 Profilo - RAGGIO_DI_SOLEInvia un messaggio privato evirgola@hotmail.com 113247779 Rispondi quotando
ho guardato il sito e ho notato un anomalia. se cambio il tema me lo carica e poi di colpo torna il tema di default. Guardando l'html della pagina mi sono accorto che in pratica nel piede della pagina viene richiamato il /themes/default/default.css .... essendo a cascata il secondo css che carica la pagina come visualizzazione finale applica questo.

Prova a controllare il codice e guarda dove è che va a reinserire il css di default che si sovrappone a quello che si trova in cima alla pagina che cambia correttamente.

ciao ciao
Ale [lo]
---------------

4B - Comunicazione Digitale
http://www.4bweb.it
Br1

Utente
Utente
76 Discussioni



Profilo - Br1
12 maggio 2004 alle 11:26:01 Profilo - Br1Invia un messaggio privato Rispondi quotando
Raggio, attendiamo con ansia le tue spiegazioni sul toppage :p ;) 8)
---------------
Br1
RAGGIO_DI_SOLE

Amministratore

Esperto
Esperto
411 Discussioni



Profilo - RAGGIO_DI_SOLE
13 maggio 2004 alle 19:52:16 Profilo - RAGGIO_DI_SOLEInvia un messaggio privato evirgola@hotmail.com 113247779 Rispondi quotando
Modificato il 13 maggio 2004 alle 20:01:47

Provo a postare qui il toppage-inc.asp modificato; chiaramente sono state create nuove classi nel default.css che servono per gestire correttamente gli spazi e i font nella testata:

<%
' ********************************
' * ASP-Nuke: Free web portal in ASP *
' ********************************
' * Copyright (c) 2002-2003 by Gaetan Bouveret (webmaster@asp-nuke.com) *
' * http://www.asp-nuke.com *
' * *
' * This program is free software. You can redistribute it and/or modify *
' * it under the terms of the GNU General Public License as published by *
' * the Free Software Foundation; either version 2 of the License, or *
' * (at your option) any later version. *
' * *
' ********************************
%>
<%
Response.Write "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">" & vbCRLF
Response.Write "<html>" & vbCRLF
Response.Write "<head>" & vbCRLF
Response.Write "<title>" & GLOBAL_SITE_NAME & "</title>" & vbCRLF
Response.Write "<meta http-equiv=""Content-Type"" content=""text/html; charset=" & sCharset & """>" & vbCRLF
Response.Write "<meta name=""Keywords"" CONTENT=""" & GLOBAL_META_KEYWORDS & """>" & vbCRLF
Response.Write "<meta name=""Description"" CONTENT=""" & GLOBAL_META_DESCRIPTION & """>" & vbCRLF
Response.Write "<meta name=""Author"" CONTENT=""" & GLOBAL_META_AUTHOR & """>" & vbCRLF
Response.Write "<meta name=""Generator"" CONTENT=""ASP-Nuke"">" & vbCRLF
Response.Write "<meta name=""robots"" CONTENT=""index,follow"">" & vbCRLF
Response.Write "<script language=""Java_Script"" type=""text/Java_Script"">" & vbCRLF
Response.Write " var myimages=new Array();" & vbCRLF
Response.Write " function preloadimages(){" & vbCRLF
Response.Write " for (i=0;i<preloadimages.arguments.length;i++){" & vbCRLF
Response.Write " myimages[i]=new Image();" & vbCRLF
Response.Write " myimages[i].src=preloadimages.arguments[i];" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " }" & vbCRLF
Response.Write " preloadimages(""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/logo.gif"");" & vbCRLF
Response.Write "</script>" & vbCRLF
Response.Write "<link rel=""stylesheet"" href=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/default.css"" type=""text/css"">" & vbCRLF
Response.Write "</head>" & vbCRLF
Response.Write "<body>" & vbCRLF
Response.Write "<table id=""TopPage"" width=""760"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=""topbanner"">" & vbCRLF
Response.Write " <tr>" & vbCRLF
Response.Write " <td align=""left"" width=""40%""><a href=""/default.asp""><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/logo.gif"" border=""0"" alt=""Aspnuke .it Community""></a></td>" & vbCRLF
Response.Write " <td align=""right"" width=""60%"" valign=""top"">" & vbCRLF
Response.Write "<table width=""475"" border=""0"" cellspacing=""0"" cellpadding=""0"">" & vbCRLF
Response.Write " <tr class=""menuor"">" & vbCRLF
Response.Write " <td class=""menuor"" valign=""top"" height=""21""><a href=""" & GLOBAL_SITE_PATH & "default.asp"" class=""menuori"">" & GetTranslation("LANG_DEFAULT") & "</a> | <a href=""" & GLOBAL_SITE_PATH & "chat.asp"" class=""menuori"">Chat</a> | <a href=""" & GLOBAL_SITE_PATH & "forum.asp"" class=""menuori"">Forum</a> | <a href=""" & GLOBAL_SITE_PATH & "news.asp"" class=""menuori"">News</a> | <a href=""" & GLOBAL_SITE_PATH & "articles.asp"" class=""menuori"">Tutorial</a> | <a href=""" & GLOBAL_SITE_PATH & "downloads.asp"" class=""menuori"">Downloads</a> | <a href=""" & GLOBAL_SITE_PATH & "Staff.asp"" class=""menuori"">Staff</a> | <a href=""mailto:info@aspnuke.it"" class=""menuori"">Contatti</a></td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr>" & vbCRLF
Response.Write " <td align=""left"">" & vbCRLF
If bDisplayAdvertising Then DisplayWebsiteAdvertising()
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write "</table>" & vbCRLF
Response.Write " </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write "</table>" & vbCRLF
Response.Write "<table id=""InfoPage"" width=""760"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=""InfoPage"">" & vbCRLF
Response.Write " <tr>" & vbCRLF
Response.Write " <td width=""302"" align=""left"" valign=""top"" class=""infosx"" height=""18""> " & sTitlePage & " "
DisplayNewPrivateMessages(sPseudo)
Response.Write "</td>" & vbCRLF
Response.Write " <td class=""infocenter"" align=""center"">" & vbCRLF
If sPseudo="" then
Response.write"<a href=""" & GLOBAL_SITE_PATH & "signup.asp"" class=""small""><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/nuovo.gif"" align=""middle"" border=""0"" alt=""Registrati""> " & GetTranslation("LANG_SIGNUP") & "</a></td>" & vbCRLF
Else
Response.write"<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_DECONNECT_PAGE & """><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/esci.gif"" align=""middle"" border=""0"" alt=""Esci""> " & GetTranslation("LANG_DECONNECT") & "</a></td>" & vbCRLF
End If
Response.Write " <td align=""right"" valign=""top"" width=""351"" class=""infodx""> " & sInfoPage & " </td>" & vbCRLF
Response.Write "</tr>" & vbCRLF
Response.Write "</table>" & vbCRLF
Response.Write "<table id=""log-search"" width=""760"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=""InfoPage"">" & vbCRLF
Response.Write " <tr>" & vbCRLF
' Response.Write " <td align=""left"" valign=""top"" class=""infocenter"" height=""18"">" & vbCRLF
Response.Write "<td align=""left"" valign=""top"" class=""infocenter"" height=""20"">" & vbCRLF

'-------------------------- inizio login ----------------------------
if sPseudo="" then

Dim sPreviousPage, iPos, sMemo


If Request.Form("urlpage") <> "" Then
sPreviousPage = Request.Form("urlpage")
Else
sPreviousPage = Request.ServerVariables("HTTP_REFERER")
iPos = InstrRev(sPreviousPage, "/")
If iPos > 0 and iPos > 7 Then
sPreviousPage = Mid(sPreviousPage, iPos+1)
Else
sPreviousPage = "Default.asp"
End If
End If

' Response.Write GLOBAL_SITE_SUBTABLE & vbCRLF
Response.Write "<table align=""left"" border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%""><tr>" & vbCRLF
Response.write "<td align=""left""><font class=""small""><strong>" & vbCRLF
Response.Write "<form name=""Authentication"" method=""post"" action=""" & GLOBAL_SITE_PATH & "authent.asp"">" & vbCRLF
Response.Write "<input type=""hidden"" name=""Do"" value=""authent"">" & vbCRLF
Response.Write "<input type=""hidden"" name=""urlpage"" value=""" & sPreviousPage & """>" & vbCRLF
Response.Write " " & GetTranslation("LANG_LOGIN") & "" & vbCRLF
Response.Write " <input name=""pseudo"" maxlength=""20"" size=""7"" value=""" & vbCRLF
If Request.Form("pseudo") <> "" Then
Response.Write Server.HTMLEncode(Request.Form("pseudo"))
Else
Response.Write GetTranslation("LANG_LOGIN")
End If
sMemo = GetTranslation("LANG_MEMORIZE_SHORT")
if sMemo = "LANG_MEMORIZE_SHORT" then sMemo = "Memo"
Response.Write """ onFocus=""this.value='';"" class=""cell"">" & vbCRLF
Response.Write "Pass" & vbCRLF
Response.Write " <input name=""mdp"" type=""password"" maxlength=""20"" size=""6"" onFocus=""this.value='';"" class=""cell"">" & vbCRLF
Response.Write sMemo & vbCRLF
Response.Write "<input name=""memo"" type=""checkbox"" checked class=""cell"">" & vbCRLF
Response.Write "<input type=""image"" name=""imageField"" src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/entra.gif"" align=""middle"" value=""" & GetTranslation("LANG_VALIDATE") & """ class=""button"">" & vbCRLF
Response.Write "</strong></form></td>" & vbCRLF
'Response.Write"<td align=""left""><b><a href=""/public/signup.asp"" class=""menuori""><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/entra.gif"" border=""0""></a></td>" & vbCRLF
Response.Write " <td align=""right"" valign=""top"" height=""22"" width=""351"" class=""searchbox"">" & vbCRLF
DisplaytopSearch
Response.Write"&nbsp</td>" & vbCRLF
Response.Write "</tr></table>" & vbCRLF
ELSE
Response.Write GLOBAL_SITE_SUBTABLE & vbCRLF
Response.Write "<table align=""left"" border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"" height=""18""><tr valign=""center"">" & vbCRLF
Response.write "<td align=""left"" valign=""top"" class=""menuP"">" & vbCRLF

Response.write "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_ACCOUNTS_PAGE & """><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/profilo.gif"" align=""absmiddle"" border=""0"">" & GetTranslation("LANG_MY_ACCOUNT") & "</a>" & vbcrlf
Response.write "<a href=""" & GLOBAL_SITE_PATH & GLOBAL_SITE_PRIVATE_MESSAGES_PAGE & """><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/messaggi.gif"" align=""absmiddle"" border=""0"">" & GetTranslation("LANG_PRIVATE_MESSAGES") & "</a>" & vbcrlf
If iRole > ROLE_USER Then Response.Write "<a href=""" & GLOBAL_SITE_ADMIN_PATH & "Default.asp""><img src=""" & GLOBAL_SITE_THEMES_PATH & sTheme & "/admin.gif"" align=""absmiddle"" border=""0"">" & GetTranslation("LANG_ADMINISTRATION") & "</a>" & vbcrlf

Response.Write"&nbsp</td>" & vbCRLF
Response.Write " <td align=""right"" valign=""top"" height=""22"" width=""351"" class=""searchbox"">" & vbCRLF
DisplaytopSearch
Response.Write"&nbsp</td>" & vbCRLF
Response.Write "</tr></table>" & vbCRLF
end if
'---------------- Fine login -------------------------------
Response.Write "</td>" & vbCRLF
Response.Write "</tr>" & vbCRLF
Response.Write "</table>" & vbCRLF

Response.Flush

Response.Write "<table id=""MainPage"" width=""760"" height=""60"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=""myBox"">" & vbCRLF
Response.Write " <tr class=""mytr"">" & vbCRLF
Response.Write " <td width=""10""> </td>" & vbCRLF
If IsArray(tLeftColumn) Then
Response.Write " <td width=""150""> </td>" & vbCRLF
Response.Write " <td width=""10""> </td>" & vbCRLF
End If
Response.Write " <td> </td>" & vbCRLF

If IsArray(tRightColumn) Then
Response.Write " <td width=""10""> </td>" & vbCRLF
Response.Write " <td width=""150""> </td>" & vbCRLF
End If

Response.Write " <td width=""10""> </td>" & vbCRLF
Response.Write " </tr>" & vbCRLF
Response.Write " <tr class=""mytr"">" & vbCRLF
Response.Write " <td width=""10""> </td>" & vbCRLF

If IsArray(tLeftColumn) Then
Response.Write " <td width=""150"" valign=""top"">" & vbCRLF
DisplayColumn(tLeftColumn)
Response.Write " </td>" & vbCRLF
Response.Write " <td width=""10""> </td>" & vbCRLF
End If

Response.Write " <td valign=""top"">" & vbCRLF
Response.Write " <table id=""Display"" width=""100%"" height=""450"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"">" & vbCRLF
Response.Write " <tr>" & vbCRLF
Response.Write " <td height=""440"" valign=""top"">" & vbCRLF
%>

---------------

4B - Comunicazione Digitale
http://www.4bweb.it
 1  2  >>

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 : 122
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: 558 Notizie: 180 Sondaggi: 11 Preferiti: 5684670 Post sui forum: 51195 Libro degli ospiti: 4 Eventi: 7

Versioni

Temi