“AddThis” under first post
Posted: 22 Jun 2010, 15:54
Would anyone (stoker ) please tell me how to add (“AddThis” sharing tool) under first posts in specific forum?
Thanks in advance
Thanks in advance
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<!-- IF FORUM_ID eq x or FORUM_ID eq x and postrow.S_FIRST_ROW --> addthis code here<!-- ENDIF -->
Code: Select all
Parse error: syntax error, unexpected T_LNUMBER in /home/ourdogs/public_html/ad/includes/template.php(175) : eval()'d code on line 168
Code: Select all
<!-- IF postrow.S_FIRST_ROW -->
<!-- IF FORUM_ID 31 --> '<div class="addthis_toolbox addthis_default_style">
'<a href="http://www.addthis.com/bookmark.php?v=250&username=ourdogs" class="addthis_button_compact">Share</a>
'<span class="addthis_separator">|</span>
'<a class="addthis_button_facebook"></a>
'<a class="addthis_button_live"></a>
'<a class="addthis_button_myspace"></a>
'<a class="addthis_button_google"></a>
'<a class="addthis_button_twitter"></a>
'<a class="addthis_button_delicious"></a>
'<a class="addthis_button_digg"></a>
'
'</div>
'<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=ourdogs"></script><!-- ENDIF -->
<!-- ENDIF -->
you forgot the eq you must have added the code before you saw my edited post!<!-- IF FORUM_ID eq 31 -->
I don’t know for these probably became from copy past, anyway it works now but not only under the first but under all posts in every topic.and my I ask why all the ' in the code?
Code: Select all
<!-- IF FORUM_ID eq 30 or FORUM_ID eq 31 and postrow.S_FIRST_ROW --> <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=xa-4c20ddf6669ece0a" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c20ddf6669ece0a"></script>
<!-- AddThis Button END --><!-- ENDIF -->