I am trying to integrate a sidebar into my vbSEO'd site, and am trying to only integrate on the 'showpost' bit.
I found the following code in the vbseo.php:
This makes me assume that the ('THIS_SCRIPT', 'showpost') is going to still be present in the re-written .html vbSEO files, however my integration with the "showpost" this_script method isn't working. Any ideas what I may be doing wrong?Code:if (VBSEO_REWRITE_SHOWPOST && (VBSEO_BASEURL == 'showpost.' . VBSEO_VB_EXT)) { define('THIS_SCRIPT', 'showpost'); vbseo_get_options(); vbseo_prepare_seo_replace(); $r_post_id = $_GET[VBSEO_POSTID_URI]; vbseo_get_forum_info(); if (VBSEO_POSTBIT_PINGBACK == 2) $find_prepostthread_ids = array($r_post_id); vbseo_get_post_thread_info($r_post_id, true); vbseo_get_thread_info($find_postthreads); if (VBSEO_POSTBIT_PINGBACK == 2) $vbseo_url_ = vbseo_thread_url_postid($r_post_id); else $vbseo_url_ = vbseo_post_url($r_post_id, $_GET['postcount']); vbseo_safe_redirect($vbseo_url_, array(VBSEO_POSTID_URI, 'postcount')); }
What would be the best way to integrate a sidebar on the showpost area of my forums while using vbSEO?
Thanks for any help!


LinkBack URL
About LinkBacks





Reply With Quote
