• Page 1 of 2
  • 1
  • 2
  • »
uCoz Community » uCoz Modules » Video » Discussion of the video module (and recent updates)
Discussion of the video module
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 2:11 PM
Here you can discuss the module and ask questions about it. Read the description of the module here: http://forum.ucoz.com/forum/57-16008-1

If you want to report a bug or error, please do it here: http://forum.ucoz.com/forum/57-16010-1

Recent module updates:











I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 2:26 PM
Update 10.12.2012

1. The variable $ENTRY_CATS$ has been added (displaying all categories where a video belongs; the variable takes into account classes, id, which allows design customization)
2. Internal changes within categories.
3. New variables on the channel page - $NEXT_CHNL_VIDEO$, $PREV_CHNL_VIDEO$ (previous/next channel video).

I'm not active on the forum anymore. Please contact other forum staff.
LIBertea
Posts: 85
Reputation: 1

Message # 3 | 2:35 AM
Problem with Video Categories .... I cannot select Categories whe adding a video, and the categories I created are now not listed in the Control Panel..

progressivemind.ucoz.com

Thanks
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 4:00 PM
LIBertea, the techs couldn't confirm the problems. What browser do you use (specify the browser version as well)? And please provide a screenshot of what is not displayed in Control Panel.
I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 5 | 2:07 PM
Update 15.12.2012

1. $TOP_COMMS_URL$, $TOP_LOADS_URL$, $TOP_NEW_URL$, $TOP_RATING_URL$, $TOP_PLAYS_URL$ are working now in the template "Entry adding/editing page".
2. Category selection view has been changed.

Important!


If you can't select a category:
Customize Design -> Video -> Entry adding/editing form, replace:

Code
<li style="overflow: hidden;"> $CAT_FL$ </li>


by

Code
<li>$CAT_FL$</li>


If it doesn't help, then add the new styles to the CSS of the Video module:


Code
/*-------------------------*/  

#cats-select {  
          display: inline-block;  
          *width: 300px;  
          position: relative;  
          z-index: 99;  
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
          font-size: 13px;  
          line-height: 18px;  
          color: #333;  
}  
#cats-select:before, #cats-select:after {display: table;content: "";}#cats-select:after {clear: both;}
.cats-select-btn {  
          position: relative;  
          display: inline-block;  
          vertical-align: middle;  
          float: left;  
          width: 300px;  
          margin-left: -1px;  
          margin-bottom: 0;  
          padding: 4px 10px 4px;  
          font-size: 13px;  
          line-height: 18px;  
          color: #333;  
          text-align: left;  
          text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);  
          cursor: pointer;  
          background-color: whiteSmoke;  
          background-image: -ms-linear-gradient(top,white,#E6E6E6);  
          background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));  
          background-image: -webkit-linear-gradient(top,white,#E6E6E6);  
          background-image: -o-linear-gradient(top,white,#E6E6E6);  
          background-image: linear-gradient(top,white,#E6E6E6);  
          background-image: -moz-linear-gradient(top,white,#E6E6E6);  
          background-repeat: repeat-x;  
          border: 1px solid #CCC;  
          border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  
          border-color: #E6E6E6 #E6E6E6 #BFBFBF;  
          border-bottom-color: #B3B3B3;  
          -webkit-border-radius: 4px;  
          -moz-border-radius: 4px;  
          border-radius: 4px;  
          filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(enabled=false);  
          -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);  
          -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);  
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);  
}  
.cats-select-btn:hover {  
          color: #333;  
          text-decoration: none;  
          background-color: #E6E6E6;  
          background-position: 0 -15px;  
          -webkit-transition: background-position 0.1s linear;  
          -moz-transition: background-position 0.1s linear;  
          -ms-transition: background-position 0.1s linear;  
          -o-transition: background-position 0.1s linear;  
          transition: background-position 0.1s linear;  
}  
.btn-title {display: block;overflow-x: hidden;text-overflow: ellipsis;white-space: nowrap;_width: 100%;}  
#cats-select.open .cats-select-btn {  
          background-color: #E6E6E6;  
          background-image: none;  
          -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);  
          -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);  
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);  
}  
.btn-arrow {  
          margin: 7px 0 0 7px;  
          display: inline-block;  
          vertical-align: top;  
          float: right;  
          width: 0;  
          height: 0;  
          border-top: 4px solid black;  
          border-right: 4px solid transparent;  
          border-left: 4px solid transparent;  
          content: "";  
          opacity: 0.3;  
          filter: alpha(opacity=30);  
}  
.cats-select-btn:hover .btn-arrow, #cats-select.open .btn-arrow {  
          opacity: 1;  
          filter: alpha(opacity=100);  
}  

.dropdown-cats {  
          position: absolute;  
          z-index: 100;  
          top: 100%;  
          left: 0;  
          right: 0;  
          margin: 1px 0 0;  
          display: none;  
          float: left;  
          min-width: 160px;  
          max-height: 250px;  
          height: expression(this.scrollHeight > 250 ? "250px" : "auto");  
          overflow: auto;  
          border: 1px solid #CCC;  
          border: 1px solid rgba(0, 0, 0, 0.2);  
          background-color: white;  
          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  
          -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);  
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  
          -webkit-background-clip: padding-box;  
          -moz-background-clip: padding;  
          background-clip: padding-box;  
}  
.open .dropdown-cats {display: block;}  
.dropdown-cats .dropdown-cats-ul {padding: 4px 0;background-color: white;margin: 0 !important;list-style: none !important;}  
.dropdown-cats-ul ul {padding: 0 !important;margin: 0 !important;list-style: none !important;}  
.dropdown-cats-ul li {line-height: 18px;margin: 0; _height: 24px;}  

/*.dropdown-cats-ul li li a {padding-left: 22px;}  
.dropdown-cats-ul li li li a {padding-left: 42px;}  
.dropdown-cats-ul li li li li a {padding-left: 62px;}  
*/  
.dropdown-cats-ul .subcat {display: inline-block;background: url(/.s/img/vi/arrow.png) no-repeat left 5px;width: 17px; height: 13px;}  
.dropdown-cats-ul .divider {height: 1px;margin: 8px 1px;overflow: hidden;background-color: #E5E5E5;border-bottom: 1px solid white;}  
.dropdown-cats-ul a {  
          display: block;  
          position: relative;  
          padding: 3px 45px 3px 22px;  
          clear: both;  
          font-weight: normal;  
          font-size: 12px;  
          line-height: 18px;  
          color: #333;  
          text-decoration: none;  
          white-space: nowrap;  
          overflow-x: hidden;  
          -webkit-text-overflow: ellipsis;  
          -moz-text-overflow: ellipsis;  
          -o-text-overflow: ellipsis;  
          text-overflow: ellipsis;  
          background: url(/.s/img/vi/cats-tick.png) no-repeat 4px 6px;  
          outline: none;  
}  
.dropdown-cats-ul a:active {color: #333;text-decoration: none;}  
.dropdown-cats-ul a.checked {background-position: 4px -49px;}  
.dropdown-cats-ul a:hover, .dropdown-cats-ul a:hover:active {color: white;text-decoration: none;background-color: #0088cc;}  
.dropdown-cats-ul a.disabled {color: #333 !important;cursor: default;background-color: transparent !important;opacity: 0.4;filter: alpha(opacity=40);}  
.dropdown-cats-ul a span {cursor: pointer;}  
span.unseen {position:absolute;width: 16px;height: 14px;right: 4px; top: 5px;background: url(/.s/img/vi/unseen.png) no-repeat;}  

/*-------*/  

#cats-select, .dropdown-cats {_width: 300px;}  
.cats-select-btn {_height: 28px;}  
.dropdown-cats-ul a {_width: 100%;_zoom: 1;}

I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 2:23 PM
Update 18.12.2012

1. A color scheme (dark or light) can be chosen for the video posting form. The light one is the default value, the dark scheme can be enabled in the module settings. [ Screenshot 1 ], [ Screenshot 2 ], [ Screenshot 3 ]
2. The Video module has been added to the option "Notifications about updates" on the Admin/User bar [ Screenshot 1 ]
Attachments: 1302082.png (6.5 Kb) · 4983736.png (21.2 Kb) · 4482544.png (20.6 Kb) · 3194946.png (58.4 Kb)

I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 7 | 2:27 PM
Update 27.12.2012

1. The bug with posting from in IE has been fixed. Now the form won't be cleared when clicking "Add video".
2. The bug with the new category appearance has been fixed.
3. A minor error when editing comments has been fixed.

I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 8 | 4:41 PM
Is this the next module to be updated?
Sunny
Posts: 9296
Reputation: 456

Message # 9 | 11:58 AM
XO-Ferg, no updates are planned for the module in the near future.
I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 10 | 1:13 AM
Adding videos via the script tag, doesn't work. I receive the "Field "Link to the entry SWF file" not filled in or contains a link to an unallowable address" message.
Sunny
Posts: 9296
Reputation: 456

Message # 11 | 9:31 AM
XO-Ferg, you mean the "Add code" tab, right? Please provide the code you are trying to add.
I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 12 | 11:00 PM
Quote Sunny ()
XO-Ferg, you mean the "Add code" tab, right? Please provide the code you are trying to add.


Yes,
Code
<script type="text/javascript" charset="utf-8" src="//cdn.playwire.com/bolt/js/embed.min.js" data-width="640" data-height="480" data-publisher-id="17999" data-video-id="451994"></script>
Sunny
Posts: 9296
Reputation: 456

Message # 13 | 8:47 AM
XO-Ferg, only links from the following services can be used in this tab:

Quote
youtube
youtu
rutube
vkontakte
\bvk\b
player.vimeo
video.mail
video.yandex
dailymotion
blip
pub.tvigle

I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 14 | 2:56 AM
Quote Sunny ()
XO-Ferg, only links from the following services can be used in this tab:


Is there anyway around this, something I can alter in the embed code?
Sunny
Posts: 9296
Reputation: 456

Message # 15 | 11:45 AM
XO-Ferg, I'm afraid no.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » Video » Discussion of the video module (and recent updates)
  • Page 1 of 2
  • 1
  • 2
  • »
Search: