The thumbnail markup is very simple, so I don't know what you mean by "all that crappy markup"
Code:
[image]filename|thumb[/image]
Wiki images use a different thumbnail size from your other images. See vBulletin Options > vBulletin Options > VaultWiki: General Settings.
If you can't click "Manage Attachments" on an existing article, the only thing I know of is a permissions issue. These are the only checks that are performed for the button:
Code:
$forumperms & $vbulletin->bf_ugp_forumpermissions['canpostattachment'] AND
$vbulletin->userinfo['userid'] > 0 AND
!empty($vbulletin->userinfo['attachmentextensions']) AND
($vaultperms & $vbulletin->bf_ugp_vault_permissions['followeditrules'])
So, you will get Manage Attachments if you can:
- Post attachments in the forum
- You're not a guest
- File extensions are configured in the AdminCP
- Your edits are not moderated in this forum
Bookmarks