I've written a couple modules for a fairly busy site (about 3000 unique visits per day) with almost all users being anonymous. I'd like to make sure I've done everything correctly to ensure that Drupal's built-in caching works properly with these modules. However, I can't seem to find anything on working with the caching mechanism in the Module Developer's Guide. The cache table in the database appears to have entries for the nodes based on my modules, so things seem to be working, but I'd really like to be sure.
It works really nice since you don't have to change your content to use it. All you have to do is enable the module and all your headings turn into nice looking images.
Unfortunatelly you also have to make some modifications to your template to use it. Just a few lines in the template.php
My Clean URL is installed and is working fine but I have a search page that i'm passing parameters through (in the URL) that needs to be cleaned up...
My URL currently looks like: ".../search_real_estate?City=A&Bedrooms=B&Bathrooms=C&Min=D&Max=E" (where A through E are the variables that i'm passing)
Is it possible to ammend the .htaccess with a rewrite rule that will not mess up Drupal's Clean URL functionality, and will make my urls into something like this:
".../search_real_estate/A/B/C/D/E"
I've installed the Voting module (with the flash stars) but when i try to vote, it says me a little Error on top of stars and no vote is registered in database...
I have installed the gallery.module 1.21 (gallery_kiz0987_1.21.tar.gz) under Drupal and configured it as described in the readme.txt. I can see the photo in the left or also in the right sidebar as configured under admin/blocks. But I can't see the gallery / albums in the center frame. it is just white. Also if I add a content with with @readfile('http://www.dsgsdgdfgdf.de/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show=title');
I only get a white page.