官方首页 | 无图版 | BBS首页
PJBlog3 2.8.5.157 新版发布 下载|升级(2008.8.26) 来给PJ3提提发展建议 2008版 PJHOME 珍藏/纪念版官方T恤 正式发布! PJ3内测团队主创人员身份,性格,特点吐血大曝光
PJBlog技术支持论坛使用问题总索引 PJ-Blog 3 斑竹日志 【独家】我使用过的三种空间,与客服的精彩故事 Z-Blog,Wordpress,Bo-Blog转换到PJBlog
 15 12
发新话题
打印

[风格寻求] 有谁做过PJblog系统的腾讯的迷你门户啊?求教啊

有谁做过PJblog系统的腾讯的迷你门户啊?求教啊

有谁做过PJblog系统的腾讯的迷你门户啊?

谁做过的 给我个模板下载下啊!!!!

TOP

怎么没人回答啊?

TOP

友情帮顶···

优秀软件聚合者     只专注于互联网的优秀软件!                                              AD by fly-space.cn

TOP

这里牛人很多,顶起!

TOP

给个演示看看先!!!

TOP

引用:
原帖由 pt529 于 2008-5-24 08:29 发表
给个演示看看先!!!
就是QQ迷你门户,你QQ面板的左边有一列图标,点击一个,QQ面板会切换成一个网页。。

偶也想要啊,偶以前自己做了几个垃圾的,结果一个也没给通过,郁闷~~~~~

TOP

是啊  我也想做个 ,可是不知道 怎么获取那个最新文章的链接
我想在门户上面显示 最新的文章 和文章分类  

其他的就随便点了  


希望有高人能做出来共享下啊~~~

TOP

我有思路,但是没有模板!各个分类的最新文章通过RSS就可以
以下是代码
引用:
<html xmlns="http://www.w3.org/1999/xhtml" lang="GB2312">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
        <meta http-equiv="Content-Language" content="GB2312" />
        <title>MAK免费资源网 -WWW.MAKMAN.CN</title>
<style type="text/css">
<!--
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: none;
}
a {
        font-size: 13px;
}
-->
</style>
<%
URL="http://feed.makman.cn" //此处你的RSS源

Set xml = Server.CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", url, False
xml.Send

Set xmlDom = server.createObject("microsoft.xmldom")
xmlDom.async=False
xmlDom.ValidateOnParse=false
xmlDom.load(xml.responseXML)

if xmlDom.ReadyState>2 Then  
set oItem=xmlDom.getElementsByTagName("item")

%>
<table width="450" border="0" cellpadding="3" cellspacing="1" bgcolor="#ECEFF4">
<%
for i=0 to oItem.length-1
word=oItem(i).childNodes(0).text
title=oItem(i).childNodes.item(0).text
Link=oItem(i).childNodes.item(1).text
pubDate=oItem(i).childNodes.item(3).text
%>
<tr>
    <td width="450" height="24" bgcolor="#FFFFFF">·<a href="<%=link%>" target="_blank"><font style="font-size:14px;" color="#003366"><%=word%>  </font><font color="#999999">(<%=pubdate%>)</font></a></td>
</tr>
<%
next
end if
%>
</table>
[ 本帖最后由 iceman 于 2008-5-24 09:55 编辑 ]

TOP

你需要用BLOG程序 做个门户?
[url=http://www.17jiemi.com]一起揭密 论坛[/url]

TOP

回复 8# 的帖子

至于模板我觉得很好找啊 ~

你可以随便 找几个 mini 门户网站
看看 比较适合  显示文章的 门户

然后查看源码  
把它的源码拷贝下来  进行修改编辑不就可以了?  

我看下你的代码 ,但是我还是不是很懂,我测试不出来。
你能不能写个详细点的 不要模板
就是能显示博客最新文章就行了
如果有篇数限制更好比如10篇,毕竟mini门户不大 ,显示多了也不好


希望能得到更多人的帮助~!!!! 3

TOP

 15 12
发新话题