Wordpress - arnelbornales.wordpress.com - Arnelbornales's Blog
General Information:
Latest News:
max_allowed_packet error when importing a large database 4 Nov 2009 | 08:57 pm
I got max_allowed_packet error when importing a sql database from the server, anyways, I solved it through setting new values for this “max_allowed_packet”! ok, here it is 1. login to your mysql ac...
Wamp Error – [EparseError] No tray Icon was specified 30 Oct 2009 | 04:59 pm
I had an error about wamp recently: [EparseError] No tray Icon was specified I almost tried to re-install my wamp server, but stumbled upon finding things from google. The problem is in wampmanager....
How to show unread messages using privatemsg module 26 Oct 2009 | 07:10 pm
Recently, Im working on privatemsg module. I already customized the form: removing the subject field(replacing it with the node title), removing the recipients field, for these are some of the clients...
how to override a specific output in drupal 20 Oct 2009 | 03:38 pm
Finding a hard time how to override a specific output in drupal? well, there’s a way how to do that for example, we will override the country field in addresses module located in address/address.in...
my visitors location 3 Oct 2009 | 11:02 pm
Applying Visitor Flag Counter for this wordpress site
How to redirect a form in drupal 25 Aug 2009 | 05:21 am
<?php function MODULENAME_form_alter(&$form, $form_state, $form_id){ global $user; switch ($form_id) { // This is our form ID. case ‘YOUR_NODE_FORM_ID’: // like page_node_form(for node/add/page) ...
How to set-up paypal sandbox in ubercart 25 Aug 2009 | 05:18 am
taken from Ubercart PayPal sandbox setup PayPal sandbox preface: The trick with the PayPal sandbox is you have 3 accounts. The primary account is your developer account. This logs you into http://de...
Unable to send email in ubercart 25 Aug 2009 | 05:16 am
“Unable to send e-mail. Please contact the site administrator if the problem persists.” after i completed my payment from paypal sandbox i got this error messages. What I did is I just configured th...
How to create a image link in drupal using l() function 11 Jun 2009 | 05:13 pm
this snippet enables you to create a image link <?php $src = path_to_theme().'/images/images.jpg'; <?php print l(' ', 'LINK-TO-PAGE', array('attributes' => array('class' => 'anchor-c...
How to include jquery.js 27 Mar 2009 | 10:31 pm
Well, I just updated our company site then suddenly i have a error on one of my scripts written in jquery after a time searching for this problem i’ve noticed that jquery.js was not loaded. Solution ...