I made a new version of TLC (http://drupal.org/project/tlc), more complete and configurable. Unfortunately TLC mantainer does not longer update his project. Should i create a new project (i think i will include support for Andrea Micheloni, React, http://miche.netsons.org/projects/react/) or wait the tlc maintainer response?
Just a quick question, using this code:
$view_name = 'ds7319_or'; //name of view
$limit = 3; // number of returns
$view_args = array();
$view = views_get_view($view_name);
print '
Information on this was hard to come by, so here is the method in the hope that it helps.
Background:we needed to provide a drop down of default values and also provide a text box to the user
if no suitable option existed in the drop down. Since the text field contained the data to store in the database, I wanted to auto-populate the text field based on the 'onchange' event in the select box.
trivial in straight html land, but it was a bit of a poser in with drupal forms--I did not immediately see how to associate javascript with a form element.
Ok, you simple create a couple of views which have the same dir path and all appear in one view as tabs with one being the set default... /myviews/view2
But what if I want to add to let's say to the category node type an extra view tab menu (Showing it in a different order by date)? If I make a view of mine default then it is shown but does not work since it merely copies the "other" already default...
Is there a way to now simply tell Drupal that whenever it is in a path like node/55/ to check the views index if there are any customized views to be added as menu tabs?!
I installed the flashvideo module, after some slight problems concerning the ffmpeg part it works fine.
MY PROBLEM IS: The "preview" of the video ( before you click on the play button ) is black. It would be nice if the first frame of the
video would be shown in the player. How to do that?
I enabled locale module, so (I think) I have a timezone select in edit user tab. Now I'd like to add timezone select in register new user screen too. I have problems looking for piece of code that performs that select, Could anybody help me?