The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
changing width of attachments if too big
I created a mobile style. Some attachments break the layout.
I am in need of a conditional, that checks the image width, and - if the attachment thumbnail is too big - sets the width of that thumbnail to a certain value. Is that possible? I think I've seen code like that in the blog addon, but I have a hard time finding it again. --------------- Added [DATE]1216366782[/DATE] at [TIME]1216366782[/TIME] --------------- Okay, I found something the code I meant: Quote:
And the code for the attachments is in a php file, no? Is there no other way as to modify the source code? Maybe a plugin could be created that checks the width of the attachment thumbnails? |
#2
|
||||
|
||||
Are you referring to "attachment thumbnails" or images via [IMG] bbcode?
If "attachment thumbnails".. I think postbit_attachmentthumbnail is the template you are seeking. Have you considered rebuilding your attachment thumbnails? Rebuild Thumbnails - this will rebuild the thumbnails whenever you change thumbnail dimensions. If [IMG] bbcode.. I believe you will find that in the class_bbcode.php file. |
#3
|
|||
|
|||
I don't want to rebuild the attachments, because I only want to change their size in one style. The other style is okay.
Ideally I would change both the img and attachment code and insert a width tag, if the width of the image is too big. If not, then I don't want to scale it. Could this be done without editing the vb source code? --------------- Added [DATE]1216498442[/DATE] at [TIME]1216498442[/TIME] --------------- I saw that there is a mod for this: https://vborg.vbsupport.ru/showthread.php?t=176531 Don't know if this is only for IMG tags or also the attachments. I guess I will try to modify that addon so that it only runs when the user is using that special style. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|