blanktheme

Changeset 395

Show
Ignore:
Timestamp:
04/02/09 16:09:51 (12 months ago)
Author:
espaan
Message:

[BlankTheme] synced with News 2.4 (catimagepath, comments per article, enableajaxedit)

Location:
trunk/themes/blanktheme/templates/modules/News
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/templates/modules/News/news_user_articlecontent.htm

    r380 r395  
    22<script type="text/javascript">/* <![CDATA[ */ 
    33var bytesused = "<!--[pnml name=_NEWS_CHARSUSED]-->" 
     4var showpublicationoptions = '<!--[pnml name="_NEWS_PUBLICATIONSHOW"]-->'; 
     5var hidepublicationoptions = '<!--[pnml name="_NEWS_PUBLICATIONHIDE"]-->'; 
    46/* ]]> */</script> 
    57 
     
    79<h2 class="news_title"><!--[$info.title]--></h2> 
    810 
    9 <!--[nocache]--><div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 
    10 <div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div><!--[/nocache]--> 
     11<!--[nocache]--> 
     12<div id="news_editlinks"><!--[articleadminlinks sid=$info.sid]--></div> 
     13<!--[if $enableajaxedit]--> 
     14<div id="news_editlinks_ajax" class="hidelink"><!--[articleadminlinks sid=$info.sid page=$page type="ajax"]--></div> 
     15<!--[/if]--> 
     16<!--[/nocache]--> 
    1117 
    1218<p class="news_meta"><!--[pnml name=_NEWS_POSTEDBYANDON username=$info.informant date=$info.briefdatetime]--></p> 
    1319 
    14 <!--[if $links.searchtopic neq '']--> 
    15 <p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="images/topics/<!--[$info.topicimage]-->" alt="<!--[$info.topicname|pnvarprephtmldisplay]-->" title="<!--[$info.topicname|pnvarprephtmldisplay]-->" /></a></p> 
     20<!--[if $links.searchtopic neq '' AND $info.topicimage neq '']--> 
     21<!--[* from News 2.4 onwards catimagepath exists *]--> 
     22<!--[if $catimagepath eq '']--><!--[assign var='catimagepath' value='images/topics/']--><!--[/if]--> 
     23<p id="news_topic" class="news_meta"><a href="<!--[$links.searchtopic]-->"><img src="<!--[$catimagepath]--><!--[$info.topicimage]-->" alt="<!--[$info.topicname]-->" title="<!--[$info.topicname]-->" /></a></p> 
    1624<!--[/if]--> 
    1725 
  • trunk/themes/blanktheme/templates/modules/News/news_user_article.htm

    r217 r395  
    66<div id="news_modify">&nbsp;</div> 
    77 
    8 <!--[* the next code is to display any hooks (e.g. comments, ratings) *]--> 
     8<!--[* the next code is to display any hooks (e.g. comments, ratings). All hooks are stored in $hooks and called individually. EZComments is not called when Commenting is not allowed *]--> 
    99<!--[pnmodurl modname=News func=display sid=$info.sid assign=returnurl]--> 
    10 <!--[pnmodcallhooks hookobject=item hookaction=display hookid=$info.sid module=News returnurl=$returnurl]--> 
     10<!--[* pnmodcallhooks hookobject=item hookaction=display hookid=$info.sid module=News returnurl=$returnurl *]--> 
     11<!--[pnmodcallhooks hookobject='item' hookaction='display' hookid=$info.sid module='News' returnurl=$returnurl owneruid=$info.cr_uid implode=false]--> 
     12<!--[foreach from=$hooks key='hookname' item='hook']--> 
     13<!--[if $hookname neq 'EZComments' or $info.withcomm eq 0]--> 
     14<!--[$hook]--> 
     15<!--[/if]--> 
     16<!--[/foreach]--> 
  • trunk/themes/blanktheme/templates/modules/News/news_user_index.htm

    r380 r395  
    1111  <div class="news_categories"> 
    1212        <!--[* <p class="diggers"><!--[diggers title=$info.title url=$url]--></p> *]--> 
     13    <!--[if !empty($info.categories)]--> 
    1314        <!--[pnml name='_NEWS_FILEDUNDER']-->: <!--[foreach from=$preformat.categories item='categorylink' name='articleCatsLoop']--><!--[$categorylink]--><!--[if $smarty.foreach.articleCatsLoop.last ne true]--> | <!--[/if]--><!--[/foreach]--> 
     15    <!--[/if]--> 
    1416  </div> 
     17  <!--[* $preformat.readmore]--> <!--[recommend modname='News' itemid=$info.sid]--> <!--[$preformat.print *]--> 
    1518</div> 
 
 
Powered by Trac
Design by Arcsin