[pLog-svn] r3221 - in plog/trunk: . templates/summary
    Mark Wu 
    markplace at gmail.com
       
    Mon Apr 10 15:10:19 GMT 2006
    
    
  
Hi All:
I think the summary page already modified to adapt our two new DAOs:
BlogCategory and GlobalArticleCategory.
Now, user can click on BLOG or POST in the navigation bar. We will show him
a new page with Category and Items...
So, user can click each category to get the new items list.
BTW, we also can put the blogcategories and globalarticlecategories and make
them looks like tagClound, it should be very "fancy"
ToDo:
1. Add rss for blogCategory and GlobalArticleCategory
2. Maybe we can have a "more" button for recentblogs, readestBlog,
ReadestPost ..... But I need to rewrite all current summarystats DAO ...
3. ... Others? Need your input.
Mark
> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of 
> mark at devel.lifetype.net
> Sent: Monday, April 10, 2006 10:30 PM
> To: plog-svn at devel.lifetype.net
> Subject: [pLog-svn] r3221 - in plog/trunk: . templates/summary
> 
> Author: mark
> Date: 2006-04-10 14:29:38 +0000 (Mon, 10 Apr 2006) New Revision: 3221
> 
> Modified:
>    plog/trunk/summary.php
>    plog/trunk/templates/summary/header.template
> Log:
> I forgot why I need RankList. I think the rank information 
> already show in summary front page.
> 
> So, we don't need another page for rank list.
> 
> Modified: plog/trunk/summary.php
> ===================================================================
> --- plog/trunk/summary.php	2006-04-10 14:27:04 UTC (rev 3220)
> +++ plog/trunk/summary.php	2006-04-10 14:29:38 UTC (rev 3221)
> @@ -55,7 +55,6 @@
>      $_actionMap["Default"]       = "SummaryDefaultAction";
>      $_actionMap["BlogList"]      = "BlogListAction";
>      $_actionMap["PostList"]      = "PostListAction";
> -    $_actionMap["RankList"]      = "RankListAction";
>  	$_actionMap["UserList"]      = "UserListAction";	
>  	$_actionMap["UserProfile"]   = "UserProfileAction";
>  	$_actionMap["BlogProfile"]   = "BlogProfileAction";
> 
> Modified: plog/trunk/templates/summary/header.template
> ===================================================================
> --- plog/trunk/templates/summary/header.template	
> 2006-04-10 14:27:04 UTC (rev 3220)
> +++ plog/trunk/templates/summary/header.template	
> 2006-04-10 14:29:38 UTC (rev 3221)
> @@ -37,7 +37,6 @@
>               <li class="menuOption"><a 
> href="?op=Summary">{$locale->tr("summary")}</a></li>
>               <li class="menuOption"><a 
> href="?op=RegisterStep0">{$locale->tr("register")}</a></li>
>               <li class="menuOption"><a 
> href="?op=PostList">{$locale->tr("post")}</a></li>
> -             <li class="menuOption"><a 
> href="?op=RankList">{$locale->tr("rank")}</a></li>            
>             
>               <li class="menuOption"><a 
> href="?op=BlogList">{$locale->tr("blogs")}</a></li>
>               <li class="menuOption"><a 
> href="?op=UserList">{$locale->tr("users")}</a></li>
>            </ul>
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
    
    
More information about the pLog-svn
mailing list