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-01-2012, 02:04 PM   #181
wtsext
Verified Member
|Forum Newbie|
 
Join Date: Jun 2012
Posts: 1
wtsext is on a distinguished road
Default

Quote:
Originally Posted by enet59 View Post
Merci Beaucoup !!!
De rien mon ami, a la prochaine.
wtsext is offline   Reply With Quote
Old 06-21-2012, 05:42 AM   #182
pusaqall
Verified Member
|Forum Newbie|
 
Join Date: Jun 2012
Posts: 20
pusaqall is on a distinguished road
Default

Keep on reading while doing everything you have learned. Sooner or later, you will understand how each stuff works and you will surely get advanced.
pusaqall is offline   Reply With Quote
Old 07-14-2012, 02:24 AM   #183
Malonik
Member
|Forum Newbie|
 
Join Date: Jul 2012
Posts: 6
Malonik is on a distinguished road
Default

With the banner feature on the homepage, how do you edit the text that is under each of the images? I've been looking around but can't seem to find where the following are...

{translate item='index.watch_expl'}
{translate item='index.upload_expl'}
{translate item='index.share_expl'}
Malonik is offline   Reply With Quote
Old 07-14-2012, 09:50 PM   #184
alexstorm
Verified Member
|Forum Senior|
 
alexstorm's Avatar
 
Join Date: May 2010
Location: Near Pasadena California
Posts: 424
alexstorm will become famous soon enough
Default

/language/en_US/index.lang.php
alexstorm is offline   Reply With Quote
Old 07-25-2012, 01:35 PM   #185
myboxlive
Verified Member
|Forum Newbie|
 
Join Date: Mar 2012
Posts: 19
myboxlive is on a distinguished road
Default

Hi,

How do you get rid of recently watched and recently added on the channels page? Also is there away to make those pages searchable?
myboxlive is offline   Reply With Quote
Old 07-25-2012, 03:02 PM   #186
myboxlive
Verified Member
|Forum Newbie|
 
Join Date: Mar 2012
Posts: 19
myboxlive is on a distinguished road
Default User Profile Changes

Does anyone know how to change user profile information: fav hobbies, fav book, etc?
myboxlive is offline   Reply With Quote
Old 07-26-2012, 12:34 AM   #187
alexstorm
Verified Member
|Forum Senior|
 
alexstorm's Avatar
 
Join Date: May 2010
Location: Near Pasadena California
Posts: 424
alexstorm will become famous soon enough
Default

Quote:
Originally Posted by myboxlive View Post
Does anyone know how to change user profile information: fav hobbies, fav book, etc?
Changes are needed in the following:

Dbase table: signup
PHP code pulling from dbase table: my_profile.php
Template: /templates/my_profile.tpl

Change the titles - Languages: language/en_US/my_profile.lang.php (and all other languages in each subdirectory)
alexstorm is offline   Reply With Quote
Old 07-26-2012, 06:06 PM   #188
rmorano123
Member
|Forum Junior|
 
rmorano123's Avatar
 
Join Date: Nov 2011
Location: New York, NY
Posts: 67
rmorano123 is on a distinguished road
Default

Quote:
Originally Posted by Joe100 View Post
"Delete Banner on Hompage?"
For some reason this one is discussed quite much, and I believe is the most easy of them all But if you don't know the script I understand in can be very difficult! Now I did this is version 4.03
Open /templates/index.tpl and you should find soemthign that looks like this:

