|
后台收到投稿后的信息加上链接
|
|
|
|
Author: Autoit | Date:2006-07-23 | View: 8807 | Digg: 51 |
|
components/com_content/content.php 的1970行 [注意都是一行,我为了版面协调有强制换行了...] 将 $msg->send( $my->id, $user_id, "New Item", sprintf( _ON_NEW_CONTENT, $my->username, $row->title,
$section, $category ) ); 替换为: $msg->send( $my->id, $user_id, "New Item:" . ' <a xhref="'.$GLOBALS['mosConfig_live_site'].
'/administrator/index2.php?option=com_content§ionid=0 &task=edit&hidemainmenu=1&id='
.$row->id.'">'.$row->title.'</a>', sprintf(_ON_NEW_CONTENT, $my->username, $row->title, $section,
$category ) );
Permanent URL: http://www.autoit.cn/index.php/content/view/56/25.html
|