View Full Version : Where do I add link code for Shopping Ads?
amyJJP
03-07-2009, 11:54 PM
I have vB 3.6.4
I've recently purchased a forum, and I need help in finding where to add the http link code for Shopping Ads.
Thanks so much!
--------------- Added 1236535200 at 1236535200 ---------------
:confused::confused:
amyJJP
03-11-2009, 12:02 AM
Can anyone help please?
DieselMinded
03-11-2009, 12:07 AM
You add the code where you want the ads to show
amyJJP
03-11-2009, 12:16 AM
You add the code where you want the ads to show
perhaps you can be more specific. I don't know how to write or read HTML, so I need very explicit instructions; i.e. Go to Admin Panel, click on XX, etc. TIA!!:)
Allnick
03-11-2009, 12:27 AM
There is an add on (modification) that you can use for advertising.
Have a look here......
https://vborg.vbsupport.ru/showthread.php?t=131150
Hope that helps.
DieselMinded
03-11-2009, 12:33 AM
where do you want your ads to show?
If you want to show them on your footer , you add your link code in the footer template , be advised that you will need to disallow some of the pages like search pages and ect to stay within the terms of agreement of advertisers.
GO TO ADMIN CP , THEN Styles & Templates THEN search in templates THEN select your Style THEN type footer in the test field THEN select YES to search titles only THEN click FIND THEN Select footer , Then After
$ad_location[ad_footer_start]
Add this code
<br />
<if condition="THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'group' AND THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'usercp' AND THIS_SCRIPT != 'sendmessage' AND THIS_SCRIPT != 'profile' AND THIS_SCRIPT != 'private' AND THIS_SCRIPT != 'subscriptions' AND THIS_SCRIPT != 'subscription' AND THIS_SCRIPT != 'member' AND THIS_SCRIPT != 'memberlist' AND THIS_SCRIPT != 'faq' AND THIS_SCRIPT != 'online' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'announcement' AND THIS_SCRIPT != 'calendar' AND THIS_SCRIPT != 'report'AND THIS_SCRIPT != 'awc_ds'">
<div align="center">
<tr>
ADD YOUR SHOPPING ADS LINK CODE HERE
</tr>
</div></if>
Im a designer not a coder so use at your own risk
Note Remove AND THIS_SCRIPT != 'index' if you want it to show on your index
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.