Dealing with img_assist and tinyMCE access I noticed that edition urls (in 4.6.3... I don't know in newer ones) are at the end, so insted of "/node/edit/25" the drupal constructed url is "/node/25/edit".
By the other hand adding action url is "/node/add/25".
Including the node number at the end is very useful, so we can define rules as follows:
I gave a demo by using Drupal-4.6.3 , now I installed 4.6.5,i have a back-up of Drupal-4.6.3 but i forgot to take the backup of the database.Now i need to use the same front_page that i wrote in front_page.module.How can i get that script i wrote in front_page module
I hope you have understand my problem.Please help me.
I am trying to setup a search engine in an intranet environment. It is supposed to search HTML based webservers, a mediawiki and drupal. Therefore I am looking for a setup based on HTTP. I have been trying to setup mnogoserach as well as nutch. Both work fine with simple html server pages and with the wiki. Unfortunatly it does not work with drupal. First I enhanced our drupal to use clean urls. But unfotunatly this did not fix the problem.
I installed Drupal-4.6.5 to develope a Portal site. I want a DMS support such that the users should be able to crate a directiory and add files to the directory.I read the disscussions about WebDAV support but i'm not able to understand whther it supported in Drupal-4.6.5 ? and info on using webDAV.