Bombardier Active member Nov 6, 2015 #1 Can anybody please tell me how to place my adsense code so the adds show just below a media item?
Chris D XenForo developer Staff member Nov 6, 2015 #2 The template is xengallery_media_view There you should see a div with the class name "mediaMeta". Put the ads directly below that. Upvote 0 Downvote
The template is xengallery_media_view There you should see a div with the class name "mediaMeta". Put the ads directly below that.
Chris D XenForo developer Staff member Nov 7, 2015 #3 @Bombardier there's no reason why you shouldn't be able to reply here. A more specific way of doing as I said would be to find this line of code in the xengallery_media_view template: Code: <ul class="tabs Tabs mediaTabs" data-panes="#MediaPanes > li" data-history="on"> And directly above it add your adsense code. Upvote 0 Downvote
@Bombardier there's no reason why you shouldn't be able to reply here. A more specific way of doing as I said would be to find this line of code in the xengallery_media_view template: Code: <ul class="tabs Tabs mediaTabs" data-panes="#MediaPanes > li" data-history="on"> And directly above it add your adsense code.