MyBB Community Forums

Full Version: Picture Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to have picture gallery on your forum like ipb?
I saw only one picter gallery in myBB - avatars Wink
And you can find plugin "Latest Attachment Gallery 1.2" from myBB mods site
I have no idea what is this, but you can try.
If you use this, you need also set attachment upload limit (admin page)

If you looking for other way:

You need table in database
  • imageid,
  • imagename,
  • imagepath (if you store images on disc) or image (blob) if you want store this in database
  • download counter (otional)
  • category
  • upload date, etc
Next you need script for showing this in portal. This script can get most popular, latest or categorized and can show this as a small box (like latest threads) or as an article
And script for Upload (checking permissions), cript for showing all pictures in category, etc...

But if you are not a programmer... you must wait Smile
MyBB moders (or I) can make this. Maybe in next week i try (i need a time)
P-Man Wrote:Is there a way to have picture gallery on your forum like ipb?

If you want a full blown gallery you can check out Coppermine (google for it). I believe they have a bridge for MyBB.
DennisTT Wrote:
P-Man Wrote:Is there a way to have picture gallery on your forum like ipb?

If you want a full blown gallery you can check out Coppermine (google for it). I believe they have a bridge for MyBB.

ok, thanks, i'll look into that.
There was talk of someone going to make a full kod for an image gallery. Not sure if its happening or not though.
photopost works awesome with mybb but you have to purchase it