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)
-   -   [RELEASE vb2B2] NewsFader 2.0 (https://vborg.vbsupport.ru/showthread.php?t=9944)

ff92k 04-28-2001 10:01 AM

do ya know how to change the background settings of the fader box?

PeF 04-28-2001 10:21 AM

fader_setup template

FDRbackCol = "white"; should do the trick.

ff92k 04-28-2001 10:34 AM

top banana!
can you use code instead of text?

PeF 04-28-2001 10:44 AM

:confused:

ff92k 04-28-2001 10:46 AM

you know colours have colour codes
Can i use them, instead of using text, like "white"

PeF 04-28-2001 10:51 AM

Yep, sure.
Use any color in hexa format to fit your needs. Ie #ffffff or #003366 etc.

ff92k 04-28-2001 11:19 AM

wowsers...It looks incredible!

TwiZteR 05-02-2001 01:01 AM

hmmmmmm....I use vB 2.0 beta 1 ...any reason why it doesn't work there ?? ..like..where do I add news?, and also, when I check the option to view the fader in my prefs, it keeps unchecking, so there is just the vbtitle showing on the index ... :confused:

PeF 05-02-2001 12:12 PM

Read the first post where stands vBulletin Beta 2 as supported version.

Why are you running Beta 1?

GimmeTech 05-03-2001 01:29 AM

Hi Pef,

Your hack is incredible. I really like it. It does however not allow the PM popup to work. Actually any other javascript will not run with the fader. Any suggestions, or are you going to wait until the final to see what this might be?

Running RC2
Thank You.

PeF 05-03-2001 06:38 AM

I'll wait till final version. I'll try to make News Fader in Flash as well (of course, a source code will be available to download).

GimmeTech 05-03-2001 07:33 AM

Well that is nice Pef. Work well done already.
Looking forward to your new work.

Thank You.

adrianmak 05-04-2001 12:46 AM

does it work on vb2 rc2 ?

Steve Machol 05-04-2001 03:33 AM

[QUOTE]Originally posted by adrianmak
does it work on vb2 rc2 ?

kreker 05-06-2001 10:08 AM

wow!

looks very well!

works perfectly in my board!

Mesh 05-07-2001 08:29 AM

I got a little problem with installing the newsfader...

I followed the entire readme, but something is wrong with the manual (which I doubt) or something is different in my template...

I'm on step 6:

Quote:

6. Edit modifyoptions template

************************************************
* Find:
************************************************

<tr bgcolor="{secondaltcolor}">
<TD><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br>
<smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></TD>
<TD valign=top><normalfont><INPUT TYPE="RADIO" NAME="pmpopup" $pmpopupchecked VALUE="yes">
yes <INPUT TYPE="RADIO" NAME="pmpopup" $pmpopupnotchecked VALUE="no"> no</normalfont></TD>
</tr>

************************************************
* Under it place:
************************************************

<tr bgcolor="{firstaltcolor}">
<TD valign=top><normalfont><B>Show News Fader?</b><br>
<smallfont>Clicking yes shows News Fader on the main page.</smallfont>
</normalfont></TD>
<TD valign=top><normalfont><INPUT TYPE="RADIO" NAME="newsfader" VALUE="no" $newsfadernotchecked> yes <INPUT TYPE="RADIO" NAME="newsfader" VALUE="yes" $newsfaderchecked>
no</normalfont></TD>
</TR>
But....

The only part I can find that looks like it is this part in the modifyoptions template:

Quote:

<td bgcolor="{firstaltcolor}"><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br>
<smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>
<input type="radio" name="pmpopup" $pmpopupchecked value="yes"> yes
<input type="radio" name="pmpopup" $pmpopupnotchecked value="no"> no
</normalfont></td></tr>
I found it under User Option Templates

Why can't I find it?!?
Or am I doning something wrong?!?

PeF 05-07-2001 10:19 AM

News Fader hack has been written for Beta 2 as mentioned in the first post. And as already said, I'll make a rewrite as soon as the final version hits the shelves. :D

Funkie 05-21-2001 09:07 PM

any idea why it wont display on v2 final I've had it running great on all the other versions?

TwiZteR 05-25-2001 04:45 AM

might be an awfully stupid question, but I have to ask, I have now installed it on RC3...shows up and looks nice and all that, but heh...where can I add those nice news ?? ;)

Hooper 05-25-2001 05:55 AM

Pef said that he will be releasing a new version for the final. I'm quite sure that he is aware of the final being released. Patience is a virtue.

TwiZteR -

You add the news to the news template that you created.

TwiZteR 05-25-2001 06:09 AM

k tnx, works now..told u it could be a stupid qst :D ..anyways..is there any way to insert links there?, if I tried with html, it stopped working, if I tried with vbb code, it showed as text

PeF 05-25-2001 06:48 AM

fader_news template

If you wanna link it should look like this (an example of fader_news template with custom values):

Code:

prefix="$bburl/";

arNews = [
"Visit Yahoo,","http://www.yahoo.com",
"What's new on Blizzard","http://www.blizzard.com",
"Last line","http://www.google.com"
]

Be sure you didn't add comma at the end of the last line. This is very important. With the comma at the end News Fader won't work correctly.
Let's take a look at the values we have in our example:

"Visit Yahoo,","http://www.yahoo.com",

Visit Yahoo - a text which will be displayed when "fading". If this text is followed by hyperlink it'll the be changed to link so that the link will look like this:
Visit Yahoo

I hope I made it clear. :)

Last word: As soon as the hack(s) is(are) rewritten other versions than vBulletin 2.0 Final won't be supported.

TwiZteR 05-25-2001 07:37 AM

cleared it all up, tnx alot ;)

SharkHead 06-07-2001 07:37 AM

is it released to v2 already?

Dakota 06-07-2001 09:35 PM

I just installed this hack. I love it, but I was wondering if anyone has figured out how to add Birthdays to it.

Also in the setup template, could you explain what the settings are, and what they do.

Funkie 06-07-2001 10:03 PM

@ dakota just put $birthdaybits somewhere in the fader_news template

Dakota 06-07-2001 10:47 PM

ok well I tryed that and I added this to the fader_news template

Code:

"Todays Birthdays:","",
"$birthdaybits",""

But now it doesn't load.

Edit: btw I am using RC3

Hooper 06-08-2001 12:17 AM

Quote:

Originally posted by Dakota
Edit: btw I am using RC3

Might want to upgrade to 2.0.1. RC3 will not be supported or written for.

Dakota 06-08-2001 04:38 AM

Well currently I cannot upgrade. I do not know the member info for my forum. I am not the one who owns the license, and I haven't been able to contact my host in a while.

Funkie 06-08-2001 06:59 AM

I'm running v2.01 final so I cant test this for you as news fader is not yet working for final but this should work

"Todays Birthdays: $birthdaybits","",

SS2 Dan 06-11-2001 07:37 PM

Sweet! I can't wait to try the hack

First-Man 06-11-2001 08:31 PM

When does it work with the final?

Hooper 06-12-2001 02:49 AM

ALL:

I would advise that everyone wait for the re-write for 2.0 final. There is a problem with the hack working with some of the jscripting. If you install this, your pop up PM's will not work for example. Hopefully Pef will give us an update to where this is at.

Cheers all,
Hooper

Dakota 06-12-2001 10:32 PM

In the new version you should also have an option to have the text scroll across it.

SS2 Dan 06-13-2001 11:54 PM

anyone have news about the new fader hack????

webhost 06-16-2001 01:11 AM

Would be possible somehow to use this hack with changes to the code to do the following?

Say you have a page either in vb or just a plain page that has a border with a color of blue for this example. Could you place code like this in somehow to have the dark blue border fade to lite blue and back to dark blue. Just steady rotating of the border color fading in and out?

Joey

tazthedev 06-16-2001 07:29 AM

The hack is installed fine except... i got problem with the update.php .... got errors when i did that ... so i add the newsfader field by myself. i goes to the options to disable the fader option, but i got a slight problem ... any idea ?!?

thanks

SS2 Dan 06-16-2001 03:35 PM

I installed the hack onto VB 2 final, but it doesn't show..HELP!

west 06-19-2001 08:01 AM

Hello !

I installed the hack onto VB 2.0.1 but it doesn't show too
someone can help me please ?

does it work on VB 2.0.1 ???

THX again

PeF 06-19-2001 11:18 AM

I'm forced to say I have to leave this community for some time due to my new job and some projects I work for (and of course my personal life). This all means I won't be able to rewrite my hacks as promised so if anyone is interested in the rewrite, just go ahead. You'll find links to my old hacks in my signature.
I apologize for any inconveniences.


All times are GMT. The time now is 05:47 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.01233 seconds
  • Memory Usage 1,808KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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