UBB.Dev
Posted By: freak.scene [6.1x] HyperCells V3 (CP Controlled) - 11/07/2001 11:11 PM
Name: HyperCells Hack with CP Control
Version: v3.0 (works with UBB v6.1.x)
What does is it do?
Makes the background color of the 'main' cells in the forum summary, topic list, search results and today's active topics pages change color when the user mouses over them and makes the full cell a link to the appropriate page.

All Style Settings are made in the control panel so you can set the cell colors and cursors there and they can be different per saved style. You can even turn it off or on now smile

[Linked Image]Thanks to freeTV for the porting it to 6.1.x!!

Screenshot of CP
[Linked Image]


Where to get it: <-- Get the Instructions Here --> - Last Updated updated 11.18.01

Demo: My Boards (when I get home today...)

This is the final version with the exception of addons to come as other mods are released.

[ 11-18-2001: Message edited by: freakscene ]
Posted By: Influenza Re: [6.1x] HyperCells V3 (CP Controlled) - 11/07/2001 11:45 PM
404 frown
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 12:12 AM
try it again

I'll be moving this to one of my 'real' hosts soon!
Posted By: Influenza Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 12:16 AM
Excellent! Installing now...
Posted By: Ramirez Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 1:16 AM
Hey Freakscene, long time no see smile You want me to make a combined install for this and name effects again like we had for 5x?
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 1:25 AM
Sounds like a plan Ramirez!
Going to add a few more subtle additions to it soon laugh
Posted By: Raichu Babai Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 1:52 AM
Nice.. I installed it and on the main page it works great. On the Forum Page, it seemed stretched, anyway to fix?
I have name effect and hypercell together and so far no problems with installation

http://www.wrathofdragonclaw.org/cgi-bin/ultimatebb.cgi?ubb=forum;f=1

[ 11-07-2001: Message edited by: Raichu Babai ]
Posted By: Influenza Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 2:09 AM
Raichu: you must not have Microsoft Visual Studio installed, because when I visit your site, I get MASSIVE amounts of script errors.

Freakscene: a couple of problems with your code. First, every time a user adds the line "$HyperCellPath = qq~......", there should be single quotes around "$ULTIMATEBB.CGI?...", as well as a semicolon before the final "~;

Second, you should place all your string assignments on the same line. i.e.:
Quote
quote:
That fixed everything on my board, and should fix Raichu's (you might not notice, Rai, but if you click on the table itself and not a forum link, you don't get take to that page. That's because the JavaScript part isn't working)

Edit: ignore the bold letters in the above code. The UBB doesn't like users putting onclick functions in your post, despite the fact that HTML is off.... frown

[ 11-07-2001: Message edited by: Influenza ]
Posted By: Raichu Babai Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 2:35 AM
Thanks Influenza , I edited the onclick code and the errors are gone.. =)

Still wondering why only that forum is so huge compared to the rest
Posted By: freeTV Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 3:13 AM
Influenza was correct!
It's not Freakscene's fault. It's mine. I have the code as Influenza indicated, but I sent it to freakscene by cut-and-paste via PM. Somehow, it was chopped off like that.
Anyway, thanks for the heads up.
Posted By: Ramirez Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 8:12 AM
I'll probably be waiting for the newer version of this to integrate name effects and hypercells.
Posted By: Lord Dexter Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 8:25 AM
Cool been waiting for this hack. Will install soon.
Posted By: [SURFiNG] Re: [6.1x] HyperCells V3 (CP Controlled) - 11/08/2001 9:08 AM
I agree with Ramirez, it would be so niice
Posted By: Influenza Re: [6.1x] HyperCells V3 (CP Controlled) - 11/09/2001 12:52 AM
Suggestion: apply HyperCell effects to Today's Active Topics page.

[ 11-08-2001: Message edited by: Influenza ]
Posted By: Ice Man_00 Re: [6.1x] HyperCells V3 (CP Controlled) - 11/09/2001 8:16 PM
Help needed !!! smile

Can not find this in public_forum_åage.pl

##
## FIND:
##

if ($alt_color eq "$vars_style{AltColumnColor1}") {
$alt_color = "$vars_style{AltColumnColor2}";
} else {
$alt_color = "$vars_style{AltColumnColor1}";
}