Code:
<div id="leftside">
    {if $smarty.session.UID eq ""}
         <div class="clear"></div>
         <div id="banner">
                <!-- show banner feature -->
                <div class="feature">
                  <a href="{seourl rewrite='videos' url='video.php?next=watch'}"><h3>{translate item='index.watch'}</h3></a>
                  <p><img src="{$imgurl}/watch.png" alt="Watch" />{translate item='index.watch_expl'}</p> 
                </div>
                <div class="feature">
                    <a href="{seourl rewrite='upload' url='upload.php'}"><h3>{translate item='index.upload'}</h3></a>
                  <p><img src="{$imgurl}/upload.png" alt="Upload" />{translate item='index.upload_expl'}</p>
                </div>
                <div class="feature">
                  <a href="{seourl rewrite='invite' url='invite_friends.php'}"><h3>{translate item='index.share'}</h3></a>
                  <p><img src="{$imgurl}/share.png" alt="Share" />{translate item='index.share_expl'}</p>
                </div>
                <!-- end show banner -->
         </div>     
		 <br />
         {insert name=advertise adv_name='home_top_banner'}
         <div class="clear"></div>
         <div id="recently">
         <div id="recently-title">{translate item='global.recently_viewed'}</div>
         <div id="recently-content">
         <div class="arrow-general">&nbsp;</div>
         <ul id="mycarousel" class="jcarousel-skin-tango"></ul>
         </div>
         </div>
Just replace that with this:

Code:
<div id="leftside">
    {if $smarty.session.UID eq ""}
         <div class="clear"></div>
         {insert name=advertise adv_name='home_top_banner'}

         <div class="clear"></div>
         <div id="recently">
         <div id="recently-title">{translate item='global.recently_viewed'}</div>
         <div id="recently-content">
         <div class="arrow-general">&nbsp;</div>
         <ul id="mycarousel" class="jcarousel-skin-tango"></ul>
         </div>
         </div>
And there ya go
Mine looks much different than this. What do I do?

THanks.


<div id="leftside">
{if $smarty.session.UID eq ""}
<div class="clear"></div>
{insert name=advertise assign=adv group='index_top_single'}
{$adv}
<div id="banner">
<!-- show banner feature -->
<div class="feature">
<a href="{seourl rewrite='videos' url='video.php?next=watch'}"><h3>{translate item='index.watch'}</h3></a>
<p><img src="{$imgurl}/watch.png" alt="Watch" />{translate item='index.watch_expl'}</p>
</div>
<div class="feature">
<a href="{seourl rewrite='upload' url='upload.php'}"><h3>{translate item='index.upload'}</h3></a>
<p><img src="{$imgurl}/upload.png" alt="Upload" />{translate item='index.upload_expl'}</p>
</div>
<div class="feature">
<a href="{seourl rewrite='invite' url='invite_friends.php'}"><h3>{translate item='index.share'}</h3></a>
<p><img src="{$imgurl}/share.png" alt="Share" />{translate item='index.share_expl'}</p>
</div>
<!-- end show banner -->
</div>
<br />
{insert name=advertise assign=adv group='index_top'}
{$adv}
<div class="clear"></div>
<div id="recently">
<div id="scrollable">
<div id="recently-header">
<div id="recently-title">{translate item='global.recently_viewed'}</div>
<div id="recently-nav">
<a class="prev"></a>
<div class="navi"></div>
<a class="next"></a>
<div class="clear"></div>
</div>
</div>
rmorano123 is offline   Reply With Quote
Old 07-26-2012, 10:32 PM   #189
myboxlive
Verified Member
|Forum Newbie|
 
Join Date: Mar 2012
Posts: 19
myboxlive is on a distinguished road
Default

I need this too...I need a little more explanation for this.
myboxlive is offline   Reply With Quote
Old 07-26-2012, 10:41 PM   #190
myboxlive
Verified Member
|Forum Newbie|
 
Join Date: Mar 2012
Posts: 19
myboxlive is on a distinguished road
Default

Hi James,

I'm so sorry. Could you give me step by step detailed directions...I'm new to all of this...thanks!
myboxlive 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 02:00 PM
does CLIP.VN using clip share source code. vietprofile Pre-Sales Questions 0 08-09-2007 05:01 PM
Clip-Share versus Clip-Share Pro Fidmania Pre-Sales Questions 1 07-25-2007 08:15 PM



All times are GMT +1. The time now is 12:44 AM.


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

An Envient product.