-
We are considering using Community Server for our forum site, and may want to integrate DoubleClick ad server software. Has anyone else done this, and how difficult is it to do? Are there any CS forum sites you can recommend us to view where DoubleClick is integrated?
-
I was wondering whether it is possible to create programmatically a post without sending notifications to any of the thread subscriptions? I wrote a module that will inject advertisement every n number of posts and would create a reply post with an ad. Any help would be greatly appreciated.
-
I added some Google ads to my home page. Unfortunately, I picked a size that was larger than the ad area at the bottom of the page. It's filled the area completely and is too large. I'd like to remove it and use a smaller size. The problem is, since it completely fills the area, there is no room...
-
Just a quicky here guys, has anyone implemented random ads for the ad parts. By this I mean have the same adzones top bottom and side if you have them in and have a selelction of adds to play in each one, then have the content rotate. But I would need this randomness to only be to cirtain add zones and...
-
Hey I'm reckoning that if you've added an AdRotator to the page you know a bit about code... I guess that you could write some code that fires when the control is initialized to dynamically assign varying 'ads.xml' files according to the page's url. Thus, if the page's url is...
Posted to
Themes
(Forum)
by
aylwyn
on
Sun, Mar 4 2007
Filed under: skinning, skin, ads, advertisments, Skinned Controls
-
Hi, I've added an AdRotator to my Home page by editing Skin-Ads.ascx and Ads.Xml These Ads are currently displaying on all pages of my CS. Is it possible to have AdRotators displaying specific ads on specific pages.(It's all 'custom ads' not Google Ads) I would for example have certain...
-
I could use some help. First off, I'm non-technical, but I need to add a couple of jpg ads to our community server site, and I haven't been able to figure out how? Any help would be greatly appreciated. Also, ideal if there is a way to do so without coding. Also, I would like to be able to hyperlink...
-
I've customized my site so that my blog is at the root. I'd now like to add some Google AdSense ads to the top of every blog page just below the navigation bar and above the first displayed post. I'm looking for some clue as to what the right way to do something like that is and what files I would have...
-
For the most part I believe that you are pretty much on the verge of implementing rotating banners. I think you need to either remove the CS:AdPart wrapper around the Ads controls or just add in a new CS:Ads control. I am just starting to familiarize myself with the CS 2.1platform... But I am guessing...
-
Update: I've found where to stop displaying that ad in Skins-AggregatePostList.aspx. Until I figure out why it is displaying so odd, I've just set that ad to visible="false" & I created a new ad type in Skins-Ads.aspx & am using that with success. -Kevin