返回列表 发帖
未解决

关于论坛新贴在首页调用的问题

悬赏金额: 1 个贝壳

这个问题扰我N天了,一直没解决,特来向各位帅哥美女求助
首页文件改了后还是调用不了论坛程序,不能在首页显示论坛最新贴

论坛3大版块ID分别是75,74,112

前台index程序要改的就在这段里,可我怎么改都不能显示,麻烦哪位高手指点下,感激不尽
<%
   sub main_center_list5(cl_type,cl_tnum,cl_cnum,cl_classid)
  dim tmp1,tmp_title,tmp_tit,tmp_count,tmp_img,tmp_record,tmp_table,tmp_where,tmp_url,tmp_color,tmp_name
  tmp_img=cl_type
  tmp_where="hidden=1"
  if cl_classid>0 then tmp_where=tmp_where&" and s_id="&cl_classid
  select case cl_type
  case "forum"
    cl_type="forum"
    tmp_title="forum"
    tmp_tit="论坛标题"
    tmp_count="论坛回复"
    tmp_img="forum"
    tmp_table="bbs_topic"
    tmp_record="id,topic,username,tim,re_counter,tcolor,forum_id"
    tmp_where="forum_id<>999999999"
  end select
  sql="select top "&cl_tnum&" "&tmp_record&" from "&tmp_table&" where forum_id=74 or forum_id=112 or forum_id=75 order by id desc"
  set rs=joekoe_cms.exec(sql,1)
  do while not rs.eof
    tmp_url=cl_type&"_view.asp?id="&rs(0)
    if cl_type="forum" then
      tmp_url=cl_type&"_view.asp?forum_id="&rs(6)&"&view_id="&rs(0)
    end if
    if cl_type="article" or cl_type="news" or cl_type="forum" then
      tmp_color="style=""color:"&rs(5)&";"""
end if
    tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">  "&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' "&tmp_color&" alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
    rs.movenext
  loop
  rs.close
  response.write "<table border=0 cellspacing=0 cellpadding=2 width='100%'>"&tmp1&vbcrlf&"</table>"
end sub
   %><%call main_center_list5("forum",10,18,0)%></td>
            <td width="240" height="204" align="left" valign="top"><%
   sub main_center_list6(cl_type,cl_tnum,cl_cnum,cl_classid)
  dim tmp1,tmp_title,tmp_tit,tmp_count,tmp_img,tmp_record,tmp_table,tmp_where,tmp_url,tmp_color,tmp_name
  tmp_img=cl_type
  tmp_where="hidden=1"
  if cl_classid>0 then tmp_where=tmp_where&" and s_id="&cl_classid
  select case cl_type
  case "forum"
    cl_type="forum"
    tmp_title="forum"
    tmp_tit="论坛标题"
    tmp_count="论坛回复"
    tmp_img="forum"
    tmp_table="bbs_topic"
    tmp_record="id,topic,username,tim,re_counter,tcolor,forum_id"
    tmp_where="forum_id<>999999999"
  end select
  sql="select top "&cl_tnum&" "&tmp_record&" from "&tmp_table&" where forum_id=74 or forum_id=112 or forum_id=75 order by id desc"
  set rs=joekoe_cms.exec(sql,1)
  do while not rs.eof
    tmp_url=cl_type&"_view.asp?id="&rs(0)
    if cl_type="forum" then
      tmp_url=cl_type&"_view.asp?forum_id="&rs(6)&"&view_id="&rs(0)
    end if
    if cl_type="article" or cl_type="news" or cl_type="forum" then
      tmp_color="style=""color:"&rs(5)&";"""
end if
    tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">  "&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' "&tmp_color&" alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
    rs.movenext
  loop
  rs.close
  response.write "<table border=0 cellspacing=0 cellpadding=2 width='100%'>"&tmp1&vbcrlf&"</table>"
