Teensweb
New Member
- Messages
- 352
- Reaction score
- 1
- Points
- 0
Hi everyone, I need a few testers/bug-fixers for my new site. I am trying to integrate niceforms and custom form elements into my SMF-based blog, but ended up with numerous bugs -mainly position problems or failure of javascripts.
You'll receive 100 'x10 credits' for every bug you discover and give the necessary fix, 50 credits if u cannot fix it, 150 credits if its an all-round fix ( same bugs in multiple pages fixed by single change in code)
Bugs involve no php or other server side problems but is mainly caused due to css, html or js troubles.
Anyone interested can post here and i will provide a test account for you.
Note: All the fixes must be cross browser compatible.
For a start, the first one is on my search page.
The problem is that in the "Message age:" option, both the text boxes appear together allthough the code is
and this happens everywhere a similar code is encountered. the text boxes are not positioned as they usually were without styling.
You'll receive 100 'x10 credits' for every bug you discover and give the necessary fix, 50 credits if u cannot fix it, 150 credits if its an all-round fix ( same bugs in multiple pages fixed by single change in code)
Bugs involve no php or other server side problems but is mainly caused due to css, html or js troubles.
Anyone interested can post here and i will provide a test account for you.
Note: All the fixes must be cross browser compatible.
For a start, the first one is on my search page.
The problem is that in the "Message age:" option, both the text boxes appear together allthough the code is
HTML:
<div class="small_header" style="margin-bottom: 2px;">
<b>Message age: </b>
</div><br/>Between
<input type="text" name="minage" value="0" size="5"
maxlength="5" />
and
<input type="text" name="maxage" value="9999" size="5"
maxlength="5" /> days.
</div>
Last edited: