VideoWatch Professional v1.2.7 to v1.2.8 Upgrade

Upgrade Instructions

  1. Open playvideo.tpl
    Find all instances of:
    
    <div class="home_mainH" style="display:">
    
    

    Replace With:
    
    <div class="home_mainH">
    
    
    Find:
    
    <div id="commentsContainer" class="containerD home_mainC" style="display:">
    
    

    Replace With:
    
    <div id="commentsContainer" class="containerD home_mainC">
    
    

    Find:
    
    		<div id="showShareVideoNV" class="containerD home_mainC" style="display:none;">
    			<h2>Share This Video</h2>
    			<div>
                	<center>
            		<div align="center" id="showShareVideoNV2" style="width:90%; padding-top:10px; padding-bottom:10px;"><div class="showError"><b>Sorry, your e-mail address must be verified to use this feature.</b></div></DIV>
                    </center>
                </div>
                <div align="center"><a href="#closesharevideo" name="Share_Video_Close" onclick="hideMe('showShareVideoNV');">[Close Share Video]</a></div>
            </div>
    
    

    Move this code to underneath:
    
    <!-- Show Add To Channel End -->
    
    

    Then add below that:
    
    {if $smarty.session.VERIFIED eq "0" || $smarty.session.VERIFIED eq ""}
    
    

    Find:
    
    <div id="showShareVideo" class="containerD home_mainC" style="display:none;">
    
    

  2. Add above:
    
    {else}
    
    

    Find:
    
    		<div align="center"><a href="#closesharevideo" name="Share_Video_Close" onclick="hideMe('showShareVideo');">[Close Share Video]</a></div>
            </div>
    
    

    Add below:
    
    {/if}
    
    

    Find:
    
    		<div id="showReportVideoNV" class="containerD home_mainC" style="display:none;">
    			<h2>Report This Video</h2>
    			<div>
                	<center>
            		<div align="center" id="showReportVideoNV2" style="width:90%; padding-top:10px; padding-bottom:10px;"><div class="showError"><b>Sorry, your e-mail address must be verified to use this feature.</b></div></DIV>
                    </center>
                </div>
                <div align="center"><a href="#closereportvideo" name="Report_Video_Close" onclick="hideMe('showReportVideoNV');">[Close Report Video]</a></div>
            </div>
    
    

    Move to above:
    
    <div id="showReportVideo" class="containerD home_mainC" style="display:none;">
    
    

    Add above the code you added:
    
    {if $smarty.session.VERIFIED eq "0" || $smarty.session.VERIFIED eq ""}
    
    

    Add below the code you added:
    
    {else}
    
    

    Find:
    
    <!-- Show Add To Channel Begin -->
    
    

    Add above:
    
    {/if}
    
    

    Find:
    
    		<div id="showAddToChannelNV" class="containerD home_mainC" style="display:none;">
    			<h2>Add Video To Channel</h2>
    			<div>
                	<center>
            		<div align="center" id="showAddToChannelNV2" style="width:90%; padding-top:10px; padding-bottom:10px;"><div class="showError"><b>Sorry, your e-mail address must be verified to use this feature.</b></div></DIV>
                    </center>
                </div>
                <div align="center"><a href="#closeaddtochannel" name="Add_To_Channel_Close" onclick="hideMe('showAddToChannelNV');">[Close Add To Channel]</a></div>
            </div>
    
    

    Move to Above:
    
    <div id="showAddToChannel" class="containerD home_mainC" style="display:none;">
    
    

    Add above the code you added:
    
    {if $smarty.session.VERIFIED eq "0" || $smarty.session.VERIFIED eq ""}
    
    

    Add below the code you added:
    
    {else}
    
    

    Find:
    
    <!-- Show Add To Channel End -->
    
    

    Add above:
    
    {/if}
    
    

    Find:
    
    		{literal}
    		...
    		{/literal}
    
    

    Delete All Of That

    Find:
    
    <a rel="nofollow" style="text-decoration:none;" href="http://www.mister-wong.de/" onclick="window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+encodeURIComponent(location.href)+'&bm_notice=&bm_description='+encodeURIComponent(document.title)+'&bm_tags=');return false;" title="Add to: Mr. Wong" onmouseover="schnapp('wong','','{$imageurl}/bookmarks/wong_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/wong_trans.gif" alt="Add to: Mr. Wong" name="wong" border="0" id="wong"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.webnews.de/" onclick="window.open('http://www.webnews.de/einstellen?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Webnews" onmouseover="schnapp('Webnews','','{$imageurl}/bookmarks/webnews_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/webnews_trans.gif" alt="Add to: Webnews" name="Webnews" border="0" id="Webnews"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.icio.de/" onclick="window.open('http://www.icio.de/add.php?url='+encodeURIComponent(location.href));return false;" title="Add to: Icio" onmouseover="schnapp('Icio','','{$imageurl}/bookmarks/icio_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/icio_trans.gif" alt="Add to: Icio" name="Icio" border="0" id="Icio"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.oneview.de/" onclick="window.open('http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Oneview" onmouseover="schnapp('Oneview','','{$imageurl}/bookmarks/oneview_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/oneview_trans.gif" alt="Add to: Oneview" name="Oneview" border="0" id="Oneview"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.linkarena.com/" onclick="window.open('http://linkarena.com/bookmarks/addlink/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&desc=&tags=');return false;" title="Add to: Linkarena" onmouseover="schnapp('Linkarena','','{$imageurl}/bookmarks/linkarena_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/linkarena_trans.gif" alt="Add to: Linkarena" name="Linkarena" border="0" id="Linkarena"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.newskick.de/" onclick="window.open('http://www.newskick.de/submit.php?url='+(document.location.href));return false;" title="Add to: Newskick" onmouseover="schnapp('Newskick','','{$imageurl}/bookmarks/newskick_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/newskick_trans.gif" alt="Add to: Newskick" name="Newskick" border="0" id="Newskick"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://social-bookmarking.seekxl.de/" onclick="window.open('http://social-bookmarking.seekxl.de/?add_url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Seekxl" onmouseover="schnapp('Seekxl','','{$imageurl}/bookmarks/seekxl_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/seekxl_trans.gif" alt="Add to: Seekxl" name="Seekxl" border="0" id="Seekxl"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.de/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','{$imageurl}/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/favit_trans.gif" alt="Add to: Favit" name="Favit" border="0" id="Favit"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.social-bookmarking.dk/" onclick="window.open('http://www.social-bookmarking.dk/bookmarks/?action=add&title='+encodeURIComponent(document.title)+'&address='+(document.location.href));return false;" title="Add to: Social Bookmarking Tool" onmouseover="schnapp('Sbdk','','{$imageurl}/bookmarks/sbdk_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/sbdk_trans.gif" alt="Add to: Social Bookmarking Tool" name="Sbdk" border="0" id="Sbdk"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.bonitrust.de/" onclick="window.open('http://www.bonitrust.de/account/bookmark/?bookmark_url='+ unescape(location.href));return false;" title="Add to: BoniTrust" onmouseover="schnapp('Boni','','{$imageurl}/bookmarks/boni_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/boni_trans.gif" alt="Add to: BoniTrust" name="Boni" border="0" id="Boni"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.power-oldie.com/" onclick="window.open('http://www.power-oldie.com/');return false;" title="Add to: Power Oldie" onmouseover="schnapp('Power','','{$imageurl}/bookmarks/power_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/power_trans.gif" alt="Add to: Power Oldie" name="Power" border="0" id="Power"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.newsider.de/" onclick="window.open('http://www.newsider.de/submit.php?url='+(document.location.href));return false;" title="Add to: Newsider" onmouseover="schnapp('Newsider','','{$imageurl}/bookmarks/newsider_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/newsider_trans.gif" alt="Add to: Newsider" name="Newsider" border="0" id="Newsider"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.linksilo.de" onclick="window.open('http://www.linksilo.de/index.php?area=bookmarks&func=bookmark_new&addurl='+encodeURIComponent(location.href)+'&addtitle='+encodeURIComponent(document.title));return false;" title="Add to: Linksilo" onmouseover="schnapp('Linksilo','','{$imageurl}/bookmarks/linksilo_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/linksilo_trans.gif" alt="Add to: Linksilo" name="Linksilo" border="0" id="Linksilo"></a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.readster.de/" onclick="window.open('http://www.readster.de/submit/?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Readster" onmouseover="schnapp('Readster','','{$imageurl}/bookmarks/readster_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/readster_trans.gif" alt="Add to: Readster" name="Readster" border="0" id="Readster"></a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.folkd.com/" onclick="window.open('http://www.folkd.com/submit/'+(dokument.location.href));return false;" title="Add to: Folkd" onmouseover="schnapp('Folkd','','{$imageurl}/bookmarks/folkd_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/folkd_trans.gif" alt="Add to: Folkd" name="Folkd" border="0" id="Folkd"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://yigg.de/" onclick="window.open('http://yigg.de/neu?exturl='+encodeURIComponent(location.href));return false" title="Add to: Yigg" onmouseover="schnapp('Yigg','','{$imageurl}/bookmarks/yigg_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/yigg_trans.gif" alt="Add to: Yigg" name="Yigg" border="0" id="Yigg"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','{$imageurl}/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/digg_trans.gif" alt="Add to: Digg" name="Digg" border="0" id="Digg"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','{$imageurl}/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/del_trans.gif" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://reddit.com/" onclick="window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Reddit" onmouseover="schnapp('Reddit','','{$imageurl}/bookmarks/reddit_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/reddit_trans.gif" alt="Add to: Reddit" name="Reddit" border="0" id="Reddit"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.simpy.com/" onclick="window.open('http://www.simpy.com/simpy/LinkAdd.do?title='+encodeURIComponent(document.title)+'&tags=&note=&href='+encodeURIComponent(location.href));return false;" title="Add to: Simpy" onmouseover="schnapp('Simpy','','{$imageurl}/bookmarks/simpy_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/simpy_trans.gif" alt="Add to: Simpy" name="Simpy" border="0" id="Simpy"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','{$imageurl}/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" border="0" id="StumbleUpon"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://slashdot.org/" onclick="window.open('http://slashdot.org/bookmark.pl?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: Slashdot" onmouseover="schnapp('Slashdot','','{$imageurl}/bookmarks/slashdot_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/slashdot_trans.gif" alt="Add to: Slashdot" name="Slashdot" border="0" id="Slashdot"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.netscape.com/" onclick="window.open('http://www.netscape.com/submit/?U='+encodeURIComponent(location.href)+'&T='+encodeURIComponent(document.title));return false;" title="Add to: Netscape" onmouseover="schnapp('Netscape','','{$imageurl}/bookmarks/netscape_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/netscape_trans.gif" alt="Add to: Netscape" name="Netscape" border="0" id="Netscape"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.furl.net/" onclick="window.open('http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href)+'&keywords=&t='+encodeURIComponent(document.title));return false;" title="Add to: Furl" onmouseover="schnapp('Furl','','{$imageurl}/bookmarks/furl_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/furl_trans.gif" alt="Add to: Furl" name="Furl" border="0" id="Furl"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Add to: Yahoo" onmouseover="schnapp('Yahoo','','{$imageurl}/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" border="0" id="Yahoo"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.spurl.net/" onclick="window.open('http://www.spurl.net/spurl.php?v=3&tags=&title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(document.location.href));return false;" title="Add to: Spurl" onmouseover="schnapp('Spurl','','{$imageurl}/bookmarks/spurl_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/spurl_trans.gif" alt="Add to: Spurl" name="Spurl" border="0" id="Spurl"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','{$imageurl}/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" border="0" id="Google"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.blinklist.com/" onclick="window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url='+encodeURIComponent(location.href)+'&Title='+encodeURIComponent(document.title));return false;" title="Add to: Blinklist" onmouseover="schnapp('Blinklist','','{$imageurl}/bookmarks/blinklist_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/blinklist_trans.gif" alt="Add to: Blinklist" name="Blinklist" border="0" id="Blinklist"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://blogmarks.net/" onclick="window.open('http://blogmarks.net/my/new.php?mini=1&simple=1&url='+encodeURIComponent(location.href)+'&content=&public-tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Blogmarks" onmouseover="schnapp('Blogmarks','','{$imageurl}/bookmarks/blogmarks_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/blogmarks_trans.gif" alt="Add to: Blogmarks" name="Blogmarks" border="0" id="Blogmarks"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.diigo.com/" onclick="window.open('http://www.diigo.com/post?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&tag=&comments='); return false;" title="Add to: Diigo" onmouseover="schnapp('Diigo','','{$imageurl}/bookmarks/diigo_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/diigo_trans.gif" alt="Add to: Diigo" name="Diigo" border="0" id="Diigo"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.technorati.com/" onclick="window.open('http://technorati.com/faves?add='+encodeURIComponent(location.href)+'&tag=');return false;" title="Add to: Technorati" onmouseover="schnapp('Technorati','','{$imageurl}/bookmarks/technorati_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/technorati_trans.gif" alt="Add to: Technorati" name="Technorati" border="0" id="Technorati"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.newsvine.com/" onclick="window.open('http://www.newsvine.com/_wine/save?popoff=1&u='+encodeURIComponent(location.href)+'&tags=&blurb='+encodeURIComponent(document.title));return false;" title="Add to: Newsvine" onmouseover="schnapp('Newsvine','','{$imageurl}/bookmarks/newsvine_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/newsvine_trans.gif" alt="Add to: Newsvine" name="Newsvine" border="0" id="Newsvine"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.blinkbits.com/" onclick="window.open('http://www.blinkbits.com/bookmarklets/save.php?v=1&title='+encodeURIComponent(document.title)+'&source_url='+encodeURIComponent(location.href)+'&source_image_url=&rss_feed_url=&rss_feed_url=&rss2member=&body=');return false;" title="Add to: Blinkbits" onmouseover="schnapp('Blinkbits','','{$imageurl}/bookmarks/blinkbits_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/blinkbits_trans.gif" alt="Add to: Blinkbits" name="Blinkbits" border="0" id="Blinkbits"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://ma.gnolia.com/" onclick="window.open('http://ma.gnolia.com/bookmarklet/add?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&description=&tags=');return false;" title="Add to: Ma.Gnolia" onmouseover="schnapp('MaGnolia','','{$imageurl}/bookmarks/ma.gnolia_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/ma.gnolia_trans.gif" alt="Add to: Ma.Gnolia" name="MaGnolia" border="0" id="MaGnolia"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://smarking.com/" onclick="window.open('http://smarking.com/editbookmark/?url='+ location.href +'&description=&tags=');return false;" title="Add to: Smarking" onmouseover="schnapp('Smarking','','{$imageurl}/bookmarks/smarking_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/smarking_trans.gif" alt="Add to: Smarking" name="Smarking" border="0" id="Smarking"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://www.netvouz.com/" onclick="window.open('http://www.netvouz.com/action/submitBookmark?url='+encodeURIComponent(location.href)+'&description=&tags=&title='+encodeURIComponent(document.title)+'&popup=yes');return false;" title="Add to: Netvouz" onmouseover="schnapp('Netvouz','','{$imageurl}/bookmarks/netvouz_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/netvouz_trans.gif" alt="Add to: Netvouz" name="Netvouz" border="0" id="Netvouz"> </a>
    		<a rel="nofollow" style="text-decoration:none;" href="http://en.wikipedia.org/wiki/Social_bookmarking" target="" title="Information" onmouseover="schnapp('Information','','{$imageurl}/bookmarks/what_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="{$imageurl}/bookmarks/what_trans.gif" alt="Information" name="Information" border="0" id="Information"> </a>
    
    

    Replace with:
    
    		<script type="text/javascript">
      		addthis_url    = location.href;   
      		addthis_title  = document.title;  
      		addthis_pub    = 'videowatchpro';     
    		</script>
    		<script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
    
    

  3. Open memberprofile.tpl
    Find:
    
    <!-- Send Message Begin -->
    	
    
    Add above:
    
    {if $smarty.session.USERID ne "" && $smarty.session.USERID ne $profilearray[0].USERID}
    	
    
    Find:
    
    <!-- Send Message End -->
    	
    
    Add below:
    
    {/if}
    	
    
    Find:
    
    <!-- Friend Request Begin -->
    	
    
    Add above:
    
    {if $smarty.session.USERID ne "" && $smarty.session.USERID ne $profilearray[0].USERID}
    	
    
    Find:
    
    <!-- Friend Request End -->
    	
    
    Add below:
    
    {/if}
    	
    
  4. Open /js/ajax.js Find:
    
    function playvideoshow(showthis){
    	document.getElementById('showShareVideo').style.display="none";
    	document.getElementById('showReportVideo').style.display="none";
    	document.getElementById('showAddToChannel').style.display="none";
    	document.getElementById('showShareVideoNV').style.display="none";
    	document.getElementById('showReportVideoNV').style.display="none";
    	document.getElementById('showAddToChannelNV').style.display="none";
    	document.getElementById('showAllThumbs').style.display="none";
    	document.getElementById(showthis).style.display="block";
    }
    	
    
    Replace With:
    
    function playvideoshow(showthis){
    	if(document.getElementById('showShareVideo'))
    	{
    	document.getElementById('showShareVideo').style.display="none";
    	}
    	if(document.getElementById('showReportVideo'))
    	{
    	document.getElementById('showReportVideo').style.display="none";
    	}
    	if(document.getElementById('showAddToChannel'))
    	{
    	document.getElementById('showAddToChannel').style.display="none";
    	}
    	if(document.getElementById('showShareVideoNV'))
    	{
    	document.getElementById('showShareVideoNV').style.display="none";
    	}
    	if(document.getElementById('showReportVideoNV'))
    	{
    	document.getElementById('showReportVideoNV').style.display="none";
    	}
    	if(document.getElementById('showAddToChannelNV'))
    	{
    	document.getElementById('showAddToChannelNV').style.display="none";
    	}
    	if(document.getElementById('showAllThumbs'))
    	{
    	document.getElementById('showAllThumbs').style.display="none";
    	}
    	document.getElementById(showthis).style.display="block";
    }
    	
    
  5. The upgrade has now been completed.

Copyright © 2008 VideoWatchPro.com
This is not a free script. Purchasers are entitled to use this script on a single website only.
Redistribution of this script in any way is prohibited.
Support Forum: http://forum.videowatchpro.com
Official Website: http://www.videowatchpro.com