ClipShare Community Forums  

Go Back   ClipShare Community Forums > ClipShare - Video Sharing Community Script - General Forum > General Discussion
Register FAQ Bug Tracker Members List Calendar Mark Forums Read

General Discussion Discuss about ClipShare hosting, promotion, SEO, niches or anything else that does not fit in the other forums


Reply
 
Thread Tools Display Modes
Old 06-06-2009, 11:10 AM   #111
aspireseries
Member
|Forum Newbie|
 
Join Date: May 2009
Posts: 36
aspireseries is on a distinguished road
Default

Is there a way to increase the thumbnail size displayed on the video player before the user click on Play button? Because it looks so ugly and pixelated.
aspireseries is offline   Reply With Quote
Old 06-06-2009, 11:55 AM   #112
terenteee
Member
|Forum Senior|
 
terenteee's Avatar
 
Join Date: Apr 2008
Posts: 381
terenteee is on a distinguished road
Send a message via MSN to terenteee Send a message via Yahoo to terenteee Send a message via Skype™ to terenteee
Default

Quote:
Originally Posted by aspireseries View Post
Is there a way to increase the thumbnail size displayed on the video player before the user click on Play button? Because it looks so ugly and pixelated.
you have some settings in site admin that allows you to alter the thumb width/height
terenteee is offline   Reply With Quote
Old 06-06-2009, 12:00 PM   #113
dargre
Member
|Forum Guru|
 
dargre's Avatar
 
Join Date: Nov 2007
Posts: 2,012
dargre is on a distinguished road
Default

It won't help a lot eg. changing 120x90 to 150x120
But it's easy to alter 1 default thumbnail to generate much bigger screenshot while conversion proccess, eg.320x240 (like youtube does) or even bigger.
Such thumb could be used only for player.

- D.
__________________

NUEVO Flash Player - most advanced video player for Clipshare and AVS
ClipShare mods by NuevoLab
Hosting solution recommended by NuevoLab
dargre is online now   Reply With Quote
Old 06-10-2009, 12:23 AM   #114
lordjazz
Member
|Forum Newbie|
 
Join Date: Jun 2009
Posts: 9
lordjazz is on a distinguished road
Question re; hi




Quote:
These are based on 4.xx Vista Templates

"How can I get the Videos being Watch Right Now..."

You have to upload recent.php & recentplayer.swf in to the public_dir
I have attached both files but if you really want to do it manually both recent.php & recentplayer.swf can be found in CS 2.6 distribution but I bet this is much easier.

In templates/index.tpl find this code:

I don't see those files anywhere? What version are you working with? 4.0 here...

Could someone help me with this one?


lordjazz is offline   Reply With Quote
Old 06-20-2009, 07:14 AM   #115
gh0stmichael
Member
|Forum Regular|
 
Join Date: Jun 2009
Posts: 134
gh0stmichael is on a distinguished road
Default

Quote:
Originally Posted by ryno View Post
HOW TO HAVE AVATARS IN PRIVATE MESSAGES INSTEAD OF VIDEO THUMBS

Not sure if this has been touched on, but here's the deal...in msg.tpl

Find:
Code:
{insert name=member_img UID=$userid}
...and erase it or wrap a <!-- --> comment around it if you don't want to delete it.

In that space enter:
Code:
{insert name=id_to_name assign=uname un=$userid}
{insert name=id_to_photo assign=uphoto un=$userid}
Below or next to your "FROM" text, enter...
Code:
<a href="{seourl rewrite="users/`$sender`" url="uprofile.php?UID=`$userid`"}"><img class=moduleFeaturedThumb src="{$photourl}/{if $uphoto ne ""}{$uphoto}{else}nopic.gif{/if}" height="90" border="0" /></a>
Voila! Member avatars instead of video thumbs.


Hello,

How can you make this code work on PRO 4.1.5? I believe this does not work with the new version, because there is no "FROM" in msg.tpl it is in msg.php is there any other way around it? THANKS!!!
gh0stmichael is offline   Reply With Quote
Old 07-01-2009, 12:59 PM   #116
rickygips
Member
|Forum Newbie|
 
Join Date: Jun 2009
Posts: 3
rickygips is on a distinguished road
Default

With the help of these, users most particularly the new ones, would not have a hard time figuring out what they need to do.
rickygips is offline   Reply With Quote
Old 07-01-2009, 10:23 PM   #117
totallyfreak
Member
|Forum Junior|
 
totallyfreak's Avatar
 
Join Date: Mar 2008
Posts: 77
totallyfreak is on a distinguished road
Default i try but its missing some coding

