mattdagrinch
07-17-2013, 08:37 PM
I am trying to upload Db Like/Thanks to my website and the last step it's telling me to to this can some one share computer screens with me on yhis because I don't know how to do it.
In /vb/legacy/post.php find:
----------
// Deal with the case that quote was the only content of the post
if (trim($page_text) == '')
{
$page_text = $this->get_field('pagetext');
$strip_quotes = false;
}
----------
Add Below:
----------
// DBTECH THANKS - STRIP HIDE
global $vbphrase;
THANKS::doBBCode($page_text, $vbphrase['dbtech_thanks_stripped_content']);
// DBTECH THANKS - STRIP HIDE
----------
In /vb/legacy/post.php find:
----------
// Deal with the case that quote was the only content of the post
if (trim($page_text) == '')
{
$page_text = $this->get_field('pagetext');
$strip_quotes = false;
}
----------
Add Below:
----------
// DBTECH THANKS - STRIP HIDE
global $vbphrase;
THANKS::doBBCode($page_text, $vbphrase['dbtech_thanks_stripped_content']);
// DBTECH THANKS - STRIP HIDE
----------