[EXT] SmartPreview Extension Development

Description of your first forum.
Post Reply
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

[EXT] SmartPreview Extension Development

Post 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 6 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!
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

Image preview
SmartPreview Extension
SmartPreview Extension
IMG_9098.png (224.65 KiB) Viewed 118 times
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

With working no-avatar
boardtalk.zip
Backup
(12.88 KiB) Downloaded 6 times
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

now with BB Codes working
boardtalk.zip
BB Code Working
(11.34 KiB) Downloaded 7 times
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

With working Unread/Read replies (uncolored)
boardtalk.zip
With working Unread/Read replies (uncolored)
(12.12 KiB) Downloaded 10 times
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

Now with unread replies coloured to highlight them.
boardtalk.zip
unread replies coloured
(12.2 KiB) Downloaded 8 times
Molly
Posts: 48
Joined: Mon May 19, 2025 7:07 pm

Re: [EXT] SmartPreview Extension Development

Post 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
Molly
Posts: 48
Joined: Mon May 19, 2025 7:07 pm

Re: [EXT] SmartPreview Extension Development

Post 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
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post 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 6 times
User avatar
administrator
Site Admin
Posts: 71
Joined: Fri May 16, 2025 6:08 pm

Re: [EXT] SmartPreview Extension Development

Post by administrator »

Fixed issue with smilies as best as we can
boardtalk.zip
Fixed issue with smilies
(13 KiB) Downloaded 9 times
Post Reply