General Question: IS it true hook_form_alter...

Hi,

Is it true hook_form_alter actually replaces the automatic Drupal functions when a form is pulled up? My take was that Drupal does its thing, pulling the latest VID data, then hook_form_alter comes in and you can do what you need to the form. Yet, after I did a variable dump at the top of my hook file, I realized Drupal had indeed NOT pulled the VID first.

Custom Page template fighting each other

I have a page template: page-lcds.tpl.php which works for the www.xxx.com/lcds page.

But, it also gets used for /lcds/2-4in and /lcds/5-10in and etc.

So I could create a page-lcds-2-4in.tpl.php but then I'd have to create all the others for each category.

All of these pages are actual custom Pages content-type.

Is there a better way/place to specify a page template just for "page-lcds" and then use the regular page.tpl.php file for all other lcds/*?

What is the best rotator for text contents?

Hello to all. I'm looking for a rotator module for contents only no image.
what can you suggest about it? this is how my site content looks for now http://screencast.com/t/Zax83qUY83
but i want it rotating. i created it as a view block from testmonials content type.
Please help me with this. Thank you.

Cheers,
Cyrus S.

How to call custom module in other module via menu callback

I have a custom module called rss and it contains a function on the page called feed_view, to edit_feed that does inline edit from this file in edit.js file in the rss module:

$('.edit').editable(Drupal.settings.basePath+'edit_feed'+file_name,{
         type      : 'text',
         cancel    : 'Cancel',
         submit    : 'OK',
         indicator : 'Saving data...',
         tooltip   : 'Click to edit',
         style   : 'inherit'
         });

I found drupal_add_js("var file_name = '".arg(1)."';","inline"); in the feed_view page so it can find file_name to post so I added it to edit_feed but it doesn't seem to grab it.

Here is error I get since it does not have file_name -
http://bundlepost.com/edit_feed/?id=489510&value=Pro%20Users%20Get%20Con...

Here is properly formatted url when posted on feed_view - http://bundlepost.com/edit_feed/581?id=897797&value=Pro%20Users%20Get%20...

this works on my page called feed_view which is also a function in the rss module:

$items['edit_feed/%'] = array(
    'title' => 'Updating Feed',
    'page callback' => 'edit_feed',
    'access callback' => 'feed_ingestion_status',
    'file' => 'rss.admin.inc',
    'type' => MENU_CALLBACK,
  );

Catalog structure; which modules to use?

Hi Folks,

I am creating a website for some library/catalog of ancient folklore songs. The goal is to have library-alike structure, that is, array of pages, one for each song, on which one could find some information related to that song (lyrics, notes, link to soundcloud/youtube, etc.).

For navigation it would be best to have tree structure with parent-children relations: for example, genres, then regions, then subgenres.

Local Grocery Store website - Drupal 6

This is a Drupal 6 website for a local grocery store chain, Piazza's Fine Foods.

View site: http://www.piazzasfinefoods.com

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x