hello,
i don't know if this is corrected in the last version of vbseo but i found a file saying that :
************************************************** *
in function_vbseo_hook :
if ($pingback && vbseo_forum_is_public($g_cache['forum'][$forumid]))
{
vbseo_extra_inc('linkback');
preg_match_all('#\[url=?\"?(.*?)\"?\]#is', $pmsg, $lmatch);
but in vbulletin, link can be like this :
[ url = http://www.sample.txt]sample.txt [ / URL ]
or like this :
[ url ] http://www.sample.txt [ / URL ]
(remove the space, i add this to forbid the format of the url)
************************************************** *
in function_vbseo_hook :
$pingtpl = '".($post[\'linkbacksno\']?"<a href=\"' . (($_POST['ajax'] || (THIS_SCRIPT != 'showthread'))?'showthread.' . VBSEO_VB_EXT . '?p=$post[postid]':"") . '#linkbacks\"><img class=\\"inlineimg\\" src=\\"http://www.vbseo.com/images/vbseo/post_linkback.gif\\" alt=\\"".construct_phrase("$vbphrase[vbseo_no_links_to_this_post]",$post[linkbacksno])."\" border=\\"0\\" /></a> ":"")."';
http://www.vbseo.com/images/vbseo/ is wrong is we change under vbulletin the image directory !
You must add a params to say in the vbseo control panel (or overide) where are located the vbseo picture !
is it corrected in last version of vbseo ?


LinkBack URL
About LinkBacks





Reply With Quote