Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
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 ]


jeremiah
Sponsored Links
Joined: Oct 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 33
404 frown


(Scientists) are apolitical, supposedly, like civil servants--empiricists, who only wanted things managed in a rational scientific style, the greatest good for the greatest number, which ought to be fairly simple to arrange, if people were not so trapped in emotions, religions, governments, and other mass delusional systems of that sort.
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
try it again

I'll be moving this to one of my 'real' hosts soon!


jeremiah
Joined: Oct 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 33
Excellent! Installing now...


(Scientists) are apolitical, supposedly, like civil servants--empiricists, who only wanted things managed in a rational scientific style, the greatest good for the greatest number, which ought to be fairly simple to arrange, if people were not so trapped in emotions, religions, governments, and other mass delusional systems of that sort.
Joined: Oct 2000
Posts: 215
Member
Member
Offline
Joined: Oct 2000
Posts: 215
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?


Ultimate Frisbee is good for you, it improves your symbolic logic skills.
Sponsored Links
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Sounds like a plan Ramirez!
Going to add a few more subtle additions to it soon laugh


jeremiah
Joined: Apr 2001
Posts: 214
Member
Member
Offline
Joined: Apr 2001
Posts: 214
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 ]

Joined: Oct 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 33
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 ]


(Scientists) are apolitical, supposedly, like civil servants--empiricists, who only wanted things managed in a rational scientific style, the greatest good for the greatest number, which ought to be fairly simple to arrange, if people were not so trapped in emotions, religions, governments, and other mass delusional systems of that sort.
Joined: Apr 2001
Posts: 214
Member
Member
Offline
Joined: Apr 2001
Posts: 214
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

Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
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.

Sponsored Links
Joined: Oct 2000
Posts: 215
Member
Member
Offline
Joined: Oct 2000
Posts: 215
I'll probably be waiting for the newer version of this to integrate name effects and hypercells.


Ultimate Frisbee is good for you, it improves your symbolic logic skills.
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Cool been waiting for this hack. Will install soon.

Joined: Jun 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 26
I agree with Ramirez, it would be so niice

Joined: Oct 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Oct 2001
Posts: 33
Suggestion: apply HyperCell effects to Today's Active Topics page.

[ 11-08-2001: Message edited by: Influenza ]


(Scientists) are apolitical, supposedly, like civil servants--empiricists, who only wanted things managed in a rational scientific style, the greatest good for the greatest number, which ought to be fairly simple to arrange, if people were not so trapped in emotions, religions, governments, and other mass delusional systems of that sort.
Joined: Nov 2001
Posts: 15
Junior Member
Junior Member
Offline
Joined: Nov 2001
Posts: 15
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 ]
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
Doesn't matter. That line is commented out, anyway.

Joined: Nov 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Nov 2001
Posts: 33
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

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
That's correct, i had the same errors. frown

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
fixes for all listed issues plus couple very small additions should be available later this evening smile

keep 'ya pants on laugh (please)


jeremiah
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
cool jeremiah... would like to use this on some other sites when you get it finished smile


- Allen wavey
- What Drives You?
Joined: Nov 2001
Posts: 33
Junior Member
Junior Member
Offline
Joined: Nov 2001
Posts: 33
thanks ya Freakscene

::looks::

um,

my pants is on lol

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
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]


jeremiah
Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
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

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Quote
quote:
DOH!!! try it again!


jeremiah
Joined: Sep 2001
Posts: 37
Member
Member
Offline
Joined: Sep 2001
Posts: 37
thx smile

Joined: Jan 2001
Posts: 1,309
Member / Blamoholic
Member / Blamoholic
Offline
Joined: Jan 2001
Posts: 1,309
Hey, great hack! Installed it works fine.

[ 11-30-2001 09:32 PM: Message edited by: Bookie ]

Joined: Oct 2000
Posts: 215
Member
Member
Offline
Joined: Oct 2000
Posts: 215
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.


Ultimate Frisbee is good for you, it improves your symbolic logic skills.
Joined: Aug 2001
Posts: 11
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 11
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 ";")
Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
It's the same thing! The difference is you don't have XHTML installed.

Joined: Aug 2001
Posts: 11
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 11
Soooo. Where do i get XHTML. Im runnin IIS v5

Joined: Apr 2001
Posts: 235
Member
Member
Offline
Joined: Apr 2001
Posts: 235
Necrosis,

XHTML

[ 12-14-2001 10:20 PM: Message edited by: freeTV ]

Joined: Oct 2001
Posts: 85
Member
Member
Offline
Joined: Oct 2001
Posts: 85
hmm

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


Joined: Aug 2001
Posts: 11
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 11
So i have to install this massive file over all the hacks ive already installed. Then reinstall all the hacks?

What a crock of ****

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
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 ]


jeremiah
Joined: Dec 2001
Posts: 6
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 6
Helpppp!!!
HyperCell is on but the collors do not change!!!
I've done everything right!

Joined: Oct 2001
Posts: 199
Member
Member
Offline
Joined: Oct 2001
Posts: 199
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

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
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


jeremiah
Joined: Oct 2001
Posts: 199
Member
Member
Offline
Joined: Oct 2001
Posts: 199
Hi Jeremiah

There is a pm for you

Thanks
Rainner

Joined: Oct 2001
Posts: 199
Member
Member
Offline
Joined: Oct 2001
Posts: 199
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

Joined: Oct 2001
Posts: 95
Member
Member
Offline
Joined: Oct 2001
Posts: 95
Anyone updated the WOL page to dispay Hypercells?

Page 1 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)