Closed (fixed)
Project:
Beach
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 17:56 UTC
Updated:
10 Nov 2009 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sungsit commentedCould you please show me a screenshot?
I've tried Views to list Node titles and Node teasers but I can't find double titles displayed. See attached images below.
Comment #2
rojohansson commentedHere's two screenshots. Teasers work. I think its the full node mode that makes this.
Comment #3
Sungsit commentedOK, I figured it out. In node.tpl.php, let's change a single variable in IF condition from
<?php if (!$page): ?>to<?php if ($teaser): ?>(line 19). Like this below.This will display node titles as links in Views node teaser but plain text for full node, no more double titles.
I'll commit this for the next release. Thank you for your report.
Comment #4
rojohansson commentedGreat! That solved the issue!
Thank's for a really great and unique looking theme.
I've altered the skyline slightly to look like my city Örebro in Sweden. The site is http://www.orebrosurfarna.se
Comment #5
Sungsit commentedYou're welcome. Just don't forget to upload that new file for your live site too. (I still see double titles there ;)
Comment #6
gizu commentedHi.
I just tried this fix, it does fit those double titles, but i am e.x using the audio module, and after this fix, all titles in main content looses their title.
Do i need to make settings in views?
Comment #7
gizu commentedDouble titles can be fixed by views.