View Single Post
  #8  
Old 03-29-2005, 11:55 AM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
The adv_portal_newsbits handles the news module. The adv_portal_news_archive handles the news archive module.

Here is the code from my adv_portal_newsbits template. Try using mine to replace yours. Mine doesn't scroll. It adds a "Read More".

Hope this helps.

PHP Code:
<table align="center" border="0" class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]width="100%">
    <
tr>
        <
td class="tcat">
            <if 
condition="$news['subscribed']">
                <
span style="float:$stylevar[right]"><img alt="" class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" title="$vbphrase[you_are_subscribed_to_this_thread]/> </span>
            </if>
            <if 
condition="$show['threadicon']">
                <
img alt="" border="0" src="$news[threadiconpath]title="$news[threadicontitle]/>
            </if>
            <
strong><a href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a></strong>
            </
td>
        </
tr>

        <
tr>
            <
td class="alt2">
            <if 
condition="$vba_options['portal_news_showrating'] AND $news['votenum']">
                <
span style="float:$stylevar[right]"><img alt="" src="$stylevar[imgdir_rating]/rating_$news[rating].gif" title="<phrase 1="$news[votenum]" 2="$news[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span>
            </if>
            <
span class="smallfont">- <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$news[postuserid]2="$news[postusername]">$vbphrase[by_x]</phrase$vbphrase[on$dateposted</span>

            </
td>
        </
tr>
        <
tr>
            <
td class="alt1" valign="top">
            <if 
condition="$newsavatarurl">
                <
table align="$stylevar[left]cellspacing="4"><tr><td><img alt=""  border="0" src="$newsavatarurltitle="$news[postusername]'s $vbphrase[a_avatar]/></td></tr></table>
            </if>
            
$news[message]

            <if 
condition="$show['signature']">
            <
div>__________________<br />
            
$news[signature]</div>
            </if>

            </
td>
        </
tr>

        <if 
condition="$news['attachmentid']">
            <
tr class="alt1">
                <
td>
                    <
fieldset class="fieldset">
                    <
legend>$vbphrase[attached_files]</legend>
                    <
table>
                        
$attachment
                    
</table>
                    </
fieldset>
                </
td>
            </
tr>
        </if>

        <
tr class="alt2" valign="middle">
        <
td valign="middle">
            <
span style="float:right">
            <if 
condition="$show['editbutton']">
                <
a href="$vboptions[bburl]/editpost.php?$session[sessionurl]do=editpost&amp;p=$news[postid]"><img alt="$vbphrase[edit_this_post]border="0" src="$stylevar[imgdir_button]/edit.gif" /></a>
            </if>

            <if 
condition="$vba_options['portal_news_allowreplies']">
                <
a href="$vboptions[bburl]/newreply.php?$session[sessionurl]do=newreply&amp;t=$news[threadid]"><img alt="$vbphrase[reply_to_this_post]border="0" src="$stylevar[imgdir_button]/reply_small.gif" /></a>
            </if>

            <if 
condition="$vba_options['portal_news_showsendfriend']">
                <
a href="$vboptions[bburl]/sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$news[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/sendtofriend.gif" title="$vbphrase[send_to_friend]/></a>
            </if>

            <if 
condition="$vba_options['portal_news_showprintable']">
                <
a href="$vboptions[bburl]/printthread.php?$session[sessionurl]t=$news[threadid]"><img alt="" border="0" src="$stylevar[imgdir_button]/printer.gif" title="$vbphrase[show_printable_version]/></a>
            </if>
            </
span>

            <
span class="smallfont">
            <if 
condition="$vba_options['portal_news_allowreplies']">
                <
a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$news[threadid]">$news[replycount] <if condition="$news['replycount'] == 1">$vbphrase[reply]<else />$vbphrase[replies]</if></a> |
            </if> 
$news[views$vbphrase[views]</span>
        </
td>
    </
tr>

</
table>
<
br /> 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01331 seconds
  • Memory Usage 1,876KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete