Closed (fixed)
Project:
Drupal core
Version:
5.1
Component:
forum.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2007 at 13:18 UTC
Updated:
19 Feb 2008 at 23:51 UTC
I'm looking for a way to show the original post on the first page only.
Is there any known solution to do this?
Comments
Comment #1
aymerick commentedHere is one way to do that. This is probably not the most efficient way to do it, but it is the one I use :)
1. copy the function
phptemplate_node()you find in/themes/engines/phptemplate/phptemplate.engine, then past it in thetemplate.phpfile of your theme.2. rename this function to
yourtheme_node()3. Add the following code at the top this function:
So, for example, I use the zen theme, and so I have added this function is the
template.phpfile of the zen theme folder:If someone have a simplier way to do that...
Comment #2
liam mcdermott commentedMarking as fixed, am assuming the answer given worked.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.