Bug Little Bug in Meta Description Length

Status
Not open for further replies.

northstar

Customer
You have a little Bug into the Setting Meta Description Length.

When the Setting is 160 then is the Description 161 Characters long. ;)

The Problem is the subStr Function, you make String Length + 1.

Change this Code Line:
Code:
$_description = self::subStr($_description, self::$config['dbtech_dbseo_metadescription_length']);

to this:
Code:
$_description = self::subStr($_description, self::$config['dbtech_dbseo_metadescription_length'] - 1);
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,172
Customer rating
5.00 star(s) 1 ratings
Back
Top