I have uploaded Drupal and it is running fine. I installed the article module. It is also working fine. I want to add some static HTML content on the article home page ( mywebsite.com/article) before all the links. Where in the article module should I do the editing, so that the HTML shows on article page.
Thank you so much in advance for your help.
Regards
Onesimpleman
This issue of the dreaded "Fatal : memory allocation error" has been discussed to no end. However most solutions were aimed at, increase php.ini limit to 16M-32M and so on. But when you are on a shared server, it may not be always possible. For example 16M is reasonable to ask from your admin, but more than that its a drain on resources.
So I am looking for a way by which drupal can be limited to 16M. I came across the "split mode" thingi, but how well does that work? Is there a HOWTO anyone can point me to for using the split mode?
I have confirmed using a packet sniffer that passwords entered in the Drupal Login page are transmitted unencrypted. Obviously this is a security issue logging in over the Internet. I want to make the login password encrypted (or at least scrambled) but not have to resort to making the whole site use SSL. Anyone have any suggestions or know of any patches to achieve this. We use a Squid proxy if that is of any use to achieve the required result.