Hi Friends,
I am trying to add a javascript ad code per the link below however I'm unable to save the theme php file. Is there something I'm missing? I would be very grateful for any help someone could provide.
https://simple-press.com/docum.....the-forum/
Eg.
sp_SectionEnd('', 'post');
if($spTopicView->currentPost==1) {
echo '<script id="mNCC" language="javascript"> medianet_width='336'; medianet_height= '280'; medianet_crid='XXXXXXX '; </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=XXXXXXX " language="javascript"></script>';
}
Note: I've replaced the numeric value to XXXXXXX within the code here for policy concerns.
I wish to insert an ad under the topic and if possible would like to add it under the reply post as well. Is there any suggestion on how I can have it appear under the topic?
Many thanks!