Quote:
Originally Posted by IGOTASTi
Why do you have a forum to post the ride in? Do you need the forum post?
|
Why is there posting new rides in a forum? Can use it in a member introduction type forum as a notice to members of the new activity. It's not necessary at all especially if forum home block is showing new rides. To disable it you just wouldn't pick any forum, no other on off option.
I found your website an looked at the post, did you already edit the post to take out the bad image? Was curious to what it was pointing to.
Also there was a error in functions_facebook.php when viewing sub categories that I'm looking at right now... It's looking for a function from function_vbride.php that isn't being called for some reason. For now you should go to Plugin Manager, scroll to Product : vbRides an turn off 'Open Graph Description / Title Override' or update with the following code.
Code:
if (THIS_SCRIPT == 'rides' && $_REQUEST['do'] == 'main') //For Main Page
{
$og_array['og:description'] = $vbulletin->options['vbrides_og_description'];
$og_array['og:image'] = $vbulletin->options['bburl'].$vbulletin->options['vbrides_og_image'];
$og_array['og:url'] = $vbulletin->options['bburl'].'/vbrides.php';
}