Changeset 1259

Show
Ignore:
Timestamp:
11/21/08 08:00:13 (12 months ago)
Author:
bsmith
Message:

adding profile to Vanilla+TypePad?-Connect-Comments template set

Location:
trunk/Vanilla/plugins/Vanilla
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/plugins/Vanilla/config.yaml

    r1255 r1259  
    399399                    label: Homepage 
    400400                    outfile: index.html 
     401                profile: 
     402                    label: Profile 
     403                    outfile: profile.html 
    401404            individual: 
    402405                entry:  
  • trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml

    r1255 r1259  
    2424                TPConnect.tpc_message = document.getElementById('tpc_post_message').innerHTML; 
    2525            </script> 
    26             <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/embed.js?permalink=<$MTEntryPermalink$>"></script> 
     26            <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/embed.js?permalink=<$MTEntryPermalink$>"></script> 
    2727            <script type="text/javascript" src="http://static.typepad.com/.shared/js/profile/blogside.js"></script> 
    28             <noscript><a href="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/thread?permalink=<$MTEntryPermalink$>">View the entire comment thread.</a></noscript> 
     28            <noscript><a href="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/thread?permalink=<$MTEntryPermalink$>">View the entire comment thread.</a></noscript> 
    2929<!-- End - TypePad Connect Code --> 
    3030 
  • trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml

    r1255 r1259  
    11<!-- 
    22    == STEP 1 == 
    3     Enter the unique id for your blog as the value of "blog_code" in this template 
     3    Enter the unique id for your blog as the value of "typepad_blog_id" in this template. 
     4    You will find this id in the code that is supplied when following the steps to add 
     5    TypePad Connect Comments to your blog. There will be a large block of code, but  
     6    you will see an id about 35 characters/digits long. 
    47--> 
    5 <$mt:Var name="blog_code" value="abc123abc123abc123abc123abc123abc1"$> 
     8<$mt:Var name="typepad_blog_id" value="abc123abc123abc123abc123abc123abc1"$> 
    69<!-- 
    710    == STEP 2 == (only necessary if combining MT and TP commenting on the same blog) 
  • trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml

    r1255 r1259  
    99 
    1010    <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="TypePad Connect Comments"></h1> 
     11     
     12    <ul> 
     13        <li><a href="<mt:Link template="profile">">view profile<a></li> 
     14    </ul> 
    1115 
    1216<!-- end header --><hr /> 
     
    2832    (or other footer include file), place this script in that module. 
    2933--> 
    30 <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/counts_embed.js"></script> 
     34<script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/counts_embed.js"></script> 
    3135 
    3236</body>