quote:
Originally posted by AllenAyres:
There are no changes for 6.3.1, tho I did update the mhx file with the 2 bugfixes posted. I have tested it on a local forum with no errors
I had a wierd problem 6.3.1.1 where every other forum would not get the on.click added to it.
I had to do the following to get it to work, what is this indicative off?
code:
[qb] #HyperCells Hack
#Get Correct Path for HyperCells link
if ($vars_style{HyperCells_Toggle} ne '2' && $HyperCellPath !~ /onclick/) {
$HyperCellPath = qq~onclick="window.location.href='$ULTIMATEBB?ubb=forum;f=$x';"~;
} else {
$HyperCellPath = qq~onclick="window.location.href='$ULTIMATEBB?ubb=forum;f=$x';"~;
}
#End HyperCells Hack
[/qb]