Hi, I have question about ads.. I have already managed to place ads inside topic view, but I’m having problems with placing ads on the main forum page, for example, between two forum groups.
For placing ads inside topic view, I used:
if(
$spTopicView->currentPost==1) || ($spTopicView->currentPost==4){
echo 'my ad code here';
}Not sure which file to edit and how would the line of code look like for placing ads between forum groups.
Any help would be appreciated. Thx