Previous Thread
Next Thread
Print Thread
Rate Thread
Page 6 of 11 1 2 4 5 6 7 8 10 11
Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
Slurp,

Ok. Thanks. You were greatly appreciated on this. And again, thanks for the Hack. It is great!


GimmeTech


Cheers,
hooper
Sponsored Links
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Ok man, sorry. If you get, let me know what you did.

Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
confused

Slurp,

I cannot for the life of me get it. I've tried my little html tricks, pulled the code from the page and tried manipulating the tags, I don't know what else to do. I know it can be done. I really don't want to mess with the table size anymore I have it looking sharp at 25. If I could just get the text to valign in the middle for the 3 items I would be one happy camper. Well, I'm happy any way but I would be ecstatic. Please dedicate your every waking moment to my needs. laugh

GimmeTech GimmeTech Forums

Thanks Slurp,
GimmeTech


Cheers,
hooper
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Homeboy let me look at some code after my lunch and I'll see what I can come up with, and maybe some more suggestions for you. Ok? smile

Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
Yes Master of 'ol News Fader. I wait for thee and appreciate thee precious moments.

LOL
GimmeTech
laugh


Cheers,
hooper
Sponsored Links
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
All right man, I found the way to do it, I think. I found this board that had it centered and here's how they did, check the source if you want.

Look for this line in public_fourm_summary.pl:

FDRboxPad = 0;

Now change that 0 to whatever you want, I would guess about 7 or 8 would be in the middle. Now keep in mind that width of the fader is only 43, so if you have more than two lines of text it's gonna cut off, so you might want to change those instances of height=43 to something else or change the font size here:

FDRfntSiz = "9pt";

It's up to you man, but that should get ya pretty close.

Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
Ahhhh, No way. Not that easy? I'll go try it and and post to what I come up with.


Thanks Slurp.
GimmeTech


Cheers,
hooper
Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
Oh Yes, the Slurp man.

"It's just like an athlon, The knowledge of what trace contacts to connect with pencil lead for the ultimate O/C!"

That was it.
Recap:

For all who are looking, if you are having a hard time getting your text to center or align middle vertical. The place to do it is here. You don't even have to mess with the code nor will it work well if you do.

My fader table size is 25. I set the

FDRboxPad = 6; (Default is 0 or aligns to top)

I missed this altogether. I was trying to tackle this through the code.

Thanks Slurp!
Check out the fader now...... GimmeTech Forums

GimmeTech is H :Dppy


Cheers,
hooper
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Bingo! Looks good man. smile

Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
laugh


Cheers,
hooper
Sponsored Links
Joined: Mar 2001
Posts: 12
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 12
I've installed it now on my UBB - look:

BoardHell

It's a great hack and I like it alot. But unfortunately it seems to work only with IE. The news don't show up with NS6 - is this only for me or has anybody encountered the same problem??? Opposite to previous posts it works perfectly with my IE5.5

PS: Forgot to mention the Board is in German, but I think you don't need to understand German to see that it doesnt work under NS 6 *g*


some questions are better left unasked ...
Joined: Mar 2001
Posts: 119
Member
Member
Offline
Joined: Mar 2001
Posts: 119
Quote
quote:

I definitely feel like I'm in the gates of hell in your forums. wink
No Kidding aside, they look great. Your news fader seems to work great with my IE5.5 too. No problems. NetScape 6 sucks anyhow. Don't worry about it. I found so many idiosyncreses with NS6 and IE5.5 that I gave up trying to get everything to work with both. The fact is Netscape was never a Java compatible browser. I have a java chat room called Volano Chat. Netscape won't even work with that. The stats are that 90 percent use IE. The other 10 percent are divided between NS and the other browsers. So 10percent or less cannot view your news fader. No loss. It's not that I'm a huge fan of Microsoft or anything, but NetScape was never in the market. To many script reading probs amoungst other things.


Cheers,
hooper
Joined: Dec 2000
Posts: 51
Member
Member
Offline
Joined: Dec 2000
Posts: 51
Thanx for the hack!!!!
You have great docs, even with the updates, you make life easy!!!!

Keep up the good work man! tipsy

Joined: Mar 2001
Posts: 24
Junior Member
Junior Member
Offline
Joined: Mar 2001
Posts: 24
to Slurpee,
for more understandable - please put the date for new version update....

Joined: Mar 2001
Posts: 80
Member
Member
Offline
Joined: Mar 2001
Posts: 80
Slurpee - Excellent Hack. All works fine Here.

How do I reduce the hight of the display panel?

Thanks

Joined: Apr 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 2
How do I get the
forum/topics/post/last post/moderators bar
underneath the fader instead of on top?

I have read the posts on this but I'm still not able to get it moved. Using version 2.0 and everything else it working great!

TIA confused

Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Hmmm haven't tried it, but in public_forums_summary.pl, changing this line:

# this is the table displayed on regular forum pages
my $Top = qq~

to

# this is the table displayed on regular forum pages
my $Top = qq~$newslinefader

