News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Adjust short subject length v1.06

Started by bryan_49ers, March 23, 2006, 12:10:07 PM

Previous topic - Next topic

bryan_49ers

Is there any way to adjust the code in "Recent Posts" ssi function to change the length of a short subject

         'short_subject' => strlen(un_htmlspecialchars($row['subject'])) > 20 ? htmlspecialchars(substr(un_htmlspecialchars($row['subject']), 0, 22) . '...') : $row['subject'],

that apperas to be the code but changing the numbers did not adjust the length...

bryan_49ers

figured it out on my own... thanks anyway

Advertisement: