Not signed in (Sign In)
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.
    • CommentAuthorflakdesign
    • CommentTimeJan 16th 2008
     
    Hi Filip,

    I noticed that in http://www.jobber.ro/ , when you search for a keyword with spaces on it, it doesnt produce any results.

    Lets say, i am searching for "web designer", notice the space between the words, jobber.ro searches for "web%20designer" and produces zero results.

    Do you know how to fix this?

    thank you

    regards
    vinay
    •  
      CommentAuthoralex
    • CommentTimeJan 22nd 2008
     

    also about the search:
    I changed the text displayed in the box, but now, when I click on that search box, the text does not hide by himself.
    I need to delete it manually so I can write my search word.

    If someone can fix this, please share.

  1.  

    alex

    you must edit /_templates/footer.tpl
    lines 39-44

    keywords.bind(‘blur’, function() { if (this.value == ‘search for a job’ || this.value == ‘’) { this.value = ‘search for a job’; } });

    update both instances of ‘search for a job’ with your search word

    also on line 33
    if (this.value == ‘search for a job’)

    replace that instance too.

    •  
      CommentAuthoralex
    • CommentTimeJan 24th 2008
     

    great.
    thank you.