13 Aug, 2010

Drupal preview not working

Articles related to drupal preview not working

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, 6 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, 5 months 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 2 years, 1 month 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, 5 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, 5 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 the following script on the head. window.google_analytics_uacct = "UA-XXXXXX-X"; Replace XXXXXX-X with your analytics tracking ID which you can obtain from the analytics tracking script or from the analytics setting page as shown in the image below. Then goto the analytics settings page, and click the link highlighted below Edit Adsense linking settings Adsense on analytics screenshot On Drupal You can set the header in code by drupal_set_html_head or add in the page ...
Published 2 years, 5 months ago

Google Wave Review & Dev Preview

http://digitalpbk.blogspot.com/2009/08/google-wave-review-preview-dev.html Google Wave Review & Dev Preview Google Wave?Google wave is a new product from Google, it is like but much more than a collaborative chat with bots helping you and adding interactive data within conversations. It is a developer preview that I got so its kind of slow. The chats are realtime, which means you will have to think really hard before you type it :D . You can add maps, videos, images, or even other websites or anything within a conversation to make it live. Each ...
Published 2 years, 9 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, 6 months ago

IMTools - Linux command line tool convert images from one format to another

http://digitalpbk.com/projects/imtools-linux-command-line-tool-convert-images-one-format-another-jpeg-bmp-png IMTools - Linux command line tool convert images from one format to another This is a tool, I wrote for my Main Project a while back so I thought of putting it up here. The suite imtool was written to convert JPEG file to a RAW format for use with FPGA. The imtool utility can do much more than just JPEG to RAW, it can handle the following file format changes. JPEG to RAW, BMPBMP to RAW,JPEGPNG to RAW,BMP,JPG It can also render an image preview to a window using OpenGL. OS: Linux Linux ...
Published 2 years, 6 months ago

Canon SX120 IS - 10x Zoom & 10 Megapixel - Review

http://digitalpbk.com/canon/canon-sx120-10x-zoom-price-new-review-10-megapixel Canon SX120 IS - 10x Zoom & 10 Megapixel - Review which is decent enough to take around 740 photos at 10 mega pixel in fine grain quality. Image Quality The image quality is pretty good on Canon SX120. Although when you see the preview on the LCD before taking is slightly grainy, the photos are pretty good. The image quality seem to go down a bit when you zoom too much. You can set the aperture open time from 1/250th of a second to 15 seconds. Other stuff There is no view finder or a small rectangle through which you can look through, but you ...
Published 2 years, 5 months ago

Related help topics for drupal preview not working More keywords like drupal preview not working
More pages for drupal preview not working


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Piercing Light Radha Nagar Beach 1 Havelock Piercing Light Radha Nagar Beach 1 Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk