| Topic | Presenter | Summary | Duration |
| ---------------------------- | ------------- | --------------------------------------------------------------------------------------------------- | -------- |
| How to Add a Dropdown Option | David F. & JC | This video is from a working session between David F. and JC covering how to add a dropdown option. | 33:01 |00:00:07.110 --> 00:00:09.854 OK so I would JC yet again.00:00:09.860 --> 00:00:11.830 I love training this guy.00:00:11.830 --> 00:00:14.798 He is learning so fast and we are00:00:14.798 --> 00:00:18.420 going to go over how to add a dropdown00:00:18.420 --> 00:00:21.649 option Now what project is for a camp?00:00:21.650 --> 00:00:24.548 OK cool so I'm going to use00:00:24.548 --> 00:00:27.148 since you're going to do it camp.00:00:27.150 --> 00:00:30.657 I'm not going to double your work00:00:30.657 --> 00:00:34.837 so I will use Ubi as an example.00:00:34.840 --> 00:00:36.944 And I'm not 100% sure how to do00:00:36.944 --> 00:00:39.049 it right off the top of my head,00:00:39.050 --> 00:00:40.884 I'm gonna have to go look again.00:00:40.890 --> 00:00:43.905 So because of that I'm gonna I'm gonna lead.00:00:43.910 --> 00:00:45.614 And then you can share screen with this00:00:45.614 --> 00:00:46.987 picture that you know what you did,00:00:46.990 --> 00:00:49.850 not just what I did.00:00:49.850 --> 00:00:52.615 From the little research that I've done,00:00:52.620 --> 00:00:54.882 it looks like something in app00:00:54.882 --> 00:00:57.359 settings is something in our settings,00:00:57.360 --> 00:00:59.330 and, uh, actually, you know,00:00:59.330 --> 00:01:02.490 I'm glad you brought it up. We can.00:01:02.490 --> 00:01:05.650 We've had to do this for many projects.00:01:05.650 --> 00:01:10.786 One of them is SCI, so I will pull up Sci.00:01:10.790 --> 00:01:12.486 And I'll show you the code we used00:01:12.486 --> 00:01:14.168 there and then we'll try it newbie,00:01:14.170 --> 00:01:16.648 and if it works then we know.00:01:16.650 --> 00:01:18.946 But, uh, that's how we do it.00:01:18.950 --> 00:01:21.590 So I have not updated SCI in forever,00:01:21.590 --> 00:01:25.740 but it doesn't matter because. Uhm?00:01:25.740 --> 00:01:27.590 It doesn't matter because I'm,00:01:27.590 --> 00:01:29.798 I think it has the code.00:01:29.800 --> 00:01:32.383 So right here there's a key that00:01:32.383 --> 00:01:33.865 you're familiar with, right?00:01:33.865 --> 00:01:34.990 Because you know,00:01:34.990 --> 00:01:37.240 you know it's come from just00:01:37.314 --> 00:01:38.658 for the video sake.00:01:38.660 --> 00:01:42.101 If you go to I will add a folder to this00:01:42.101 --> 00:01:44.927 workspace and then remove it later.00:01:44.930 --> 00:01:48.858 Oh oh dot clarity dot E commerce dot00:01:48.858 --> 00:01:51.916 registry loader if you go into there.00:01:51.920 --> 00:01:54.110 And you go into a.00:01:56.260 --> 00:01:57.170 Check contacts.00:01:57.170 --> 00:01:59.900 And then you'll find these properties.00:01:59.900 --> 00:02:02.519 Then this one is kind of weird 'cause it's00:02:02.519 --> 00:02:04.986 only got one properties folder or file,00:02:04.990 --> 00:02:07.582 but in there you can find the different00:02:07.582 --> 00:02:10.005 app settings that are available to you00:02:10.005 --> 00:02:12.334 to add appsettings config and you will00:02:12.334 --> 00:02:14.526 find keys and this is one of those.00:02:14.530 --> 00:02:15.745 Simply search it.00:02:15.745 --> 00:02:19.220 Can we go over to this file again?00:02:19.220 --> 00:02:21.796 Only search we should find right here?00:02:21.800 --> 00:02:23.272 Clarity Dashboard, dot route,00:02:23.272 --> 00:02:24.008 custom routes.00:02:24.010 --> 00:02:26.596 So basically we can add additional00:02:26.596 --> 00:02:28.320 routes with this key.00:02:28.320 --> 00:02:29.890 That's essentially what it does,00:02:29.890 --> 00:02:32.116 so here you'll see an example that00:02:32.116 --> 00:02:34.290 we already have the key with that,00:02:34.290 --> 00:02:36.425 and then the value start with comma00:02:36.425 --> 00:02:38.668 and then you'll add an object that00:02:38.668 --> 00:02:40.570 will have all of these properties.00:02:40.570 --> 00:02:42.768 So name type of key, title, esref.00:02:42.768 --> 00:02:45.280 So you have to have a state Rep00:02:45.350 --> 00:02:47.862 obviously to go to for the new route00:02:47.862 --> 00:02:50.360 and then we'll go into that in a00:02:50.360 --> 00:02:52.457 second and you want to enable it,00:02:52.457 --> 00:02:55.010 you have to pay attention to the order.00:02:55.010 --> 00:02:58.286 I'll have to figure out where this list ends.00:02:58.290 --> 00:03:00.845 But you have to pay attention the00:03:00.845 --> 00:03:04.127 order in we believe still go up by 10.00:03:04.130 --> 00:03:05.504 And then you have the option00:03:05.504 --> 00:03:07.236 to put in an icon, UM campus,00:03:07.236 --> 00:03:08.664 not expecting icons in that dropdown,00:03:08.670 --> 00:03:10.574 so we don't have to worry about that.00:03:10.580 --> 00:03:13.532 Just like we didn't worry about it for SCI.00:03:13.540 --> 00:03:16.000 So what we will do is,00:03:16.000 --> 00:03:18.870 I think this is actually moving right?00:03:18.870 --> 00:03:20.601 Nope, this camp.00:03:20.601 --> 00:03:22.909 OK, let's close it.00:03:22.910 --> 00:03:25.179 So I said I would do it with Ruby and I will.00:03:27.960 --> 00:03:30.237 And you can find the original of this list.00:03:30.240 --> 00:03:33.020 I am gonna I think I said that a second ago.00:03:33.020 --> 00:03:34.784 I am going to go find it,00:03:34.790 --> 00:03:36.814 but I'm going to just add this first.00:03:36.820 --> 00:03:39.088 OK, so since I have the code here already,00:03:39.090 --> 00:03:41.448 I'm just going to copy it.00:03:41.450 --> 00:03:45.270 But I will paste it to you in the chat.00:03:45.270 --> 00:03:47.030 In that way you can have it too,00:03:47.030 --> 00:03:48.320 and then obviously you just alter00:03:48.320 --> 00:03:49.670 it to what you need, right?00:03:52.350 --> 00:03:53.594 Pronounce little more complicated00:03:53.594 --> 00:03:55.667 than just this, but it's gonna00:03:55.667 --> 00:03:58.320 be really close to just that so.00:03:58.320 --> 00:04:00.848 Alright, so I had my Ruby workspace open.00:04:00.850 --> 00:04:03.258 I will leave it kind of nested in00:04:03.258 --> 00:04:05.837 here so we can still see this old00:04:05.837 --> 00:04:08.427 code just for for you in the video.00:04:08.430 --> 00:04:10.958 I already copied it so I got it.00:04:10.960 --> 00:04:13.996 So in the new project will00:04:13.996 --> 00:04:16.020 go to appsettings.com page.00:04:16.020 --> 00:04:18.840 We will probably use dashboard00:04:18.840 --> 00:04:21.096 dropdown settings because you00:04:21.096 --> 00:04:24.148 added that and this is related to.00:04:24.150 --> 00:04:26.838 That drop down right?00:04:26.840 --> 00:04:29.910 Uhm, Yep, space that ever.00:04:29.910 --> 00:04:31.026 And now we will.00:04:31.026 --> 00:04:33.709 I will go ahead and just use one of00:04:33.709 --> 00:04:35.587 these because I don't wanna have00:04:35.587 --> 00:04:37.806 to go create all three states,00:04:37.810 --> 00:04:40.338 but you would do obviously how it is,00:04:40.340 --> 00:04:40.944 you know.00:04:40.944 --> 00:04:43.360 Just add one for each one so I00:04:43.441 --> 00:04:45.709 will get rid of all this code.00:04:47.850 --> 00:04:50.739 And then I want to double check that order,00:04:50.740 --> 00:04:53.629 but I'm gonna add one I don't know ask,00:04:53.630 --> 00:04:57.375 I guess assets is not a default00:04:57.375 --> 00:05:00.540 dropdown item. I guess. Keyboard.00:05:03.750 --> 00:05:04.938 That's probably 1 password.00:05:14.980 --> 00:05:19.120 It just didn't update work work.00:05:19.120 --> 00:05:20.696 Google things to work, but I don't mind.00:05:20.700 --> 00:05:21.680 I'm not sure it works.00:05:25.900 --> 00:05:29.379 There we go. OK, there we go.00:05:29.380 --> 00:05:31.090 We can see it drop down,00:05:31.090 --> 00:05:32.847 so you see that assets is not00:05:32.847 --> 00:05:34.514 one of the defaults, right?00:05:34.514 --> 00:05:36.786 We have my dashboard of my profile camp.00:05:36.790 --> 00:05:38.785 I'm sure it's pretty similar to this,00:05:38.790 --> 00:05:40.476 except that some of these depend00:05:40.476 --> 00:05:42.224 on app settings like that we00:05:42.224 --> 00:05:43.629 just saw like favorites list.00:05:43.630 --> 00:05:44.770 Right favorites are enabled,00:05:44.770 --> 00:05:46.480 then you won't see it here.00:05:46.480 --> 00:05:48.760 If it is enabled, you'll see it here,00:05:48.760 --> 00:05:51.150 just automatically.00:05:51.150 --> 00:05:54.489 So after we let me just close this 'cause00:05:54.489 --> 00:05:58.068 we don't need a hammer after we do that.00:05:58.070 --> 00:06:00.866 Uhm? We gotta have setting now.00:06:00.870 --> 00:06:02.610 We need to go save it.00:06:02.610 --> 00:06:05.220 Of course we need to go to App TS.00:06:07.400 --> 00:06:08.950 And in this store, right?00:06:08.950 --> 00:06:10.182 'cause we're handling dashboard,00:06:10.182 --> 00:06:11.722 which is on the storefront.00:06:14.030 --> 00:06:16.375 I'm gonna open it in two and00:06:16.375 --> 00:06:18.170 separate window, but this00:06:18.170 --> 00:06:20.970 isn't too small for recording.00:06:20.970 --> 00:06:22.140 Are you are you OK?00:06:22.140 --> 00:06:23.764 You can see this. Yeah I'm good.00:06:26.040 --> 00:06:28.496 So this is gonna reach out to you.00:06:28.500 --> 00:06:30.941 So dashboard assets dot list. Right?00:06:30.941 --> 00:06:33.589 Here if you scroll quite a bit down00:06:33.589 --> 00:06:36.347 if you're not familiar with App TS,00:06:36.350 --> 00:06:38.715 you should get familiar because00:06:38.715 --> 00:06:42.060 you'll you'll have to come here a lot.00:06:42.060 --> 00:06:43.910 Probably as a front ender,00:06:43.910 --> 00:06:46.130 even if it's just for information.00:06:46.130 --> 00:06:49.315 So here you see these different States00:06:49.315 --> 00:06:52.668 and we've nested them very conveniently.00:06:52.670 --> 00:06:55.278 You know the code would still work if00:06:55.278 --> 00:06:58.194 you did that right, but we made it.00:06:58.194 --> 00:07:01.300 The layout helps you tell helps you see like,00:07:01.300 --> 00:07:04.400 oh, this is, you know, this is just one.00:07:04.400 --> 00:07:06.475 This is indented, so there's two.00:07:06.475 --> 00:07:08.545 This is indented Morrison story, right?00:07:08.545 --> 00:07:10.270 We added dashboard assets list,00:07:10.270 --> 00:07:14.419 so we're going to look for you to dashboard.00:07:14.420 --> 00:07:15.122 Dot assets.00:07:15.122 --> 00:07:17.230 Now, that probably doesn't exist, right?00:07:24.240 --> 00:07:26.528 We're going to add.00:07:26.530 --> 00:07:29.041 Wine now I'm not sure that I would dispute00:07:29.041 --> 00:07:32.510 end product, but you could do dot state.00:07:32.510 --> 00:07:33.830 Actually we can just copy what00:07:33.830 --> 00:07:35.573 we have right here, right?00:07:35.573 --> 00:07:39.888 So. I'll be right up.00:07:39.890 --> 00:07:44.300 User dashboard dot assets dot.00:07:44.300 --> 00:07:45.896 Let's make sure it matches right?00:07:45.900 --> 00:07:46.695 'cause this is.00:07:46.695 --> 00:07:47.755 You're basically telling it.00:07:47.760 --> 00:07:49.657 Hey, when they click this or do00:07:49.657 --> 00:07:51.478 I want them to go catch it?00:07:51.480 --> 00:07:53.590 That's what routinely here, right?00:07:53.590 --> 00:07:56.026 And then your title would obviously,00:07:56.030 --> 00:07:57.248 you know you.00:07:57.248 --> 00:08:00.090 You recognize already this is a translation,00:08:00.090 --> 00:08:02.925 so you're gonna have to add translation.00:08:02.930 --> 00:08:06.272 That's something like you know UI00:08:06.272 --> 00:08:09.749 that storefront dot what we got here.00:08:09.750 --> 00:08:11.690 Uhm?00:08:11.690 --> 00:08:15.475 User dashboard too dot assets00:08:15.475 --> 00:08:18.503 dot list or something.00:08:18.510 --> 00:08:20.830 Take a look if you know if we00:08:20.830 --> 00:08:22.450 already have a translation,00:08:22.450 --> 00:08:24.090 that's all its storefront that,00:08:24.090 --> 00:08:25.374 uh, is for list.00:08:25.374 --> 00:08:28.023 You could consider using that we try to00:08:28.023 --> 00:08:30.312 make them match where the location is,00:08:30.320 --> 00:08:32.574 but if there's something like UI dot00:08:32.574 --> 00:08:34.586 storefront that user dashboard to general00:08:34.586 --> 00:08:38.370 dot list then it's probably OK, right?00:08:38.370 --> 00:08:40.446 URL will be obviously the URL,00:08:40.450 --> 00:08:44.527 so we're going to go to assets slash list.00:08:44.530 --> 00:08:47.248 We probably have a you know00:08:47.248 --> 00:08:50.130 above this dot user dashboard.00:08:50.130 --> 00:08:53.532 Uhm, you know another state that use00:08:53.532 --> 00:08:56.730 the dash dot assets first, right?00:08:56.730 --> 00:08:59.790 Then you would have a list inside of that,00:08:59.790 --> 00:09:01.966 but I'm just trying to show kind of00:09:01.966 --> 00:09:04.220 a quick and dirty or how to do it.00:09:04.220 --> 00:09:04.554 Uhm,00:09:04.554 --> 00:09:06.892 so the parent of this will be00:09:06.892 --> 00:09:08.699 directly the user dashboard.00:09:08.700 --> 00:09:10.660 Has override title in template,00:09:10.660 --> 00:09:12.886 so that's basically asking to write00:09:12.886 --> 00:09:15.350 title here if I'm not mistaken,00:09:15.350 --> 00:09:17.030 the answer is yes.00:09:17.030 --> 00:09:19.550 And then your views dashboard template00:09:19.630 --> 00:09:21.928 URL and then here you're obviously00:09:21.928 --> 00:09:24.777 going to point to the HTML file you00:09:24.777 --> 00:09:28.850 want to load when you go to that.00:09:28.850 --> 00:09:29.804 Two that you.00:09:29.804 --> 00:09:31.394 Let's see see this route.00:09:31.400 --> 00:09:32.780 I don't know what route is,00:09:32.780 --> 00:09:34.607 but you can figure it out if you just00:09:34.607 --> 00:09:36.458 like the folder in the file structure,00:09:36.460 --> 00:09:37.130 right?00:09:37.130 --> 00:09:41.150 So if we it's probably store.00:09:41.150 --> 00:09:42.490 Uhm like user frameworks torless.00:09:42.490 --> 00:09:46.378 Let's look at see if we can find it.00:09:46.380 --> 00:09:48.582 Excuse me so frameworks store and00:09:48.582 --> 00:09:50.050 then user dashboard right?00:09:50.050 --> 00:09:51.890 That would be under that.00:09:54.070 --> 00:09:57.195 User dashboard here we see00:09:57.195 --> 00:10:00.320 views dashboard that HTML views.00:10:00.320 --> 00:10:01.826 So you're going to have to00:10:01.826 --> 00:10:03.386 go add another file, right?00:10:03.386 --> 00:10:06.420 For your your list, so use.00:10:11.050 --> 00:10:13.324 Assets. Phyllis.00:10:13.324 --> 00:10:15.988 Sure, exactly how you were structured,00:10:15.990 --> 00:10:19.612 but you get the idea you were. It would.00:10:19.612 --> 00:10:21.405 It would still be a view, right?00:10:21.405 --> 00:10:22.935 Even the nested ones are views.00:10:22.940 --> 00:10:24.676 Actually, we can probably look at that00:10:24.676 --> 00:10:26.270 right user dashboard dot user dashboard.00:10:26.270 --> 00:10:28.250 But what about this one?00:10:28.250 --> 00:10:30.874 Address book list goes to views address book.00:10:30.880 --> 00:10:32.854 So it looks like all the00:10:32.854 --> 00:10:34.170 ones for user dashboard.00:10:34.170 --> 00:10:36.613 All the views are just one one00:10:36.613 --> 00:10:38.635 level deep regardless of the state00:10:38.635 --> 00:10:40.749 level catch you see what I mean?00:10:40.750 --> 00:10:43.374 Yeah, so it's not like user dashboard views.00:10:43.380 --> 00:10:45.030 Address book list dot HTML.00:10:45.030 --> 00:10:46.998 It's just a fuse, so Yep.00:10:47.000 --> 00:10:48.650 So here you would add.00:10:48.650 --> 00:10:51.442 I'm not going to go much farther than00:10:51.442 --> 00:10:54.237 this because I think you get the idea now.00:10:54.240 --> 00:10:55.890 But yeah you would put,00:10:55.890 --> 00:10:58.550 you know a new file in here.00:10:58.550 --> 00:11:00.325 And then if you want to, obviously,00:11:00.325 --> 00:11:02.110 if you want to output like interactive,00:11:02.110 --> 00:11:03.874 then you'll put your directive in that.00:11:03.880 --> 00:11:05.462 It's like here we go to user00:11:05.462 --> 00:11:06.930 dashboard HTML or dashboard HTML.00:11:06.930 --> 00:11:08.960 You see all it does is just00:11:08.960 --> 00:11:10.930 to give with the directive.00:11:10.930 --> 00:11:13.296 So if I already have a page00:11:13.296 --> 00:11:15.419 that's added on the DNN site,00:11:15.420 --> 00:11:17.490 does that HTML show up here?00:11:17.490 --> 00:11:19.898 Or how do I go about that?00:11:19.900 --> 00:11:23.350 If you already have a?00:11:23.350 --> 00:11:23.761 Uhm?00:11:23.761 --> 00:11:26.638 If you already have a page that00:11:26.638 --> 00:11:28.816 you made indianen, yeah.00:11:28.816 --> 00:11:30.560 What was your question?00:11:30.560 --> 00:11:32.226 So if I already have it paid,00:11:32.230 --> 00:11:33.896 like basically I just want to make00:11:33.896 --> 00:11:35.852 it to where when I put this in00:11:35.852 --> 00:11:37.250 there and someone clicks on it,00:11:37.250 --> 00:11:40.978 it goes to that page that I created.00:11:40.980 --> 00:11:43.348 So in this way this HTML stuff is.00:11:43.350 --> 00:11:45.718 I would assume that's where you would want.00:11:45.720 --> 00:11:49.030 You don't link to that page, right?00:11:49.030 --> 00:11:49.646 Yeah, OK,00:11:49.646 --> 00:11:50.878 that's an interesting question.00:11:50.880 --> 00:11:52.764 I actually don't know the answer00:11:52.764 --> 00:11:54.879 to that off the top my head,00:11:54.880 --> 00:11:57.590 so you want to go like here click on in00:11:57.666 --> 00:12:00.114 my example assets and then go to and00:12:00.114 --> 00:12:02.888 then it would get into it access page.00:12:02.890 --> 00:12:03.808 Yeah yeah yeah.00:12:09.920 --> 00:12:13.630 I don't think you could do this00:12:13.630 --> 00:12:16.390 for that then I. I don't know.00:12:16.390 --> 00:12:18.010 I'd have to think about that00:12:18.010 --> 00:12:20.110 for a second escrow. Assets.00:12:22.250 --> 00:12:25.364 Maple, sure, 'cause this is gonna00:12:25.364 --> 00:12:28.430 take you there in. And dumb.00:12:31.570 --> 00:12:32.990 In South, right? Yeah,00:12:32.990 --> 00:12:35.490 it's there a well, let's just see.00:12:35.490 --> 00:12:37.650 So what's an example of a00:12:37.650 --> 00:12:39.739 page that we know is made?00:12:39.740 --> 00:12:42.660 I've altered this heavily.00:12:42.660 --> 00:12:44.616 I think camp is more normal.00:12:44.620 --> 00:12:46.888 I know camp has like container and00:12:46.888 --> 00:12:49.179 they have another one that's on there.00:12:49.180 --> 00:12:51.455 Both of those I believe were made.00:12:54.610 --> 00:12:56.850 See you asking I so like blog.00:12:56.850 --> 00:12:59.524 Yeah so if you go once the00:12:59.524 --> 00:13:01.020 loading things done. Yeah.00:13:06.410 --> 00:13:09.650 So yeah, so once you sign in. Huh?00:13:13.400 --> 00:13:13.900 2nd.00:13:16.870 --> 00:13:19.970 Thank you. Long password.00:13:23.150 --> 00:13:25.160 It's accidentally shared on the screen00:13:25.160 --> 00:13:27.840 earlier, but not a big deal, it's better.00:13:30.170 --> 00:13:32.186 It's different, little00:13:32.186 --> 00:13:35.546 different from what mine has.00:13:35.550 --> 00:13:36.634 It's on my end.00:13:36.634 --> 00:13:38.260 If you see that like screenshot00:13:38.327 --> 00:13:39.597 thing that I sent you,00:13:39.600 --> 00:13:41.166 it has like those extra ones00:13:41.166 --> 00:13:42.570 for udif container and stuff.00:13:45.600 --> 00:13:49.317 Uhm? Do you want to share your screen?00:13:49.320 --> 00:13:50.640 Yeah, so we were talking about.00:13:54.160 --> 00:13:54.830 Uhm?00:13:58.190 --> 00:13:59.288 Let's see here.00:14:01.390 --> 00:14:01.980 4.00:14:04.830 --> 00:14:08.410 Alright, so. Once logged in,00:14:08.410 --> 00:14:11.994 like once I hit this they have00:14:11.994 --> 00:14:14.620 this direct container order and.00:14:14.620 --> 00:14:16.444 These invoices I think this is00:14:16.444 --> 00:14:17.660 something that somebody made.00:14:17.660 --> 00:14:19.720 I would believe that these00:14:19.720 --> 00:14:21.368 were not created yet.00:14:21.370 --> 00:14:24.079 And so, as you can tell and app settings,00:14:24.080 --> 00:14:26.439 I see these custom routes like the00:14:26.439 --> 00:14:28.902 thing you were showing me and I00:14:28.902 --> 00:14:30.966 see that they had these warehouse00:14:31.041 --> 00:14:33.036 invoices and stuff like that.00:14:33.040 --> 00:14:34.972 OK yeah, just like every show00:14:34.972 --> 00:14:38.580 me like rare yeah, OK.00:14:38.580 --> 00:14:41.350 So, but you want to know how to make one00:14:41.419 --> 00:14:44.047 of these links go to 80 and then page.00:14:44.050 --> 00:14:47.740 Yeah, so like when I click on that it.00:14:47.740 --> 00:14:48.570 Sure, yeah,00:14:48.570 --> 00:14:51.475 it takes me to direct container order.00:14:51.480 --> 00:14:53.976 Yeah, but this isn't indianen right.00:14:53.980 --> 00:14:54.810 Oh, gotcha.00:14:54.810 --> 00:14:56.885 See this is 'cause it.00:14:56.890 --> 00:14:59.512 Basically the way to know if00:14:59.512 --> 00:15:02.720 it's DNN the way that we do it.00:15:02.720 --> 00:15:03.135 OK,00:15:03.135 --> 00:15:06.455 DNN can handle nested pages or nested routes,00:15:06.460 --> 00:15:10.254 but the way that we do it00:15:10.254 --> 00:15:12.950 like.com/oneword that's a DNN page.00:15:12.950 --> 00:15:13.295 Gotcha,00:15:13.295 --> 00:15:16.400 but then when you went there it was like00:15:16.476 --> 00:15:19.564 slash dashboard and then it has like slash.00:15:19.570 --> 00:15:22.370 Bing pound.00:15:22.370 --> 00:15:24.930 See and then sales orders and then container.00:15:24.930 --> 00:15:28.605 So if you go back to your.00:15:28.610 --> 00:15:30.930 The code.00:15:30.930 --> 00:15:33.457 You'll see that when you clicked on.00:15:33.460 --> 00:15:38.080 Which was a direct container, doors right.00:15:38.080 --> 00:15:39.512 Whatever you say, alright?00:15:39.512 --> 00:15:40.228 This one?00:15:40.230 --> 00:15:40.972 Yeah, yeah,00:15:40.972 --> 00:15:43.198 so you'll see that the Astrophys00:15:43.198 --> 00:15:44.933 user dashboard sales orders00:15:44.933 --> 00:15:46.328 container that's nested.00:15:46.330 --> 00:15:47.920 Right, yeah?00:15:47.920 --> 00:15:50.385 And but here's the thing, right?00:15:50.385 --> 00:15:54.425 If you go back to the the website.00:15:54.430 --> 00:15:55.564 You will see,00:15:55.564 --> 00:15:58.210 so it's definitely possible no matter how.00:15:58.210 --> 00:16:00.818 If you click dropdown.00:16:00.820 --> 00:16:04.426 And you go to my dashboard.00:16:04.430 --> 00:16:09.710 I believe so, even that's nested.00:16:09.710 --> 00:16:10.682 See that yeah?00:16:10.682 --> 00:16:13.381 I thought I thought that it would just00:16:13.381 --> 00:16:16.790 go to slash dashboard, but it doesn't.00:16:16.790 --> 00:16:18.670 Uhm?00:16:18.670 --> 00:16:22.600 Does what you're doing need to be a DNN page?00:16:22.600 --> 00:16:24.676 Uhm, no, I don't believe so.00:16:24.680 --> 00:16:28.150 All I solve from 'cause this is all the time.00:16:28.150 --> 00:16:32.454 It just wanted me to create the actual.00:16:32.460 --> 00:16:33.972 Of the program's page,00:16:33.972 --> 00:16:36.240 which I believe I have here.00:16:36.240 --> 00:16:38.319 Which is just like your basic thing.00:16:38.320 --> 00:16:40.301 And then when I look at the00:16:40.301 --> 00:16:42.178 actual HTML that they have here,00:16:42.180 --> 00:16:44.556 I see that they just have the programs.00:16:44.560 --> 00:16:46.342 So I just assume that they00:16:46.342 --> 00:16:48.467 have this in here you click it00:16:48.467 --> 00:16:50.497 and it takes you to that page.00:16:50.500 --> 00:16:52.579 'cause that's no that totally makes sense.00:16:52.580 --> 00:16:53.170 Yeah, yeah.00:16:56.520 --> 00:16:59.870 OK so I know of a way to do it.00:16:59.870 --> 00:17:02.574 I think we need to find and I00:17:02.574 --> 00:17:04.899 was going to show it to you,00:17:04.900 --> 00:17:07.238 but you could just find it yourself.00:17:07.240 --> 00:17:08.832 Gotcha where this like?00:17:08.832 --> 00:17:10.424 What's responsible for actually00:17:10.424 --> 00:17:11.889 outputting those list items?00:17:11.890 --> 00:17:14.260 Alright, in the dropdown and then00:17:14.260 --> 00:17:17.059 we can just add one ourselves.00:17:17.060 --> 00:17:18.710 And we can, you know.00:17:18.710 --> 00:17:21.680 Basically we we we can handle it from there,00:17:21.680 --> 00:17:23.978 UM, so click on the dropdown00:17:23.978 --> 00:17:26.299 and then inspect one of those.00:17:26.300 --> 00:17:28.616 Uhm, doesn't really matter which one,00:17:28.620 --> 00:17:31.267 right? OK.00:17:31.267 --> 00:17:36.370 Still see dropdown item in the Dibb of it.00:17:36.370 --> 00:17:37.618 So their dibs,00:17:37.618 --> 00:17:39.698 actually they're not list items.00:17:39.700 --> 00:17:44.560 OK, and then you have this dynamic ID button.00:17:44.560 --> 00:17:46.351 Many menu underscore.00:17:46.351 --> 00:17:49.933 So button mini menu is probably00:17:49.933 --> 00:17:52.049 where we need to go.00:17:52.050 --> 00:17:53.366 Or mini menu controller.00:17:53.366 --> 00:17:56.120 Go look for that mini mini controller.00:18:04.770 --> 00:18:06.930 'cause probably somewhere in00:18:06.930 --> 00:18:09.921 here it's a control room. Uhm,00:18:09.921 --> 00:18:11.667 or arguing your breakey controller wrong,00:18:11.670 --> 00:18:15.156 you didn't sell it. There we go.00:18:15.160 --> 00:18:17.068 Well, both I guess technically anyway,00:18:17.070 --> 00:18:18.660 UM and then collapse once,00:18:18.660 --> 00:18:20.568 so we can just own it.00:18:20.570 --> 00:18:22.160 Yeah, yeah, there you go.00:18:22.160 --> 00:18:23.750 OK, so hardly anything here.00:18:23.750 --> 00:18:25.646 We have one of the skins,00:18:25.650 --> 00:18:27.696 but is that the camp skin00:18:27.696 --> 00:18:30.499 or is that a different skin?00:18:30.500 --> 00:18:32.028 Uh, the bottom file.00:18:32.028 --> 00:18:33.938 There it is camp OK,00:18:33.940 --> 00:18:35.800 so someone's already created an00:18:35.800 --> 00:18:38.140 override for this for whatever reason.00:18:38.140 --> 00:18:42.424 So if you go to that file.00:18:42.430 --> 00:18:44.630 And just open it,00:18:44.630 --> 00:18:46.280 just click anything.00:18:46.280 --> 00:18:48.464 And now you're going to see all these00:18:48.464 --> 00:18:50.020 different devs that are like hey,00:18:50.020 --> 00:18:52.778 are we building the menu and then?00:18:52.780 --> 00:18:55.230 A look on line 37.00:18:59.120 --> 00:19:01.600 So see how it says if config you00:19:01.600 --> 00:19:03.475 you've seen this before, right?00:19:03.475 --> 00:19:06.155 It's a config dot feature set that stores.00:19:06.160 --> 00:19:10.150 That's my store admin is enabled.00:19:10.150 --> 00:19:11.615 And Sue Security Service that00:19:11.615 --> 00:19:12.787 has real store administrator.00:19:12.790 --> 00:19:14.452 And then you're going to see00:19:14.452 --> 00:19:16.535 more of that like set config dot00:19:16.535 --> 00:19:18.649 feature set to stores dot my story.00:19:18.650 --> 00:19:20.883 I've been so look for the one00:19:20.883 --> 00:19:22.630 for instance or favorites.00:19:22.630 --> 00:19:23.939 It's gonna be close to the bottom.00:19:26.460 --> 00:19:29.100 I like Scroll down. Oh OK,00:19:29.100 --> 00:19:32.170 gotcha or is there a repeat in here anywhere?00:19:32.170 --> 00:19:34.378 Let's see. Dropdown item.00:19:34.378 --> 00:19:36.722 But in many, many years.00:19:36.722 --> 00:19:38.427 So there's the logout button.00:19:38.430 --> 00:19:43.790 There's a separator playing 55.00:19:43.790 --> 00:19:46.690 Uhm, my brand admin enabled.00:19:46.690 --> 00:19:50.804 No. Prime enabled now OK.00:19:50.804 --> 00:19:52.528 Scroll up a bit.00:19:52.530 --> 00:19:54.228 It's probably the first thing that00:19:54.228 --> 00:19:57.630 we're not finding it this fast, UM?00:19:57.630 --> 00:20:02.824 Oh, there it is. OK like 28.00:20:02.830 --> 00:20:06.136 Or 29 so the energy repeat.00:20:06.140 --> 00:20:07.466 Section in May,00:20:07.466 --> 00:20:10.560 so that is what's actually being repeated00:20:10.646 --> 00:20:13.208 to give you the buttons you want.00:20:13.210 --> 00:20:13.860 Alright, right?00:20:13.860 --> 00:20:16.904 So what we can do is kind of not00:20:16.904 --> 00:20:19.487 necessarily the way I would do this,00:20:19.490 --> 00:20:23.330 but we can do is just copy any one of these.00:20:23.330 --> 00:20:26.114 Probably copy that dev copy 28 to 36.00:20:31.640 --> 00:20:35.114 I. K and then paste it right below 36.00:20:37.330 --> 00:20:39.496 OK, and then you know fixing00:20:39.496 --> 00:20:40.940 indentation set up here.00:20:40.940 --> 00:20:42.536 We're working in a comfortable way.00:20:42.540 --> 00:20:46.470 There we go and then get ready for NT repeat.00:20:46.470 --> 00:20:48.514 Uh, so get rid of this line.00:20:48.520 --> 00:20:50.564 Yep, because we're not going to repeat.00:20:50.570 --> 00:20:52.719 We're just like we're just gonna make00:20:52.719 --> 00:20:54.969 one that goes where you want it to.00:20:54.970 --> 00:20:57.160 OK, that makes sense, yeah?00:20:57.160 --> 00:20:58.639 So now, uhm.00:21:00.720 --> 00:21:04.404 Instead of the dynamic like bracket00:21:04.404 --> 00:21:07.730 bracket section name bracket bracket.00:21:07.730 --> 00:21:10.180 SC I got it in two places.00:21:10.180 --> 00:21:12.548 Delete that and just put like programs in00:21:12.548 --> 00:21:14.810 specials or something like even delete00:21:14.810 --> 00:21:16.825 these brackets including the brackets.00:21:18.890 --> 00:21:19.260 Uhm?00:21:23.320 --> 00:21:25.744 I put can I put that or do00:21:25.744 --> 00:21:28.179 should I put and I would put?00:21:28.180 --> 00:21:29.608 I would put underscore.00:21:29.608 --> 00:21:31.750 Specialist is what I would do00:21:31.825 --> 00:21:34.117 gotcha and just leave the handout.00:21:34.120 --> 00:21:35.639 I don't know if you can put00:21:35.639 --> 00:21:36.978 the ampersand in there or not.00:21:36.980 --> 00:21:38.956 I do know that HTML is kind of00:21:38.956 --> 00:21:41.840 picky about the ampersands. So.00:21:41.840 --> 00:21:47.896 OK, and then we need to go to.00:21:47.900 --> 00:21:50.784 Uhm, let's think about this so you00:21:50.784 --> 00:21:54.357 can get rid of section Dot title key.00:21:54.360 --> 00:21:56.400 Alright, just get rid of the00:21:56.400 --> 00:21:58.060 span or just keep it.00:21:58.060 --> 00:22:01.075 I'm sorry just just just like we just did.00:22:01.080 --> 00:22:02.690 We're just going to keep00:22:02.690 --> 00:22:04.780 doing what you just did again,00:22:04.780 --> 00:22:06.460 just put programs and specials.00:22:06.460 --> 00:22:07.345 So for now,00:22:07.345 --> 00:22:10.150 because I know this won't have a translate.00:22:10.150 --> 00:22:12.838 Let's just delete the whole day to translate.00:22:12.840 --> 00:22:13.197 Gotcha,00:22:13.197 --> 00:22:14.982 there will be there's separate00:22:14.982 --> 00:22:17.039 trainings existing about how to add00:22:17.039 --> 00:22:18.761 translations and then inside the span00:22:18.761 --> 00:22:20.570 just type programs and specials.00:22:25.680 --> 00:22:28.704 Yep, and I think there you actually have00:22:28.704 --> 00:22:32.041 to use xampp as well. Because HTML is.00:22:32.041 --> 00:22:35.240 It's like it's almost like a reserved00:22:35.327 --> 00:22:38.288 keyword like you have in like Java,00:22:38.290 --> 00:22:40.941 or like you can't name something new, right?00:22:40.941 --> 00:22:43.830 Yeah, so HTML is like you can't put this00:22:43.904 --> 00:22:46.640 text in there like we were reserving it.00:22:48.660 --> 00:22:51.460 And then you ask her plus to me kind of00:22:51.538 --> 00:22:54.555 implies that you're gonna use a statement,00:22:54.560 --> 00:22:55.944 but you're not right.00:22:55.944 --> 00:22:57.674 So before we confirm this,00:22:57.680 --> 00:23:02.224 leave this one to go and save it.00:23:02.230 --> 00:23:04.258 It's not gonna break anything saved.00:23:04.260 --> 00:23:06.288 Uhm, go ahead and remove this.00:23:06.290 --> 00:23:08.986 Well actually will leave it there for now.00:23:08.990 --> 00:23:12.945 OK, and then I want to know.00:23:12.950 --> 00:23:14.930 How? Because I don't remember00:23:14.930 --> 00:23:17.420 off the top of my head.00:23:17.420 --> 00:23:18.500 I think that you know00:23:18.500 --> 00:23:19.790 and just kind of does it.00:23:19.790 --> 00:23:23.310 Let's go look at the front end again.00:23:23.310 --> 00:23:25.878 And inspect one of the links in that00:23:25.878 --> 00:23:28.280 like list like Ecatalog, Retraite, retailers,00:23:28.280 --> 00:23:30.765 trade homeowners about us on the left.00:23:30.770 --> 00:23:31.886 Oh, gotcha, yeah.00:23:31.886 --> 00:23:34.886 Just it's like one of those that just00:23:34.886 --> 00:23:37.156 goes to a normal DN page, whichever.00:23:37.156 --> 00:23:40.482 Whichever one does that, I don't know.00:23:40.482 --> 00:23:43.018 Also top my head.00:23:43.020 --> 00:23:46.260 So it's literally just an HF.00:23:46.260 --> 00:23:49.206 That's what it looks like so.00:23:49.210 --> 00:23:49.930 You want to,00:23:49.930 --> 00:23:51.610 so that's what we're gonna do is00:23:51.667 --> 00:23:53.675 we're just gonna add an href to camp00:23:53.675 --> 00:23:55.619 camp Dutch local that clarity client.00:23:55.620 --> 00:23:58.560 I'm not saying this is the best way to do it,00:23:58.560 --> 00:24:00.252 we're just gonna make it work00:24:00.252 --> 00:24:01.900 first and then we're going to00:24:01.900 --> 00:24:03.748 think about how we can fix it so00:24:03.807 --> 00:24:05.499 you can delete all playing 34.00:24:10.590 --> 00:24:12.120 But we still need the line.00:24:12.120 --> 00:24:13.360 Sorry, we're still going to00:24:13.360 --> 00:24:15.179 need like to type on that line,00:24:15.180 --> 00:24:16.455 but we can delete everything00:24:16.455 --> 00:24:17.730 that's already on there before.00:24:17.730 --> 00:24:19.794 Is this where you want me to be00:24:19.794 --> 00:24:21.810 or you want me to be one up?00:24:21.810 --> 00:24:23.738 Oh, I'm sorry. My bad 42 got you00:24:23.738 --> 00:24:25.378 should have seen the game right?00:24:25.380 --> 00:24:27.380 So what am I delete?00:24:27.380 --> 00:24:31.763 All of 42, but keep your cursor on 42.00:24:31.770 --> 00:24:32.300 Gotcha.00:24:35.620 --> 00:24:37.510 And then type F equals.00:24:40.100 --> 00:24:43.004 And then you know what it should be00:24:43.004 --> 00:24:45.624 should colon slash slash camp dash00:24:45.624 --> 00:24:48.202 local like this correctly, are right.00:24:48.202 --> 00:24:50.107 So just put programs and00:24:50.107 --> 00:24:52.339 specials or whole thing alright?00:24:58.480 --> 00:25:01.245 And then if you save and build.00:25:01.250 --> 00:25:03.419 That should show up just like a normal thing.00:25:03.420 --> 00:25:05.924 Now it's always going to show up at00:25:05.924 --> 00:25:08.236 the bottom. So I hope that is OK.00:25:08.240 --> 00:25:09.920 Do I have to restart this?00:25:09.920 --> 00:25:15.740 You did not have to restart a. No.00:25:15.740 --> 00:25:18.503 No, you don't have to restart this all when00:25:18.503 --> 00:25:21.047 it's only in HTML change or TypeScript.00:25:21.050 --> 00:25:25.685 You don't have to restart up holes when it's.00:25:25.690 --> 00:25:28.114 App settings, stock config, or an ascx file?00:25:28.120 --> 00:25:30.544 Some of the other stuff you have open.00:25:30.550 --> 00:25:32.938 Yeah, you would need to restart00:25:32.938 --> 00:25:34.530 apples for those things.00:25:34.530 --> 00:25:37.710 But oh, and I guess that's OK.00:25:37.710 --> 00:25:40.050 You didn't need to do a whole build up.00:25:40.050 --> 00:25:41.090 That's right. And you.00:25:41.090 --> 00:25:42.890 Also, you're probably gonna have00:25:42.890 --> 00:25:45.510 to minify for it to show up.00:25:45.510 --> 00:25:47.590 Yes, go ahead and do a whole minify00:25:47.590 --> 00:25:49.775 and then turn on a watch after that.00:25:52.110 --> 00:25:54.710 Just just in the interest of saving time,00:25:54.710 --> 00:25:57.110 but. You didn't do anything wrong.00:26:06.320 --> 00:26:08.441 OK, and now let's see. Yeah,00:26:08.441 --> 00:26:10.246 turn the watch stacking type00:26:10.246 --> 00:26:12.300 of watch and you'll find it.00:26:14.520 --> 00:26:14.850 Yep.00:26:18.860 --> 00:26:21.086 And then, uh, if you reload hard,00:26:21.090 --> 00:26:23.010 you know hard reload or whatever.00:26:23.010 --> 00:26:24.980 And sometimes this thing doesn't00:26:24.980 --> 00:26:27.480 like it when I right click.00:26:27.480 --> 00:26:28.616 It's really very odd.00:26:28.616 --> 00:26:31.079 I do think you can long press that.00:26:31.080 --> 00:26:32.880 Actually, you know do same thing.00:26:35.860 --> 00:26:37.596 Oh yeah, OK, when dev tools is00:26:37.596 --> 00:26:40.700 open, you can long press it.00:26:40.700 --> 00:26:41.890 I think that's the case.00:26:45.910 --> 00:26:48.566 Oh yeah, cool, alright glad I knew that.00:26:48.570 --> 00:26:50.278 That would probably work.00:26:50.278 --> 00:26:52.413 Way better than my right00:26:52.413 --> 00:26:54.078 clicking for some reason.00:26:54.080 --> 00:26:58.776 Alright yeah, OK, so did we get it?00:26:58.780 --> 00:27:03.058 We didn't. Stop there,00:27:03.058 --> 00:27:06.130 that's weird, uhm?00:27:06.130 --> 00:27:07.240 Go back to PS code.00:27:10.130 --> 00:27:12.760 So we added the do.00:27:12.760 --> 00:27:14.595 I know it's gonna seem00:27:14.595 --> 00:27:16.430 stupid to save this file.00:27:16.430 --> 00:27:20.790 Save it, Yep. Alright.00:27:20.790 --> 00:27:22.320 Just make it build again00:27:22.320 --> 00:27:23.850 and then go refreshing it.00:27:23.850 --> 00:27:25.146 If it doesn't show up now,00:27:25.150 --> 00:27:26.240 we're going to turn off00:27:26.240 --> 00:27:27.520 apples and turn it back on.00:27:33.610 --> 00:27:36.358 Still, it showed up, that's weird.00:27:36.360 --> 00:27:41.144 OK, uhm, so go ahead and left apples.00:27:41.150 --> 00:27:44.965 Maybe we could we change this setting.00:27:44.970 --> 00:27:47.060 I'm don't know, I didn't.00:27:47.060 --> 00:27:53.530 I didn't think we've changed. Uhm? Yeah.00:27:53.530 --> 00:27:56.904 I don't think we changed anything like.00:27:56.910 --> 00:28:00.960 But that would require stopping apples. So.00:28:03.700 --> 00:28:07.216 Because we just hard coded a,00:28:07.220 --> 00:28:11.140 you know, a redirect, yeah?00:28:11.140 --> 00:28:14.510 You do have camp open, right?00:28:14.510 --> 00:28:15.510 Yeah, you're sure you're00:28:15.510 --> 00:28:16.760 in the right words, right?00:28:19.860 --> 00:28:25.964 I hover, yeah, just hover any file OK?00:28:25.970 --> 00:28:28.496 And you're in the override file.00:28:28.500 --> 00:28:30.669 And you've built.00:28:30.670 --> 00:28:33.950 And we added something hardcoded.00:28:33.950 --> 00:28:36.285 And there's no like sanitizing00:28:36.285 --> 00:28:39.370 here going on like that's nothing.00:28:39.370 --> 00:28:43.356 So. Maybe no,00:28:43.356 --> 00:28:46.944 because we're not really using DNA.00:28:46.950 --> 00:28:48.210 It's gonna say maybe and then00:28:48.210 --> 00:28:51.350 have the apples we started, but.00:28:51.350 --> 00:28:52.410 That would make any sense.00:28:57.610 --> 00:29:01.020 No luck, still not there.00:29:01.020 --> 00:29:02.930 Weird, OK, let's try something00:29:02.930 --> 00:29:04.906 more extreme. Open mini menu.00:29:04.906 --> 00:29:08.440 Go find the one that says like login00:29:08.440 --> 00:29:10.956 or authentication or whatever.00:29:10.960 --> 00:29:13.725 One of these devs will say that.00:29:13.730 --> 00:29:15.730 And, uh, no, I'm sorry, not the law.00:29:15.730 --> 00:29:17.980 You know, I won't log out my bad gotcha.00:29:21.130 --> 00:29:24.286 And just highlight 72 to 80.00:29:26.920 --> 00:29:29.615 And a little trick. I learned it.00:29:29.620 --> 00:29:32.378 So if you get control forward slash00:29:32.378 --> 00:29:35.027 it will comment out all the lines.00:29:35.030 --> 00:29:38.560 If you hit shift alt A it will it will00:29:38.661 --> 00:29:41.916 coming out your specific selection.00:29:41.920 --> 00:29:43.880 Which is pretty cool.00:29:43.880 --> 00:29:47.024 So if I'm not, I don't think I've00:29:47.024 --> 00:29:49.559 ever used the shift all day.00:29:49.560 --> 00:29:54.366 OK see oh gotcha yeah Yep.00:29:54.370 --> 00:29:55.946 Which obviously right now we didn't need it,00:29:55.950 --> 00:29:56.930 but if you're ever like,00:29:56.930 --> 00:29:58.328 oh I want to comment out00:29:58.328 --> 00:29:59.810 this argument in a function.00:29:59.810 --> 00:30:01.496 And the argument is with other00:30:01.496 --> 00:30:02.950 arguments on the same line,00:30:02.950 --> 00:30:05.230 you can just come out this part anyway.00:30:05.230 --> 00:30:07.606 OK and then save and then.00:30:07.610 --> 00:30:09.394 Go back to front end and see if00:30:09.394 --> 00:30:11.296 you know reload and if something00:30:11.296 --> 00:30:12.346 is actually changed.00:30:12.350 --> 00:30:14.310 See if the log out button disappeared.00:30:14.310 --> 00:30:15.978 That's what I'm expecting to happen.00:30:18.660 --> 00:30:20.130 And it's OK.00:30:20.130 --> 00:30:22.580 So we're not smoking crack.00:30:22.580 --> 00:30:24.230 This is the right file.00:30:24.230 --> 00:30:26.547 So she called it back in up.00:30:26.550 --> 00:30:30.627 Scroll up a little bit to what we added.00:30:30.630 --> 00:30:33.262 And are we on the same level00:30:33.262 --> 00:30:35.268 as everything else we are OK?00:30:35.270 --> 00:30:38.096 You we don't have an NGO or we do00:30:38.096 --> 00:30:40.728 have an NGOONGF get rid of that.00:30:42.810 --> 00:30:43.599 That's no problem.00:30:45.790 --> 00:30:49.830 Yep. 'cause basically saying hey if00:30:49.830 --> 00:30:53.688 there's a section to esref for this piece00:30:53.688 --> 00:30:56.610 or something and there's not obviously.00:30:56.610 --> 00:30:59.018 There you go, hey cool, now if you go00:30:59.018 --> 00:31:01.343 to a different page and you come back00:31:01.343 --> 00:31:03.839 to this page it should just take you.00:31:03.840 --> 00:31:05.622 They should take you right where00:31:05.622 --> 00:31:07.250 you are. UPS00:31:09.590 --> 00:31:12.229 there you go off no mission complete.00:31:12.230 --> 00:31:16.150 Yeah now it's working but it's not right.00:31:16.150 --> 00:31:19.860 OK, and I'll tell you, I'll tell you why.00:31:19.860 --> 00:31:22.916 Because we almost never use you open it,00:31:22.920 --> 00:31:26.734 open your code again. We almost00:31:26.734 --> 00:31:31.470 never use actual 8 reps in the code.00:31:31.470 --> 00:31:35.160 Yeah, uhm, normally you use.00:31:35.160 --> 00:31:37.060 Dynamic stuff, right gotcha?00:31:37.060 --> 00:31:39.910 But basically what we're doing is00:31:39.993 --> 00:31:42.786 like we're breaking out of Seth to00:31:42.786 --> 00:31:45.208 put something for DNN into stuff.00:31:45.210 --> 00:31:47.400 That's what we're doing here.00:31:47.400 --> 00:31:48.933 Got, yeah, uhm,00:31:48.933 --> 00:31:52.510 I would probably one or two things.00:31:52.510 --> 00:31:53.210 Either.00:31:55.560 --> 00:31:56.976 Trying to think of how to do this.00:31:59.990 --> 00:32:00.230 Yeah.00:32:02.880 --> 00:32:05.268 I would either.00:32:05.270 --> 00:32:07.226 Ping the front end development channel,00:32:07.230 --> 00:32:09.186 send them a screenshot of this,00:32:09.190 --> 00:32:10.825 like maybe even this whole00:32:10.825 --> 00:32:12.460 this whole page or code.00:32:12.460 --> 00:32:14.672 Let's say like and make sure they00:32:14.672 --> 00:32:17.015 can see the green bar so they00:32:17.015 --> 00:32:18.995 can see what you added right,00:32:19.000 --> 00:32:23.696 right and say hey I added, you know.00:32:23.696 --> 00:32:26.236 Uhm? Oh, and Steve,00:32:26.236 --> 00:32:29.610 that's also not gonna work like the active.00:32:29.610 --> 00:32:31.440 That's also not gonna work right?00:32:31.440 --> 00:32:32.358 The Ng class.00:32:32.358 --> 00:32:35.408 You can get rid of that online 38 Ng class.00:32:35.410 --> 00:32:37.850 That whole don't get rid of whole thing.00:32:37.850 --> 00:32:39.342 Yeah, because it's never00:32:39.342 --> 00:32:41.207 gonna apply that right now.00:32:41.210 --> 00:32:41.680 Alright.00:32:46.430 --> 00:32:47.958 And there you go.