UBB.Dev
Posted By: AllenAyres [6.3.x] [beta] Hypercells - 06/14/2002 4:58 AM
Name: Hypercells

Description: Adds rollover effects to your ubb tables

Link: MultiHack File

Demo: none yet

Author: Jeremiah

Requirement: UBBâ„¢ 6.3

Note: Updated for 6.3 and one small buglet fixed smile
Posted By: Brad.loo Re: [6.3.x] [beta] Hypercells - 06/14/2002 6:48 AM
Thanks AA, ive seen many people begging for this one, mind if i post a text file for us out there that do not like multihack?
Posted By: Lord Dexter Re: [6.3.x] [beta] Hypercells - 06/14/2002 9:11 AM
A text file would be good.
Posted By: Oblivion Knight Re: [6.3.x] [beta] Hypercells - 06/14/2002 11:06 AM
Is it worth upgrading from the 6.2 version..?
Posted By: AllenAyres Re: [6.3.x] [beta] Hypercells - 06/14/2002 5:49 PM
There was a bug in the 6.2 mhx, fortunately it was also a section of code that had changed in 6.3 so it showed up as an error when I analyzed it. If you used the 6.2 mhx your search results page should look a bit odd wink

quote:
Originally posted by Brad.loo:
Thanks AA, ive seen many people begging for this one, mind if i post a text file for us out there that do not like multihack?

dats fine smile
Posted By: Gizmo Re: [6.3.x] [beta] Hypercells - 06/15/2002 3:50 AM
Hey AA, I just applied the Multi Hack, and nothing is working lol... When i go back and look at the styles it keeps reseting to me not enabing, any idea on what to change?
Posted By: AllenAyres Re: [6.3.x] [beta] Hypercells - 06/15/2002 8:58 PM
make sure you've set the correect permissions on the vars files so it saves correctly smile

got a link to your forum?
Posted By: CTM Re: [6.3.x] [beta] Hypercells - 06/16/2002 12:17 AM
Hmm... You'll need a slight modification to this if you have LK's Hit Hack installed.

public_daily_topics.pl

Code
[/code]Will have to be

[code]
Thanks for the port, Allen, I've been looking forward to this one for ages smile
Posted By: Brad.loo Re: [6.3.x] [beta] Hypercells - 06/16/2002 5:12 AM
ill post the text file in a few minutes. nets acting up right now.
Posted By: Brad.loo Re: [6.3.x] [beta] Hypercells - 06/16/2002 6:11 AM
Here ya go, lemme know if there are any errors in this.

Download hypercells text file
Posted By: Kwik Re: [6.3.x] [beta] Hypercells - 07/12/2002 1:33 PM
There is a typo:

public_forum_summary:
Code
[/code]must be

[code]
Otherwise the onclick for the last topic in the forum summary does not work when you click in the cell.

Errrr... there was this typo. It is fixed meanwhile. But maybe somebody else also got a 6.3 - 4.1 version with this.
Posted By: Dennis Jones Re: [6.3.x] [beta] Hypercells - 07/13/2002 5:39 PM
Well I have an error on it.

http://www.digitalfault.com/phorum/cgi-bin/ultimatebb.cgi

They work on the forum summary page but when I go into a topic the posting icons field is the one that is affected by the hypercells.

http://www.digitalfault.com/phorum/cgi-bin/ultimatebb.cgi?ubb=forum;f=1

What code do I change I take it, I change something to do wit columns.
Posted By: Zackary Re: [6.3.x] [beta] Hypercells - 07/13/2002 7:25 PM
Works for me. In both forum summary and forum display.

~Z
Posted By: Kwik Re: [6.3.x] [beta] Hypercells - 07/17/2002 1:23 PM
I now run into the same problem like Dennis Jones.

What I did now was changing:

Code
[/code]to

[code]
because after adding the first onclick with the right topic there where also added the rest of the topics. This results in to much onclick in one line...
Posted By: Da Wacko Re: [6.3.x] [beta] Hypercells - 08/11/2002 12:10 PM
could some one re-upload the textfile..? (it's down frown )
Posted By: Da Wacko Re: [6.3.x] [beta] Hypercells - 08/11/2002 6:35 PM
please..?

Someone..?
Posted By: Oblivion Knight Re: [6.3.x] [beta] Hypercells - 08/28/2002 10:35 PM
Have the instructions been updated for 6.3.1 or is that still on the "to do" list..?

rockband
- OBK.
Posted By: AllenAyres Re: [6.3.x] [beta] Hypercells - 08/29/2002 3:21 AM
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 smile
Posted By: Oblivion Knight Re: [6.3.x] [beta] Hypercells - 08/29/2002 12:09 PM
Hmmm.. I must have had a very old 6.3.x version.. Downloaded the latest and installed with no problems on 6.3.1 smile

Thanks Allen.
Posted By: ZeNissart Re: [6.3.x] [beta] Hypercells - 10/13/2002 1:13 AM
Always down frown
Posted By: CTM Re: [6.3.x] [beta] Hypercells - 10/13/2002 12:48 PM
Are you sure? The link seems to work for me...

Direct: https://www.ubbdev.com/db/uploads/hypercells631.mhx
Posted By: Kwik Re: [6.3.x] [beta] Hypercells - 10/25/2002 11:02 PM
Someone has an updated textfile for us (or just me tipsy ) to download?
Posted By: Painfool Re: [6.3.x] [beta] Hypercells - 12/15/2002 8:04 AM
Quote
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 smile
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]
Code
 #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]
As you can see I had to include the path info in the else line to get it to work on the other forums. Any idea what is screwed up? smile
© UBB.Developers