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

nevets’s picture

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.

jaypan’s picture

Won't full html allow for javascript?

Contact me to contract me for D7 -> D10/11 migrations.

nevets’s picture

No Full HTML does not allow javascript (it is a risk).