drupal

16
Sep 2009

lets see the non-commentable blog works or not

Hmm checking out

15
Sep 2009

It's some drupal....

To hide the items in primary link not appear as tabs at the top of the page goto

admin>>site building>>themes>>aqua harbour>>configure

This was when aqua harbour was adopted as a theme.

15
Sep 2009

Fatal error: Allowed memory size of 16777216 bytes exhausted

After installing the admin_menu module I got a fatal error msg

"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 319449 bytes) in /var/www/drupal-6.13/includes/database.mysqli.inc on line 303"

 

14
Sep 2009

Front page for the site

In order to have a different splash page/front page with some what different layout than the other pages it's easier to create one by copying the page.tpl.php and renaming it as page-front.tpl.php. Do the nessesary changes in "page-front.tpl.php" which will reflect only in the front page.

Or else the module http://drupal.org/project/front will help.

09
Sep 2009

Learn as you go (vs) knowing before hand what you are going to do.....

I follow the "learn as you go" principle rather than the traditional way "know before hand". This way there is a place to make ammendments to what you want in between the process.

 For Instance

While creating a website - first things taken into consideration

07
Sep 2009

Having a wysiwyg editor - fckeditor

Setting up fckeditor was a cake walk. There are so many types available for  the wysiwyg editor some of them are

07
Sep 2009

Some tweaking done in the aqua-harbour theme to get desired result

In order to provide the spiral theme for the image created header-inner id inside header-wrapper in the page.tpl.php <div id="header-wrapper"> <div id="header" class="clearfix"> <div id="header-inner"> In the style.css #header-inner { margin: 0 auto; padding: 0; width: 960px; height: 120px; background-image: url(images/bg_page1.gif); background-position: left top; background-repeat: repeat-y; }

07
Sep 2009

Unlimited task... Unleased

It all starts with just an idea and I ultimately end up somewhere far too much todo.

05
Sep 2009

Entering and Exiting drupal

It is quite interesting when the login screen is removed or the navigational block is removed from the the left side panel and there is no screen left to login after logging out. To get the the login form just type the /user after the URL In my case ( test site ) http://192.168.1.2/drupal-6.13/user To logout use http://192.168.1.2/drupal-6.13/logout In case cleanURL is not enabled then it's the unclean path specification :) http://192.168.1.2/drupal-6.13/?q=user

Syndicate content