php forum
php mysql forum
php mysql smarty
 
Page 2 of 4 < 1 2 3 4 >
Topic Options
#154507 - 08/03/02 04:19 PM Re: [6.3.x] [beta] News Fader
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...

   Re: [6.3.x] [beta] News Fader to Del.icio.us Add to del.icio.us
  Digg Re: [6.3.x] [beta] News Fader Digg it
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154508 - 08/13/02 02:00 AM Re: [6.3.x] [beta] News Fader
caroth Offline
Member

Registered: 05/30/01
Posts: 54
Here is the News Fader (in Multihack form) for 6.3.1. Click here to download and let me know if you have any problems

Top
#154509 - 08/19/02 02:40 PM Re: [6.3.x] [beta] News Fader
bizkit73 Offline
Member

Registered: 05/12/01
Posts: 98
Loc: USA
Quote:
quote:
Originally posted by lekin:
The News Fader this not in the correct place.
He is below of where it has "FORUM" "TOPICS"... and it must be above of this.
I have this same problem. Does anyone know how to correct it?
_________________________
A wise man Confucious once say, "Man who stands on toilet, high on pot!"

Top
#154510 - 08/22/02 05:35 PM Re: [6.3.x] [beta] News Fader
little_joe Offline
Member

Registered: 10/31/01
Posts: 209
Loc: Cleveland, Ohio
Quote:
quote:</font><hr />Originally posted by bizkit73:
<blockquote><font class="small">quote:
[qb]Originally posted by lekin:
The News Fader this not in the correct place.
He is below of where it has "FORUM" "TOPICS"... and it must be above of this.
[/qb]
I have this same problem. Does anyone know how to correct it?<hr /></blockquote>Me too! I want mine to appear where Netwerkin's is. HELP! help

The hack works great on our V6.3.1.1 UBB except for this.......

Top
#154511 - 08/23/02 08:27 AM Re: [6.3.x] [beta] News Fader
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Edit: Grab this text file and good luck. I promise nothing but it only modifies one file and this is exactly how I did it at Netwerkin.

Click me .
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154512 - 08/23/02 09:11 AM Re: [6.3.x] [beta] News Fader
little_joe Offline
Member

Registered: 10/31/01
Posts: 209
Loc: Cleveland, Ohio
Quote:
quote:
Originally posted by TheX:
Edit: Grab this text file and good luck. I promise nothing but it only modifies one file and this is exactly how I did it at Netwerkin.

Click me .
Thanks for posting that but unfortunately we don't use the JCTemplates. frown

Anyone have a fix for standard templates? confused

Your forum look at Netwerkin is amazing! thumbsup

Top
#154513 - 08/23/02 09:23 AM Re: [6.3.x] [beta] News Fader
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Try placing the newsfader code right after this

Quote:
code:</font><hr />
Code:
sub Normal_Table_Top {
<hr /></blockquote>instead of just before this

<blockquote><font class="small">code:
[qb]
Code:
	return ($Top);



}    #end normal_table_top
[/qb]
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154514 - 10/09/02 04:34 PM Re: [6.3.x] [beta] News Fader
redhotkitchen Offline
Member

Registered: 06/06/01
Posts: 33
Just installed this hack and while it works fine and dandy, I'm having a couple of aesthetic problems.

You can see it on our boards, here .

Issue #1) I realize that you can set the width of the news fader. We have our boards width set to 660 in the control panel, yet if I set the width of the news fader to be anything above about 530, it makes the width of our boards wider. However, if I made it less than about 550, our text messages break onto the next line. Any ideas on why this is the case? Is it because of the layout I set up for the boards in the header and footer? (It's all in a larger table)

Issue #2) There's extra space underneath the fading headlines. It looks like a paragraph break, but I didn't see one in the source code anywhere. I also thought fade.gif being 640x50 might be part of the problem, so I set it to a shorter and narrower size, but that didn't do anything either. What accounts for this extra space?

I'm stumped on this one, so any help is appreciated. Thanks!

--

Edited to add that I've played around with a couple things, and realize that when it starts off, the cell is one line high, but as soon as it shows my boards statistics, it goes to the height with the extra spacing. In case that helps. smile

Top
#154515 - 10/16/02 10:01 AM Re: [6.3.x] [beta] News Fader
redhotkitchen Offline
Member

Registered: 06/06/01
Posts: 33
Well at this point in time, I've solved issue #1 in my above post, but not #2. Anyone have any idea why there's extra space under our fader messages, in that same cell? Even setting the fader.gif height to 25px (instead of 50px) didn't help. And the extra height is driving up looney. Hope someone has an idea! Thanks guys! smile

Top
#154516 - 10/16/02 02:57 PM Re: [6.3.x] [beta] News Fader
Cuzz Offline
Spotlight Runner-Up

