Please help me to decide which modules to use.
Trying to create a new page/node, this gets its information from a new table in the database.
Creating the table and the sql is no problem.
I need some kind of form to input the data and some way to display the data conditionally.
I have looked at CCK, View and several other modules. I install view but could not get it to look at my new table.
I am total confused as where to start.
Can some one point me in the right direction?
Hello, I just installed Drupal 4.7 in my desktop(running on localhost) yesterday. I plan to do all the customisation and tweaking there before I move to live site. I am wondering if there is anywhere I can get the handbook with the documentation on phptemplate engine, taxonomy etc, for download in maybe zip format. Any form, chm, pdf anything.
When using the Views module is there a way to have two views defined based on "taxonomy/term" but have them apply to different content types?
For example:
1. define 'taxonomy/term' view (with URL 'taxonomy/term') which applies to taxonomy "Images" and results in a Teaser List
2. define 'taxonomy/term' view (with URL 'taxonomy/term') which applies to taxonomy "Documents" and results in a Table
If this is possible, how do you get it to differentiate which view to use based on a click?
Hi everyone. Really need some help here. I'm currently using the flexinode module to create some custom node types. One of the fields i'm using is a File field (file upload). This works perfectly, files are uploaded and displayed with my theme. However, the question is: How do I remove a uploaded file? There are no buttons og checkboxes or anything to actually remove the file I uploaded to the node. I can only override the file by uploading a new one. So how do I "reset" a file field?
I've been trying to figure out how to build a custom user page. Looks like views may be one way to create specific blocks for (i.e recent audio, articles, events, etc.) each user profile? I've been looking at arguments, but still am not sure if/how to filter these blocks per user. Possibly there's a much easier way to accomplish this?