Closed (fixed)
Project:
Taxonomy Title
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2009 at 20:17 UTC
Updated:
29 Apr 2009 at 01:13 UTC
Here is what I did:
1) Added to sites/all/modules
2) Enabled on modules admin page
3) Edited a taxonomy term, where I found the new title field
4) Added the included php code to my theme's template.php file
I see no effect on a taxonomy page. Any ideas?
Comments
Comment #1
jenlamptonHi cwrstl,
can you cut / paste the code from your template.php? I can't really have any ideas until I can see what's going on :-)
Comment #2
cwrstl commentedDo you want the full file, or just what I added?
Comment #3
jenlamptonI need to see the whole _photemplate_varables function.
Jen
Comment #4
cwrstl commentedComment #5
cwrstl commentedUpdate: Discussing this on IRC we discovered it was an issue with the template I'm using.
Comment #6
jenlamptonThat should be working correctly, you might want to check that the $title variable is being printed correctly in your theme's page.tpl.php file. Look for a line that says something like...
If this line is missing, the title won't be printed at all.
Jen
Comment #7
jenlampton