MyBB Community Forums

Full Version: Latest attachment gallery and VB navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to get the latest attachment gallery plugin and the VB Nav bar to play nicely?

Thanks,
-Snowy
Insert {atchgallery} to the wherever you want it to show up in the header template
Thanks, that works. :]

I have a another (stupid) question - How to I find out what forum is what in order to make the mod just choose attachments from that gallery? I've never understood this "forum order" stuff.
go into the forum.. look at the url. There should be a number followed by fid=
That is the number you are looking for.
Awesome- thanks a lot.

Have one more question... I have my Attachment preview set to 400x400 for posts.. anyway I could shrink it down just for the gallery?

Thanks
It is possible to set the HTML image size through manually changing the code... but then each picture would kind of look weird because itll look squeezed.

In any case, you can try by opening the plugin file. Find alt=\"\". After that add
 width=\"300px\"
with a space in between

Replace 300 with whatever size you want. Replace width with height if you want to scale it by height.