I'm trying to limit the number of photos (photo gallery) that appear on the homepage to 7 photos, so i need a way to make the pagination a javascript paging.
I think it is very important to get rid of any notices (that cause warnings) in installation screen.
There were several threads about that
( http://drupal.org/node/93630 )
I install new Drupal every week, and I know that it is a good system that has no big problems with code style, but pretend that you are installing the product for the first time, and you see these notices&warnings ?
The installation screen gives the overall _impression_.
That's why it shoud be beautiful & error-free :)
I wrote a (rather lenghty - sorry for that) article about RSS in Drupal - I noted most annoying problems, (rather dirty) solutions to them and I drew a functional specification of a better (IMHO) way. It's my first serious article about drupal and I tried to write it as well as I could... please read it and tell me what you think. I posted a link at #drupal a few minutes ago and so far got 2 positive opinions :)
Are there any information why jQuery has been chosen to be a core javascript library but not any other one? There are several of them quite powerful as I know. Are there any advantages in jQuery which proof that this is a library for Drupal?
Did anybody every need to send SMS messages from the Drupal site? I've found an smsgateway module but it is needed when dealing with sms gateway companies like clickatel or x-on.
Please try another solution http://drupal.org/project/smsemail to send SMS messages via free email gateways.
It may help you to communicate with site users for free.
On enabling caching in drupal settings i am getting the following warning message for anonymous user:
warning: Cannot modify header information - headers already sent by (output started at C:\dru\i4\includes\bootstrap.inc:545) in C:\dru\i4\includes\common.inc on line 139.
As suggested in the drupal posts to remove the spaces before <?php & after ?> under such situations, i removed all such spaces from the modules but the problem is still there :(