Topic Summary Mod for YaBB SE 1.4.1by
snYpir (
[email protected])
Version 1.0
This mod allows forum members to view a summary of a given thread (topic) in a popup window, from the message index.
Features- Minimum mouse-clicking on the part of the user thanks to JavaScript linking the message index and the popup summary window.
- You can reply, reply with quote, modify, open thread and instant message posters from within the topic summary.
- A check box on the post and modify message pages allows members to go straight back to the message index and topic summary pages (skipping the display and loading of the actual thread).
CompatibilityMay conflict on install with mods that make changes to MessageIndex.php, ModifyMessage.php or RemoveThread.php. If you experience a conflict on install, let me know (provide me with the exact details of the conflict) and I'll write a fix for you.
Once installed, there should be no conflicts.
History1.0 - Initial release
Installation- Upload image files to your YaBBse\YaBBImages directory.
- Use boardmod to install topicsummary.mod. Upload the modified files and ViewSummary.php to your server.
UseageClick on a 'Topic Summary' icon in the message index to view a summary of a topic. A popup window will open, and the summary will be displayed. You can then reply, reply with quote, IM, or modify any message within the summary.
Note that when a button/icon is clicked, the summary window will close and the parent window (displaying the message index) will perform the requested operation. Note that you can open the normal display (starting at a given message) by clicking on the '>>'
After replying to or modifying a message, check the 'Return to summary' checkbox to return to the message index and topic summary popup after the message is saved. Leave unchecked to return to the thread display as normal.
DownloadDownload the mod
here. View a screenshot
(link down).
CommentsThis mod is a blatent rip-off of the code that the YaBB SE dudes use to display the topic summary when replying to messages. I took that code, and made it available from the message index via a popup window.
The further additions (reply, reply with quote etc.) were then added at the request of forum members. The idea is that this summary mod speeds up the whole forum browsing process, and people never have to view the conventional thread display if they don't want to.
If you have previously installed the UnDelete mod, simply install this straight over the top, and re-upload ViewSummary.php. It is fully backward compatible, so to speak (the UnDelete mod uses ViewSummary.php to view te contents of deleted messages).
If you have installed both the UnDelete and Topic Summary mods, you can open up index.php and remove one of the duplicate lines:
'else if ($action == 'view_summary') { include_once "$sourcedir/ViewSummary.php"; ViewSummary();'
And also open english.lng and delete one of the duplicate chunks of code under '// Topic Summary Mod'.
Note that you don't have too, because the two mods will work fine when one is installed over the top of the other!
I'd like to thank the guys who made the add more smilies mod, because i used their grab code to pull the template.php style sheet for the popup window.
Future additions will be some settings in 'Mod Settings' (such as variable popup window size), and additonal features replicating normal thread display functionality.
Please let me know how you would like me to improve this mod, either graphically or feature-wise.
Please make comments or suggestions here (preferred) or email me.
One more thing: At the moment I am using the following image in the message index that launches the topic summary:

It is sorta lame I know, so if anyone has a better icon please email it to me at
[email protected]. Also I am trying to figure out the best place to put the icon on the message index. If you have any suggestions please also let me know
This mod is in the very early just released BETA stage! It works fine on my board, but please let me know how it goes for you, so i can remove the BETA status.