|
Joined: Nov 2001
Posts: 1,704
Moderator / Da Masta
|
Moderator / Da Masta
Joined: Nov 2001
Posts: 1,704 |
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Not exactly. Well kinda, but it's an easier way of installing it.
|
|
|
|
Joined: Aug 2000
Posts: 1,083
Kahuna
|
Kahuna
Joined: Aug 2000
Posts: 1,083 |
quote: Originally posted by CTM: Isn't this HyperCells?
Basically. Choose which way you would like to install it. 
|
|
|
|
Joined: Nov 2001
Posts: 1,704
Moderator / Da Masta
|
Moderator / Da Masta
Joined: Nov 2001
Posts: 1,704 |
Ahh, OK... Well, I'd prefer it this way, cause it's easier. 
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
I also did it that way, Hypercells takes time. 
|
|
|
|
Joined: Jan 2001
Posts: 1,309
Member / Blamoholic
|
Member / Blamoholic
Joined: Jan 2001
Posts: 1,309 |
But hypercells is CP operated, and puts this effect in several more places other than the forum summary.
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
I put mine into the forum summary and thread lists page, like Hypercells. And I just use AltColumnColor1 when going over AltColumColor2 and vice versa.
|
|
|
|
Joined: Jul 2002
Posts: 109
Member
|
Member
Joined: Jul 2002
Posts: 109 |
this hacks is same phpBB effect www.phpbb2-user.de
|
|
|
|
Joined: Aug 2000
Posts: 1,083
Kahuna
|
Kahuna
Joined: Aug 2000
Posts: 1,083 |
That link doesn't work... And no it wasn't copied from phpbb.
|
|
|
|
Joined: Jul 2002
Posts: 109
Member
|
Member
Joined: Jul 2002
Posts: 109 |
sorry it here http://www.phpbb2-users.de/ and this: ############################################### ## ## MOD Title: hypercells v2.0 ## MOD Version: 2.0.0 - final release ## Author: psychopathic & Clonedout (contributed to by sevnn) ## Cai tien: Le Hoan (tuong thich PhpBB v2.0.0 Final) ## Description: allows users to click anywhere in the ## cell to access the forum or a topic. ## ## Installation Level: Easy! ## Installation Time: 2-5 Minutes ## Files To Edit: 2 (index_body.tpl) (viewforum_body.tpl) ## Included Files: none, cause we're cool like that ## ############################################### ## ## Version 2.0 History: ## ## 2.0 Alpha - Hypercells ported to phpBB2 ## 2.0 Final - Cosmetic Effects ported by Clonedout ## ############################################### # #-----[ OPEN: ]------------------------------------------ # # index_body.tpl (located in the templates/subSilver folder) # #-----[ FIND: ]------------------------------------------ # #
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a>
# #-----[ REPLACE WITH: ]---------------------------------- #
<td class="row1" width="100%" height="50" onMouseOver=this.style.backgroundColor="{T_TD_COLOR1}";this.style.cursor="hand" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a>
# #-----[ SAVE AND CLOSE: ]-------------------------------- # # index_body.tpl # #-----[ OPEN: ]------------------------------------------ # # viewforum_body.tpl (also a template) # #-----[ FIND: ]------------------------------------------ # #
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall">
# #-----[ REPLACE WITH: ]---------------------------------- # #
<td class="row1" width="100%" onMouseOver=this.style.backgroundColor="{T_TD_COLOR1}";this.style.cursor="hand" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall">
# #-----[ SAVE AND CLOSE: ]-------------------------------- # # viewforum_body.tpl # #-------------------------------------------------------- # EOF it same same yours ?
|
|
|
|
Joined: Aug 2000
Posts: 1,083
Kahuna
|
Kahuna
Joined: Aug 2000
Posts: 1,083 |
What do u mean is it the same as mine? It's just an html edit to a template? Also can u edit ur post, it's stretching the screen.
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
It's not exactly the same but you can use the same "OnMouseOver" code bit, but it's easier to just copy it from Travis's file and put it where you want. 
|
|
|
|
Joined: Aug 2000
Posts: 594
Member
|
Member
Joined: Aug 2000
Posts: 594 |
I for one can say the name hypercells was taken from the ubb mod (cause I thought it up after a couple guiness & a long night o' coding) the Hypercells mod does take a while to install but offers a toggle (on/off) option. If you don't care to turn it off for other theme sets I would recommend the straight coding as instructed above too. blah - back to the bar.. ummmm work 
jeremiah
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
All you have to do is remove the code to turn it off and change the AltColumColor1 or whatever it is to a Hex code and your set. May not be as easy but it does the same thing.
|
|
|
|
Joined: Aug 2000
Posts: 594
Member
|
Member
Joined: Aug 2000
Posts: 594 |
yep - the only catch to that it is not as easy as setting a switch in the cp that can be related to a particular theme. for example - done the other way, you could have one style with hypercells on and one with it off and let the user decide which to use (if you were to use the My Style mod). I'm not saying hypercells is better by anymeans, in fact, if you are going to use the effect all the time this is the way to go!  - I'll probably through a hypercells lite version together in the next day or so. - cover most pages but have just a toggle switch. this will require only very little changes (compared to the current version) 
jeremiah
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Well you made your point about changing it for other styles...
But I don't use MyStyle so it doesn't really matter.
|
|
|
|
Joined: Jul 2002
Posts: 109
Member
|
Member
Joined: Jul 2002
Posts: 109 |
OK, although, your hacks is a simplest one, easylier, .... thanks If your hacks have on/off option so it will be a best hypercell
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Jus remove the code, simple.
|
|
|
|
Joined: Aug 2000
Posts: 594
Member
|
Member
Joined: Aug 2000
Posts: 594 |
quote: Originally posted by Lord Dexter: Well you made your point about changing it for other styles...
But I don't use MyStyle so it doesn't really matter. I was really trying to downplay the hypercells hack I made because in hindsite, it is overly complicated for its purpose (late nite rambling)! I forgot the basics :: Keep It Simple Stupid! DOH!
jeremiah
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Keep it the way it is, it has all the features it needs.
|
|
|
|
Joined: Jun 2002
Posts: 9
Junior Member
|
Junior Member
Joined: Jun 2002
Posts: 9 |
The main code doesent even work. This small code that he put. Doesent work!
|
|
|
|
Joined: Jul 2002
Posts: 109
Member
|
Member
Joined: Jul 2002
Posts: 109 |
how about this effects in forum page ?
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Find: code:
$this_html .= qq~ <td valign="top" align="left" bgcolor="$alt_color"> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> <a href="$ULTIMATEBB?ubb=get_topic;f=$in{f};t=$one">$subject</a>$extra_pages</font> </td> ~;
Replace with: code: [qb] $this_html .= qq~ <td valign="top" align="left" bgcolor="$alt_color" onMouseover="this.style.backgroundColor='$vars_style{AltColumnColor2}'; this.style.cursor='hand';" onMouseout="this.style.backgroundColor='$vars_style{AltColunmColor1}'" onclick="window.location.href='$ULTIMATEBB?ubb=get_topic;f=$in{f};t=$one'"> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> $sticky<a href="$ULTIMATEBB?ubb=get_topic;f=$in{f};t=$one">$subject</a> $extra_pages</font> </td> ~; [/qb]
|
|
|
|
Joined: Jul 2002
Posts: 109
Member
|
Member
Joined: Jul 2002
Posts: 109 |
sorry, I have to open file ?
|
|
|
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.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|