#fix for | -> | in alternate charsets

$subject =~ s/&;#0124;/|/g;

$this_html .= qq~



##
## Replace that with
##

if ($alt_color eq "$vars_style{AltColumnColor1}") {
$alt_color = "$vars_style{AltColumnColor2}";
$alt_HyperCells = "$HyperCellInsert1";
} else {
$alt_color = "$vars_style{AltColumnColor1}";
$alt_HyperCells = "$HyperCellInsert2";
}

#fix for | -> | in alternate charsets

$subject =~ s/&;#0124;/|/g;

$this_html .= qq~


##

This line isn`t there :
#fix for | -> | in alternate charsets

But i have this one:
#fix for | -> | in alternate charsets
(With some numers in it | numbers |)
What shall i do ?!?!?!?

[ 11-09-2001: Message edited by: Ice Man_00 ]

I missed some files to, so i do not install this hack untill it`s finish. Too bad, love this one. frown

[ 11-09-2001: Message edited by: Ice Man_00 ]
Posted By: freeTV Re: [6.1x] HyperCells V3 (CP Controlled) - 11/09/2001 8:26 PM
Doesn't matter. That line is commented out, anyway.
Posted By: ssilenthill Re: [6.1x] HyperCells V3 (CP Controlled) - 11/17/2001 5:16 PM
ok i have it installed but IE says it has errors on both the summary page and the forum page

the cells change like they are supposed to but they dont do anything when clicked

please check my board also to see what yout hink about this error
GSX second ubb being built for replacement of current one
Posted By: Variables Re: [6.1x] HyperCells V3 (CP Controlled) - 11/17/2001 6:28 PM
That's correct, i had the same errors. frown
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 11/17/2001 10:21 PM
fixes for all listed issues plus couple very small additions should be available later this evening smile

keep 'ya pants on laugh (please)
Posted By: AllenAyres Re: [6.1x] HyperCells V3 (CP Controlled) - 11/17/2001 10:38 PM
cool jeremiah... would like to use this on some other sites when you get it finished smile
Posted By: ssilenthill Re: [6.1x] HyperCells V3 (CP Controlled) - 11/18/2001 3:58 AM
thanks ya Freakscene

::looks::

um,

my pants is on lol
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 11/18/2001 3:50 PM
Quote
quote:
Done smile

Ice Man_00 - Download the instructions again. It is in there (correctly) now.

Raichu Babai - remove the nowrap tag from that cell laugh

Influenza - thanks for the heads up.

freeTV - thanks again for the port smile

ssilenthill, Variables - download the fresh instructions and install again smile

Allen - cool [Linked Image]
Posted By: Variables Re: [6.1x] HyperCells V3 (CP Controlled) - 11/18/2001 5:05 PM
I saw no fresh instructions for 6.1
I cleaned the browser temp/internet files and cache, refreshed your page but the instructions are still the same. confused
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 11/18/2001 7:45 PM
Quote
quote:
DOH!!! try it again!
Posted By: BienChieu Re: [6.1x] HyperCells V3 (CP Controlled) - 11/19/2001 5:14 AM
thx smile
Posted By: Bookie Re: [6.1x] HyperCells V3 (CP Controlled) - 12/01/2001 5:26 AM
Hey, great hack! Installed it works fine.

[ 11-30-2001 09:32 PM: Message edited by: Bookie ]
Posted By: Ramirez Re: [6.1x] HyperCells V3 (CP Controlled) - 12/10/2001 8:08 PM
Freakscene, is this pretty much done now? I'm working on MHK files for the different install options of my Name Effects hack. I could start working on an integrated MHK file if you're pretty much done.
Posted By: Necrosis Re: [6.1x] HyperCells V3 (CP Controlled) - 12/13/2001 11:04 PM
This is suposto work so that no matter where you click in the cell it follows the link?
If so there seams to be a bug in the last posts list.
Cause when i click in the cell (not on the actuall link) it takes me to that forum catagory NOT the post.
Any ideas how to fix?

Also in public_forum_summery.pl
you ask to replace
quote:


