Question about ad location

perrie
@perrie
7 years ago
435 posts
Hi everyone!
I am wondering how to put an ad at the bottom of the "Discussion" pages.
First, which templet would I use?
Second, where would I put the code?
Thanks!
Perrie~
updated by @perrie: 05/06/17 10:55:11AM
douglas
@douglas
7 years ago
2,790 posts
When you say "Discussions" do you mean Forum or Group Discussions?

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Strumelia
Strumelia
@strumelia
7 years ago
3,603 posts
Perry, if I remember correctly, you use that jrDiscussion module on your site rather than a profile forum with jrForum...is that right? (it might be relevant here to know that.)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
perrie
@perrie
7 years ago
435 posts
Hi Doug,
When I say discussion I mean the forum, but as Stumelia wisely pointed out, my forum is actually made out of a group, so that I could have threaded discussions. That being said, on the ACP, when I I want to go to modify the forum I go
ACP>Profiles>Discussions>Templates.... the question for me is which template should I use and where would I put the ad code.
michael
@michael
7 years ago
7,714 posts
Thats the Discussions module as strumelia pointed out.

A good way to find out where to put it, is to add a bit of text to somewhere that seams right, and see where it comes out.

something like: LOCATION ONE IN TEMPLATE name.tpl

Then go look at where you think it will come out to see if you see that text.

If it is where you want the ad, then replace that text with your ad code.
douglas
@douglas
7 years ago
2,790 posts
perrie:
Hi Doug,
When I say discussion I mean the forum, but as Stumelia wisely pointed out, my forum is actually made out of a group, so that I could have threaded discussions. That being said, on the ACP, when I I want to go to modify the forum I go
ACP>Profiles>Discussions>Templates.... the question for me is which template should I use and where would I put the ad code.


I'd say at the bottom of the jrDiscussion/templates/item_detail.tpl you might wrap it in a block cass div. ie:

<div class="block">
Your ad code here.....
</div>

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 02/03/17 11:31:45AM
perrie
@perrie
7 years ago
435 posts
OK I will try both methods and I will let everyone know how it works out.