Videobox with a comment system. Programming Web Development by sonicx2218 … video. Is that possible? Here's the js code. var Videobox = { init: function (options) { // init default options this.… this.center.innerHTML = ''; return false; } }; window.addEvent('domready', Videobox.init.bind(Videobox)); I know this is the javascript section, but here… Adding Disqus to lightbox! Programming Web Development by sonicx2218 …., is this code even compatible? Here is the videoplayer. var Videobox = { init: function (options) { // init default options this.…this.center.innerHTML = ''; return false; } }; window.addEvent('domready', Videobox.init.bind(Videobox)); And here is the Disqus code: <div id… Displaying divs in a table format. Digital Media UI / UX Design by BleepyE …(mysql_error()); while($row = mysql_fetch_assoc($result)) { echo "<div class='videobox'>"; echo "<div class='videotitle'>"… Re: Displaying divs in a table format. Digital Media UI / UX Design by MarPlo … = 0; while($row = mysql_fetch_assoc($result)) { echo '<div class="videobox" style="foat:left; margin:10px 12px;">… PHP specific row select? Programming Web Development by Jibran12345 … ($channel_name6 = 'post') { $channel_name2 = $channel_name2; } else { $channel_name2 = "<img src='/videobox/data/uploads/images/$channel_name2' height='200px' width='100px'>"… Re: PHP specific row select? Programming Web Development by cwarn23 … ($channel_name6 = 'post') { $channel_name2 = $channel_name2; } else { $channel_name2 = "<img src='/videobox/data/uploads/images/$channel_name2' height='200px' width='100px'>"… Re: PHP specific row select? Programming Web Development by Josh Connerty … ($channel_name6 = 'post') { $channel_name2 = $channel_name2; } else { $channel_name2 = "<img src='/videobox/data/uploads/images/$channel_name2' height='200px' width='100px'>"… Re: psguard infected, need help Hardware and Software Information Security by angus ….PopCap.b : Cleaned with backup C:\WINDOWS\Downloaded Program Files\videobox.exe -> Dialer.Generic : Cleaned with backup C:\WINDOWS\install… Re: Web Browser Hijacked Community Center by caboramer …, Silver Codec, SiteEntry, SiteTicket, SoftCodec, strCodec, Super Codec, TrueCodec, VideoAccess, VideoBox, VidCodecs, Video Access ActiveX Object, Video ActiveX Object, VideoCompressionCodec, VideoKeyCodec… Re: internet explorer opens when windows starts and cant stop it Hardware and Software Information Security by caboramer …, Silver Codec, SiteEntry, SiteTicket, SoftCodec, strCodec, Super Codec, TrueCodec, VideoAccess, VideoBox, VidCodecs, Video Access ActiveX Object, Video ActiveX Object, VideoCompressionCodec, VideoKeyCodec… Re: Videobox with a comment system. Programming Web Development by sonicx2218 http://www.premierlife.ca/gallery/cabin-fever-wednesdays-jbrs-11-02-11/ The code I'm using is basically what's on this page, except this gallery has comments right underneath where my lightbox usually ends. Re: Adding Disqus to lightbox! Programming Web Development by sonicx2218 I assume this would be the portion of the disqus code actually added. var disqus_shortname = 'scatterset'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = … Re: PHP specific row select? Programming Web Development by guyinpv Not sure I understand perfectly, but in your WHILE loop you can just check if it's a picture by using some kind of post type field? For example have a post type field that says "image|post|xyz" and then test for them in a SWITCH or something. Re: PHP specific row select? Programming Web Development by Jibran lol See, it doesn't run the code for each post. Re: PHP specific row select? Programming Web Development by Jibran lol Thanks! But I fixed it by putting the code in a different place. Thanks though I appreciate it !