HI, If a predefined node say a page, a story or any other content needs to be displayed as a result of search or displaying authors created list of stories, etc is there any way of modifying the default node_view. I mean is there any facility like node_view_alter or something so that i can change the way the content is getting displyed through my module ???????????/ Vishnu On Thu, Nov 12, 2009 at 5:30 PM, <development-request@drupal.org> wrote:
Send development mailing list submissions to development@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.drupal.org/mailman/listinfo/development or, via email, send a message with subject or body 'help' to development-request@drupal.org
You can reach the person managing the list at development-owner@drupal.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of development digest..."
Today's Topics:
1. Re: PHP Standards Group (Naheem Zaffar) 2. Re: PHP Standards Group (Daniel F. Kudwien) 3. Re: PHP Standards Group (Cameron Eagans) 4. Re: PHP Standards Group (Jeff Greenberg) 5. Re: PHP Standards Group (David Metzler) 6. Doing hook_update_N() when module is installed (Randy Fay) 7. Re: Doing hook_update_N() when module is installed (Ken Rickard)
----------------------------------------------------------------------
Message: 1 Date: Wed, 11 Nov 2009 18:10:22 +0000 From: Naheem Zaffar <naheemzaffar@gmail.com> Subject: Re: [development] PHP Standards Group To: development@drupal.org Message-ID: <3adc77210911111010n462becbcs4ac0bd4a18c1d562@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
2009/11/11 Alex Bronstein <alex@craftyspace.com>
+1 for requiring PHP 5.3 for D8 (that's obviously not a community decision yet, just me saying I'd support a GoPHP 5.3 project)
-1 as it kind of involves abandoning a majority of the current user base.
Let's see how the 5.2 thing is handled first - the latest RHEL release is still on 5.1.6 (with maybe patches that may or may not give it enough functionality). If RHEL 6 does not get a move on, there could be many users crying foul on the support forums, and this is with what-I-assume-is-a-special-case ultra extended 2 year development cycle for Drupal 7 instead of the previous 6 to 9 month cycles.
On 2009-11-12, at 8:35 AM, vishnu vardhan wrote:
I mean is there any facility like node_view_alter or something so that i can change the way the content is getting displyed through my module ???????????/
How about hook_nodeapi with $op = 'alter' or 'view'? --Andrew
participants (2)
-
Andrew Berry -
vishnu vardhan