We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Adding a video to the join page | Forum

We The People United We Stand
Adding a YouTube/any video to the join page
Marcus
Marcus Jul 28 '20
use jquery. plugin required. drop me a line
The Forum post is edited by Marcus Jul 28 '20
dave Leader
dave Jul 28 '20

Or  since you already have edited core files with your other mods, just edit the join html file and include the embed code from youtube or video player code.


ow_system_plugins/base/views/controllers/join_index.html

dave Leader
dave Jul 28 '20
I think thats just for signin not join..
dave Leader
dave Jul 28 '20
Ohhhhh ok.... got ya...
We The People United We Stand

Hey guys I entered the embed clause and nothing.  any ideas.  thxs


dave Leader
dave Jul 29 '20
Did you clear your cache after the change, you need to do so when editing html, css, or js files.
The Forum post is edited by dave Jul 29 '20
We The People United We Stand

Hey Chris thats strange because when I go into CPanel and my domain hosting site I get the following, where did you get that?


We The People United We Stand

Also, yes I cleared it via the debug route.  Is that the correct way?

Or does it have to be inserted at a particular line?

The Forum post is edited by We The People United We Stand Jul 29 '20
dave Leader
dave Jul 30 '20
Let me try it.... be back in a bit...
dave Leader
dave Jul 30 '20

This worked fine for me, 


at the top of the ow_system_plugins/base/views/controllers/join_index.html


i put this code as a test... i added the div wrapper


<div>   
<iframe width="560" height="315" src="https://www.youtube.com/embed/l1y23KvjqKs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>


Save the file...



Then i used this free plugin to clear my cache (you dont have to edit the config file to use this plugin, you just run it, bam cleared)


The plugin i think has  been suspened for non activity but here it is... it still works..


then your video should show at the top of the join page.



The Forum post is edited by dave Jul 30 '20
Attachments:
  Cacheextreme.zip (32Kb)
We The People United We Stand

Hey Dave that is what I placed and it didnt work.


However when I cleaned the cache with the plugin you provided that did the trick.


As always you never cease to amaze.


You the man.


Now to center it with<div style="text-align:center;"> Right? lol



The Forum post is edited by We The People United We Stand Jul 30 '20
We The People United We Stand

Hey Chris,

When you view the certificate it has three tabs. 

It shows that the entire site is good.


I think the problem is the Fire Logo

It states that Part of the website is not secure images.


If you go here it is secure but when the logo loads it prompts the warning about the picture.

Dont know why.



The Forum post is edited by We The People United We Stand Jul 30 '20
We The People United We Stand

Chris when you go here it is secure.

https://wethepeopleunitedwestand.com/sign-in

The Forum post is edited by We The People United We Stand Jul 30 '20
We The People United We Stand

Hey Chris,

None of my pictures are from other sites.  There all mine.


I uploaded all the pictures via Oxwall.

We The People United We Stand

Hey,


Chris Thxs you the best.

We The People United We Stand

Hey Chris,


Ohhh now I know what happened.  There are video embed from Bitchute that did not have a thumbnail, so I embedded the thumbnail from my youtube videos on them.



The Forum post is edited by We The People United We Stand Jul 30 '20
We The People United We Stand

Hey Chris,


I added to the page settings and it worked like a charm.  YOU ARE THE BEST.  THXS.


You guys are awesome.

dave Leader
dave Jul 30 '20

Yes you can style the div how you like.  You can add the css inline, or you can give the div an id and add the css at the top of the html file using style tag, or even add the css to your custom css in admin theme customize.   As long as the div has an id its all good.



Just one note...  if you are actually loading images from another domain, that is called hotlinking and its frowned upon.  Most sites block others from hotlinking images.   My suggestion is to move the image under your domain. If you cant do that and the image belongs to someone else, that is not good..

dave Leader
dave Jul 30 '20
Oh yeah i just read that, you guys work too fast for me lol i have to catch up...  great  :)
Pages: 1 2 »