Author |
Topic |
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 18 February 2006 : 10:48:58
|
spanish grammar, espanol lessons, ispanyolca gramer , people can join forum for speak spanish or learn spanish grammar if you know spanish please join my forum, and talk peoples who want to learn spanish... spanish grammar, spanish chat, spanish forum, spanish music, spanish lyrics is here www.ispanyol.com/evcilforum/default.asp |
Edited by - ispanyolcom on 19 February 2006 11:20:08 |
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 02 March 2006 : 11:30:38
|
mr onewaymule ý wil change my forum, you can believe but necessary time.
thanks |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 04 March 2006 : 12:48:24
|
mr onewaymule
ý want to remove Title Image (logo_snitz_forums_2000.gif) from my forum, and ý don't want to put any other .gif instead. when ý removed my admin panel , there will be little table border . please look(http://www.ispanyol.com/evcilforum/default.asp)
which page can ý edit about this issue? |
Edited by - ispanyolcom on 04 March 2006 12:51:15 |
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 05 March 2006 : 16:18:03
|
mr onewaymule ý dont find inc_header.asp/default/config/ where? |
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 06 March 2006 : 08:52:11
|
mr onewaymule ý dont find |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 08 March 2006 : 15:10:19
|
quote: Originally posted by OneWayMule
Post a link to a .txt version of your inc_header.asp file and I'll post instructions on how to remove the logo.
Code removed... OneWayMule |
Edited by - OneWayMule on 08 March 2006 15:38:35 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
Posted - 08 March 2006 : 15:41:21
|
Find the following code in your inc_header.asp (lines 279-288):
"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
" <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine & _
" <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine And replace it with
"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center"" valign=""top"" width=""100%"">" & vbNewLine & _
" <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & vbNewLine |
My MODs: Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch
Useful stuff: Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
|
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 10 March 2006 : 17:14:36
|
mr onewaymule a lot thanks from turkey
|
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 10 March 2006 : 17:29:22
|
mr onewaymule
ý want to make new mod which can call "sliding message box"
sliding message box: only forum users write message, these messages slide in the top of the forums page
can you help me? or can we write together this mod? only 3 asp files was needed for this project, ý made now. but require that only forum users can write a message in this mod. can you add this to my file???
""""mesajatyeni.asp"""
<%@LANGUAGE="VBSCRIPT" %> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9">
<form name="form1" method="post" action="mesajgittiyeni.asp">
<p align="center"><span class="style4">S</span>liding <span class="style4">M</span>essage <span class="style4">B</span>ox </p> <table width="415" align="center">
<tr> <td width="32%" bgcolor="#FFFFFF"> <div align="right"><span class="style4">M</span>esajatan </div></td> <td width="68%" bgcolor="#FFFFFF"> <input name="mesajatan" type="text" id=""> </td> </tr> <tr> <td bgcolor="#FFFFFF"> <div align="right"><span class="style4">M</span>esaj</div></td> <td bgcolor="#FFFFFF"> <textarea name="mesaj" cols="35" rows="2" id="mesaj"></textarea> <span class="style1"><br> <span class="style3">70 karakter</span> </span></td> </tr> <tr> <td bgcolor="#FFFFFF"> <div align="right"><span class="style4">T</span>arih</div></td> <td bgcolor="#FFFFFF"> <input name="tarih" type="text" id="tarih" value="<%=date%>"></td> </tr> <tr> <td bgcolor="#FFFFFF"> </td> <td bgcolor="#FFFFFF"><div align="right"> <input name="Button2" type="submit" class="textBoxes" value="Mesaj At"> </div></td> </tr> </table> <p> </p> <p> </p> <p> </p> </form>
</body> </html>
""""""mesajgittiyeni.asp""""
<html> <body> <!--#include file="../adovbs.inc"-->
<% mesajatan1=request.form("mesajatan") mesaj1=request.form("mesaj") tarih1=request.form("tarih")
%>
<% Set db = Server.CreateObject("adodb.connection" ) db.Open = "driver={mysql odbc 3.51 driver}; server=289.190.5.130; UID=turf; pwd=kaf; db=wf;"
%>
<%
Set kayit=db.Execute("insert into mesajtab(mesaj,tarih,mesajatan) values ('" &mesaj1&"','" &tarih1&"','" &mesajatan1&"')" )
Response.Write " ok."
%> <a href="mesajatyeni.asp">thanks boy </a></body> </html>
""""mesajyenigor"""""
<% Set db = Server.CreateObject("adodb.connection" ) db.Open = "driver={mysql odbc 3.51 driver}; server=256.150.5.130; UID=t44laeh; pwd=ka55e; db=rw55;"
Set rs=db.Execute("select*from mesajtab") %>
<style type="text/css"> <!-- .style1 { font-size: 12px; color: #FF0000; } --> </style> <table width="70%" border="0" align="center"> <tr> <td width="90%">
<marquee> <% do while not rs.eof %>
<span class="style1"> <%=rs("mesajatan")%></span> <span class="style1"><%=rs( "mesaj" )%></span> <span class="style1"><%=rs("tarih")%></span>....... <%
rs.movenext loop %> </marquee></td>
<td width="10%" align="center" valign="bottom" class=""><div align="center"> <a href="mesajatyeni.asp">mesaj</a> </tr> </table>
|
Edited by - ispanyolcom on 11 March 2006 14:43:00 |
|
|
Jezmeister
Senior Member
United Kingdom
1141 Posts |
Posted - 10 March 2006 : 18:29:01
|
my name isn't onewaymule but the code should be the same I'm assuming you're already including config.asp and inc_header.asp/inc_header_short.asp if not, include them at the top of the page and make the code look like this at the top of "mesajatyeni.asp"
<!--#INCLUDE VIRTUAL="../evcilforum/config.asp" -->
<!--#INCLUDE VIRTUAL="../evcilforum/inc_header_short.asp" -->
<% if strDBNTUserName = "" then
--> insert code here for guests who shouldn't be able to post, if the code here isn't
Response.Redirect("page") then the next line before 'else' should be Response.End
else
end if %> |
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 11 March 2006 : 07:45:36
|
mr jezmeister if ý use your method, ý will reinstall snitz forum. because your method was used to all config.asp
we need only " do user have snitz forum account". but tahnks your regards from turkey |
|
|
Jezmeister
Senior Member
United Kingdom
1141 Posts |
Posted - 11 March 2006 : 08:21:13
|
I don't quite understand, the code I've put wouldn't require you to reinstall your forums or anything like that, it will simply tell the page whether or not the visitor is allowed to view the page... if you've already included config.asp in the page you obviously don't need to include it again that was just an example of what it would probably look like at the top of your page... You could quite easily just look for the cookie but what I put is a very simple way to do it. |
Edited by - Jezmeister on 11 March 2006 08:23:20 |
|
|
ispanyolcom
New Member
Mexico
78 Posts |
Posted - 11 March 2006 : 14:40:57
|
mr je if you include "config.asp" forum will go to the setup.asp, reinstall forum please try |
|
|
Topic |
|