The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
alt text for picture uploads?
Is there a way to have alt text for pictures uploaded to vbulletin using the attachment upload feature? As of right now, the alt text is blank for every picture and I see this as a waste, not to mention blind users can't read the picture info.
Thanks |
#2
|
||||
|
||||
In Admin Control Panel (ACP):
-Search Templates "postbit_attachmentimage" -Edit / Customize "postbit_attachmentimage" Replace all with: Code:
<img class="attach" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]" border="0" alt="$attachment[filename] - views: $attachment[counter] - size: $attachment[filesize] - id: $attachment[attachmentid]" /> For including an alt tag that can be specified by a user, you have to add at first a custom field into your db in table "attachment" (not recommended). |
#3
|
||||
|
||||
So, the "alt tag" will be the file name of the picture uploaded?
Then, you have to edit the database tabele "attachment" Are you saying this hack is NOT recommended? Thanks |
#4
|
||||
|
||||
Does anyone else see this as a problem? All those pictures on a forum and none of them have alt tags?
|
#5
|
||||
|
||||
Hello,
You could simply just add the alt"" with empty entries. If you were just looking to make it xhtml compliant anyways. You could even just give all image attachments the name of your site. Example: Code:
<img class="attach" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&d=$attachment[dateline]" border="0" alt="YOUR_SITE_NAME_HERE - views: $attachment[counter] - size: $attachment[filesize] - id: $attachment[attachmentid]" /> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|