1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

[求助]hg98模板首页插入友情连接出现问题

本帖由 kenshin7702006-02-21 发布。版面名称:图形设计

  1. kenshin770

    kenshin770 New Member

    注册:
    2005-11-28
    帖子:
    595
    赞:
    6
    我的生成的首页友情连接部分成了table的,找了半天没发现原因,求指引:wub:
    PHP:
    <table width=100border=0 cellpadding=3 cellspacing=0><tr><td align=center>
    </
    td></tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></table>
    比chinahtml的那个多出这些东西...
     
  2. amituofo

    amituofo New Member

    注册:
    2006-02-20
    帖子:
    450
    赞:
    6
    自己定义下用万能标签
     
    #2 amituofo, 2006-02-21
    最后编辑: 2006-02-21
  3. kenshin770

    kenshin770 New Member

    注册:
    2005-11-28
    帖子:
    595
    赞:
    6
    主要问题就在于php未入门,看不懂函数:p ,,用了很弱的方法解决了,不知道这样会不会产生什么问题..如果who有正确的改法希望提供,thanks~
    PHP:
    //------------------友情链接
    function sys_GetSitelink($line,$num,$enews=0)
    {global 
    $empire,$public_r;
    //图片
    if($enews==1)
        {
    $a=" and lpic<>''";}
    //文字
    elseif($enews==2)
        {
    $a=" and lpic=''";}
    else
        {
    $a="";}
    $sql=$empire->query("select * from phome_enewslink where checked=1".$a." order by myorder,lid limit ".$num);
    //输出
    $i=0;
    while(
    $r=$empire->fetch($sql))
            {
             
    $i++;
             if((
    $i-1)%$line==0||$i==1)
                {
    $class_text.="";}
    //文字
      
    if(empty($r[lpic]))
      {
      
    $logo="<a href='".$public_r[newsurl]."e/public/GotoSite?lid=".$r[lid]."&url=".urlencode($r[lurl])."' title='".$r[lname]."' target=".$r[target].">".$r[lname]."</a>";
      }
      
    //图片
      
    else
      {
      
    $logo="<a href='".$public_r[newsurl]."e/public/GotoSite?lid=".$r[lid]."&url=".urlencode($r[lurl])."' target=".$r[target]."><img src='".$r[lpic]."' alt='".$r[lname]."' border=0 width='".$r[width]."' height='".$r[height]."'></a>";
      }
              
    $class_text.="".$logo."";
              
    //分割
              
    if($i%$line==0&&$i<>1)
                {
    $class_text.="";}
             }
          if(
    $i<>0)
                {
                  
    $table="";$table1="";
                  
    $ys=$line-$i%$line;
                  for(
    $j=0;$j<$ys;$j++)
                  {
                   
    $class_text.="";
                   if(
    $ys==($j-1))
                    {
    $class_text.="";}
                   }
                }
          
    $text=$table.$class_text.$table1;
          echo
    "$text";
    }

     
  4. wm_chief

    wm_chief New Member

    注册:
    2005-09-05
    帖子:
    17,890
    赞:
    46
    你的友情链接一个都没有。加啥标签
     
  5. amituofo

    amituofo New Member

    注册:
    2006-02-20
    帖子:
    450
    赞:
    6
    反正我是修改的函数。
     
  6. kenshin770

    kenshin770 New Member

    注册:
    2005-11-28
    帖子:
    595
    赞:
    6
    有的啊...闲代码太长把那部分滤掉了...就再两行的中间部分,我只把和chinahtml首页对比多出来的部分列了出来,
    模板代码
    PHP:
          <div id="flinks">
    [
    phomelink]8,40,2[/phomelink]
    </
    div>
    生成的文件
    PHP:
          <div id="flinks">
    <
    table width=100border=0 cellpadding=3 cellspacing=0><tr><td align=center><a href='http://localhost/e/public/GotoSite?lid=1&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=2&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=3&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=4&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=5&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=6&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=7&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=8&url=%2F' title='您的位置' target=_blank>您的位置</a></td></tr><tr><td align=center><a href='http://localhost/e/public/GotoSite?lid=9&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=10&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=11&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=12&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=13&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=14&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=15&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=16&url=%2F' title='您的位置' target=_blank>您的位置</a></td></tr><tr><td align=center><a href='http://localhost/e/public/GotoSite?lid=17&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=18&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=19&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=20&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=21&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=22&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=23&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=24&url=%2F' title='您的位置' target=_blank>您的位置</a></td></tr><tr><td align=center><a href='http://localhost/e/public/GotoSite?lid=25&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=26&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=27&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=28&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=29&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=30&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=31&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=32&url=%2F' title='您的位置' target=_blank>您的位置</a></td></tr><tr><td align=center><a href='http://localhost/e/public/GotoSite?lid=33&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=34&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=35&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=36&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=37&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=38&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=39&url=%2F' title='您的位置' target=_blank>您的位置</a></td><td align=center><a href='http://localhost/e/public/GotoSite?lid=40&url=%2F' title='您的位置' target=_blank>您的位置</a></td></tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></table></div>
    hg98.net的首页
    PHP:
          <div id="flinks">
    <
    a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a><a href="http://www.hg98.net" title="友情链接" rel="external">虚位以待</a>
    </
    div>
     
    #6 kenshin770, 2006-02-22
    最后编辑: 2006-02-22