Customizing SMF > Modifications and Packages
Share This Topic
timetraveller:
This is what I have entered:
Suki:
Open your Sources/ShareThis.php file, find this:
--- Code: ---if ($AddThisEnable && !empty($modSettings['share_addthisbutton_enable']))
$context['html_headers'] .= '
<script type="text/javascript">
jQuery(document).ready(function($)
{
jQuery(function()
{
jQuery(\'.navigate_section\').append(\'<span class="sharethis_addthis_script"><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pubid=xa-4f0f51eb17eb2a19"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" style="border:0"/></a></span>\');
});
});
</script>';
}
--- End code ---
and replace it with this:
--- Code: --- if ($AddThisEnable && !empty($modSettings['share_addthisbutton_enable']))
$context['html_headers'] .= '
<script type="text/javascript">
jQuery(document).ready(function($)
{
jQuery(function()
{
jQuery(\'.navigate_section\').append(\'<span class="sharethis_addthis_script"><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pubid=xa-4f0f51eb17eb2a19"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" style="border:0"/></a></span>\');
});
});
</script>';
if ($context['user']['is_admin'])
{
echo '<pre>';
print_r($context['current_board']);
print_r($share_options_boards);
echo '</pre>';
}
}
--- End code ---
Then go to your board 12 and post whatever is on the top
timetraveller:
--- Quote from: Suki on July 16, 2012, 07:05:37 PM ---Then go to your board 12 and post whatever is on the top
--- End quote ---
Can you explain what you mean by this please?
luuuciano:
print_r($context['current_board']);
print_r($share_options_boards);
will show information to the admin user (only), at top (of board 12?)
Suki:
--- Quote from: timetraveller on July 19, 2012, 05:14:23 PM ---
--- Quote from: Suki on July 16, 2012, 07:05:37 PM ---Then go to your board 12 and post whatever is on the top
--- End quote ---
Can you explain what you mean by this please?
--- End quote ---
Go to your board with ID 12, ie: http;//myforum.com/index.php?board=12.0
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version