I am a new user in drupal and i really stuck with theming , i applied the following code for theme implemenatation, but its not working, plz check the code and let me know.where i am doing mistake.
hi friends,
i am new to drupal..so sorry at first itself if this is not the right place to post this topic? i want to start with a custom template. i am wasting a lot of time now on this....can u please give me the steps in simple way to add a custom template for drupal6.x.
im thinking about making a SASS theme for drupal, but im still quite new to SASS. If i was to convert the Zen theme CSS files into SASS, how would i name the files? styles.sass? or leave it as styles.css with the SASS coding in there? and if were to be .sass, how do you link them?
So, I have a page setup under my view with the path: blog
I want to create two other pages, each of which will accept arguments: blog/yyyymm (year, month) and blog/x (x = category)
Can I create both of these pages under the original view? And just have 3 pages for one view, or do I need to create a separate view for each page?