In the forum module comments are displayed page wise when we enter in a topic.I want to number or make indexes for these comments to access the particular page where the last comment has been made.How can I do so?Please help.
Thanks in advance.
I am trying to crate a Main Page which has a news paper feel to it, but I am not sure what Content type should this Main Page be ?
I started with the default frontpage but soon realized that it was not flexible enough ...
Then I used a 'view' with unresonable params do as to get an empty page and added what I wanted.
It sort of does what I want but am sure that there should be a better way to do this...
What is the best way to create a front page ..what should be the content type,
I am trying to create a Block view that shows posts within the last 2 days.
While creating the filter based on the date ..I am confused .
The instructions say
"This filter allows events to be filtered by their date. Enter dates in the format: . Enter 'now' to use the current time. You may enter a delta (in seconds) to the option that will be added to the time; this is most useful when combined with now. If you have the jscalendar module from jstools installed, you can use a popup date picker here."
I am facing some problem to load the extjs javascript framework(extjs 2.0) to drupal by drupal_add_css function, there are other css defined by drupal modules.
if I simply use drupal_add_css(extjs-all.css), IE6 will not be able to interpret the style sheet correctly. There is no such problem in Firefox.
drupal_add_css does some compress to the css files, but the extjs-all is already compressed to some extend.
I am guessing if there is something buggy in the drupal_add_css function.
Hi,
I want to write a hook for Drupal date functions and then a module for supporting different calendars, i'm not a core developer so i need advice.
1.Is this possible?
2.Is such a patch will be accepted by core commiters?
3.If some else has done something similar or if you know a tutorial i will be thankful if you direct me to that.