Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Help with banners......Help with banners......
Previous
 
Next
New Post
5/14/2006 11:55 PM
 
 I enabled banners at the host level in site settings. It placed an example banner next to the logo area. In this banner it says to use the vendor module to manage site banners. How do I get to the vendor module? I have added the banner module, but I cant seem to be able to modify the banner in the area next to the logo.
 
New Post
5/16/2006 4:33 AM
 

The banner module behaves differently to the banner skinobject from what I can see, since the banner skinobject runs off the settings in the host/admin area. Have you checked the settings that allows you use the banner through the site / portal. It's like having either local ads or global.  You need to add a vendor in the Host/Vendors section to enable the banners to show as far as I can see.

I'm not sure but I'm testing the dnn 3.2.6 build and finding some quirks with the banners and vendors... but only in the skinobject version, whereas when I use the module I haven't experienced any problems at this stage.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
5/17/2006 9:25 PM
 
Hi Nina. I was hoping someone would take a peek at this. Yes, I opened the template and see that this area is for banners. I'm lost in that the banner is telling me to manage through the vendor module. I don't see how I can manage this banner area through the vendor module. I see how to add the banner module, but have no clue where and how to get to the vendor module.
 
New Post
5/18/2006 9:53 AM
 

I've got an issue with banners aswell. I'm using Dnn 4.0.3 with child portals. It seems that banners on the main portal work, but with the banners on the child portal something goes wrong. When a user clicks on them they will not go to the correct URL. It seems like a refresh, or a link to the main portal.

 
New Post
5/18/2006 10:34 AM
 

Found a solution.

For some reason something goes wrong with Child portals and passing their portal id's to linkclick.aspx.
So: Dim objBanner As BannerInfo = objBanners.GetBanner(intBannerId, intVendorId, PortalSettings.PortalId), returns nothing. A quick fix for this is commenting out the last line of the sp GetBanner like so:

set ANSI_NULLS ON

set QUOTED_IDENTIFIER ON

go

 

ALTER procedure [dbo].[GetBanner]

@BannerId int,

@VendorId int,

@PortalID int

as

select Banners.BannerId,

Banners.VendorId,

'ImageFile' = case when Files.FileName is null then Banners.ImageFile else Files.Folder + Files.FileName end,

Banners.BannerName,

Banners.Impressions,

Banners.CPM,

Banners.Views,

Banners.ClickThroughs,

Banners.StartDate,

Banners.EndDate,

'CreatedByUser' = Users.FirstName + ' ' + Users.LastName,

Banners.CreatedDate,

Banners.BannerTypeId,

Banners.Description,

Banners.GroupName,

Banners.Criteria,

Banners.URL,

Banners.Width,

Banners.Height

FROM Banners

INNER JOIN Vendors ON Banners.VendorId = Vendors.VendorId

LEFT OUTER JOIN Users ON Banners.CreatedByUser = Users.UserID

left outer join Files on Banners.ImageFile = 'FileId=' + convert(varchar,Files.FileID)

where Banners.BannerId = @BannerId

and Banners.vendorId = @VendorId

--AND (Vendors.PortalId = @PortalID or (Vendors.PortalId is null and @portalid is null))

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Help with banners......Help with banners......


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out