在需要调用的地方添加如下代码:
[field:id runphp=‘yes‘] global $cfg_cmspath; $tags = GetTags(@me); $revalue = ‘‘; $tags = explode(‘,‘, $tags); foreach($tags as $key => $value){ if($value){ $revalue .= ‘<a href="‘.$cfg_cmspath.‘/tags.php?/‘.$value.‘/">‘.$value.‘</a> ‘; } } @me = $revalue; [/field:id]
时间: 2024-10-15 12:24:06