Changeset 1853 in ExiteCMS for trunk/includes/templates/main.blogs.tpl


Ignore:
Timestamp:
10/16/08 11:37:18 (4 years ago)
Author:
hverton
Message:

fixed session issue in the albums module
blog previous now breaks after a complete paragraph
fixed PHP notice in feeds.php when using PHP5
fixed MySQL error in viewforum.php/viewposts.php when using MySQL v5.x
fixed PHP warning in calls.httpdownload.php when using PHP5
added locale direction (ltr/rtl) to hoteditor
fixed issue with ocassional empty [URL] tags in hoteditor
fixed wrong returncode from sendemail() in sendmail_include.php
fixed issues in session management when behind loadbalanced proxies or ISP links (changing public IP address)
fixed typo in the album gallery edit template
fixed mismatched quotes in pm post causing hoteditor message retrieval to fail
fixed versioning issue in the menu, user info and welcome panel module installers
fixed PHP notice in setuser.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.blogs.tpl

    r1821 r1853  
    156156                        <tr> 
    157157                            <td style='width:100%;vertical-align:top;'> 
    158                                 {if $blog_id|default:0 == 0} 
    159                                     {assign var="rl" value=" <a href='blogs.php?blog_id="|cat:$bloglist[id].blog_id|cat:"'>...</a>"} 
    160                                     {$bloglist[id].blog_text|truncate:500:$rl}<br /> 
     158                                {if $blog_id|default:0 != 0} 
     159                                    {$bloglist[id].blog_text} 
    161160                                {else} 
    162                                     {$bloglist[id].blog_text}<br /> 
     161                                    {$bloglist[id].blog_intro} 
     162                                    {if $bloglist[id].read_more}&nbsp;<a href='blogs.php?blog_id={$bloglist[id].blog_id} alt='{$locale.422}' title='{$locale.422}''>...</a>{/if} 
    163163                                {/if} 
    164164                            </td> 
     
    170170                                {$bloglist[id].user_name}{if $smarty.const.iMEMBER}</a>{/if} 
    171171                                {$locale.421} {$bloglist[id].blog_datestamp|date_format:"longdate"} 
    172                                 {if !$blog_id}&middot; <a href='blogs.php?blog_id={$bloglist[id].blog_id}'>{$locale.422}</a>{/if} 
     172                                {if $bloglist[id].read_more && $blog_id|default:0 == 0}&middot; <a href='blogs.php?blog_id={$bloglist[id].blog_id}'>{$locale.422}</a>{/if} 
    173173                                <img src='{$smarty.const.THEME}images/bulletb.gif' alt='' /> 
    174174                                <br /> 
Note: See TracChangeset for help on using the changeset viewer.