小樱 发表于 2020/1/31 00:23

discuz替换勋章中心CDN为att二级域名的方法

勋章中心的在 template/default/home/space_medal.htm 文件,大约124行
<div class="mg_img"><img src="{STATICURL}image/common/$mymedal" alt="$mymedal" style="margin-top: 20px;width:auto; height: auto;" /></div>

帖子列表的在。。template/default/forum/viewthread_profile_node.htm 文件,大约42行
foreach($post['medals'] as $medal) $return .= '<img id="md_'.$post['pid'].'_'.$medal['medalid'].'" src="'.STATICURL.'image/common/'.$medal['image'].'" alt="'.$medal['name'].'" title="" onmouseover="showMenu({\'ctrlid\':this.id, \'menuid\':\'md_'.$medal['medalid'].'_menu\', \'pos\':\'12!\'})" />';



或者直接!改程序全局设置
config_global.php文件,大约第40行位置,替换函数STATICURL
$_config['output']['staticurl'] = 'static/';

不可名 发表于 2020/1/31 01:26

我不开心
页: [1]
查看完整版本: discuz替换勋章中心CDN为att二级域名的方法