Ignore:
Timestamp:
Jan 25, 2013, 3:50:04 PM (11 years ago)
Author:
mistic100
Message:

Complete help for Yahoo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/admin/template/providers.tpl

    r20371 r20373  
    4747<form method="post" action="" class="properties">
    4848<fieldset id="commentsConf">
    49  
     49
    5050{foreach from=$PROVIDERS item=provider key=p}
    5151  <div data-p="{$p}" class="provider {$p} {if $CONFIG[$p].enabled}enabled{else}disabled{/if}">
     
    100100        </li>
    101101      {/if}
    102 
     102     
    103103      {if $p=='Live'}
    104104        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Redirect Domain</b>':$SERVERNAME}</li>
     
    108108      {elseif $p=='LinkedIn'}
    109109        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Website URL</b>':$SERVERNAME}</li>
    110         <li>{'Set the <b>Application Type</b> to <em>Web Application</em>'|@translate}</li> 
     110        <li>{'Set the <b>Application Type</b> to <em>Web Application</em>'|@translate}</li>
    111111      {elseif $p=='Yahoo'}
    112112        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Application URL</b>, <b>Application Domain</b>':$SERVERNAME}</li>
    113         <li>{'Set the <b>Kind of Application</b> to <em>Web-based</em>'|@translate}</li>
    114         <li>{'Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'|@translate}</li>
     113        <li>{'Set the <b>Kind of Application</b> to <em>Web-based</em>'|@translate}</li>
     114        <li>{'Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'|@translate}</li>
     115        <li>{'Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'|@translate}</li>
    115116      {elseif $p=='Twitter'}
    116117        <li>{'Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'|@translate|sprintf:'<b>Application Website</b>, <b>Application Callback URL</b>':$SERVERNAME}</li>
     
    122123      {/if}
    123124     
    124         <li>{'Once you have registered, copy and past the created application credentials into this setup page'|@translate}</li> 
     125        <li>{'Once you have registered, copy and past the created application credentials into this setup page'|@translate}</li>
    125126      </ol>
    126127    {else}
Note: See TracChangeset for help on using the changeset viewer.