Page 1 of 1

[EXT] SmartPreview Extension Development

Posted: Mon May 19, 2025 6:31 pm
by administrator
SmartPreview Extension Development Log

Welcome to the development thread for the SmartPreview phpBB extension. This topic will serve as the home for progress updates, feature outlines, and download links for each stage of development. Feel free to follow along, provide feedback, and test each release.

1. Purpose
  • Modern Landing Page – Replace phpBB’s default forum index with a scrollable “Recent” feed.
  • Clean Previews – Show a truncated preview (~30 words) of the first post alongside the latest reply in each topic.
  • Unread Indicators – Highlight topics or replies unread since your last visit, matching your board’s theme colors.
  • Live AJAX Updates – Automatically fetch and display new replies in real time without a full page reload.
  • Inline Reply Navigation – Click on a preview to jump directly to that post in the topic.
2. Current Features (Stage 1)
  • Extension scaffold & registration (boardtalk\smartpreview) ✅
  • ACP enable/disable toggle To Do
  • Custom controller to render “Recent” page at root To Do
  • Template events for injecting preview markup (first post + most recent reply) To Do
  • Basic truncation logic (first 30 words) ✅
  • Unread highlighting via core session tracking To Do
⤵️ Download SmartPreview v1.0:
boardtalk.zip
Download SmartPreview v1.0
(8.81 KiB) Downloaded 7 times
3. Roadmap
  • v1.1 – AJAX live feed integration
     • Poll new replies every 30 seconds
     • Smooth “New reply” indicator and auto-insert into feed
  • v1.2 – Toggleable full-preview dropdown
     • Click to expand/collapse the full first post above each reply preview
     • Configurable preview length in ACP settings
  • v1.3 – Responsive enhancements
     • Swipe gestures on mobile
     • Optional “compact” vs. “expanded” view modes
  • v1.4 – Compatibility layer
     • Detect and gracefully integrate with RecentTopics, AJAX Quick Reply, etc.
4. Future Add-ons & Plugins
  • External Link Previews (blog posts, news articles)
     • Fetch Open Graph/Meta tags for thumbnails and descriptions
     • Display link cards inline with post content
  • Admin Notices & Blog Feed
     • New “Notices” table in database, managed via ACP
     • Display admin announcements or external blog items alongside forum topics
  • Plugin Framework
     • Allow third-party devs to hook into SmartPreview’s feed
     • Custom preview renderers, analytics, social integrations
5. Testing & Feedback
Please test each release against your themes and report:
  • Layout or style issues
  • JavaScript / AJAX errors in console
  • Performance concerns on large forums
  • Feature requests or compatibility suggestions
Your feedback will directly shape upcoming milestones. Thanks for helping build a sleek, modern preview experience for phpBB!

Re: [EXT] SmartPreview Extension Development

Posted: Mon May 19, 2025 6:34 pm
by administrator
Image preview
SmartPreview Extension
SmartPreview Extension
IMG_9098.png (224.65 KiB) Viewed 131 times

Re: [EXT] SmartPreview Extension Development

Posted: Tue May 20, 2025 2:57 pm
by administrator
With working no-avatar
boardtalk.zip
Backup
(12.88 KiB) Downloaded 7 times

Re: [EXT] SmartPreview Extension Development

Posted: Tue May 20, 2025 3:46 pm
by administrator
now with BB Codes working
boardtalk.zip
BB Code Working
(11.34 KiB) Downloaded 8 times

Re: [EXT] SmartPreview Extension Development

Posted: Tue May 20, 2025 4:01 pm
by administrator
With working Unread/Read replies (uncolored)
boardtalk.zip
With working Unread/Read replies (uncolored)
(12.12 KiB) Downloaded 11 times

Re: [EXT] SmartPreview Extension Development

Posted: Wed May 21, 2025 12:46 am
by administrator
Now with unread replies coloured to highlight them.
boardtalk.zip
unread replies coloured
(12.2 KiB) Downloaded 9 times

Re: [EXT] SmartPreview Extension Development

Posted: Wed May 21, 2025 2:00 pm
by Molly
Display admin announcements or external blog items alongside forum topics
Plugin Framework
 • Allow third-party devs to hook into SmartPreview’s feed
 • Custom preview renderers, analytics, social integrations
5. Testing & Feedback

Re: [EXT] SmartPreview Extension Development

Posted: Wed May 21, 2025 2:34 pm
by Molly
serve as the home for progress updates, feature outlines, and download links for each stage of development. Feel free to follow along, provide feedback, and test each release.

1. Purpose
Modern Landing Page – Replace phpBB’s default forum index with a scrollable “Recent” feed.
Clean Previews – Show a truncated preview (~30 words) of the first post alongside the latest reply in

Re: [EXT] SmartPreview Extension Development

Posted: Wed May 21, 2025 3:54 pm
by administrator
now with stats, read/unread icons and unread replies numbered, colored red with icon
boardtalk.zip
stats, read/unread icons and unread replies numbered, colored red with icon
(13.07 KiB) Downloaded 7 times

Re: [EXT] SmartPreview Extension Development

Posted: Thu May 22, 2025 10:23 pm
by administrator
Fixed issue with smilies as best as we can
boardtalk.zip
Fixed issue with smilies
(13 KiB) Downloaded 10 times