I am creating an applet which will run as middleware between the Drupal based site and a call logging system (Remedy). The applet allows users to enter free text (as in a fault description) into a description box and the applet will present possible documents within Drupal which may contain a fix for the issue. The applet will need to run multiple searches against the index to update the "possible solution" pane in realtime.
I just know that Drupal CVS doesn't permit any 3rd Party js scripts.
The problem is: I want to provide a complete module with the 3rd Party js. So, I need to create a Project page but without CVS access. I will put a link where the users can download my module.
How to create such Project page?
Is there any modules that will allow me to set a different style to each page on my site? If so please help me out. lol I ask loads on this site but you're all smart and are so helpful.
MORE DETAILS http://www.roosterteeth.com/ is an example site. To test this example click one of the links on the tab menu on top. That should pretty much clear up what I am asking.
One for blocks
One for displaying x number of node or nodes with teasers for a selected Taxonomy
One for displaying a selected node title or node title and teaser
I want to give them to the community and would also like to get them upgraded to 5.x. I am not the programmer and do not want to be the maintainer. Please use my contact form to get a hold of me.
I am new to Drupal and have a few questions about moving forward.
I am been trying to learn module development, but for what ever reason i am having NO LUCK in 5.1. I am trying to create a simple form using this link: http://drupal.org/node/68159 but all i get is either a callback error or a blank screen.
Here is what I am trying to do, rather simple in my mind...
Allow users to add links to a table using a web form.
Depending on the user level, they can add X amount of links.