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.
    • CommentAuthorithcy
    • CommentTimeSep 7th 2006 edited
     # 1
    try this example search link

    now look at the category links underneath each search result. they look like this:
    http://lussumo.com/community/category/9/

    when (i think) they should look like this:
    http://lussumo.com/community/9/
    • CommentAuthoralnokta
    • CommentTimeSep 7th 2006
     # 2
    Confirmed, you are right I tried it on my installation it is Vanilla 1.0.1 wide
    •  
      CommentAuthorMark
    • CommentTimeSep 7th 2006
     # 3
    Fixed
    • CommentAuthorithcy
    • CommentTimeSep 7th 2006
     # 4
    now that's service
    •  
      CommentAuthorMark
    • CommentTimeSep 7th 2006
     # 5
    Thanks for the heads up :)
    • CommentAuthorithcy
    • CommentTimeSep 7th 2006
     # 6
    *tries to decide whether to leave 17% or 18% tip
    • CommentAuthoralnokta
    • CommentTimeSep 7th 2006
     # 7
    ahem ... Mark .. how can I fix it? or do I have to wait until 1.0.2?
    • CommentAuthorithcy
    • CommentTimeSep 7th 2006
     # 8
    you could get it from SVN.
    • CommentAuthoralnokta
    • CommentTimeSep 7th 2006
     # 9
    Can you tell me where is the SVN ? I tried svn.lussumo.com and lussumo.com/svn but it is not there.. and the info to make a check-out?
    • CommentAuthorithcy
    • CommentTimeSep 8th 2006
     # 10
    if you're using windows, get TortoiseSVN. install it and right-click on your vanilla folder and choose "TortoiseSVN->Export". enter "http://lussumo.com/svn/vanilla/trunk" in the "URL of repository" field.

    remember, don't check out, export.
    • CommentAuthoralnokta
    • CommentTimeSep 8th 2006
     # 11
    Thanks a lot ithcy .. but why didn't you tell me what line to change from the beginning?

    In case anyone wants to fix it without downloading from svn:

    replace line 16(with word wrap off) in the file /themes/search_results_comments.php
    from this :

    <a href="'.GetUrl($this->Context->Configuration, 'index.php', 'category/', 'CategoryID', $Comment->CategoryID).'">'.$Comment->Category.'</a>

    to this:

    <a href="'.GetUrl($this->Context->Configuration, 'index.php', '', 'CategoryID', $Comment->CategoryID).'">'.$Comment->Category.'</a>
  1.  # 12
    Probably because he didnt know which line had changed? He still provided you with a solution.
    • CommentAuthorithcy
    • CommentTimeSep 8th 2006
     # 13
    um... yeah. you're welcome.
Add your comments
    Username Password
  • Format comments as