end sub
   %>
              <%call main_center_list6("forum",10,18,0)%></td>
            <td width="240" height="204" align="left" valign="top"><%
   sub main_center_list8(cl_type,cl_tnum,cl_cnum,cl_classid)
  dim tmp1,tmp_title,tmp_tit,tmp_count,tmp_img,tmp_record,tmp_table,tmp_where,tmp_url,tmp_color,tmp_name
  tmp_img=cl_type
  tmp_where="hidden=1"
  if cl_classid>0 then tmp_where=tmp_where&" and s_id="&cl_classid
  select case cl_type
  case "forum"
    cl_type="forum"
    tmp_title="forum"
    tmp_tit="论坛标题"
    tmp_count="论坛回复"
    tmp_img="forum"
    tmp_table="bbs_topic"
    tmp_record="id,topic,username,tim,re_counter,tcolor,forum_id"
    tmp_where="forum_id<>999999999"
  end select
  sql="select top "&cl_tnum&" "&tmp_record&" from "&tmp_table&" where forum_id=74 or forum_id=112 or forum_id=75 order by id desc"
  set rs=joekoe_cms.exec(sql,1)
  do while not rs.eof
    tmp_url=cl_type&"_view.asp?id="&rs(0)
    if cl_type="forum" then
      tmp_url=cl_type&"_view.asp?forum_id="&rs(6)&"&view_id="&rs(0)
    end if
    if cl_type="article" or cl_type="news" or cl_type="forum" then
      tmp_color="style=""color:"&rs(5)&";"""
end if
    tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">  "&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' "&tmp_color&" alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
    rs.movenext
  loop
  rs.close
  response.write "<table border=0 cellspacing=0 cellpadding=2 width='100%'>"&tmp1&vbcrlf&"</table>"
end sub
   %>
              <%call main_center_list8("forum",10,18,0)%></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="925" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="5"> </td>
  </tr>
</table>
<table width="925" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="146" align="left"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="2" align="left" valign="middle"><img src="skin/skin_1/reading_user.gif" width="155" height="41"></td>
      </tr>
      <tr>
        <td width="5%" height="247" align="left" valign="top"> </td>
        <td width="95%" height="247" align="left" valign="top" class="tjbk"><%sub main_left_user()
sql="select top 14 id,username,bbs_counter,tim from user_data where hidden=1 order by bbs_counter desc,id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
response.write vbcrlf&"<table border=0 cellspacing=0 class=table><tr><td height="&dim_num(6)&" align=left width='4%'></td><td height="&dim_num(6)&" width='50%' align=left><p><img src='images/top.gif' border=0 align=absMiddle><a href='user_view.asp?username="&rs("username")&"' alt='查看 "&rs("username")&" 的详细资料' target=_blank>"&rs("username")&"</a></p></td><td height="&dim_num(6)&" width='30%' align=right><p><font class=red>"&rs("bbs_counter")&"</font>帖</p></td></tr></table>"
rs.movenext
loop
rs.close
end sub
%>
              <%call main_left_user()%>
        </td>
      </tr>
    </table></td>
    <td width="779" align="left" valign="top"><table width="755" border="0" align="right" cellpadding="0" cellspacing="0">
      <tr>
        <td align="left" valign="top"><a href="photo.asp"><img src="skin/skin_1/wlxc.gif" width="755" height="30" border="0"></a></td>
      </tr>
      <tr>
        <td height="117" align="left" valign="middle" bgcolor="#E1F4F6">
  <!-- #include file="include/photo.inc" -->
  </td>
      </tr>
      <tr>
        <td height="26" align="left" valign="top" bgcolor="#E1F4F6"><a href="gallery.asp"><img src="skin/skin_1/jctt.gif" width="755" height="30" border="0"></a></td>
      </tr>
      <tr>
        <td height="113" align="left" valign="middle" bgcolor="#E1F4F6">
  <%
  sub main_center_pic1(cs_tnum,cs_cnum)
