close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Results Page limit data

Thread began 10/21/2009 10:39 am by njewett222247 | Last modified 10/24/2009 12:16 pm by njewett222247 | 3022 views | 8 replies

roger391472

excerpt code

Hey maybe I finally get to help someone instead of begging for help.

Nick, here's an excerpt code that works really good. It goes to the last complete word so you don't end up with any embarrassing incomplete words.

LOL Don't expect this of me often though, a guy wrote this for me and I just manged to apply it to another page I was working on...probably just lucky.

<?php function excerpt($message,$size = 150){
$message = substr($message,0,$size);
$point = strrpos($message,' ');
$message = substr($message,0,$point);

return $message.' ...';
}
?>
<?php do { ?>
<tr class="<?php echo $WARRT_AltClass1->getClass(true); ?>" >
<td><div id="new_prod_image"><img src="new_prod_thumb/<?php echo $row_rs_tech_index['prod_thumb1']; ?>" width="120" height="80" border="0"></div>
<div id="new_prod_title"><?php echo $row_rs_tech_index['new_prod_title']; ?></div>
<br />
<div id="new_prod_article"><?=excerpt($row_rs_tech_index['new_prod_article']); ?></div></td>

You'll need to add the function called "excerpt" at the top of the code as shown and change your echo line as shown in the bottom line of this code.

Roger

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...