$ForumName

With this




$ForumName



Well the line
quote:
$ForumName


doesent exist. But...
quote:
$ForumName

does. (notice that there is a "&" instead of a ";")
Posted By: freeTV Re: [6.1x] HyperCells V3 (CP Controlled) - 12/13/2001 11:07 PM
It's the same thing! The difference is you don't have XHTML installed.
Posted By: Necrosis Re: [6.1x] HyperCells V3 (CP Controlled) - 12/14/2001 10:55 PM
Soooo. Where do i get XHTML. Im runnin IIS v5
Posted By: freeTV Re: [6.1x] HyperCells V3 (CP Controlled) - 12/15/2001 6:18 AM
Necrosis,

XHTML

[ 12-14-2001 10:20 PM: Message edited by: freeTV ]
Posted By: Boubou Re: [6.1x] HyperCells V3 (CP Controlled) - 12/16/2001 2:44 AM
hmm

i have same problem with hypercell
the hack work but they are some eror on page web

Posted By: Necrosis Re: [6.1x] HyperCells V3 (CP Controlled) - 12/17/2001 10:01 AM
So i have to install this massive file over all the hacks ive already installed. Then reinstall all the hacks?

What a crock of ****
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 12/17/2001 1:54 PM
quote:
Originally posted by Necrosis:
So i have to install this massive file over all the hacks ive already installed. Then reinstall all the hacks?

What a crock of **** mad

[ 12-17-2001 11:05 AM: Message edited by: freakscene ]
Posted By: Mod Hacker Re: [6.1x] HyperCells V3 (CP Controlled) - 12/28/2001 12:30 AM
Helpppp!!!
HyperCell is on but the collors do not change!!!
I've done everything right!
Posted By: Rainner Re: [6.1x] HyperCells V3 (CP Controlled) - 01/21/2002 9:50 AM
Hi freakscene

Very nice hack, thank you, we love it. Works fine but it conflicks with HitHack 2.01 by e@sy.

The hit counter dosn't work unless I clear cache each time if I use Hypercells.

Ideas?

Thanks
Rainner
Posted By: freak.scene Re: [6.1x] HyperCells V3 (CP Controlled) - 01/21/2002 2:14 PM
thanks Rainner. It does not really conflict, you just need to update the link that the hypercell mod uses to reflect the one that you added with the hit hack. I have not used the hit hack mod for a while but have fixed it in the past by doing that.

If you can't figure it out send me a pm and I'll help you out
Posted By: Rainner Re: [6.1x] HyperCells V3 (CP Controlled) - 01/21/2002 5:06 PM
Hi Jeremiah

There is a pm for you

Thanks
Rainner
Posted By: Rainner Re: [6.1x] HyperCells V3 (CP Controlled) - 01/28/2002 6:19 AM
Hi Jeremiah

Any luck? I use the HitHack 2.01 by e@sy and cannot figure out how to use this at the same time and keep my counter working. This is a great hack and I would love to run it.

Thanks

Rainner
Posted By: Hagar Re: [6.1x] HyperCells V3 (CP Controlled) - 02/04/2002 3:57 PM
Anyone updated the WOL page to dispay Hypercells?
Posted By: JungleMonkey Re: [6.1x] HyperCells V3 (CP Controlled) - 02/12/2002 1:51 AM
6.2?
Posted By: dende Re: [6.1x] HyperCells V3 (CP Controlled) - 02/12/2002 2:08 AM
Just edit ubb_whos_online.cgi and replace with the appropriate code.

That really seems like a good idea, I may do it to my board. If I do, I will write up some instalation instructions for you so you don't have to go searching. smile
Posted By: JungleMonkey Re: [6.1x] HyperCells V3 (CP Controlled) - 02/12/2002 2:59 AM
thank ya much dende
Does anybody have a problem with this slowing down their boards to a crawl? I had a couple people complain that my board was running kind of slow, so the next night I got a bunch of them online playing with it.

With HyperCells on, 15-20 people brought it to its knees. With HyperCells off, 40-50 people was no problem (wanted to try more, but I ran out of people). smile

Any ideas / suggestions?

http://www.netbattletech.com/forum