Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 家族門派Full House Beta[最後更新2月25日 2:28p.m]

[复制链接]
donghaoqin 发表于 2006-2-14 16:05:16 | 显示全部楼层
我写上这代码就出问题!
//家族Begin

              //$query=$db->query("select * from cdb_members where username='$post[author]'");
               //$fmu=@mysql_fetch_array($query);
               $query_mp=$db->query("select * from cdb_fam where fmname='$post[fam]'");
               $fcu=@mysql_fetch_array($query_mp);

               if(!$post['fam'] || $post['fam']=="0")
               {
                $post[fam]="沒有家族";     //沒有加入家族要顯示的資訊
               }
                 else{
                     if($post[author]==$fcu['username'])
                       {
                         $post['fam']=$post['fam']."-".$fcu['firstname'];   //家族長要顯示的資訊
                       }
                     elseif($post[author]==$fcu['first']||$post[author]==$fcu['seven']){
                         $post['fam']=$post['fam']."-".$fcu['firstname2'];   //家族長老要顯示的資訊
                       }
                     elseif($post[author]==$fcu['second']||$post[author]==$fcu['third']){
                         $post['fam']=$post['fam']."-".$fcu['secondname'];   //家族長老要顯示的資訊
                       }
                     elseif($post[author]==$fcu['four']||$post[author]==$fcu['five']||$post[author]==$fcu['six']) {
                       $post['fam']=$post['fam']."-".$fcu['thirdname'];   //家族唐主要顯示的資訊
                      }
                     else {
                      $post['fam']=$post['fam']."-".$fcu['mbname'];     //家族成員要顯示的資訊
                     }
                }

                //家族End
变得不能看帖子。。。
没写上则一切显示正常~~~~~
求解~
回复

使用道具 举报

翅膀1 发表于 2006-2-14 16:36:52 | 显示全部楼层
目前还用不到...等壮大了再用..谢谢了.
回复

使用道具 举报

 楼主| ytc 发表于 2006-2-14 16:43:02 | 显示全部楼层
原帖由 donghaoqin 于 2006-2-13 20:52 发表
请问~~~~~~~~~
这是什么意思啊!?是不是我那安装错了!?我一点击帖子就出现这东西~不能浏缆帖子!


Discuz! info: MySQL Query Error

User: donghaoqin
Time: 2006-2 ...

你都冇cdb_fam
回复

使用道具 举报

 楼主| ytc 发表于 2006-2-14 16:44:58 | 显示全部楼层
原帖由 donghaoqin 于 2006-2-13 21:16 发表

不知道。。为什么。。我装上这代码后。。就不能看帖子了!

有沒有轉為簡體才用--
回复

使用道具 举报

 楼主| ytc 发表于 2006-2-14 16:45:50 | 显示全部楼层
原帖由 donghaoqin 于 2006-2-14 16:05 发表
我写上这代码就出问题!
//家族Begin

              //$query=$db->query("select * from cdb_members where username='$post[author]'");
               //$fmu=@mysql_fetch_array($query); ...

本身就沒有問題的,本人用的那一段和你們用的都沒分別

  1. //家族Begin

  2.               //$query=$db->query("select * from cdb_members where username='$post[author]'");
  3.                //$fmu=@mysql_fetch_array($query);
  4.                $query_mp=$db->query("select * from cdb_fam where fmname='$post[fam]'");
  5.                $fcu=@mysql_fetch_array($query_mp);

  6.                if(!$post['fam'] || $post['fam']=="0")
  7.                {
  8.                 $post[fam]="沒有家族";     //沒有加入家族要顯示的資訊
  9.                }
  10.                  else{
  11.                      if($post[author]==$fcu['username'])
  12.                        {
  13.                          $post['fam']=$post['fam']."-".$fcu['firstname'];   //家族長要顯示的資訊
  14.                        }
  15.                      elseif($post[author]==$fcu['first']||$post[author]==$fcu['seven']){
  16.                          $post['fam']=$post['fam']."-".$fcu['firstname2'];   //家族長老要顯示的資訊
  17.                        }
  18.                      elseif($post[author]==$fcu['second']||$post[author]==$fcu['third']){
  19.                          $post['fam']=$post['fam']."-".$fcu['secondname'];   //家族長老要顯示的資訊
  20.                        }
  21.                      elseif($post[author]==$fcu['four']||$post[author]==$fcu['five']||$post[author]==$fcu['six']) {
  22.                        $post['fam']=$post['fam']."-".$fcu['thirdname'];   //家族唐主要顯示的資訊
  23.                       }
  24.                      else {
  25.                       $post['fam']=$post['fam']."-".$fcu['mbname'];     //家族成員要顯示的資訊
  26.                      }
  27.                 }

  28.                 //家族End
复制代码
回复

使用道具 举报

donghaoqin 发表于 2006-2-14 16:58:20 | 显示全部楼层
原帖由 ytc 于 2006-2-14 16:44 发表

有沒有轉為簡體才用--



转为间体!?怎么转呢!?
我论坛好象就只有间体~~~~~
回复

使用道具 举报

凌晨的问候 发表于 2006-2-14 17:00:59 | 显示全部楼层
看来还需要观望
回复

使用道具 举报

kkyoiori2001 发表于 2006-2-15 02:40:55 | 显示全部楼层
2.5不能用阿?
回复

使用道具 举报

凌晨的问候 发表于 2006-2-15 09:36:55 | 显示全部楼层
很遗憾,这是DZ4.0滴
回复

使用道具 举报

MOOM 发表于 2006-2-15 10:57:02 | 显示全部楼层
新家族名稱太長,最多 10 個字元 [五個中文字] 。
跟以前的出現相同問題。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-22 16:53 , Processed in 0.024809 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表