See what happens.

As for changing the fader height, look for the two instances of "43" in the public_forums_summary.pl file and change them to whatever width you want.

Joined: Apr 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 2
That worked great! Thx laugh

Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Excellent.

Joined: Nov 2000
Posts: 51
Member
Member
Offline
Joined: Nov 2000
Posts: 51
Slurpee,

Great hack. Got it to work on my forums but for some reason the news doesn't restart after it gets to the last news item. Is this done on purpose or something that I have done wrong? Hope you can help.

AgentX

Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
It should keep rotating 100 times.

Joined: Apr 2001
Posts: 21
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 21
Just wondering how to keep the news message in the middle even when i resize the explorer window?
like this one :
http://pub9.ezboard.com/bdekumillennium

Thanks to everyone

Newman confused

Joined: Mar 2001
Posts: 68
Member
Member
Offline
Joined: Mar 2001
Posts: 68
hmmm this seemed not to work for me, it does not show up and in IE the staus bar says "Done, but with errors on page"

The errors listed are:

Line: 30
Char: 1
Error: 'FDmaxLoops' is undefined
Code: 0

and

Line: 3475
Char: 16
Error: Syntax Error
Code: 0

Im using ubb 6.03 with Tovok's Static hack and Total Posts hack, and Active Topics 1.8d on a unix based system.

any help woulod be appciiated..

Joined: Mar 2001
Posts: 68
Member
Member
Offline
Joined: Mar 2001
Posts: 68
n/m got it to work =) sorry about that.. small little mistake copying and pasting to public_forum_summary.pl

Joined: Mar 2001
Posts: 68
Member
Member
Offline
Joined: Mar 2001
Posts: 68
hmm i have it working its a great hack, but i do have 1 question...my fading news seems to be aligned: valign="top" ...why is it aligned at the very top?

Joined: Mar 2001
Posts: 68
Member
Member
Offline
Joined: Mar 2001
Posts: 68
DOH nevermind...sorry agian...

i do have 1 more question (yea yea ur thinkgin jesyus christ just shut up wink but i was wondering i there was a way to get the fader out of the forum list and on top of it...so that the table above it can be below it...if u know what i mean...

Joined: Apr 2001
Posts: 21
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 21
HELP !!!!!
Do you know how to put a gradient in the news
fader hack and who's online hack? eek frown tipsy confused laugh

[ April 07, 2001: Message edited by: newman ]

Joined: Apr 2001
Posts: 5
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 5
One problem.. well one MAJOR problem!!!

If you have in your news welcome message you have an @ it crashes because it has to have a before the @ coz of CGI and arrays and stuff.

I bet its been said before but imma too busy to check 7 pages tipsy

Joined: Sep 2000
Posts: 101
Member
Member
Offline
Joined: Sep 2000
Posts: 101
edit: i am a moron...


kaak
[email protected]
icq# 4032410
Joined: Feb 2001
Posts: 13
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 13
After a few tried I got the fader working good !

Is there anyway to make the words on the fader bigger ?? Especially the first message which is a welcome message !

Joined: Mar 2000
Posts: 57
NSA Offline
Member
Member
Offline
Joined: Mar 2000
Posts: 57
Worked like a charm! One install: One success! A thousand thank you's for this hack.

Note: IQ raised from 12 to 19.

Joined: Mar 2001
Posts: 145
Member
Member
Offline
Joined: Mar 2001
Posts: 145
I installed this on my test board, and it all seems to be working fine in the control panel, but when you actually look at it, the display is odd.
http://www.3drealms.com/cgi-bin2/ultimatebb.cgi

Shouldn't the news be listed before the columns that say "Forum | Topics | Posts | etc"? It 'works', but is displayed incorrectly. I probably fubared something, but I'll check out my code changes to make sure.

Joined: Mar 2001
Posts: 145
Member
Member
Offline
Joined: Mar 2001
Posts: 145
Check this out - it's a screen dump from my implentation of this hack. If you look above my name on the right side of the screen, it appears that some of the code from the fader portion of the screen is bleeding over onto the column for moderators. (Look above Joe3DR). However, it only appears to be happening in Netscape, not in IE.

[Linked Image]

Joined: Feb 2001
Posts: 13
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 13
How to I get my text to be in the center and not alligned at the top ?

Joined: Mar 2001
Posts: 61
Member
Member
Offline
Joined: Mar 2001
Posts: 61
i install the news fader but it don´t show any text

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ecoeco, did you turn it on?

Joined: Mar 2001
Posts: 61
Member
Member
Offline
Joined: Mar 2001
Posts: 61

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
What's wrong with it?

Joined: Mar 2001
Posts: 61
Member
Member
Offline
Joined: Mar 2001
Posts: 61
my english isn´t very good, but the news fader doesn´t show any text or news

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Here it does (IE 6 PP)

Page 6 of 11 1 2 4 5 6 7 8 10 11

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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 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
Morgan 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)