Hi All,
I'm new to Drupal and been reading up a lot on it for the past week and I'm really excited about it. I started a website about 8 years ago using a CMS called LDU which eventually became Seditio by neocrome.
I followed this http://www.ireckon.com/web-dev/cms/drupal/creating-a-drupal-photo-gallery/
to make one gallery.
using galleria module and I could view the images and thumbnail underneath but label of images is not displaying..
Can anybody have solution or experience this kind of problem.. please let me know..
I am new to Drupal so I need some help. I would like to run a preg_replace() (mainly for some URL changes) on the text generated by WYSIWYG editor. I would like to do it before it is inserted into database but just can't see the place where to do it.
I've been bashing my head against the wall with this problem for the past 2 hours and can't figure it out... api.drupal.org just confuses me even more.
All I want to do is add a search box to a specific .tpl.php file.
for example...
<?php print $search_box; ?>
doesn't seem to work, even though I've seen it on countless sites where people said it did.
It seems like a simple task... how would I go about doing this?