UBB.Dev
Posted By: Ian Spence [6.6 - 6.7] [beta] HyperCells - 11/21/2003 2:26 AM
Modification Name: HyperCells

Author(s): Weird Al

Description: Adds that really cool mouseover effect for the table cells

Demo: none

Requirements: 6.6.x - 6.7.x

Download Link: 6.6
6.7

Credits: Gizzy for making me do it, and for the 6.4 version

Instructions / Other Info: Upload files once done. The Hypercell settings can be found in the Style edit page
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 5:11 AM
YEY! now to get ubb news fader finalized and i shoudl be done smile . well and the ubb chat mod (got lk's permission to have it ported for 6.6...
Posted By: RandyM Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 5:57 AM
The news fader in color? and fading out as well as in?
Posted By: Ian Spence Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 6:05 AM
wha?
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 6:09 AM
Quote
quote:
Originally posted by RandyM:
The news fader in color? and fading out as well as in?
This mod has nothing to do with the news fader... Al and Brett are tryin to get me to upgrade my board, hence their updating mod's... Was just stating that the 2 i need to upgrade is having the news fader fixed and the chat mod done smirk...
Posted By: RandyM Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 7:16 AM
Quote
quote:
Originally posted by Gizzy:
YEY! now to get ubb news fader finalized and i shoudl be done smile
quote:
[qb]Originally posted by RandyM:
The news fader in color? and fading out as well as in?[/qb]
Quote
quote:
Originally posted by Gizzy:
This mod has nothing to do with the news fader...
confused
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 7:41 AM
Hypercells is a modification for BBS' that will fade the cells for the forum names when you hover over them.

News Fader is the mod that fades news in/out on the top of your forum.

In order for me to upgrade to each new versions i end up having to get so many mod's ported so i can use them heh...
Posted By: RandyM Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 8:07 AM
Yeah, I know what hypercells is. I was just refering to the fact that you had mentioned the news fader earlier in this thread, that's all.
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 11/21/2003 9:10 AM
ahh lol :x
Posted By: GATOR420 Re: [6.6 - 6.7] [beta] HyperCells - 05/08/2004 11:34 PM
Does this one work on 6.7.1?
Posted By: Brett Re: [6.6 - 6.7] [beta] HyperCells - 05/09/2004 12:39 AM
I just installed it, the only difference is

Code
public_forum_summary.pl

instead of:

<a href="$ULTIMATEBB?ubb=forum;f=$x">$ForumName</a>

its:

<a href="$ULTIMATEBB{"ubb=forum;f=$x"}">$ForumName</a>
To search and replace for.
Posted By: GATOR420 Re: [6.6 - 6.7] [beta] HyperCells - 05/09/2004 2:58 AM
HyperCells working well! Thanks again Brett.
Posted By: Painfool Re: [6.6 - 6.7] [beta] HyperCells - 05/13/2004 12:33 PM
This is broke for 6.7 or it lost some functionality. Does not Hypercell in the forum itself, onlt the summary - verified my install with Bretts verified test hack not working as well. CELL is hot but no color change or cursor change. I'm about to fiddle and see if I can tell whats missing.. but someone post the correction please smile

Can anyone add this for active topics as well ?
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 05/13/2004 12:51 PM
verified error; i think there was a dramatic change or something, I don't recall exactly; noticed it a few days ago but didn't get to posting wink ...
Posted By: Painfool Re: [6.6 - 6.7] [beta] HyperCells - 05/13/2004 1:01 PM
Found it ....

IN public_forum_page.pl FIND

} # end icons column

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

REPLACE WITH

} # end icons column

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

Viola!
Posted By: Painfool Re: [6.6 - 6.7] [beta] HyperCells - 05/13/2004 1:03 PM
Quote
Originally posted by Gizzy:

verified error; i think there was a dramatic change or something, I don't recall exactly; noticed it a few days ago but didn't get to posting wink ...
Sure, Sure smile You, the guy with the Demo test forum with no threads to TEST it on tipsy

Thanks for all the help guys .. glad to be able to contribute every once in a dozen updates smile
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/10/2005 8:31 PM
I just installed this on 6.7.1, and it does nothing on the SEARCH RESULTS and ACTIVE TOPICS pages...

I know the Active Topics pages was the hard one in the past, but I actually worked out that code for the 6.3 version.
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/10/2005 9:31 PM
I have the {Search Results} page showing the HyperCell rollovers, but it doesn't seem to want to pick up the URL unless clicking directly on the text...

:: public_search_results.pl ::

I replaced this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left">
With this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left" $HyperCellInsert1$HyperCellPath>
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/11/2005 12:38 AM
I now have the same on the {Active Topics} page, but again, yiu have to clilck the actual link to catch the URL. frown
Posted By: Ian Spence Re: [6.6 - 6.7] [beta] HyperCells - 12/11/2005 12:54 AM
In public_search_results.pl,

Change:
Code
$HyperCellPath = qq~onclick="window.location.href='$TheURL';"~;
to
Code
$HyperCellPath = qq~onclick="window.location.href='$url';"~;
In public_daily_topics.pl, all I can see is you'd need to use
Code
$ULTIMATEBB{"ubb=get_topic;f=$forum;t=$topic;p=$pagenum#$zline[1]"}
as the url
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/11/2005 1:38 AM
still didn't work... frown
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/11/2005 8:17 AM
I just discovered another glitch...

When clicking on the {Last Post} cell from the {Forum Summary} page, it takes you into that specific section, but not directly to the linked post, unless you specifically click on the text link.

For the purposes of the {Forum Summary} page, shouldn't there be a second set of parameters to pick up the secondary link..? It would be easy to do with onMouseOver & onClick stringss, but that defeats the purpose of having the global commands.
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/24/2005 6:58 PM
I just fixed the afore mentioned error...

public_forum_summary.pl


#### FIND ####

Code
sub Normal_Table_Row {
#HyperCells Hack
#Get Correct Path for HyperCells link
$HyperCellPath1 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
}
#### REPLACE WITH ####

Code
sub Normal_Table_Row {
#HyperCells Hack
#Get Correct Path for HyperCells link
$HyperCellPath1 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
}

$HyperCellPath2 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath2 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=get_topic;f=$x;t=$last_post_number$pglnk#"}';"~;
}
#### FIND ####

Code
	$Row .= qq~

<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath>
#### REPLACE WITH ####
Code
	$Row .= qq~

<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath2>
To see it in action, visit www.gr-outdoors.com {FORUMS}
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/24/2005 8:53 PM
I now have the {SEARCH RESULTS} page functioning properly as well.. smile

:: public_search_results.pl ::

Replace this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left">
With this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left" $HyperCellInsert1 onclick="window.location.href='$url'">
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/24/2005 9:04 PM
I now have the {ACTIVE TOPICS} page functioning properly as well.. smile

:: public_daily_topics.pl ::

Replace this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left">
With this:
Code
<td bgcolor="$vars_style{AltColumnColor1}" align="left" $HyperCellInsert1 onclick="window.location.href='$ULTIMATEBB{"ubb=get_topic;f=$forum;t=$topic;p=$pagenum#$zline[1]"}'">
Posted By: tgreene Re: [6.6 - 6.7] [beta] HyperCells - 12/24/2005 9:08 PM
It appears that all bugs have now been worked out with the code I've placed above, and I've also added the "HyperCells" feature to the {Active Topics} page...
Posted By: Gizmo Re: [6.6 - 6.7] [beta] HyperCells - 12/25/2005 12:47 AM
Looks good tgreene
© UBB.Developers