[Act] Problem with the show talk template.

Daniel Wright dan at dwright.org
Thu Mar 26 21:24:29 CET 2015


After receiving a complaint that people were unable to see talk titles on yn2015, I was encountering difficulty understanding why that was — they look fine in the dev site, but not live.

I believe it is the case that the dev site and live site are not using the same template.      Is this a case of a new template that was staged on to the test site but never deployed live?   Any insight on what the future functionality is intended to be?

-Dan


yapcna at spectre:/home/apache/htdocs $ diff conferences-test/templates/core/talk/show conferences/templates/core/talk/show
2d1
< <h1>[% title %]</h1>
48d46
< </p>
50c48,49
< [% IF !hide_details && (url_abstract || url_talk) %]
---
> </p>
> [% IF url_abstract || url_talk %]
66,88d64
< [% IF !hide_details && (url_video1 || url_video2 || url_video3) %]
< <p> {{Video:}}</p>
<  <ul>
<   [% IF url_video1 %]
<       <li><a href="[% url_video1 %]">[% url_video1 %]</a></li>
<   [% END %]
<   [% IF url_video2 %]
<       <li><a href="[% url_video2 %]">[% url_video2 %]</a></li>
<   [% END %]
<   [% IF url_video3 %]
<       <li><a href="[% url_video3 %]">[% url_video3 %]</a></li>
<   [% END %]
<  </ul>
< [% END %]
<
< <hr />
<
< [% IF hide_details %]
< <p>[% expand(chunked_teaser) | html_line_break %]</p>
< [% ELSE %]
< <p>[% expand(chunked_abstract) | html_line_break %]</p>
< [% END %]
<
89a66,68
> <p>
> [% expand(chunked_abstract) | html_line_break %]
> </p>
92a72
> <ul>
94c74
<   [% user_info(u) %],
---
>   <li>[% user_info(u) %]</li>
95a76
> </ul>


More information about the Act mailing list