Find: headinclude
<meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>
Replace
<meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>
<vb:if condition="THIS_SCRIPT == 'showthread'">
<link rel="canonical" href="http://www.example.com/forum/{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}" />
</vb:if>
Find: SHOWTHREAD
<vb:if condition="$show['fb_likebutton']">
Replace
<vb:if condition="$show['fb_likebutton']">
<div id="fb_likeframe" style="border: none; overflow: hidden; height: 27px; width: 95px; vertical-align: text-bottom; padding-top:1px;"><a href="http://twitter.com/share?url=http://www.forumdigitalfoto.com/{vb:link thread, {vb:raw thread}}" class="twitter-share-button" data-count="horizontal" data-via="f_digitalfoto">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>{vb:raw fblikebutton}
---------------------------------------------
The code above worked for my forum but now have a problem. Topics with accents do not work. How to solve this problem?
|