I am using drupal for developing a site. I have started working on this. I have to integrate INSTITUTION module in this site.In this module I have to add/edit/view the Universities in India. Is there any module which is suitable for this module in Drupal.
I am new to Drupal. Can any one help me in this module? Please suggest me.
In creating a webmedia module that will allow users to post Online TV and Radio stations with the feed embeded into the webpage I would like to add the option not to show the real url for the feed... But rather have it to to a drupal url such as www.example.com/webfeed/5 that would actually be the feed.
What is the best way to go about this without having to added each redirect into the .htaccess file.
Hi,
I'm brand new, I 've been studing How to develop Drupal, but there some errors I can't solve ...
--------(1)--------
After installing Drupal version 4.5 successful, I've added the module gsitemap-4.7.0.tar.
(I use soft:: appserv-win32-2.4.5. It supports php 4.4.1)
I receive the error like that ::
"Fatal error: Call to undefined function: node_get_types() in c:\appserv\www\drupal\modules\gsitemap\gsitemap.module on line 221"
I am trying to develop a module to work with an existing system. This system works in this way:
1. User is sent to an auth web page with the service they will be using included as a GET variable.
2. User puts in credentials and gets redirected to the service with a ticket included as a GET variable
3. The service then connects to the auth server (http) including the ticket and service as GET variables
4. The auth server responds by putting up a page that says either no or yes with the username.
I've recently discovered the category module, and been playing with it for a short while, and I love it! Its exactly what I need seemingly on all my projects! I personally think that drupal should actually be shipped with it by default! (or similar functionality that categories can be created as nodes, or vice versa).
I'm trying to install the epublish module in drupal 4.7 with no success yet.
Ive copied the files to the module directory in the folder called epublish,
imported the sql file tables with mysql and enabled the module in modules
and issued permissions to it.
When going to settings for epublish I get the error " Fatal error: Call to undefined function form_select() in /home/username/public_html/modules/epublish/epublish.module on line 130"