Quote:
Originally Posted by Digital Jedi
I might be misinterpreting your questions, but do you not have Friendly URLs enabled in the Admin CP Options?
|
Nop since we have to query a DB to find out which URL would be fine for this. And I can't do that with friendly URLs and a simple .htaccess.
Quote:
one way or another there would need to be a custom field in the vbulletin thread editor to allow you to reference the ID of the post in Drupal. Once you can do that, the rest is just simple database calls and auto-template edits with a FIND-REPLACE for the canonical tag.
--------------- Added 05 Feb 2013 at 05:42 ---------------
That's the somewhat simple method. Another method would be a full blown backend where you would enter forum thread id, drupal post id and do all your php on the backend to prevent users from messing stuff up.
|
That would be more what i'd like to have. Any idea of where exactly I could add this custom field?