rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: Caco on May 30, 2009, 12:14:00 PM

Title: RAWR template bug?
Post by: Caco on May 30, 2009, 12:14:00 PM
Hi guys,

I'm using RAWR template 0.1.1. When i click on "Advanced Search" link, it invokes RAWR player with an unexistent "search" file, instead of the right boxes.

I think the code snipped related to this issue is :

Code: [Select]
<div class="modContent" id="Folder_Tasks">
{.if|{.{.!mod_search.}=on.}|
<form action="/" name="simpleSearch" method="get">
<input class="formInput" type="text" name="search" size="13" maxlength="32" value="{.$search-data.}" onclick="if(this.value=='{.$search-data.}')this.value=''"/>
<input type="submit" value="Vai"/>
</form>
<a href="javascript:initPreviewBox('specialBox','search')" class="hide">{.!lv_advSearch.}</a>
.}
Title: Re: RAWR template bug?
Post by: TSG on May 30, 2009, 01:54:02 PM
It is not a bug. You have broken it somehow.

EDIT: Sorry to sound blunt, I was making something for rawr-player and it wasn't playing nice.
Title: Re: RAWR template bug?
Post by: Caco on June 01, 2009, 10:11:20 AM
Maybe i broke the code somewhere else. In that snippet i didn't touch anything...  :-\
Title: Re: RAWR template bug?
Post by: TSG on June 01, 2009, 12:41:52 PM
It wouldn't be related to that code, it would most likely be something in the preview box script.
Title: Re: RAWR template bug?
Post by: Caco on June 02, 2009, 04:45:08 PM
You're right, man!  ;)

I replaced my script with the original one and it works. Funny, i didn't remember i had modified that script  :D