Firefox PHP

Module: Post Previews

Posted by Joe Curia 
Re: Module: Post Previews
October 04, 2009 04:14AM
Try overflow:hidden on the preview div. Maybe that one helps.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Module: Post Previews
October 04, 2009 07:31AM
Maurice, the preview <div> already has "overflow:hidden" set. I will have to do some testing on this to see if it is possible to hide the video or disable it for the preview.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Module: Post Previews v5.2.1.04 - Bugfix for embedded video, option to disable previews by default
October 07, 2009 12:18AM
I have completed v5.2.1.04 of this module with the following changes:

- Enhancement: Added the option to disable showing previews by default (only registered users who actively enable previews will see them). Thanks go to Phorum user Skye for suggesting this feature.

- Bugfix: Added to option to display a vertical scrollbar in the preview area. Enabling this option fixes a FireFox display bug when a video is embedded in a message. Thanks go to Phorum user noe for pointing out the need for this fix.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Module: Post Previews
October 07, 2009 03:12AM
Thanks for the update! Working really well!

___
Skye Nott
Corvus Digital
thanks for the fixes / update!
Re: Module: Post Previews
October 10, 2009 03:56PM
Do I have more control about the positioning of the preview box? In my case it is too far on the right. Thanks!
Re: Module: Post Previews
October 10, 2009 06:23PM
You have two options:

1 - In the settings page for the module you could lower the width (and possibly increase the height) to effectively keep the preview area from encroaching too far to the right.

2 - You could hack the header.js file like this (untested):
Language: Javascript
//get the position of the read url to set the position of the preview div function phorum_mod_post_previews_findPos(obj) { var curleft = curtop = 0; curleft -= 50 // or whatever number of pixels to the right you want to shift the preview area //find the offset of the read url if (obj.offsetParent) { do { curleft += obj.offsetLeft; curtop += obj.offsetTop; } while (obj = obj.offsetParent); }


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Module: Post Previews
October 10, 2009 06:47PM
Thanks, Joe! That did the job!
Re: Module: Post Previews
November 04, 2009 10:14AM
Any way to disable the preview on specific links (like prev/next message, switch view, etc.)?
Module: Post Previews v5.2.1.05 - Control Center Template Support
February 17, 2010 11:27AM
I have completed v5.2.1.05 of this module with the following changes:

- Enhancement: Added support for templates in the control center. Added Classic, Emerald, Lightweight, and Simple Rounded template support.

- Enhancement: Added compatibility for embedded Phorum installations.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Sorry, only registered users may post in this forum.

Click here to login