Drupal

Drupal 5.7 is now available

By BXTra |
Drupal 5.7 is now available HERE Drupal 5.7 Release Notes * #208700 by pwolanin. Fix bad backport of #194579. Modified to use Form API. * #118569 by bevan: document how should one set RewriteBase, if under a VirtualDocumentRoot. Backport by Bart Jansens. * - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'. * #209409 by Heine, webernet, dww: more accurate register globals value checking

Drupal 4.7.11, 5.6 and 6 RC 2 are now available

By BXTra |
Drupal 4.7.11 and 5.6 are now available HERE Drupal 4.7.11 and 5.6 now require PHP version 4.3.5 or higher. Drupal no longer support servers with the PHP directive register_globals set to on. Attempts to install Drupal 5.6 when register_globals is enabled will fail. Current installations will continue to function, but will display an error on administration pages and the status report. Drupal 4.7.11 Release Notes

Drupal 4.7.9, 5.4 and 6 Beta 4 are now available

By BXTra |

Drupal 4.7.9 and 5.4 are now available HERE

Drupal 4.7.9 Release Notes
- SA-2007-031 - Drupal core - SQL Injection possible when certain contributed modules are enabled

Drupal 5.4 Release Notes
- SA-2007-031 - Drupal core - SQL Injection possible when certain contributed modules are enabled
- #178478 by scor: typo in text displyed when the DB is installed but not accessible

Know Base Path function for Drupal with Multilanguage (i18n version 2.1)

By BXTra |

My problem was that I want imagefield that user can click in Teaser view, then, bring user into the node. (Default without contemplate, the click will do nothing. By clicking at the title is the only option.) By wring the code in contemplate, there are 3 parts that I need to do. 1. A function to get Basepath (Ex.www.bxtra.net) 2. A function to get i18n path (Ex.en, fr, etc.) 3. A function to get node that the link will go to. It will end up like this -> http://www.bxtra.net/en/node/4

Lightbox v2 bug

By BXTra |

I found 2 modules that I want to play with my drupal. Those are Lightbox v2 and Thickbox. I installed both module at the same time and then, I ran into the problem of using contemplate to change some template setting. I couldn't create template because the box that shows "Affect Body/Teaser output" didn't show up. It showed only what I already have done. But not what I plan to make a new one. (That included if I unchecked that "Affect Body/Teaser output". After save, it was gone.)

Problem with Imagefield Module 1.1 (CCK 1.4 and 1.5)

By BXTra |

It's really annoying and almost lead me to change to use other CMS. I'm trying to upload a picture into Imagefield. It's like everytime I uploaded my picture, sometime it showed up correctly, sometime nothing showed up, but then, after I submited that page, the picture went away. That took me to try to upload one picture in a page for almost an hour.

How to handle of too short Title in Drupal

By BXTra |

It took me a while to look for what I can do to handle longer title. Here is what I did to solve the problem :

Using PHPMyAdmin, in the database under tables"Node" and "Node_revisions", you will find field "Title" with varchar set for 128. Just increase that size. Or you can change datatype to "Text".

This shouldn't be the problem for English only website but this could be a problem for any website running in other languages.