Results 1 to 5 of 5

Thread: Bugs in template files (fixes included)

  1. #1
    Join Date
    May 2007
    Posts
    588

    Default Bugs in template files (fixes included)

    I have included the 3 fixes below to download and just replace your template files if you have not modified them already.

    leki_template_fixes.zip


    The file templates/head_bottom/homelinks.tpl has a slight problem

    The profile link points to the edit profile page instead of your profile and is also missing the space after "my"

    You can see this problem on the tags page and the groups add video page.

    to fix it in templates/head_bottom/homelinks.tpl replace:
    Code:
    MyProfile
    with
    Code:
    My Profile

    ------------------------------------------------------

    The file templates/head_bottom/addvideolink.tpl has a problem of the colours wrong and too close to the links above.

    you can see this problem on the groups, "add videos" page.

    to fix it in templates/head_bottom/addvideolink.tpl replace:
    Code:
    <TABLE cellSpacing=0 cellPadding=0 align=center border=0>
    <TR>
    <TD>Group Home</TD>
    <TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
    <TD>My Videos</TD>
    <TD style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px">|</TD>
    <TD>My Favorites</TD>
    with
    Code:
    <TABLE cellSpacing=0 cellPadding=0 align=center border=0>
    <TR>
    <TD>Group Home</TD>
    <TD> | </TD>
    <TD>My Videos</TD>
    <TD> | </TD>
    <TD>My Favorites</TD>

    ------------------------------------------------------

    The file templates/add_video.tpl has a problem of linking to buyscripts.in instead of your own site on the "Share your videos with friends!" link.

    to fix it in templates/add_video.tpl replace:
    Code:
    <th background="{$baseurl}/templates/images/bg1.gif"><A href="http://www.buyscripts.in/my_friends_invite"><span class="white_bold">Share your
    with
    Code:
    <th background="{$baseurl}/templates/images/bg1.gif"><A class="white_bold" href="{$baseurl}/invite_friends.php"><span class="white_bold">Share your

  2. #2

    Default thanks

    thanks for your Detailed Information.

  3. #3

    Default Thanx

    Thanx I hadn't spotted those
    Hoss
    Hoss

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    There are several occurances of "http://buyscripts.in" which should be {$baseurl} which can also be found in:

    view_audio.tpl
    my_audo.tpl
    my_video.tpl
    ugroup_member.tpl
    If it's not fun, stop doing it!

  5. #5

    Default

    Thanks grynmoors for the heads up.

Similar Threads

  1. Does Clean Install Need Fixes installed too?
    By mersh in forum Installation Support
    Replies: 2
    Last Post: 06-10-2008, 09:19 PM
  2. Bug Fixes - Import Video - Administration
    By apj5621 in forum Fixed Bugs
    Replies: 9
    Last Post: 09-03-2007, 04:38 AM
  3. Bug Fixes - Site Statistics
    By apj5621 in forum Fixed Bugs
    Replies: 6
    Last Post: 09-02-2007, 03:14 PM
  4. bugs with older asf files
    By musictvblogger in forum Installation Support
    Replies: 0
    Last Post: 06-15-2007, 12:01 PM
  5. friends_accept.tpl bug (fixes included)
    By leki in forum General Discussions
    Replies: 1
    Last Post: 06-13-2007, 01:55 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
  •