ahhh it's outside the regular importer. I see. Some addons actually just add a button to the regular list. Thanks!It's in the same place as all Importers are.
Admin CP > Tools > Import External Data > XMG: Import from vBulletin
Does this add-on comes with a tool to redirect from vBulletin 3.8 album links to the new corresponding XMG links?
Basically something like this.
Not currently but it is being worked on.
This is fixed in XMG 2.1.8.Hi Chris, a forum RSS feed does validate OK .. http://validator.w3.org/feed/check.cgi?url=http://www.sevenoaksforum.com/forums/sevenoaks-chat.4/index.rss a media one fails on invalid email address http://validator.w3.org/feed/check.cgi?url=http://www.sevenoaksforum.com/media/categories/sevenoaks.5/index.rss
$entry->addAuthor(array(
'name' => $media['username'],
'uri' => XenForo_Link::buildPublicLink('canonical:xengallery/users', $media)
));
'email' => 'invalid@example.com',
$entry->addAuthor(array(
'name' => $media['username'],
'email' => 'invalid@example.com',
'uri' => XenForo_Link::buildPublicLink('canonical:xengallery/users', $media)
));
Found View.php in /Album/ and /Category/ and changed those but in /Media/View.php has no similar code and in /User/ file is Media.php with similar code that I changed.In the following directories there is a file called View.php:
- library/XenGallery/ViewPublic/Album/
- library/XenGallery/ViewPublic/Category/
- library/XenGallery/ViewPublic/Media/
- library/XenGallery/ViewPublic/User/
YeahI guess what you call media are the pictures inside those albums?
We use essential cookies to make this site work, and optional cookies to enhance your experience.