Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[FIXED] search bug in this VERY FORUM *waves hands*

ithcyithcy New
edited September 2006 in Vanilla 1.0 Help
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/

Comments

  • Options
    Confirmed, you are right I tried it on my installation it is Vanilla 1.0.1 wide
  • Options
    MarkMark Vanilla Staff
    Fixed
  • Options
    now that's service
  • Options
    MarkMark Vanilla Staff
    Thanks for the heads up :)
  • Options
    *tries to decide whether to leave 17% or 18% tip
  • Options
    ahem ... Mark .. how can I fix it? or do I have to wait until 1.0.2?
  • Options
    you could get it from SVN.
  • Options
    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?
  • Options
    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.
  • Options
    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>
  • Options
    Probably because he didnt know which line had changed? He still provided you with a solution.
  • Options
    um... yeah. you're welcome.
This discussion has been closed.