Translation of OEpacks |
Post Reply ![]() |
Page <123 |
Author | |
george_ogden ![]() Senior Member ![]() ![]() Joined: Sep 16 2015 Location: UK Status: Offline Points: 111 |
![]() ![]() ![]() ![]() ![]() |
G'day,
While that fixed the SkitterSlider I've found that I have the same problem with the YouTube elements on the "Video" page. I've tried deleting, reapplying the element, changing the URL but again they are working in IE but not Chrome or Firefox. ![]() I guess there's another "expert" setting somewhere that I'm frightened to change? ![]() Regards, George |
|
![]() |
|
Dmit OE ![]() Admin Group ![]() Joined: May 31 2012 Status: Offline Points: 5288 |
![]() ![]() ![]() ![]() ![]() |
Basically you are not allowed URLs starting with http://
The good question is, why is your site in https? It wasn't before, and it jas mothing to do with OE |
|
![]() |
|
george_ogden ![]() Senior Member ![]() ![]() Joined: Sep 16 2015 Location: UK Status: Offline Points: 111 |
![]() ![]() ![]() ![]() ![]() |
G'day,
Thanks for our reply... Youtube The problem appears to be with the YouTube element in OE. I cannot set the URL to HTTPS. When I try to change the URL in "Properties - Modifications" to "https://youtu.be/f7ztefVrFnU" as presented by YouTube's "Share" function OE automatically changes it to "http://www.youtube.com/watch?v=f7ztefVrFnU". I tried with "Turn on advanced privacy mode" check but that didn't help. I have set IE to allow "mixed content" so I guess this is why IE is happy but Chrome and Firefox are not. SSL / HTTPS Why am I using SSL / HTTPS, Well, I want to use this because in the future I plan to include some proprietary data in addition to user login details so need to ensure both security and privacy of data - that's pretty much the norm these days. I did mentioned I'd made the switch to using SSL / HTTPS earlier in my post and, although you responded suggesting using a "Free Script", I thought that it could/should be included as one of the standard commands in the list for the project's "Htaccess" "Add a command" RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] UserSpace01 Pack As you suggested I set up a test project to test this and as you said, it is now working... at least the "Oui/Non" now appears as "Yes/No" ![]() ![]() ![]() Regards, George |
|
![]() |
|
Dmit OE ![]() Admin Group ![]() Joined: May 31 2012 Status: Offline Points: 5288 |
![]() ![]() ![]() ![]() ![]() |
1) YouTube: instead of the element, use Code Block Visual, and paste the YouTube integration code (not the URL) inside.
2) You don't need to redo all, just the Edit User Profile page: - Copy your project folder to be able to copy texts etc. later. To find the project folder, use Project->Other->Open the project folder. - Open the page, on the top (in the non-visual elements' bar) find the Pack element, click on it to choose Delete in its context menu. Normally this will delete all associated elements, if not delete them manually. Alternatively, deleting all associated elements manually will normally delete the Pack element too. Do as you prefer. - In the Packs tab on the right, find the pack UserSpace01/[Administration pages]/#40, and drag-drop it onto the page. This will reinstall this Pack with correct texts. You will then need to redo your layout and styles as before.
|
|
![]() |
|
george_ogden ![]() Senior Member ![]() ![]() Joined: Sep 16 2015 Location: UK Status: Offline Points: 111 |
![]() ![]() ![]() ![]() ![]() |
Thank you again,
I thought I'd have to completely rework the All the user admin pages but your suggestion saved me a lot of time. I made a couple of mistakes along the way but got there in the end. I did find that there were still a few French menus items here and there.... e.g. ![]() and some default error messages are still appearing in French... Neither are a great problem as I can speak a little French and the icons so help those who do not. I also hit a problem with an error message that popped up. I couldn't move the one in the foreground to see what was behind... and it hung there until I killed it with Task Manager. I'm still researching you suggestion for a Code Block Visual but I don't know what I need to enter there to display a video as simply pasting the link doesn't seem to work... I know I probably need some tags but which ones? I'll figure it out eventually. My next task is to create a database comprising 5 or 6 fields, search, sort and display the results.... it may take me some time.. but I found this site very useful w3schools.com Sláinte mhaith! ![]() George Edited by george_ogden - Oct 03 2015 at 3:33pm |
|
![]() |
|
Dmit OE ![]() Admin Group ![]() Joined: May 31 2012 Status: Offline Points: 5288 |
![]() ![]() ![]() ![]() ![]() |
You have a talent for digging bugs out..
We will check tralslations, thanks for pointing that out. By the way, The validation message on a field can be configured in the Properties of this field. Could you please give the most details possible about the stuck popup message? It may be a rather bad one. Did you try to send a report? Was any project open? For YouTube, you need to use the "embed code" provided by YouTube when you click on the Share button, something like this (it comes with HTTPS by the way) - I think this code may work for your video (I used your ID):
Insert is as is into a Code Block Visual.
Edited by Dmit OE - Oct 03 2015 at 10:27pm |
|
![]() |
|
george_ogden ![]() Senior Member ![]() ![]() Joined: Sep 16 2015 Location: UK Status: Offline Points: 111 |
![]() ![]() ![]() ![]() ![]() |
Hi Dmit,
I've been digging out bugs since 1969 when software was for girls! In those days real men of computers were mechanically minded and much preferred plug boards, punch cards and were totally fascinated by a new fangled concept called paper tape! ![]() ![]() I have quite a few funny stories about software development and rouge - sorry rogue - config settings over the past 45 years!! I'm not immune to such mistakes either... it took me ages to figure out why the images in my previous post weren't working.... simple really... I'd used lower case .png when the files were stored on the server as .PNG - yes I was being stupid!! ![]() Anyway, I had discovered that the error messages can be altered in the validation properties but thought you'd like to know there were some minor baguettes - sorry buggettes. ![]() As for the stuck popup message, I really cannot offer much more although I had agreed to upload my "test" project. All I can recall is that before it happened I had had an issues when adding a new page. If I remember correctly, I added a new page (the page and tab appeared) but, before saving and closing, I noticed that it hadn't appear in "Site Explorer", so I tried to add it again. As it still didn't appear I refreshed "Site Explorer" but it still didn't appear, I then tried to close the project and that's when the crash happened. I'm now pretty sure I can see where, how and why it happened but it did and it shouldn't have crashed... I'm not the only idiot user out there! ![]() I'll try the code you suggested but I was a little disturbed when you said you'd used my ID! ![]() ![]() Cheers ![]() George |
|
![]() |
|
Dmit OE ![]() Admin Group ![]() Joined: May 31 2012 Status: Offline Points: 5288 |
![]() ![]() ![]() ![]() ![]() |
I took your ID from the YouTube URL you've posted (I'm not sure it is the one to use); anyway, just go to your YouTube video and use Share->Embed.
The page needs to be saved at least once to appear in the Site Explorer, it wasn't really an error. The crash was, though. If you ever reproduce it, please let us know. Good night D
|
|
![]() |
Post Reply ![]() |
Page <123 |
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |