The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Meta description length when viewing a topic...
Is there anyway that I can change the amount of characters that is passed to {vb:var page.metadescription} when viewing a forum topic?
I don't want want quite as many characters in the {vb:var page.metadescription} variable and want to shorten it just a little bit. |
#2
|
||||
|
||||
You could use substr...
HTML Code:
{vb:set testtitle, 'This is a test with more than 20 chars and it will be shorten...'} {vb:set shortentitle, {vb:php substr, {vb:raw testtitle}, 0, 20}} {vb:raw shortentitle} |
#3
|
||||
|
||||
Thank you so much! That works just perfect!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|