DanPros

Personal Weblog

  • Home
  • About
  • Contact

Recent Posts

  • Fix Various Microsoft Software Connection Problems with VPN
  • Assign Static IPs to KVM guests using DHCP in Proxmox
  • Install Windows on Any Server using Rescue System and QEMU-KVM
  • Auto Backup MySQL Database to FTP Server using cURL
  • Good and lightweight web based KVM manager

Archive

  • ▼ 2020 (1)
    • April (1)
  • ► 2017 (6)
    • September (2)
    • June (2)
    • May (1)
    • March (1)
  • ► 2016 (2)
    • March (1)
    • February (1)
  • ► 2015 (3)
    • December (2)
    • September (1)
  • ► 2014 (5)
    • November (1)
    • October (1)
    • September (2)
    • January (1)
  • ► 2013 (17)
    • December (1)
    • November (1)
    • October (1)
    • September (1)
    • August (1)
    • July (1)
    • June (3)
    • May (1)
    • April (1)
    • March (1)
    • February (1)
    • January (4)
  • ► 2012 (33)
    • December (2)
    • October (2)
    • August (1)
    • July (3)
    • June (1)
    • May (4)
    • April (1)
    • March (7)
    • February (7)
    • January (5)
  • ► 2011 (59)
    • December (1)
    • November (4)
    • October (3)
    • September (3)
    • August (9)
    • July (17)
    • June (5)
    • May (1)
    • April (5)
    • March (2)
    • February (6)
    • January (3)
  • ► 2010 (40)
    • December (7)
    • November (14)
    • October (5)
    • September (9)
    • April (1)
    • March (1)
    • February (1)
    • January (2)
  • ► 2009 (26)
    • December (6)
    • November (10)
    • October (1)
    • August (9)

Category

  • CMS
  • Coding
  • Projects
  • SEO
  • Server
  • Uncategorized

Tag: drupal

Add rel nofollow to all external links in the node body and comment body

For for node body field use below code: /** * Override or insert variables into the node template. */ function template_preprocess_node(&$variables) { /* Add nofollow */... Selengkapnya
4 July 2013 danpros Coding drupal

Adding new variable for the Author Pane (Follow Links)

Here's how to adding new variable for the Author Pane (Follow links). The demo is on Bersosial.com. function template_preprocess_author_pane(&$variables) {   $variables['user_follow'] = '';   $uid... Selengkapnya
20 June 2013 danpros Coding drupal

Latest Reform commit: Exclude UID 1

Here is the latest commit for one of my Drupal module, Reform. But first, what is Reform module? Perhaps sometimes you want something simple, such as limiting the minimum length and maximum length of... Selengkapnya
2 June 2013 danpros Projects drupal

Comment Fragment: Rewrite and Redirect Comment Permalink

A few days ago I releasing new module to rewrite and redirect the comment permalink to use a fragment for SEO purposes. The default Drupal 7 comment permalink has the following format,... Selengkapnya
10 March 2013 danpros Uncategorized drupal

Check if checkbox field is checked (Drupal 7 theming)

Recently, I need the following features for one of client Drupal 7 site: There is one content type that requires option to change the layout just by using checkbox, what is needed is an inline CSS... Selengkapnya
15 February 2013 danpros Uncategorized drupal
Page 1 of 16 »

© 2020 DanPros.

Proudly powered by HTMLy