User loginResource Agents |
davea's blogrpmbuild and command-line definesI recently updated Bacula to the latest version and this required building the RPM. Now when I built this rpm before, I remember that it required some command-line arguments to determine what database and architecture to build for. After spending some time (the first time) looking for these, I just gave up and hacked the spec file to get it to build. Of course, about a week later, I stumbled across something on the net that explained what I needed to do. Months pass...
Submitted by davea on Sun, 2009-08-30 07:59.
Using Views (version 1) in Drupal to get to data
Lately, I have been involved with several projects that required some custom PHP coding. Anyone that has worked with Drupal for length of time knows about the awesome Views Module. It is the query builder for Drupal, all through the web GUI. Views 2 is even better but this blog deals with Views 1.
The Views Module allows the embedding of view output into any page by the following code:
$view = views_build_view('embed', views_get_view('view_name'), array ($sArgument), 0, NULL, 0, 0, NULL);Theming Drupal ecommerceWell, I had a breakthrough today with ecommmerce. Theming ecommerce has always been hard. Ecommerce checkout is basically a bunch of forms that are merged together in a non-drupal way. It has to do with the custom apis that come with ecommerce. For example, in the cart module, to show the review form, the module searches for any other module having a _review_form function within it. It then takes the output of that function and merges it with the $form array for checkout_review_form. Apache Responds with Wrong CertificateI ran into a situation where a client was accessing a test site and ended up getting a certificate from another site on the same server. Here is the setup:
Submitted by davea on Tue, 2008-07-01 22:17. categories [ ]
Drupal, Securepages and Secure CertificatesI think that I have finally determined a solution that works for the sites I maintain. This seems to solve almost all the problems that I have encountered:
Submitted by davea on Wed, 2008-01-02 21:31.
Drupal and Secure Logins using mod_rewrite and manually setting the cookie Part 2So you may have tried to do this according to my first blog post on the topic. If you did, you found that problems STILL existed!! So I have created a patch to the securepages module (are you watching Gordon?) to allow this to actually work. And yes! It does work! There are some caveats though
Drupal and Secure Logins using mod_rewrite and manually setting the cookieI never dug into mod_rewrite before Drupal. Now I do. I hope that I have explained this properly and that it helps others figure things out. So here is the scenario:
Submitted by davea on Wed, 2007-08-29 23:34. categories [ ]
|
Scam Alert ServiceSymantec Recent Viruses |