Friday, September 28, 2012

Web Design Blunders and How to Avoid Them

Doing Too Much Too much design and too much content can be damaging to your website and your business. Save the lengthy copy for product pages or the company blog. You want to make...

Monday, September 24, 2012

.psd thumbnails with Photo shop CS6

After removing old versions of Adobe photoshop and installing CS6, my windows explorer made thumbnails invisible ( doesn't appear ) for .PSD ( Photo Shop Document ) files. Why ? The psicon.dll file that...

[How to] Replace " powered by drupal "


We have to admit that we all love Drupal and it is for us more than a web development tool or a CMS , it is more like a way of thinking and coding for the internet However It is really annoying to see the Powered by Drupal at the end of the footer region , after searching on google i did not find a quick solution to replace this text to be Powered by Nilewebsites which is my website so after some trials Jquery as usual solved it easily
The Solution : Replacing powered by drupal using jquery in 2 simple steps.
1. We find the span in which it contains the powered by using the ID of the footer :
jQuery("#footer").find("span a").text().replace("Powered by Drupal","Globalsoftbay");
2. We replace the URL also so it points to your website instead of pointing to Drupal.org :
jQuery("#footer").find("a").attr("href", "http://www.globalsoftbay.tk/");
Make sure that the jquery executed successfully then it should be replaced.
RE-EDIT :


  1. Just go to Structure -> blocks -> Add block.
  2. Give block title as you wish to display or " <none> " for leaving it blank.
  3. Fill block description like " Custom Footer " or any other if you want
  4. In Block body, add some code like " hai this is  footer ". 
  5. After doing this set your new block region as footer and give same row weight as that of default footer.
  6. Change default footer's region as none. 
  7. Click on Save blocks.

     Hope this will solve your problem.



[Source]


If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Forgot Android Unlock Pattern: How To Open

Enter Google Account Username and PasswordBesides Emergency call, there is option to enter Google account credentials. It is generally at the bottom of the screen in most of the devices. Enter username and password...

Page 1 of 49123»