14 Aug, 2010

Drupal terminal module uninstall

Articles related to drupal terminal module uninstall

Welcome to digitalpbk.com

http://digitalpbk.com/2009/10/other-welcome-digitalpbkcom Welcome to digitalpbk.com Well just to have something to get started. :) This is my experiment with drupal. I got somehow drupal to run, figured out and tinkered it as far as I know. I am a drupal 5 developer, has written a few modules in it, for the company SmartCrowds for which I work for. Drupal 6 is a little bit different. So if you find it a little plain and have ideas to improve, help me out. Just Ignore the above, its pretty old and historically true, But now it runs on Django ...
Published 2 years, 3 months ago

Showing similar content nodes on Drupal

http://digitalpbk.com/2009/12/showing-similar-content-nodes-drupal Showing similar content nodes on Drupal To show similar content nodes on drupal you have to install the similar module. After installing the similar module goto admin/build/block Drag the Similar Entries module OR If you want to integrate the similar content to the node body, call the similar_content theme function. print theme('similar_content', $node); on node.tpl.php Using the variables available withing node.tpl.php you can choose whether to display the similar content ...
Published 2 years, 2 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 Remove Flash Tracking on AddThis module on Drupal 5 If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this. In drupal 6, the flash ...
Published 2 years, 3 months ago

How to Integrate another Website to Google Analytics Tracking and Adsense

http://digitalpbk.com/adsense-analytics/how-integrate-google-analytics-tracking-and-adsense How to Integrate another Website to Google Analytics Tracking and Adsense .tpl.php, Alternatively you can install the Google Analytics module from drupal, and goto admin/settings/googleanalytics choose advanced settings and check the Track Adsense Ads option. :) Drupal Google Analytics How to ...
Published 2 years, 2 months ago

Remove old kernels in Ubuntu

http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html .6.27-9-generic ...update-initramfs: Generating /boot/initrd.img-2.6.27-9-genericPurging configuration files for linux-restricted-modules-2.6.27-9-generic ...Removing linux-image-2.6.27-9-generic ...Examining /etc/kernel/prerm.d.run-parts: executing /etc/kernel/prerm.d/dkmsUninstalling: nvidia 177.82 (2.6.27-9-generic) (i686)-------- Uninstall Beginning --------Module: nvidiaVersion: 177.82Kernel: 2.6.27-9-generic (i686)-------------------------------------Status: Before uninstall, this module version ...
Published 3 years, 3 months ago

List of Publically accessible drupal sites you can play around with

http://digitalpbk.com/2009/12/list-publically-accessible-drupal-sites-you-can-play-around List of Publically accessible drupal sites you can play around with Here's a list of sites for drupal developers to play around with. HTML Comments without moderation www.themallblog.com www.eatsleepandcode.com www.layt.net Anonymous node editing mature-ip.eu/node/115/edit drupal.kldp.net (Its all Korean I dont know what all is possible) drupal.x73.ch proves2.iws.es/drupal emusic.mozdev.org/drupal www.news7newslinc.net futuregrid.org www.aidsvancouver.org jennycrumiller ...
Published 2 years, 1 month ago

How to change root admin user password in Drupal ?

http://digitalpbk.com/drupal/how-change-drupal-root-user-password How to change root admin user password in Drupal ? In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php. You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line. Run the following query to reset the password. UPDATE users SET pass = MD5('password') WHERE uid = 1 The user id of administrator is always 1. Password field in drupal is stored as MD5 of the actual string password. So ...
Published 1 year, 10 months ago

Detect in form_alter if the node submitted is added or edited

http://digitalpbk.com/drupal/detect-drupal-form-add-edit-created-formalter Detect in form_alter if the node submitted is added or edited When you want to alter a form on Drupal, it is useful to detect if the form being submitted is to add a new node or edit an existing node. To detect if a form is being added or submitted, check the $form[]['nid']['#value']. Example : $form['book']['nid']['#value']. If the value is "new", the node is being added. If the value is numeric, the node with nid as the number is being ...
Published 2 years, 1 month ago

Preventing the default Windows Messenger from running.

http://digitalpbk.blogspot.com/2006/12/preventing-default-windows-messenger.html . Next double click the Setting to enable both "Do not allow Windows Messenger to Run" and "Do not Automatically start windows messenger initially". 7. Your done. If its already running, exit.The default windows messenger is as good as removed now. If you want to save the disk space too then remove windows messenger by uninstalling it from the control panel > Add/Remove Programs > Add/Remove Windows Components. ...
Published 5 years, 2 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron Automate Rsync without Password using Rsync Daemon In order to automate rsync without any password or transports, we need to setup the rsync daemon on one of the server. Suppose we want to sync data from a slave server to a live server. Configuring the Slave Server In the slave server we have to run the rsync daemon which accepts connections from live. Inorder to do this, we have to first edit the /etc/rsyncd.conf Add an entry in /etc/rsyncd.conf with the following template [Module ...
Published 1 year, 12 months ago

Related help topics for drupal terminal module uninstall More keywords like drupal terminal module uninstall
More pages for drupal terminal module uninstall


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Mirrored sky A Mirrored sky in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk