Is Drupal having Workflow Engine or Content Editing and Publishing features

  • warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include() [function.include]: Failed opening '/home/drupal_in/drupal.in/themes/engines//includes.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
ambatisreedhar's picture

Hi
What are the features available in Drupal when comparing with DNN?
Is Drupal having Workflow Engine or Content Editing and Publishing features
I want an efficient CMS system to showcase to my customer.
blogs,
wikis,
uploading multiple documents.
menu bar,
left -right quick launch links
Tagging
Approval system before publishing content into site for Forums, Wikis,
Versioning of documents

I am looking at the above list.

I installed WAMPServer. I created a database in mysql
Then I extracted Drupal 6 code and placed in WAMpServer installation www folder.Then in sites\default\ folder I copied settings.php file too. I didnt understood write permissions. (http://drupal.org/getting-started/6/install/set-permissions)
Then I opened drupal site http://localhost/drupal .. then in third step ie database setup it is asking for username and password. I dont know where to set this user name and password in mysql

Now I was struck up at this step.

Please provide me a step by step url where I can configure Drupal.
Also please provide the lsit of information that I asked above with urls and other useful information.

Thanks
Sreedhar Ambati
http://ambatisreedharworks.wordpress.com

john200's picture

Linux Foundation may use web

Linux Foundation may use web beacons from time to time. Such web beacons may be provided by Linux Foundation’s third party advertising companies to help manage and optimize Linux Foundation’s online advertising. A web beacon is a string of code that provides a method for delivering a graphic image on a web page or in an email message for the purpose of transferring data, or determining how many times a specific web page has been viewed. Web beacons enable Linux Foundation to recognize a browser’s cookie when a browser visits a Site, and to learn which banner ads bring users to each Site. For example, when a user visits a web page, the code for the page may include instructions to go to another server to gather a single pixel graphic image. Web beacons are not placed on a user’s computer, and users remain anonymous. To opt out of targeted advertising delivered by Linux Foundation, or third party advertisers, users can opt to use freely available ad blocking software, to prevent ads from displaying in their browser. The Linux Foundation does not promote or recommend any type of ad blocking software, nor guarantees that any of the Site services will remain fully functional if the user utilizes such software.

===========================
aicp exam
mft test
naplex exam
ccp exam

ipsita's picture

You are almost there

Hi Sreedhar,

To keep my reply short and sweet , i would say the list of features you have mentioned is easily possible by Drupal.

Workflow engine is available with this module http://drupal.org/project/workflow
For Wiki feature refer to this thread http://groups.drupal.org/node/12357
Blog is available by default with Drupal core.

Regarding your installation problem
1. Then in sites\default\ folder I copied settings.php file too. I didnt understood write permissions. (http://drupal.org/getting-started/6/install/set-permissions)

In simple terms this means, your file setting.php need to be writable , so that during installation process , drupal can write information into it. If you are on Windows , then right click on your file, go to properties and then set the write permission for your file.

2. .. then in third step ie database setup it is asking for username and password. I dont know where to set this user name and password in mysql

Are you able to run mysql queries in your system? Have you created a database for your drupal installation? If yes, then provide the same username/password, which you have used to login to mysql for creating the database. If you have multiple usernames on your systems, any username/password combination can be provided here, which has access to your database.

Article on how to setup drupal on WAMP , http://drupal.org/node/114493
Video on how to setup drupal on WAMP, http://www.zivtech.com/videos/how-install-drupal-local-wamp-server

Cheers,
Ipsita