UBB.Dev
Posted By: Hexican Upload Hack Question for 6.3.1 - 11/09/2002 6:04 PM
I downloaded the Elym upload hack and I was loading it when I was instructed to find the follwing code:

Code
*************************
* Open cp_edit_forum.pl *
*************************

Find:
=====

<TR bgcolor="#FFFFFF">
<td valign="top">
<FONT SIZE="1" FACE="Verdana, Arial"><B>
HTML Allowed?
</B></FONT></td>
<td valign="top">
<FONT SIZE="1" FACE="Verdana, Arial"><B>
<INPUT TYPE="RADIO" NAME="HTML" VALUE="is" $html_on> Yes     
<INPUT TYPE="RADIO" NAME="HTML" VALUE="is not" $html_off> No
</B></FONT></td></tr
Either I am looking in the wrong place (certainly a possibility LOL) or this hack won't work on the 6.3.1.

Am I missing something obvious or is there another version out that will cover the 6.3.1 ?

Thanks!
Posted By: LK Re: Upload Hack Question for 6.3.1 - 11/09/2002 6:36 PM
It should be:
Quote
code:
Code
Find:
=====
<tr bgcolor="$vars_style_cp{AltColumnColorCurrent}"><td class="autorow"><span class="autorow-title">
$vars_wordlets_cp{forum_allow_html}
</span></td>
<td valign="top" class="autorow"><span class="autorow-options">
<INPUT TYPE="RADIO" id="HTML-is" NAME="HTML" VALUE="is" $html_on>
<label for="HTML-is" class="radio">$vars_wordlets_cp{generic_option_yes}</label>     
<INPUT TYPE="RADIO" id="HTML-isnot" NAME="HTML" VALUE="is not" $html_off>
<label for="HTML-isnot" class="radio">$vars_wordlets_cp{generic_option_no}</label>
~; &AlternateColors; print qq~

Also, after the code you should paste after it ("Add Below" or "Add After"), add:
code:
[qb]
Code
~; &AlternateColors; print qq~
[/qb]
Posted By: Hexican Re: Upload Hack Question for 6.3.1 - 11/11/2002 4:50 PM
Thanks!!!
© UBB.Developers