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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Banner ModuleBanner Module
Previous
 
Next
New Post
2/28/2007 3:16 PM
 
My banner module kept giving me an error this morning so I deleted it with the intention of reinstalling the module. Well now I can't find the original banner rotator install file (.zip) ??? anywhere!!!! So I can't reinstall it.

Now I can't get my banners up at all and I'm under a deadline.

Can anyone point me to an original install download somewhere or a free banner module that I can download that will do the same job as the one included with DNN 4.0

Thanx in advance.
 
New Post
3/1/2007 9:34 AM
 
bump for help
 
New Post
3/1/2007 1:06 PM
 

You know, we don't actually provide those as separate installs... since they are admin tools, they don't fit the normal install mode quite right ... which doesn't help you much now.

What I would do to help you is simply to create a new install and tell you what the settings should be... but you can probably do that for yourself (and I don't have time just now, sorry).  Since there is no UNINSTALL, all you should have lost is these two entries for the display and edit controls (the files should still be there)... you'll be surprised at how easy it is to fix.

I'll  check in on this thread later... please post if you get it fixed :)


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
New Post
3/1/2007 2:45 PM
 
swillhite (mrswoop) wrote

You know, we don't actually provide those as separate installs... since they are admin tools, they don't fit the normal install mode quite right ... which doesn't help you much now.

What I would do to help you is simply to create a new install and tell you what the settings should be... but you can probably do that for yourself (and I don't have time just now, sorry).  Since there is no UNINSTALL, all you should have lost is these two entries for the display and edit controls (the files should still be there)... you'll be surprised at how easy it is to fix.

I'll  check in on this thread later... please post if you get it fixed :)



Thank you for the reply =)

I did what you said before I read your reply just trying to come up with the solution.... and you are dead on!!!!

My only hang up was that the drop down menu for the source edit controls, didn't include the admin/vendor/edit banner ascx files????

know how I can get those to appear???? and my banners module will be back !!!! =)
 
New Post
3/2/2007 5:27 PM
 

Knew it couldn't be THAT simple ;)

I've not tested the following SQL, but these two statements SHOULD be about what you need... you can run it from the Host SQL window or do this via Enterprise Manager or with whatever access you have:

 

INSERT INTO [dbo].[ModuleControls]
           ([ModuleDefID]
           ,[ControlKey]
           ,[ControlTitle]
           ,[ControlSrc]
           ,[IconFile]
           ,[ControlType]
           ,[ViewOrder]
           ,[HelpUrl])
     VALUES
           (<YOUR CONTROL ID>
           ,NULL
           ,NULL
           ,'Admin/Vendors/DisplayBanners.ascx'
           ,NULL
           ,0
           ,NULL
           ,NULL)

INSERT INTO [dbo].[ModuleControls]
           ([ModuleDefID]
           ,[ControlKey]
           ,[ControlTitle]
           ,[ControlSrc]
           ,[IconFile]
           ,[ControlType]
           ,[ViewOrder]
           ,[HelpUrl])
     VALUES
           (<YOUR CONTROL ID>
           ,'Edit'
           ,'Edit Banners'
           ,'Admin/Vendors/BannerOptions.ascx'
           ,NULL
           ,1
           ,NULL
           ,NULL)


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Banner ModuleBanner Module


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