vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Newsfader2.0 for all vb version (https://vborg.vbsupport.ru/showthread.php?t=41943)

xware 08-04-2002 10:00 PM

Newsfader2.0 for all vb version
 
Version:2.0
For vb 2.0.* to 2.2.*
I modified this old hack to new version.
This hack's old version can be found here:
https://vborg.vbsupport.ru/showthrea...ight=newsfader
File to be edit:
admin/index.php
index.php
Template to be edit:
forumhome
New file:2
known bug:0
Welcome comments.

xware 08-05-2002 05:46 PM

Screenshots are all in zip.
Please use winrar 3.0 or newer to extract it.

afterlab 08-05-2002 06:00 PM

What's the deal with all the new "2.0's"? Why didn't you just post this in the old thread? It's not your hack to take full credit for anyways.

xware 08-05-2002 06:03 PM

Credit have been given in the rar file and you can see.

Dean C 08-05-2002 06:34 PM

can you put it in a zip please and not a rar? :D

Ian 08-05-2002 06:47 PM

I attatched it:

Chris M 08-05-2002 06:57 PM

Cool:)

Satan

Crazy Mofo 08-05-2002 07:14 PM

is it me or is there alot of £ in it?

DestyNova 08-05-2002 07:36 PM

no, it is not just you. I saw these too, just use replace feature to replace all of £ with blank or backward

Schorsch 08-06-2002 02:30 AM

cool, finally a fine working news fading hack :)

thanks for your work !!

cu
Schorsch

Velocd 08-06-2002 03:55 AM

ehh..just like the old proboard days, scarry *runs*
This actually might be very useful on my vbhome page... ;)

Although you really should have just released it in the original thread..but I know..it's the whole fame ego boosting thing..

I've got a quick offtopic question about your avatar xware, why does that character seem like he's always coughing? whenever I see that avatar it always questions me...:p

squid93087 08-06-2002 03:02 PM

thank you very usefuly hack

TheComputerGuy 08-06-2002 08:40 PM

Thanks friend, this is awesome

mauisun 08-07-2002 12:33 AM

I cannot get more then one line of a thread in the box where it says news. I type something like, this is the newsfader, i will be adding news here everyday etc, but only the first line shows up and the second line is scrunched and not viewable. How can I expand the data box so I can have about 5 lines of text? would also be nice to have a newsfader that can change from one set of text to another like the ubb news faders. is this possible?
.....mauisun

mauisun 08-07-2002 12:43 AM

another problem I have is I did a search for £ and it came up with nothing. when it announces the newest member it has that figure and another one in it before the members name. I am sure that must be in the fader.js but I can't find exactly where in there. I don't want to sound stupid but if someone can fix all this and re-up the zip file to make this hack a bit easier on all of us I, and everyone else would appreciate it very much. thanks
....mauisun

xware 08-08-2002 02:11 AM

Quote:

Originally posted by mauisun
I cannot get more then one line of a thread in the box where it says news. I type something like, this is the newsfader, i will be adding news here everyday etc, but only the first line shows up and the second line is scrunched and not viewable. How can I expand the data box so I can have about 5 lines of text? would also be nice to have a newsfader that can change from one set of text to another like the ubb news faders. is this possible?
.....mauisun


You can add a news as "test1 test2 test3".
Put it in one new.
:D
Quote:

Originally posted by mauisun
another problem I have is I did a search for ?and it came up with nothing. when it announces the newest member it has that figure and another one in it before the members name. I am sure that must be in the fader.js but I can't find exactly where in there. I don't want to sound stupid but if someone can fix all this and re-up the zip file to make this hack a bit easier on all of us I, and everyone else would appreciate it very much. thanks
....mauisun

The file is not need to be re-up or fixed.
You can figure you index.php file in this hack :
PHP Code:

$newsfadebits "\"Welcome our new member $newusername\",\"\",\n";//you can figure in it 


Juanito 08-08-2002 07:15 AM

Is this version work properly under netscape? The first one was a mees in Netscape and I never found any workaround for this, all sites I've seen using this were a mess under NS... I don't care a lot, but some newbies still use this stupid browser.

mauisun 08-08-2002 11:04 AM

xware, hank you very much for the help. that fixed my strange letters in the welcome new member, I'm still not sure what you mean by the test1,test2 part I know you are talking about adding seperate links so to speak, but how can I get more lettering in any one box? I tired expanding the box size from 30 to 70 but the actual text area itself still remained the same small size, do you have an example you can show me? thanks
......mauisun

scottct1 08-08-2002 05:39 PM

Why is the area where text can be shown only....


Code:

---->        THIS  BIG          <-----
While the space on my bar is

Code:

---->                            THIS BIG                                          <--------
I dont have enough room and some words are being bumped to a second line which is really on top of my other text.

Any way to fix?

scottct1 08-08-2002 05:52 PM

I figured it out.

I edited the fader.js

I found

PHP Code:

FDRboxWid 350

and made it

PHP Code:

FDRboxWid 650

Works like a charm now.

Scott Clicks on Install

mauisun 08-08-2002 11:09 PM

that works good for getting more words in one line, how about being able to make the box height, say 60 instead of 40 and adding more then one line of text to each fader box? I would like to have the box twice its normal height and be able to fit 4-5 rows of text per fader box as they cycle. one other question, where in the fader code is the rate of cycle? It looks liek it is about every 5 seconds or so but I want to change ti to about 10. thanks for the help on the widening part, that helped alot :)
...mauisun

mauisun 08-08-2002 11:21 PM

take that back, I found the blend at 6 seconds here
FDRblendInt = 6;

now I just need to figure out how to add more then 2 lines of text and to space them so they look decent. anyone know where in the code that is? thanks
...mauisun

scottct1 08-09-2002 01:45 PM

One problem I have with this is that if a users is 640x480 (yuck) the fader bar pushing the tables under it too wide so that a user has to sroll to see the entire table below.

It should auto resize so that when you resize your screen the bar also resizes with it.

ZiRu$ 08-14-2002 01:18 AM

I installed it....Thx so much

Okiewan 08-14-2002 08:01 PM

now if I could figure-out how to change the text size... board uses styles :(

AndrewD 08-20-2002 05:56 PM

This works fine with IE6 and Netscape 4 but breaks on Netscape 6 I think - isn't it true that Netscape have disowned the 'div' tag?

Juanito 08-20-2002 06:37 PM

I gave up, I've managed to use a little flash movie in the header that load news from a text file instead, so I don't have this problem anymore. I hate netscrap but it must work 100% at least on netscrap and IE

Kenji Wing 08-25-2002 06:41 PM

Awesome hack! :install:

Tim Wheatley 09-04-2002 10:11 PM

This is great, thanks. I've installed it on my user cp though. :)
http://forum.racesimcentral.com/usercp.php?s= (you'd have to register.)

Gohan 09-30-2002 06:02 PM

well possible scroller text??

HipHopFranco 10-12-2002 06:55 AM

How come this ++++ happened when I tried to install this...

XaN 10-12-2002 07:36 AM

read this thread:https://vborg.vbsupport.ru/showthrea...ight=newsfader

thats you're answer

CityHunter 10-19-2002 08:37 PM

What I have to do that the links always open in a new browser window?

HipHopFranco 10-19-2002 08:41 PM

good question

John 10-19-2002 09:36 PM

/me installs
/me quickly uninstalls

Horrible fade!!

flup 12-12-2002 02:58 PM

Having some problems with this hack on vB 2.2.9
When i've installed, he's givin' an Admin error :(
Only the main index.php file, templates & admin are working :S

cono 01-13-2003 03:44 AM

i installed this hack, i am not getting any errors, but the test i put in doesnt show up? i have a white background. any ideas?

thanks,

** edit, its working now, nevermind **

cono 01-15-2003 06:59 PM

ok, i got a new problem.

if your not logged in you can see the fader and it works perfect. no errors no problems at all!!

if you log in, you can see it the first time you visit the forum home page. but then, if you click on a link to a forum and click the back button... its fine. but if you click on a link to a forum and look around or what ever and dont click the back button a bunch of times to get to the forum home, it doesnt show up? its just blank?

any ideas? i cant think of any? i have seen sites that have this working with no problems? i am running vb v2.2.9 and vportal.

thanks,

ZiRu$ 07-30-2004 05:42 PM

Installed and working on vb 2.3.5

Thanks

ambrosious 07-31-2004 07:29 PM

The language in forumhome template you have us search for does not exist?

<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

I can't find it?

Version 3.0.0


All times are GMT. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03337 seconds
  • Memory Usage 1,809KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete