Version: 1.00, by jcroft
Developer Last Online: Oct 2005
Version: 2.2.x
Rating:
Released: 02-26-2002
Last Update: Never
Installs: 20
No support by the author.
Ok, this is my first, and only "hack" (although it's really more of an add-on). It's VERY simple and may not even be worth releasing here, but I thought some people might be able to make use of it.
It is losley based on the Taskbar Ticker by wluke, so props to him.
It provides a scrolling marquee of your most recent threads on a non-vb page. You can easily include this file on your home page, or whereever you need the most recent threads listed.
As it uses the "marquee" tag, it only works in IE. Netscape users will see the list of threads, but it will not scroll.
To install: simply download the attached zip, and place the one file in your vB directory. Configure the variables to your liking, and include the file wherever you wish.
I did some tricky things with it in the javascript like changing the contents of the window that instantiated it when someone clicks on a link inside the scrolling window....
Originally posted by jjj0923 I did some tricky things with it in the javascript like changing the contents of the window that instantiated it when someone clicks on a link inside the scrolling window....
Today at 01:05 PM PurpleCow said this in Post #34 Anyone got this working on 2.3.0 ?? I'd also be ineterested to use this hack !
Thank you
It works fine as it is with 2.3.0
I tried it out, but unfortunately it made my homepage look far too cluttered, no matter how much I customised the layout.
Today at 06:38 AM PurpleCow said this in Post #36 Okay, isn't it possible to use this hack to syndicate threads on third party sites.
If, yes, how to do it?
Also, what code should i use to include the marquee on my html page ??
Thank you
If you're calling this on a html page, your extension MUST be .shtm or .shtml.
Assuming you've uploaded marquee.php to the forums root, you'd use something similar to this code where you wanted to place it in your html page: <!--#include file="forums/marquee.php"-->
Quote:
Today at 08:45 AM Anat said this in Post #37 Are there any PHP/VB gurus around that can maybe help me with the bug? I can't get it to work properly...
A simple solution would be to upload marquee.php to the same directory as your forums root (where the required global.php is also located), and then to call the script from there..
Thanks Knight, but it's still not working. I uploaded the script to the forums directory and it's working fine there. Then I used the following code in my page (it's a PHP page anyway) -
Still the same error message. It does make some sense I think - I know very little PHP but from what I see the include simply copies and pastes the text found in that other file...