Closed (won't fix)
Project:
Title
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2005 at 10:24 UTC
Updated:
15 Aug 2010 at 11:21 UTC
I've really enjoyed using this module.
One is able to access/find articles on a site VERY quickly by accessing http://site/title/foo the way the title.module allowed one to do This is a GREAT feature that I would gladly still use.
Please, someone make this one work on newer versions of Drupal
Comments
Comment #1
tomski commentedHave you tried to install the 4.5 version in Drupal 4.6? The BBCode filter 4.5 version for example works so it might be also the case for the title filter. I am going to try, and I will come back here later to tell you what has happened!
Comment #2
kurkuma commentedIt works for me in 4.6.3
But I had to patch it as in:
/title/something should redirect to /node/1234 instead of displaying the node by itself
I also had to add $may_cache to title_menu() to make it pass the parameter to the callback to title_page(). As simple as:
Comment #3
cybe commentedOh =) It does work now.. Strange, last I tried it didn't... Thanks for the patches
Comment #4
cybe commenteddoes your rss feed work ? title.module seems to be responsible for:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/modules/title.module:7) in /var/www/html/includes/common.inc on line 99.
Comment #5
sunThe original Title module for Drupal 4.6 is obsolete, and going to be replaced with a completely different module.