By Fakeheal on
Can u give me some tuts or so about adding a block in drupal. For example I have - <script src="http://downloads.dir.bg/block.php?bid=4"></script> ? How to add it into a block then to put it into my sidebar?
Can u give me some tuts or so about adding a block in drupal. For example I have - <script src="http://downloads.dir.bg/block.php?bid=4"></script> ? How to add it into a block then to put it into my sidebar?
Comments
On the block admin page you
On the block admin page you can add a block. Paste the code in the "body", since it include javascript make sure the filter is PHP code. After saving the block you can add it to the region for the sidebar.
Won't full html allow for
Won't full html allow for javascript?
Contact me to contract me for D7 -> D10/11 migrations.
No Full HTML does not allow
No Full HTML does not allow javascript (it is a risk).