[Act] Problem with the show talk template.

Todd Rinaldo toddr at cpanel.net
Thu Mar 26 21:34:30 CET 2015


I don't know what publishing methods you're using but that shouldn't be able to happen by design. The contents of ~/yn2015-test/actdocs is what the test site uses. I see no uncommitted changes in that tree.

Todd

> On Mar 26, 2015, at 3:24 PM, Daniel Wright <dan at dwright.org> wrote:
> 
> 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>
> _______________________________________________
> Act mailing list
> Act at mongueurs.net
> http://listes.mongueurs.net/mailman/listinfo/act

Todd Rinaldo
toddr at cpanel.net




More information about the Act mailing list