Registered: 05/23/01
Posts: 27
Loc: City of Compton
Quote:
quote:</font><hr />Originally posted by redhotkitchen:
... And the extra height is driving up looney. Hope someone has an idea! Thanks guys! smile <hr /></blockquote>In public_forum_summary.pl

find:
<blockquote><font class="small">code:
[qb]
Code:
<td width="100%" height="49"><div id="elFader"
[/qb]
And look for height="49" (that's the default box height) change that "49" to like 30 or something. My boards New Fader is set to 20 or 25 i think, look -->( Planethex UBB Forums )

I think that's what you are asking - yes?

Hope I helped.

smile

Top
#154517 - 10/17/02 11:38 AM Re: [6.3.x] [beta] News Fader
redhotkitchen Offline
Member

Registered: 06/06/01
Posts: 33
Thanks Cuzz. Unfortunately, I tried that and it didn't seem to help. I've currently got height="20" in that part of public_forum_summary.pl, and even went down to 0px. All that seemed to do was change the height that the little 'jump' in the height directly before the messages appear. I even tried uninstalling it completely and doing it over from scratch. Still the same. smirk

--

Edited to add that I scrapped it and jiggered my own solution which works pretty well for us. smile

Top
#154518 - 11/26/02 09:37 AM Re: [6.3.x] [beta] News Fader
Simply Angelic Offline
Junior Member

Registered: 03/25/02
Posts: 5
Loc: Cloud 9
me three

Top
#154519 - 12/10/02 06:20 PM Re: [6.3.x] [beta] News Fader
Dan The Webman Offline
Member

Registered: 12/18/00
Posts: 33
Loc: Texas U.S.A.
Will some one make a multihack file for 6.3.1.2 Plz smile smile Just can not seem to get it to work right with the jc's... THANKS!!!

Top
#154520 - 12/11/02 12:56 AM Re: [6.3.x] [beta] News Fader
caroth Offline
Member

Registered: 05/30/01
Posts: 54
Quote:
quote:
Originally posted by Dan The Webman:
Will some one make a multihack file for 6.3.1.2 Plz smile smile Just can not seem to get it to work right with the jc's... THANKS!!!
I don't use JC, but here is my working mhp that I have on 6.3.1.2
http://ubbhacks.turboford.org/newsfader6312.mhp

Top
#154521 - 12/11/02 12:16 PM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
No amount of tinkering with the HEIGHT settings seem to change the table height for me, and in the CP, it only shows a blank line where I figure it should say "News Fader"... frown

Top
#154522 - 12/11/02 12:20 PM Re: [6.3.x] [beta] News Fader
tgreene Offline
Member

Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
Quote:
quote:</font><hr />Originally posted by TheX:
Try placing the newsfader code right after this

<blockquote><font class="small">code:
[qb]
Code:
sub Normal_Table_Top {
[/qb]
instead of just before this

Code:
	return ($Top);



}    #end normal_table_top
<hr /></blockquote>When I tried using this code mod, The NewsFader did not show up for me... Any other thoughts?

Top
#154523 - 12/16/02 05:50 AM Re: [6.3.x] [beta] News Fader
Jonny_boy Offline
Junior Member

Registered: 09/13/01
Posts: 23
Loc: London
Does this hack work with the new 6.4 version?

Top
#154524 - 12/16/02 06:17 AM Re: [6.3.x] [beta] News Fader
Oblivion Knight Offline
Spotlight Runner-Up

Registered: 03/27/02
Posts: 422
Loc: England, UK
I'll update the hack soon which should work with 6.4 and fix a lot of the problems you're all having..

Give me a few weeks.. wink
_________________________
- OBK
- Gaming Update
- <img src="http://www.ubbdev.com/ud/?s=2&u=Oblivion Knight" alt=" - " /> Results Returned, <img src="http://www.ubbdev.com/ud/?u=Oblivion Knight&s=1" alt=" - " /> Points Collected & Counting!

Top
#154525 - 12/16/02 06:20 AM Re: [6.3.x] [beta] News Fader
Jonny_boy Offline
Junior Member

Registered: 09/13/01
Posts: 23
Loc: London
cool thanks

Top
#154526 - 12/23/02 02:15 AM Re: [6.3.x] [beta] News Fader
The Initiator Offline
Junior Member

Registered: 12/18/02
Posts: 12
Im on like the 3rd step of this hack, and in the cp_common.pl file it says to find this:
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_mod&r=$ran> - Moderator Settings</option>");

HOWEVER, that line is not in my cp_common.pl file.. Im using UBB 6.3.1. Thanks!!!!

Top
Page 2 of 4 < 1 2 3 4 >


Who's Online
0 Registered (), 38 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
pisa666, ghengis317, NitroX, Dogan, EliYah-
13345 Registered Users
Top Posters Last 30 Days
AllenAyres 12
blaaskaak 8
tackaberry 7
FREAK1 6
Mike L_dup1 4
Chris Bale 4
Ian_W 4

 

 

 
fusionbb message board php hacks