Project D

Linux Blerg

Drupal - Custom Module Pagination

by admin on Aug.18, 2009, under Linux Blerg

Here is an useful tutorial for enabling pagination in a drupal module by calling one of drupal theme api. Solution : The simple concept is queries per page, Previously I have the query as, $query = “SELECT fields FROM table ORDER BY id DESC”; db_query( $query) I had Replaced it with, $qu.... #read more#

  • Share/Save/Bookmark
2 Comments more...

Resetting Root Password

by admin on Aug.16, 2009, under Linux Blerg

This is taken from http://www.linuxforums.org/forum/linux-newbie/28395-reset-root-password.html First, try single user. If you don’t see either a LILO or GRUB boot screen, try hitting CTRL-X to get one. If it’s LILO, just type “linux single” and that should do it (assuming th.... #read more#

  • Share/Save/Bookmark
Leave a Comment more...

Ext2 IFS for Microsoft Windows

by admin on Aug.16, 2009, under Linux Blerg

Sometimes if you have a laptop and while you are traveling with lack of sleep and oops…. while on root access you accidentally delete the /usr/lib folder on your linux installation and GOD! this laptop doesn’t have a CD-ROM!. What should you do then? if you build a dual boot system of Mi.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Drupal - Custom Breadcrumb style

by admin on Aug.16, 2009, under Linux Blerg

Drupal by default is capable to display breadcrumb path, Then its up to the theme to specifies how to and where to display the breadcrumb path output. If you wish to use background image in the breadcrumb, you will need to modify the breadcrumb css class. You can modify the breadcrumb css class by s.... #read more#

  • Share/Save/Bookmark
5 Comments more...

Drupal + ubercart preconfigured site for sale

by admin on Jul.12, 2009, under Linux Blerg

I got a running and pre configured drupal + ubercart site for sale. Please visit: http://showcase.duckzland.ismywebsite.com for the site design and drop me an email to duckzlandd@yahoo.com for the price if you are interested in purchasing the design. The package includes the PSD, full source of the .... #read more#

  • Share/Save/Bookmark
8 Comments more...

Boot Partition - Wasting space?

by admin on Jun.28, 2009, under Linux Blerg

Like many wise linux user, You have your own separated /boot partition which usually comes in 100+ mb size range. Sure, if you have like 500gb harddisk then 100 mb sound like a reasonable amount of space that you can waste. Why waste? if you don’t like to keep lots of compiled kernel version l.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Freevo Keyboard Not functioning

by admin on Jun.28, 2009, under Linux Blerg

If you have this problem with freevo 1.8.3 and gentoo installed : ” My keyboard in freevo doesn’t work since upgrading to new xorg version but after restarting freevo from ssh the keyboard works again, I am using the custom freevo script in this site and I don’t have any mouse inst.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Gentoo Updating Network Manager

by admin on Jun.28, 2009, under Linux Blerg

For those who uses network manager without gnome but uses other windows manager such as E17, then the old gentoo Network Manager package such as the version 0.6 is somehow working but a little buggy. The most common bug is when you just boot up your computer and login to your desktop, sometimes the.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Ubercart - Tableless Product Page Part 2

by admin on Jun.19, 2009, under Linux Blerg

Basically This is an add-on for my first post for tableless product page in ubercart. The modification in this second post is to allow the product price slashing / crossed if there is a discount price available and the discount is automatically calculated using the uc discount alternative module cck.... #read more#

  • Share/Save/Bookmark
2 Comments more...

Ubercart - Custom Views2 Fields Template

by admin on Jun.19, 2009, under Linux Blerg

After exhausting search for solution to get the original price appear crossed / slashed if there is a discount price price available from uc_discount_alternative module…… If you have been in the similar situation then you should know how long and exhausting it is to get the right and wor.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Ubercart - uc_upsell div Modification

by admin on Jun.18, 2009, under Linux Blerg

I need to theme the uc_upsell module to suit my need……. Well If we use ubercart, we absolutely need to use uc_upsell! but the default uc_upsell is a little bit hard to theme, why? because the default uc_upsell although it uses div but the div itself is packed with all the feature such as.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Ubercart - Custom Featured Product Page

by admin on Jun.18, 2009, under Linux Blerg

I have created a slider that contain the featured sale products using custom template, cck, ubercart, image cache, filter, language sections and content slider. The steps to do it: 1. Install and configure ubercart (off course) :). 2. Install the content slider module. 3. Create a custom content typ.... #read more#

  • Share/Save/Bookmark
Leave a Comment more...

Ubercart - Flatrate shipping hack Part 3

by admin on Jun.07, 2009, under Linux Blerg

Somehow the previous hack got broken, so I did a little fixing in the function hack function uc_flatrate_quote($products, $details, $method) { $method = explode('_', $method['id']); $mid = $method[1]; $context = array( 'revision' => 'altered', 'location' => 'shipping-flatrate-met.... #read more#

  • Share/Save/Bookmark
2 Comments more...

Ubercart - Custom Tableless Order Review Page

by admin on Jun.04, 2009, under Linux Blerg

Are you sick and tired of the old boring ubercart 2 order review page? If you do want to change it, its pretty simple to modified the looks of the table by changing its css. Or.. it’s even better, change them all to div, so you can float the submit button to top of the page content. This way .... #read more#

  • Share/Save/Bookmark
2 Comments more...

Drupal - Views Node Title Translation

by admin on Jun.02, 2009, under Linux Blerg

Developing multilanguage site for drupal can be frustrating and time consuming, Small things such as translating a title in a product page of ubercart that you created using views can be a frustrating task. After long hour of searching the internet and found no direct solution at all, I tried to use.... #read more#

  • Share/Save/Bookmark
4 Comments more...

Drupal - Creating wallpaper gallery site

by admin on May.29, 2009, under Linux Blerg

This is a quote post from my other website , please visit the other site for a working demo. Now I am trying to build a more advanced wallpaper gallery compared to the claymore manga reader. Currently I am using : * CCK module - I think this module should be in drupal core * Imagefield mod.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Ubercart - Custom Invoice Page

by admin on May.21, 2009, under Linux Blerg

Ubercart has 2 default template for the invoice page, although the template is sufficient for a site to display an invoice for their customer but I feel that it is missing the product detail table as the shopping cart page displays. So after looking around the internet for snipplets, I finally creat.... #read more#

  • Share/Save/Bookmark
18 Comments more...

Claymore Fansite

by admin on May.18, 2009, under Linux Blerg

I am creating a fansite for claymore using drupal, If you are a fan of claymore like me, please visit my claymore fansite and drop some comment for feature that need to be added of updated. Thanks duckz -=end transmission=- .... #read more#

  • Share/Save/Bookmark
2 Comments more...

Drupal - Drupal As Manga reader Site, is it possible???

by admin on May.16, 2009, under Linux Blerg

I have managed to create a manga reader site using drupal as its CMS and with a very small contributed modules added, heck the only contributed module are Image FUpload and Image modules, with Image Gallery Management, Plugin Manager and jquery module as optional module (just modules to make your li.... #read more#

  • Share/Save/Bookmark
1 Comment more...

Ubercart - Views 2 Tableless Product Page

by admin on May.15, 2009, under Linux Blerg

Well I have problems with the default table plus div combo views grid view page to display my product as I wanted it to show. The default views-view-grid.tpl.php does the job for fixed width site, as you can define the number of column to display the table display. But If you are designing a fluid w.... #read more#

  • Share/Save/Bookmark
Leave a Comment more...

RSS Fresh Ebuild