欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

织梦Dedecms联动方式二级变一级的方法

相关案例演示

织梦Dedecms联动方式二级变一级的方法,现在就来说一下如何修改文件,找到infolink.lib.php。

以下代码都注掉

/*

$sontype = ( ($househx % 500 != 0) ? $househx : 0 );

$toptype = ( ($househx % 500 == 0) ? $househx : ( $househx-($membertype%500) ) );

$fields['househx'] = "<a href=http://www.dede58.com/a/dedejq/’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$toptype}&nativeplace={$nativeplace}’><b>{$em_househxs[$toptype]}</b></a> ";

下级显示不显示

foreach($em_househxs as $eid=>$em)

{

if($eid < $toptype+1 || $eid > $toptype+499) continue;

if($eid == $househx) {

$fields['househx'] .= " <b>{$em}</b>";

}

else {

$fields['househx'] .= " <a href=http://www.dede58.com/a/dedejq/’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$eid}&nativeplace={$nativeplace}’>{$em}</a>";

}

}

*/

换成

foreach($em_househxs as $eid=>$em)

{

if($eid % 500 != 0) continue;

if(isset($_GET['househx']))

{

$navclass=$_GET['househx'];

if ($navclass==$eid)

{

$navclass=’ style=color:#ff0000′;

}

$fields['househx'] .= " <a href=http://www.dede58.com/a/dedejq/’{$baseurl}plus/list.php?channelid={$channelid}&tid={$typeid}&househx={$eid}&nativeplace={$nativeplace}’".$navclass.">{$em}</a>";

作者:欣怡建站 挑错 时间:2020-04-30 08:46
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服