Fix appearance of the new ##Verified capcode in posts added by updater and cross-thread quote previews.
This commit is contained in:
parent
69727cea2c
commit
d717e4889d
@ -114,6 +114,9 @@ Build =
|
|||||||
if capcode is 'Founder'
|
if capcode is 'Founder'
|
||||||
capcodePlural = 'the Founder'
|
capcodePlural = 'the Founder'
|
||||||
capcodeDescription = "4chan's Founder"
|
capcodeDescription = "4chan's Founder"
|
||||||
|
else if capcode is 'Verified'
|
||||||
|
capcodePlural = 'Verified Users'
|
||||||
|
capcodeDescription = ''
|
||||||
else
|
else
|
||||||
capcodeLong = {'Admin': 'Administrator', 'Mod': 'Moderator'}[capcode] or capcode
|
capcodeLong = {'Admin': 'Administrator', 'Mod': 'Moderator'}[capcode] or capcode
|
||||||
capcodePlural = "#{capcodeLong}s"
|
capcodePlural = "#{capcodeLong}s"
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
?{pass}{ <span title="Pass user since ${pass}" class="n-pu"></span>}
|
?{pass}{ <span title="Pass user since ${pass}" class="n-pu"></span>}
|
||||||
?{capcode}{ <strong class="capcode hand id_${capcodeLC}" title="Highlight posts by ${capcodePlural}">## ${capcode}</strong>}
|
?{capcode}{ <strong class="capcode hand id_${capcodeLC}" title="Highlight posts by ${capcodePlural}">## ${capcode}</strong>}
|
||||||
?{email}{</a>}
|
?{email}{</a>}
|
||||||
?{boardID === "f" && !o.isReply || capcode}{}{ }
|
?{boardID === "f" && !o.isReply || capcodeDescription}{}{ }
|
||||||
?{capcode}{ <img src="${staticPath}${capcodeLC}icon${gifIcon}" alt="${capcode} Icon" title="This user is ${capcodeDescription}." class="identityIcon retina">}
|
?{capcodeDescription}{ <img src="${staticPath}${capcodeLC}icon${gifIcon}" alt="${capcode} Icon" title="This user is ${capcodeDescription}." class="identityIcon retina">}
|
||||||
?{uniqueID && !capcode}{ <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>}
|
?{uniqueID && !capcode}{ <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>}
|
||||||
?{flagCode}{ <span title="${flag}" class="flag flag-${flagCode.toLowerCase()}"></span>}
|
?{flagCode}{ <span title="${flag}" class="flag flag-${flagCode.toLowerCase()}"></span>}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user