Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
08/12/15 08:46:45AM
1,353 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

Yes it did-thanks!...just wish It was not such a hassle to add videos
derrickhand300
@derrickhand300
08/12/15 04:30:52AM
1,353 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

Thanks...I dont understand why MY website is so limiting what I can do with it. I ONLY have the iframe and embed allowed for the ADMIN to use....its only available to me and I feel I SHOULD BE the one to decide what risks I take with MY website.

I am comfortable with embedding videos from the FOX news site or CNN or whatever without worry that FOX wants to hack my website.

If Jamroom is so intent on PROTECTING ME against myself why not deny root access altogether...then we could call it Ning?

I'm just saying I don't like things that I PURCHASE protecting me FROM MYSELF which is why I hate Microsoft and Internet Explorer

as for adding the iframe directly-I dont know how to do that using the script they provide so i will go back to wasting time by purchasing/using software to rip the video from the website where it is played- then convert it- then upload it you youtube- then embed it in my website, so that I can spend an hour or so each time I want to add a video that other websites all are allowed to embed with a single line of code in seconds..

I am sure you can sense my frustration because the issue remains that I WANT TO BE THE PERSON that decides what is and is not allowed on MY website

Thanks Michael
updated by @derrickhand300: 08/12/15 04:49:25AM
derrickhand300
@derrickhand300
08/11/15 12:24:17PM
1,353 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

I have also tried the url scanner by adding this code
http://video.foxnews.com/v/4413578946001
still no luck....seems like it shgould be easier to add a video that has a script that allows it to be added to websites all over the internet?
derrickhand300
@derrickhand300
08/11/15 12:07:37PM
1,353 posts

How Do I Get This Video Embed Script To Work?


Design and Skin Customization

<script type="text/javascript" src="http://video.foxnews.com/v/embed.js?id=4413578946001&w=466&h=263"></script><noscript>Watch the latest video at <a href="http://video.foxnews.com">video.foxnews.com</a></noscript>

I just purchased the URL Scanner hoping it would fix all the problems i have trying to get an offsite video to play on my site ( FRUSTRATING) I have "allowed the domain" in system core- in fact i have ALLOWED ALL DOMAINS...I have allowed/added "script" to the allowed html tags for admin and I have added the iframe control module (just in case)

Do I also need to add 'embed" to the allowed html tags?...I am at a loss...really frustrating
updated by @derrickhand300: 09/14/15 01:48:50AM
derrickhand300
@derrickhand300
08/08/15 03:18:02AM
1,353 posts

How To Build A Mobile Menu for Slate Skin?


Design and Skin Customization

Thanks Michael...I tried it and everything stays the same
when I add this code back to the header.tpl file-the footer appears back in the header area again between the header image and the header navigation
{*{if jrCore_is_mobile_device()}
    {jrCore_include template="header_menu_mobile.tpl"}
{/if} *}
As you can see I have to edit it out to get the footer to stay put
Is there some sort of code thats needed for a 'sticky footer" like is used in bootstrap?
Just had a freelancer from India writing me telling me my site didnt look very professional or responsive...hahaha ...like Im falling for that pitch again :)
I think its the menu that he is talking about...anyways if you need into mthe server to look around just let me know after 5 am here and im going to bed-i REALLY feel like I made a lot of good progress tonight so I should sleep well- thanks for ALL your help
derrickhand300
@derrickhand300
08/07/15 09:16:16PM
1,353 posts

How To Truncate Using Site Builder Item List


Using Jamroom

ok...thats almost got me there-its truncated now...I just have to clean it up- thanks Michael!
updated by @derrickhand300: 08/07/15 09:32:18PM
derrickhand300
@derrickhand300
08/07/15 09:11:48PM
1,353 posts

How To Truncate Using Site Builder Item List


Using Jamroom

Ok just to let you know I'm still "TRYING" :)...I found this...
 <span class="normal">{jrCore_lang module="jrBlog" id="28" default="By"} {$item.user_name}, {$item.blog_publish_date|jrCore_format_time:false:"%F"}</span>
                    {$item.blog_text|jrCore_format_string:$item.profile_quota_id|jrBlog_readmore}
and will try changing it to this
 <span class="normal">{jrCore_lang module="jrBlog" id="28" default="By"} {$item.user_name}, {$item.blog_publish_date|jrCore_format_time:false:"%F"}</span>
                    {$item.blog_text|jrCore_format_string:$item.profile_quota_idjrCore_strip_html|truncate:150|jrBlog_readmore}
am I on the right track?
derrickhand300
@derrickhand300
08/07/15 08:54:39PM
1,353 posts

How To Truncate Using Site Builder Item List


Using Jamroom

Michael- the best I can tell this is my jrBlog_item_list page
http://roughneckcity.com/roughneck-city/blog
If that's correct then its not getting cut off?
Here is what I have installed now...just looking for the |something that cuts off in item_list so I can move it to item_grid
http://roughneckcity.com/roughneck-city/blog
{jrCore_list module="jrBlog" search1="_profile_id = 1" order_by="_created desc" limit="1" group_by="_created" template="item_grid.tpl" }

updated by @derrickhand300: 08/07/15 09:02:07PM
derrickhand300
@derrickhand300
08/07/15 08:43:26PM
1,353 posts

How To Truncate Using Site Builder Item List


Using Jamroom

Thanks Michael! I will give it a go now :)
  75