dim tmp1,tmp_topic,tmp_url,temp_tit
tmp1=vbcrlf&"<tr align=center>"
sql="select top "&cs_tnum&" id,name,spic from gallery where hidden=1 and types='paste' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
tmp_topic=rs(1)
tmp_url="gallery_view.asp?id="&rs(0)
tmp1=tmp1&vbcrlf&"<td>" & _
vbcrlf&" <table border=0 cellspacing=0 cellpadding=0 class=table>" & _
vbcrlf&" <tr><td align=center>"&pic_fk(rs("spic"),1,tmp_url)&"</td></tr>" & _
vbcrlf&" <tr><td align=center height="&dim_num(6)&"><a href='"&tmp_url&"' target=_blank>"&joekoe_cms.code_html(tmp_topic,1,cs_cnum)&"</a></td></tr>" & _
vbcrlf&" </table>" & _
vbcrlf&"</td>"
rs.movenext
loop
rs.close
tmp1=tmp1&vbcrlf&"</tr>"
tmp1="<table border=0 cellspacing=0 cellpadding=0 width='100%'>"&tmp1&vbcrlf&"</table>"
response.write vbcrlf&"<table cellspacing=0 cellpadding=0>" & _
vbcrlf&"<tr><td> "&temp_tit&"</td></tr>" & _
vbcrlf&"<tr><td align=center><div id=demo style=overflow:hidden;height:130;width:750>"& _
vbcrlf&"<table align=left cellpadding=0 cellspace=0 border=0>"& _
vbcrlf&"<td id=demo1 valign=top>"&tmp1&"</td>"& _
vbcrlf&"<td id=demo2 valign=top></td></tr></table>"& _
vbcrlf&"</div>"& _
vbcrlf&"</td></tr>" & _
vbcrlf&"<table border=0 cellspacing=0 cellpadding=0 class=table>" & _
vbcrlf&"</table>"&ukong
end sub
  %><%call main_center_pic1(7,8)%>
  </td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="925" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td> </td>
  </tr>
</table>


家国破,故乡离,鸳鸯泣血各东西。江楼漫舞空垂泪,此恨绵绵无绝期

<%
tmp_record="id,topic,username,tim,re_counter,tcolor,forum_id"
tmp_table="bbs_topic"
sql="select top "&cl_tnum&" "&tmp_record&" from "&tmp_table&" where forum_id=74 or forum_id=112 or forum_id=75 order by id desc"
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open sql,conn,1,1
do while not rs.eof
    tmp_url=cl_type&"_view.asp?id="&rs(0)
    if cl_type="forum" then
      tmp_url=cl_type&"_view.asp?forum_id="&rs(6)&"&view_id="&rs(0)
    end if
    if cl_type="article" or cl_type="news" or cl_type="forum" then
      tmp_color="style=""color:"&rs(5)&";"""
end if
    tmp1=tmp1&vbcrlf&"<tr><td height="&dim_num(6)&">  "&img_skin("h_"&tmp_img)&"<a href='"&tmp_url&"' "&tmp_color&" alt='"&tmp_tit&":"&joekoe_cms.code_html(rs(1),1,0)&"<br>发 布 人:"&rs(2)&"<br>"&tmp_count&":"&rs(4)&" 人次<br>整理时间:"&rs(3)&"' target=_blank>"&joekoe_cms.code_html(rs(1),1,cl_cnum)&"</a></td></tr>"
    rs.movenext
  loop
  rs.close
%>


没错丫。。
天行健,君子以自强不息
地势坤,君子以厚德载物
黑色海岸线欢迎您

QQ群:7212260
致力于探索WEB技术精髓:http://www.bitechcn.com
点这里加我!

TOP

我觉得也没错,可是就是无效
家国破,故乡离,鸳鸯泣血各东西。江楼漫舞空垂泪,此恨绵绵无绝期

TOP

RP啊RP,RP是粉重要D。。。

你单独写一个文件来调用吧。。做成JS的调用。
天行健,君子以自强不息
地势坤,君子以厚德载物
黑色海岸线欢迎您

QQ群:7212260
致力于探索WEB技术精髓:http://www.bitechcn.com
点这里加我!

TOP

返回列表 回复 发帖