Copyright of your forums when copy and paste 07-28-2015, 05:02 AM
#1
Well Goto your skins templates Then > Ungrouped Template > Header Include.
Paste this
[hide]
[/hide]
A Simple Preview :
if you copied My Forums
and paste somewhere else it shows like
My Forum  More information: http://localhost/mybb/ © Copyright Forums
Image
Paste this
[hide]
PHP Code:
<script type="text/javascript">
function addLink() {
  var body_element = document.getElementsByTagName('body')[0];
  var selection;
  selection = window.getSelection();
  var pagelink = "<br /><br />More information: <a href='"+document.location.href+"'>"+document.location.href+"<br />© Copyright <b>{$mybb->settings['bbname']}</b>";
  var copytext = selection + pagelink;
  var newdiv = document.createElement('div');
  newdiv.style.position='absolute';
  newdiv.style.left='-99999px';
  body_element.appendChild(newdiv);
  newdiv.innerHTML = copytext;
  selection.selectAllChildren(newdiv);
  window.setTimeout(function() {
  body_element.removeChild(newdiv);
  },0);
}
document.oncopy = addLink;
</script>
A Simple Preview :
if you copied My Forums
and paste somewhere else it shows like
My Forum  More information: http://localhost/mybb/ © Copyright Forums
Image

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)










