预览模式: 普通 | 列表

帖子楼顶显示"本文地址"修改方法

一 打开
forum.view.asp

二 在第一个<%上面插入

以下为代码内容:
<script> 

查看更多...

分类:Cms | 固定链接 | 评论: 7 | 引用: 0 | 查看次数: 683

自动隐藏无签名人士签名档!

一 打开 forum_view.asp

二 找到  
以下为代码内容:
              vbcrlf&"  <tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>" & _
              vbcrlf&"  <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _ 
 


三 修改为

--------------------------------------------------------------------------------
以下内容为需要回复才能浏览

以下为代码内容:
  if u_remark<>"" then temp1=temp1&"<tr><td colspan=2 height=20 align=right><img border=0 src='"&joekoe_cms.web_dir_skin&"forum/signature.gif' align=absmiddle> </td></tr>"
  temp1=temp1&vbcrlf&"  <tr><td colspan=2 height=30 align=center valign=top><table border=0 width='96%' class=tf><tr><td class=bw><font class=htd>"&u_remark&"</font></td></tr></table></td></tr>" & _ 
 

查看更多...

分类:Cms | 固定链接 | 评论: 8 | 引用: 0 | 查看次数: 732

论坛一楼广告位

vbcrlf&" <table border=0 cellspacing=0 cellpadding=0 width='100%'>"
       if v_i=1 then
temp1=temp1&" <tr><td align=center height=70><iframe src='广告文件' name=ads_banner_frame frameborder=0 width=468 height=60 marginwidth=0 marginheight=0 vspace=0 hspace=0 allowtransparency=true scrolling=no></iframe></td></tr>" 
       end if
temp1=temp1&vbcrlf&" </table>" & _

查看更多...

分类:Cms | 固定链接 | 评论: 5 | 引用: 0 | 查看次数: 883

软件下载的详细列表

调用 call down_main_list(29,"本站收藏")

sub down_main_list(n_id,name)
dim id,topic,tim,counter
%>
<table border=0 cellpadding=0 cellspacing=0 width='100%'>
<tr>
<td align=left height=27 background='/skin/skin_1/main/down_bar1.gif'> 
<img border=0 src='/skin/skin_1/small/m_down.gif' align=absmiddle> <font class=btd><a href="down_list.asp?c_id=<%=n_id%>"><%=name%></a></font></td><td align=right height=27 background='/skin/skin_1/main/down_bar1.gif'><a href="down_list.asp?c_id=<%=n_id%>"><img border=0 src='skin/skin_1/small/more_article.gif'></a></td>
</tr>
</table>
<table border=0 width='100%'>
<%
sql="select top 5  jk_class.c_name,jk_sort.s_name,down.* from jk_class,jk_sort,down where jk_class.c_id=down.c_id and jk_sort.s_id=down.s_id and down.hidden=1 and down.c_id="&n_id&"  order by id desc"  
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
  id=rs("id")
  topic=rs("name")
  tim=rs("tim")
  counter=rs("counter")
  response.write vbcrlf&"    <tr><td height='"&dim_num(6)&"'>  <img src='skin/"&joekoe_cms.web_skin&"/small/h_down.gif' border=0 align=absMiddle> <a href=down_list.asp?c_id="&rs("c_id")&"&s_id="&rs("s_id")&" title="&left(rs("s_name"),25)&" target=_blank>["&left(rs("s_name"),6)&"]</a><a href='down_view.asp?id="&id&"' target=_blank alt='"&joekoe_cms.code_html(topic,1,0)&"'>"&joekoe_cms.code_html(topic,1,40)&"</a></td><td class=tims align=right><font class=blue>"&counter&"</font>      "&joekoe_cms.time_type(tim,4)&"</td></tr>"
  rs.movenext
loop
rs.close
%>
    </table>

<%
end sub

查看更多...

分类:Cms | 固定链接 | 评论: 7 | 引用: 0 | 查看次数: 699

本站原创-joekoecms1.2修改方法

软件下载的详细列表joekoecms1.2

http://www.joekoe.cn/forum/view_81961.html

1.2后台增加smtp邮件配置功能

http://www.bullcn.cn/article.asp?id=682

查看更多...

Tags: 原创

分类:Cms | 固定链接 | 评论: 7 | 引用: 0 | 查看次数: 1937