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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

急...ucenter home 事件接口—uc_feeadd 如何使用?

[复制链接]
zhuyubiao 发表于 2009-3-28 15:55:15 | 显示全部楼层 |阅读模式
使用例子:
[color=SandyBrown]$feed = array();
$feed['icon'] = 'thread';
$feed['title_template'] = '<b>{username} 在论坛发起了新话题</b>';
$feed['title_data'] = array('username'=>$discuz_user);
$feed['body_template'] = '<b>{subject}</b><br>{message}';
$feed['body_data'] = array(
        'subject' => "<a href=\"viewthread.php?tid=$tid\">$subject</a>",
        'message' => cutstr(strip_tags(preg_replace("/\[.+?\]/is", '', $message)), 150)
);
$feed['images'][] = array(
        'url'=>'https://discuz.dismall.com/logo.gif',
        'link'=> 'https://discuz.dismall.com/'
);
$feed['images'][] = array(
        'url'=>'http://www.comenz.com/logo.gif',
        'link'=> 'http://www.comenz.com/'
);

include_once(DISCUZ_ROOT.'./uc_client/client.php');
uc_feed_add($feed['icon'], $discuz_uid, $discuz_user, $feed['title_template'], $feed['title_data'], $feed['body_template'], $feed['body_data'], '', '', $feed['images']);

在程序中调用该接口  一直执行出错。
没法插入数据。uc_feedadd 是怎样调用的呢?
采用此方法 可以插入数据
        feed_add($fs['icon'], $fs['title_template'], $fs['title_data'], $fs['body_template'], $fs['body_data'], $fs['body_general'],$fs['images'], $fs['image_links']);


小弟在此求助..........
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-15 15:09 , Processed in 0.022682 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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