Skip to Content

drupal

03
Jun 2010

Follow up - Fatal error: Allowed memory size.....

Follow up on the previous blog entry
Until yesterday I presumed without verifying that I have set the php memory limit to 128MB from within drupal in settings.php  in hosting environment as I have done it in my test environment but only when the fatal error msg was displayed I verified the mem limit which was not affected by the changes in the settings.php.

24
Mar 2010

CKEditor and image uploading feature

Just with the installation of ckeditor the image upload option is not available, install IMCE and then edit the ckeditor.config.js in which uncomment the following lines

//config.extraPlugins += (config.extraPlugins ? ',imce' : 'imce' );
//CKEDITOR.plugins.addExternal('imce', Drupal.settings.ckeditor.module_path + '/plugins/imce/');

In order to add the toolbar button, simply add

['Link','Image','IMCE']

in

19
Mar 2010

Multisite vs Multiple site

Just another set of terms for deranged mind from deranged mind. It's nothing but
1. one drupal instance hosting multiple site and
2. multiple site hosted on different instance of drupal
Some call instance as code base ... it's OK if the terms don't confuse you.
various materials are there on the topic with really easy set of instruction(s) to carry out the task.

30
Jan 2010

Changing only the setup of blog in drupal



After some tweeking the layout of some contents like tag cloud, archivelist where included in the blog in consistent with the site theme.
One important point is for each module one can create a tpl file like for blog I created node-blog.tpl.php and do whatever comes in your mind.
Thanx to mustardseedmedia.com
In the end the look was disfigured as shown below which is my qchronicle look.

03
Dec 2009

Localhost to public domain

In order to upload the files from your HDD to remote site is fairly simple, use ftp, scp. Copy these files in the document root
Now with the transferring of info in the database (MySQL), export the tables in your database using phpmyadmin and then import them in the public domain using the phpmyadmin.
Before that remember to create a database and the user.
change the mysql entry in the settings.php file and that's it you are ready with you virtual space
 

27
Nov 2009

Grouping and Aggregation capability introduced in views2 of drupal

Wanted to create a view which made use of group by and count function. But the view default had no such capabilty so and additional module was introduced in an ever growing list of module.

the views group by module

http://drupal.org/project/views_groupby

It worked fine :)

will try to give something back one day.

14
Nov 2009

Applying patch to drupal module manually

In order to get the additional feature of drupal there was a patch released by mattman (http://drupal.org/files/issues/hide_submenu_01.patch) which to my dismay did not apply the patch to the module. So had to do it manually and since the patch was not that big I could easily carry out the task. There were helpful links in drupal on how to get the thing done.

http://drupal.org/node/534548

http://drupal.org/patch/apply

http://drupal.org/patch/create

14
Nov 2009

Hierarchical representation of Taxonomy and pathauto

First of all with just the inclusion of taxonomy I wasn't able to get the desired URL, let alone the hierarchical representation. For that include the pathauto module and include the pattern as blog/[termpath-raw]/[dd]/[mm]/[yyyy]/[title-raw] in the pattern for all blog entry paths of the node path settings in automatted alias settin.

To delete all the url aliases generated automatically as well as user created go to

site building -> URL alias -> delete alias

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.

Syndicate content