Quote:
Originally Posted by Joe100 View Post
Well I was doing a little editing and I remember seeing this question twice before and it asked:



Go into /templates/video.tpl and find

Code:
                <div class="imagechannel">
                  <a href="{seourl rewrite="video/`$answers[i].VID`" url="view_video.php?viewkey=`$answers[i].vkey`&page=`$page`&viewtype=`$viewtype`&category=$catgy" clean=$answers[i].title}">
                    <img  src="{$tmburl}/1_{$answers[i].VID}.jpg" width="100" />
                  </a>
                  <a href="{seourl rewrite="video/`$answers[i].VID`" url="view_video.php?viewkey=`$answers[i].vkey`&page=`$page`&viewtype=`$viewtype`&category=$catgy" clean=$answers[i].title}">
                    <img  src="{$tmburl}/2_{$answers[i].VID}.jpg" width="100" />
                  </a>
                  <a href="{seourl rewrite="video/`$answers[i].VID`" url="view_video.php?viewkey=`$answers[i].vkey`&page=`$page`&viewtype=`$viewtype`&category=$catgy" clean=$answers[i].title}">
                    <img  src="{$tmburl}/3_{$answers[i].VID}.jpg" width="100" />
                  </a>
                </div>
And just delete or add

Code:
                  <a href="{seourl rewrite="video/`$answers[i].VID`" url="view_video.php?viewkey=`$answers[i].vkey`&page=`$page`&viewtype=`$viewtype`&category=$catgy" clean=$answers[i].title}">
                    <img  src="{$tmburl}/3_{$answers[i].VID}.jpg" width="100" />
                  </a>
Easy
ok this works fine... but how should i set the server to make 5 thumbnails?? because for now the server only make 3 thubnails...
totallyfreak is offline   Reply With Quote
Old 07-01-2009, 10:29 PM   #118
totallyfreak
Member
|Forum Junior|
 
totallyfreak's Avatar
 
Join Date: Mar 2008
Posts: 77
totallyfreak is on a distinguished road
Default not working

Quote:
Originally Posted by Joe100 View Post
"How To Add Avatar To the video page?"

Go into and find this code:
Code:
	<a href="{seourl rewrite="users/`$uname`" url="uprofile.php?UID=`$UID`"}"><span class="title">{$uname}</span></a>
	(<a href="{$baseurl}/compose.php?receiver={$uname}"> {translate item='view_video.send_pm'} </a>)<br/>
and replace it with:
Code:
	<a href="{seourl rewrite="users/`$uname`" url="uprofile.php?UID=`$UID`"}"><span class="title">{$uname}</span></a>
<img  id="video" src="{$baseurl}/photo/{if $photo eq ""}nopic.gif{else}{$photo}{/if}"/><br/>
	(<a href="{$baseurl}/compose.php?receiver={$uname}"> {translate item='view_video.send_pm'} </a>)<br/>
And there you go!
this not working... i try to see a video of a member who have an avatar... but i still see the icon of a member without avatar.....
totallyfreak is offline   Reply With Quote
Old 07-01-2009, 10:38 PM   #119
totallyfreak
Member
|Forum Junior|
 
totallyfreak's Avatar
 
Join Date: Mar 2008
Posts: 77
totallyfreak is on a distinguished road
Default what if i want to redirect to index.php not root domain name

Quote:
Originally Posted by Joe100 View Post
Well I'm not sure if this bug falls under this thread but a bug that was becoming aggravating was fixed by dagre.

"When you log in, it redirects you to another page other then the home page!"
Open /login.php and...
it works fine but i got a problem... my root url is point to index.html this is my intro warning 18+ page... so it redirect to my warning page... i need to redirect to the index.php file... how can i do that
totallyfreak is offline   Reply With Quote
Old 07-01-2009, 11:19 PM   #120
totallyfreak
Member
|Forum Junior|
 
totallyfreak's Avatar
 
Join Date: Mar 2008
Posts: 77
totallyfreak is on a distinguished road
Default

Also, since i try to edit the view video page template... i got a problem with a spacing... can someone help me to remove this space between the video column and the video info column

http://www.boysplayground.net/chimg/error.tif
totallyfreak is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Clip-Share 3.0 RC8 Ashraf Pre-Sales Questions 3 12-14-2007 03:00 PM
does CLIP.VN using clip share source code. vietprofile Pre-Sales Questions 0 08-09-2007 06:01 PM
Clip-Share versus Clip-Share Pro Fidmania Pre-Sales Questions 1 07-25-2007 09:15 PM



All times are GMT +1. The time now is 04:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2006-2008 Envient. All Rights Reserved.

An Envient product.