Just like I was, a lot people have been seeking around the web for an easy way of invoking a lightbox as a page loads. Examples including http://www.bram.us/demo/projects/autofirelightbox/ uses javascript to trigger the lightbox. However, scripts like this one does not work with Drupal’s Lightbox 2 module. Here is what I used to accomplish this [...]
Posts Tagged ‘PHP’
Aug 25
installing APC & uploadprogress on CentOS 5 [updated]
First, we need the pecl command so we can download and install APC from the repositories. I use the “remi” repo to give me the latest packages, so use “–enablerepo=remi” if you have it installed. yum install php-pear But, this will not run on its own, we need the following package for the phpize command: [...]