Do you have [hsimg] bbcode ?lopoto wrote: 22 Jan 2026, 00:42 It looks like this for me, a link instead of a picture
IMG_4628.jpeg
any tips ?
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
SpIdErPiGgY
- Users

- Posts: 121
- Joined: 04 Feb 2021, 23:54
Re: Image Upload
✦ 🌐 phpBB Extensions in Dutch
✦ Free translations, updates, support and practical tutorials for phpBB.
✦ 💚 Support this project on Ko-fi
✦ Free translations, updates, support and practical tutorials for phpBB.
✦ 💚 Support this project on Ko-fi
-
clight77
- Donator

- Posts: 507
- Joined: 24 Sep 2015, 16:23
Re: Image Upload
What is [hsimg] bbcode, what's it supposed to do?
-
SpIdErPiGgY
- Users

- Posts: 121
- Joined: 04 Feb 2021, 23:54
Re: Image Upload
🚀 Image Upload Pagination Upgrade (AJAX + UI Improvement)
📌 What I improved
I upgraded the image uploader pagination from a full page reload system to AJAX-based pagination, and added a small CSS fix for better spacing on the index page.
⚡ AJAX Pagination
Before: clicking pagination (1, 2, 3…) reloaded the entire page.
Now:
• Clicks are handled with JavaScript
• Content is loaded via fetch()
• Only the uploader block refreshes
• URL updates with history.pushState()
Result: faster and smoother navigation 💨
🧠 How it works
• Pagination uses:
• Each block has:
• JS detects clicks and replaces only the correct container
Fallback to normal reload is included ✔️
🎨 CSS Fix (Index)
Pagination was too close to the edge, fixed with:
Result: cleaner spacing and better alignment 🎯
✅ Result
• AJAX pagination on Posting, UCP and Index
• No full page reloads
• Faster UX
• Consistent layout
🎉 Done!
The uploader now feels like a modern web app 😎
📌 What I improved
I upgraded the image uploader pagination from a full page reload system to AJAX-based pagination, and added a small CSS fix for better spacing on the index page.
⚡ AJAX Pagination
Before: clicking pagination (1, 2, 3…) reloaded the entire page.
Now:
• Clicks are handled with JavaScript
• Content is loaded via fetch()
• Only the uploader block refreshes
• URL updates with history.pushState()
Result: faster and smoother navigation 💨
🧠 How it works
• Pagination uses:
Code: Select all
.imageupload-paginationCode: Select all
data-imageupload-ajaxFallback to normal reload is included ✔️
🎨 CSS Fix (Index)
Pagination was too close to the edge, fixed with:
Code: Select all
#imageupload-index-ajax-container .pagination {
padding: 10px 15px;
}
✅ Result
• AJAX pagination on Posting, UCP and Index
• No full page reloads
• Faster UX
• Consistent layout
🎉 Done!
The uploader now feels like a modern web app 😎
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
