Skip to Content
Drupalista, My God, it's full of stars!

Drupalista

- My God, it's full of stars!

Control Preview Settings

When entering content of any type the Preview button settings are hidden under Content Management>Post settings. That's where you can decide whether to require a preview or allow direct submits. Interestingly the path is still called node-settings: admin/node-settings.

Slideshows with NodeQueue

Here's an interesting alternative to all the heavy slideshow modules out there...

NodeQSlide Image one tagline here

NodeQSlide Image two tagline here 

 NodeQSlide Image three

 NodeQSlide Image four

 

The tutorial I used is over on Ronan's (Dark Teddy, excellent name!) site. Basically the recipe is a combination of NodeQueue , which I have been meaning to try out and finally got a chance, ImageCache of course to size the images, and some custom php and javascript, thank you Ronan!

There was one change I had to make to get it to work, I split the php call to the js and slideshow up. So the drupal_add_js() function was moved to the template.php file, which is supposed to work better as far as calling scripts into the page.

Update Feb 4th '09:

I updated NodeQ today and the slideshow broke, the function name was changed, see: http://drupal.org/node/367571

The fix is to change "nodequeue_nodes(#)" to "nodequeue_view_nodes(#)"

GMap Addons browser error fix

If you upgrade GMap Addons, you need to comment a debug line out of a js file: http://drupal.org/node/341589

SEO Modules for Drupal

Okay, so here's the checklist:

Installed Mods:

CSS Injector Mod

Taking the css injector mod out for a spin.

Let's make it style some stuff differently. I want to see the file structure this puppy creates too.

So here's a default H1 from the theme css.

And here's an H1 restyled via css injector.

Pretty cool really, I can see it coming in quite handy, writes the css to the default/files folder.

Syndicate content

page-blog-tpl