I am running VBulletin 3.8.2 and vBSEO 3.2.0
I tried to use: http://www.vbulletin.org/forum/showthread.php?t=134552
to print out latest threads on my wordpress page, but I get errors.
Is there anyway to do this?
This is a discussion on Latest Threads with VbSEO within the General Discussion forums, part of the vBSEO SEO Plugin category; I am running VBulletin 3.8.2 and vBSEO 3.2.0 I tried to use: http://www.vbulletin.org/forum/showthread.php?t=134552 to print out latest threads on my ...
I am running VBulletin 3.8.2 and vBSEO 3.2.0
I tried to use: http://www.vbulletin.org/forum/showthread.php?t=134552
to print out latest threads on my wordpress page, but I get errors.
Is there anyway to do this?
What is the error you are getting?
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Code:Warning: reset() [function.reset]: Passed variable is not an array or object in /home/turbofsi/public_html/forum/includes/functions_vbseo_seo.php on line 63 Warning: Invalid argument supplied for foreach() in /home/turbofsi/public_html/forum/includes/functions_vbseo_seo.php on line 64 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/turbofsi/public_html/forum/includes/functions_vbseo_url.php on line 415 Warning: strtr() [function.strtr]: The second argument is not an array in /home/turbofsi/public_html/forum/includes/functions_vbseo_url.php on line 419
It looks like there may be a problem with the mod authors code not passing the variables correctly. You may need to contact the mod author for assistance or try upgrading to vbseo 3.3.2
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Is there any other solution?
That code was released over 4 years ago (2006). There may simply be version issue/conflicts.
The code itself looks ok using our extensibility functions:
vBSEO Functions for Extensibility
but the data needed isn't there (likely blank, thats why its getting the 'not an array' issues) so the true problem lies in either the data select or the other code used to fill in the vbseo function to make it vbseo'ed url.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I think Vbseo should release an official widget for this