Results 1 to 4 of 4

Thread: Move Advertisement

  1. #1
    Join Date
    Aug 2008
    Posts
    21

    Default Move Advertisement

    I was wondering how to move the Advertisement "video_right_single" to make it look like this


  2. #2

    Default Re: Move Advertisement

    Edit the view_video.tpl file and

    Findout the following code and

    <td width="5"></td>
    <td width=323>

    after that add

    <div class="section bg2">
    <div class="hd">
    <div class="hd-l">Advertisement</div>
    </div>

    {insert name=adv_status assign=status adv_name='video_right_single'}
    {if $status eq "Active"}
    {insert name=advertise adv_name='video_right_single'}
    {else}
    {if $smarty.request.id ne "" }
    </div>


    BEFORE THE MODIFICATION YOU NEED TO TAKE THE BACKUP OF view_video.tpl FILE IN TEMPLATE FOLDER

  3. #3
    Join Date
    Aug 2008
    Posts
    21

    Default Re: Move Advertisement

    thanks but i get this errror here

    Fatal error: Smarty error: [in view_video.tpl line 382]: syntax error: unclosed tag {if} (opened line 249). (Smarty_Compiler.class.php, line 317) in /home2/vidzspot/public_html/include/smarty/libs/Smarty.class.php on line 1095

  4. #4

    Default Re: Move Advertisement

    If you can send me the ftp and admin login details.

Similar Threads

  1. Every user has his own advertisement
    By RAMMSTEIN in forum Feature Requests
    Replies: 0
    Last Post: 11-06-2008, 10:10 AM
  2. advertisement will not update
    By scrapman74 in forum Bug Reports
    Replies: 3
    Last Post: 11-09-2007, 09:56 PM
  3. uplaoding advertisement
    By robert in forum Installation Support
    Replies: 2
    Last Post: 11-07-2007, 09:32 PM
  4. Some advertisement on the end of the video
    By pjohn in forum Feature Requests
    Replies: 0
    Last Post: 10-30-2007, 09:51 PM
  5. Advertisement at the end/begin of the videos?
    By blogger in forum Sales Questions
    Replies: 4
    Last Post: 08-27-2007, 04:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •