Does anything like book library catalog exist?

Hello friends,

I have some advice to my specific needs, requirements on the web that i am going to build on Drupal. If a similar contribution has already been posted on this forum, I apologize, but I was unable to find it.

As a relative amateur I want to build a database for insertion and find out materials (say, something like a database and search portal, example here: http://sis.vso-praha.eu/clavius/eng/baze.htm), which will meet my requirements.

To describe the example,

Statistics

I know there are a number of statistics modules, but I have a couple of sites where I have a vague memory of being about to enter the URL with something trailing that might have included the word statistics and I would get out a page which showed a number of things including the number of accesses to each node in a specific time frame. I can't now remember what the trailing string was or find any notes on this. Does this ring a bell?

Theme node with particular theme

I'm generating a tpl (megamenu) from a scheduled task. The megamenu is based on a certain taxonomy and I don't want to generate it on every page load. Creating the tpl overnight (and on taxonomy change) and including it within my page.tpl.php seems to make sense from a performance POV.

I'd like to include a "popular" node teaser in the megamenu, but it renders the node using the garland theme, which is the default theme.

How can I force the node to render using my own custom theme from the scheduled task, so I can include the teaser's HTML in the tpl file.

Taxonomy filter not working in views

Hi

My goal:
Tag news articles by department and create a view to only display news stories tagged by terms in this vocabulary.

What i've done
Create "department" vocab and added the list of terms.

Added a field to the content type and implemented the multiselect module to select the appropriate terms from the department taxonomy.

Added a news article and selected a term from department to 'tag' the story.

How to extract string value from field token?

I'm using Drupal 6. In a view I'm working on, I need to display some images as responsive to the screen size. My idea is rewriting the output of the field into a div, and define a css class with width="100%" height="auto". I tried to add following code into the view fields > "rewrite the output of this field", it works.
<div class="viewslideshow"> <img src="/path/to/my/test/image" width="100%" height="auto"> </div>

Add PHP/JavaScript into a single Webform node

Hi all,

I am using drupal 6.
We have a custom module based on Webform with additional credit card processing features and a few other additions.

Using this module i need to create a single Webform (node) that has some additional PHP/JavaScript which does not exist in the module itself (my additional PHP/Javascript is connecting to Oracle through web services and populating logged in user fields into the form).
I need this custom functionality for just one Webform (node).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x