You need to Register for free and Login to post a message in the forum.

Forum

Child Lists (re: Countries and Regions) [Please Help]
Last Post 2006-11-03 11:33 AM by Lee Sykes. 4 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
David StaceyUser is Offline
Nuker
Nuker
Posts:14

--
2006-11-02 10:07 PM  

With reference to my previous post (Countries and Regions)

I have discovered what i need to do to create a region list for the UK (or any other country, for that matter) is to create a child list of country. However, the problem i have is that the 'Parent List' and 'Parent Entry' fields are greyed out (disabled).

What can i do about this?

Many Thanks

Dave

Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2006-11-03 08:15 AM  

Hi Dave,

This looks like a bug in 4.3.x - I've just done some research in the main dnn forums, have a look here:

http://www.dotnetnuke.com/Community...fault.aspx

and I've just posted here:

http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/mid/2108/threadid/61060/scope/posts/Default.aspx#81753

In a 3.1 installation you can select the parent list, in a 4.3.x installation you can not select the parent list.

I would go to the above post and tick 'email me' when someone replies to see if anyone from the core team replies to my post,

Thanks,

PS. - If you carry on a thread from one of your earlier posts, can you reply to your first post, otherwise it will become confusing for anyone else searching through these forum. - cheers

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
David StaceyUser is Offline
Nuker
Nuker
Posts:14

--
2006-11-03 10:17 AM  

Hi

Thanks for your input, Lee its greatly appreciated.

I was up most of the night, last night trying to figure out why the Parent List and Parent Entry lists were disabled.

After going through all the settings i could find, and think of on the Admin and Host menus, to no avail. I thought it needed a more logical approach, so i started by viewing the source. and discovered the following markup:

<tr id="rowSelectList" runat="server">
<td class="SubHead" width="160"><dnn:label id="plSelectList" text="Parent List:" runat="server" controlname="ddlSelectList"></dnn:label></td>
<td><asp:dropdownlist id="ddlSelectList" cssclass="NormalTextBox" AutoPostBack="true" Width="240" runat="server" Enabled="False"></asp:dropdownlist></td>
</tr>
<tr id="rowSelectParent" runat="server">
<td class="SubHead" width="160"><dnn:label id="plSelectParent" text="Parent Entry:" runat="server" controlname="ddlSelectParent"></dnn:label></td>
<td><asp:dropdownlist id="ddlSelectParent" cssclass="NormalTextBox" Width="240" runat="server" Enabled="False"></asp:dropdownlist></td>
</tr>

On noticing the attribute Enabled=False for both list boxes i spent hours trying to find the source file where this markup originates.

I found it in the /Admin/Lists folder. And the file to edit is listeditor.ascx

Change the Enabled=False atribute to Enabled=True

I made a backup of the listeditor.ascx file before making any changes 'Just in case!' a practice that i recomend.

Hope this helps

Dave.

Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2006-11-03 11:14 AM  
Hi Dave,

That's great, thanks for taking the time to post a solution, I'm sure this will help a lot of people until the bug is fixed in 4.3.x

- Do you need a list of the UK regions? - I created a list for a project way back in DNN2.x - you may want to alter some of them, but it will give you a starting point if you need them.

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2006-11-03 11:33 AM  
I figured I would post a list here for anyone else needing to create a list of UK regions, there maybe others to add, but this is the list I managed to put together for a project.

UK Counties:

West Sussex
Surrey
Kent
East Sussex
Wiltshire
Oxfordshire
Hampshire
Buckinghamshire
Berkshire
Somerset
Gloucestershire
Dorset
Devonshire
Cornwall
Isle of Wight
Jersey
Scilly Isles
Guernsey
Suffolk
Norfolk
Hertfordshire
Essex
Cambridgeshire
Bedfordshire
Worcestershire
West Midlands
Warwickshire
Staffordshire
Nottinghamshire
Northamptonshire
Leicestershire
Herefordshire
Derbyshire
West Yorkshire
South Yorkshire
North Yorkshire
East Yorkshire
Tyne and Wear
Northumberland
Lincolnshire
County Durham
Cleveland
Isle of Man
Shropshire
Merseyside
Greater Manchester
Lancashire
Cumbria
Cheshire
Greater London
Ayrshire
Europe
None
Antrim
Ards
Armagh
Avon
Ballymena
Ballymoney
Banbridge
Belfast
Borders Region
Carrickfergus
Castlereagh
Central Region
Coleraine
Cookstown
Craigavon
Derry
Down
Dumfries & Galloway Region
Dungannon
Durham
Dyfed
Fermanagh
Fife Region
Grampian Region
Gwent
Gwynedd
Hampshire
Highland Region
Larne
Limavady
Lisburn
Lothian Region
Magherafelt
Mid Glamorgan
Moyle
Newry and Mourne
Newtonabbey
North Down
Omagh
Orkney
Powys
Shetland (Zetland)
South Glamorgan
Strabane
Strathclyde Region
Tayside Region
West Glamorgan
Western Isles
Other
Scotland
Wales
Northern Ireland
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

DNN 6.2 by Sameer
Hi All i am using dnn 6.2 beta version for my demo site i need to custmize the 4 modules in that
RE: Deploying dnn by Sameer
Thanks a lot so kind of you
RE: Unable to Create Skin Package by schilders
Joe, When I click the Edit icon next to the skin package on the Host Extensions page, I receive t
horizontal main and submenu items by Dan Glanton
I found a very good tutorial on horizontal main and subitems in DNN Creative, but what about if you
RE: Skin creation - Menu questoni by Joseph Craig
This has to do with the structure of the elements that make up the skin and the CSS. Most likely, y
Skin creation - Menu questoni by CDMeyer
I have a skin and when I add more menu items to the nav bar than can fit in one row of nav, the seco
RE: FCK Editor in DNN 6 by Pingle2009
Just to follow on from Joe's reply, the 'official' line seems to be that not only that the old FCK E
RE: Slice a Site by Dan Glanton
Thanks, I'll look into that when I get a chance.
RE: Creating structured page content by Stephen Bugden
Thankyou very much Joe, I will take a look at your suggestions.
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
I googled a bit and found that this is a messy problem. Possibly the best solution will be to giv
RE: Subpages or dropdowns navigation is going behind this flash by vijendra
Pls check the attachment. That Iframe code we are using and subnavigations are goind behind that.
RE: Rename or move site from domain name to subdomain name by Bill Quinn
Hi Joseph, Thank you so much for your reply. I will be able to implement this later in the we
RE: Creating structured page content by Joseph Craig
Take a look at the DotNetNuke Reports Module, the DotNetNuke Form & List Module, SGSV from Tresslewo
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
It looks like your iframed content may have a z-index that puts it on top of the menu. I can't id
Subpages or dropdowns navigation is going behind this flash by vijendra
Hi, Subpages or dropdowns navigation is going behind this flash. Pls check the url below http://www.
RE: user adding images by rod lloyd
That worked, thank you. I did not expect those permissions to be in File Manager. I note a
RE: Unable to Create Skin Package by Joseph Craig
To be quite honest, I've never used this functionality to create a skin. What I usually do is cre
RE: Unable to Create Skin Package by Joseph Craig
I'm confused by this, too.
RE: Unable to Create Skin Package by schilders
We are running DNN 6.x
RE: Unable to Create Skin Package by Joseph Craig
Which version of DotNetNuke are you using?
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds