Previous Gallery
Next Gallery
Print Thread
Hop To
#258255 04/01/2016 4:22 PM
6 Images
Joined: Apr 2004
Posts: 2,027
Likes: 175
UBB.threads Developer
A gallery with animated GIFs

Three sfw gifs. animated.
Three sfw jpgs. not animated.

current developer of UBB.threads php forum software
current release: UBB.threads 8.0.1 // wip: UBB.threads 8.1.0
isaac @ id242.com // my forum @ CelicaHobby.com
6 Comments
Joined: Jun 2006
Posts: 16,467
Likes: 147
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,467
Likes: 147
Not so animated... It'd be nice if when you clicked on the picture (big version) that lightbox popped up vs showing a new window.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Apr 2004
Posts: 2,027
Likes: 175
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 2,027
Likes: 175
As you wished!
Lightbox is now a thing. The image dimensions and file size details are now displayed along with each image -- including the image's description, as typed during the file attachment.

To get the image's URL for link sharing, just right-click on the thumbnail and choose, "Copy Link Location" (or similar) from the menu. This will add a link of the large image version to your clipboard.


current developer of UBB.threads php forum software
current release: UBB.threads 8.0.1 // wip: UBB.threads 8.1.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Feb 2007
Posts: 1,294
Likes: 2
Veteran
Veteran
Joined: Feb 2007
Posts: 1,294
Likes: 2
I like the change in the photo gallery but you should have a arrow going to the left as well not just to the right for the next image. If you did like I had and started in the middle you can't go to the left image. But really nice change. wink

Joined: Feb 2007
Posts: 1,294
Likes: 2
Veteran
Veteran
Joined: Feb 2007
Posts: 1,294
Likes: 2
Also I like that you had removed the UBB Code box as for years I had to cut that out in my site to make it just a little harder for people to have the exact URL for off site linking to content on my site.

Joined: Jun 2006
Posts: 16,467
Likes: 147
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,467
Likes: 147
Good eye, I didn't even notice the missing left arrow, lol...

You can add a .htaccess rule to block outside urls from linking to your content (replace "127.0.0.1" with the IP address of your server (site on the server), and "example.com" with your domain' add additional referer lines for additional URLs or Affiliate Hosts):
Code
# Allow authorized sites to retrieve files. #
RewriteCond %{HTTP_REFERER} !^$

# Start Site Specific Hosts #
RewriteCond %{HTTP_REFERER} !127.0.0.1 [NC]
RewriteCond %{HTTP_REFERER} !example.com [NC]

# Start Affiliate Hosts #
RewriteCond %{HTTP_REFERER} !ubbcentral.com [NC]
RewriteCond %{HTTP_REFERER} !ubbdev.com [NC]

# Start Search Engine Hosts #
RewriteCond %{HTTP_REFERER} !facebook.(com|net) [NC]
RewriteCond %{HTTP_REFERER} !fbcdn.(com|net) [NC]
RewriteCond %{HTTP_REFERER} !pinterest.com [NC]
RewriteCond %{HTTP_REFERER} !google.com [NC]
RewriteCond %{HTTP_REFERER} !yahoo.com [NC]
RewriteCond %{HTTP_REFERER} !picsearch.com [NC]
RewriteCond %{HTTP_REFERER} !^http://aolsearch.aol.com [NC]

# Start defined files & redirect location #
RewriteRule [^/]+.(gif|jpg|jpeg|psd|png)$ - [F]
#RewriteRule [^/]+.(gif|jpg|jpeg|psd|png)$ http://www.example.com/replacementimage.gif [F]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Apr 2004
Posts: 2,027
Likes: 175
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 2,027
Likes: 175
Originally Posted by JAISP
I like the change in the photo gallery but you should have a arrow going to the left as well not just to the right for the next image. If you did like I had and started in the middle you can't go to the left image. But really nice change. wink

Good catch/idea! Added.

Thanks for this!


current developer of UBB.threads php forum software
current release: UBB.threads 8.0.1 // wip: UBB.threads 8.1.0
isaac @ id242.com // my forum @ CelicaHobby.com

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Can no longer log in as admin or user
by maria - 01/10/2026 11:00 AM
E-Mail & Unicode / UTF8 encoding problems
by Michael_E6D9 - 01/08/2026 2:14 AM
Upgrading from 7.7.5 to 8.0.1
by Morgan - 01/07/2026 5:25 AM
Take this for what it's worth
by Baldeagle - 12/26/2025 6:00 PM
innodb_buffer_pool_s
ize = 8G

by Baldeagle - 12/25/2025 3:32 PM
Who's Online Now
1 members (BellaOnline), 4,214 guests, and 267 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
test
test
by Gizmo, August 20
Ride safe!
Ride safe!
by Morgan, December 7
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)