Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthormonst
    • CommentTimeOct 30th 2006
     # 1
    with a default install of vanilla + the TBL theme.. the fonts a really crowded in Internet Explorer, so much that you cant see them. Somehow http://thebeautifullie.com was able to fix this. not sure how.

    i have two installs http://bl4h.net & http://bl4h.net/forum/ if anyone know how to fix this please let me know.
    •  
      CommentAuthorjimw
    • CommentTimeOct 30th 2006
     # 2
    I just downloaded the theme. IN the vanilla.css file, look for logo-title. It has "letter-spacing:-2.5pt". Comment that out but placing /* before it and */ after it. That will fix the spacing.
    •  
      CommentAuthormonst
    • CommentTimeOct 30th 2006 edited
     # 3
    thanx dude!, also if you notice, the spaceing looks like it adds a bunch of line breaks, any idea on that?
    •  
      CommentAuthormonst
    • CommentTimeOct 30th 2006 edited
     # 4
    i think it might be line-height nm!

    Any idea where to enble or set logo subtitle?
    •  
      CommentAuthormonst
    • CommentTimeOct 31st 2006
     # 5
    Another problem im having with this theme is an error that occurs after the first comment is made.

    Notice: Undefined index: page in /homepages/15/d94665629/htdocs/media/monster/bl4h/themes/tbl/comments.php on line 79

    which is this line

    if ($RowNumber == 2 && ($_GET['page'] == '' || $_GET['page'] == 1)) {
    $CommentList .= '<h2>'.$this->Context->GetDefinition('Comments').'</h2>';

    if (!$PERMISSION_SIGN_IN) {
    $CommentList .= '<div style="margin-top:-10px;">To leave a comment, you need to <a href="'.$this->Context->Configuration['SIGNIN_URL'].'?ReturnUrl='.GetRequestUri().'">'.strtolower($this->Context->GetDefinition('SignIn')).'</a> first.</div>';
    }
    }

    any help would be appreciated
    •  
      CommentAuthormonst
    • CommentTimeNov 1st 2006
     # 6
    • CommentAuthorKeith
    • CommentTimeApr 10th 2007
     # 7
    Hi Monst. I've seen tbl on your site but i just cannot get it to work at all. I've added it under themes but maybe I should have put it under styles. If anyone can offer any advice on this getting this theme working I would be very thankful.
    • CommentAuthorKeith
    • CommentTimeApr 13th 2007
     # 8
    Has no-one else got this theme enabled???
    •  
      CommentAuthorjimw
    • CommentTimeApr 14th 2007
     # 9
    I have it enabled on my forum.
  1.  # 10
    has anyone managed to get past that error? im getting it as well.
    •  
      CommentAuthorWallPhone
    • CommentTimeAug 3rd 2007
     # 11
    I think if you rewrite that line to read as this, you will be OK:if ($RowNumber == 2 && (ForceIncomingInt('page', 1) == 1)) {(/themes/tbl/comments.php line 79)
Add your comments
    Username Password
  • Format comments as