Hi,
I am editing my vbulletin template, but it was in html code..but i want use substr in my template. Here is what i wanted to do.
$mytext="{vb:raw post.message}";
echo substr($mytext,0,100);
where {vb:raw post.message} is the stylevar which displays the post in vbulletin. I wanted to display only 100 words for it, using substr in it.
Can someone help me.