Welcome, Guest. Please Login or Register.
May 05, 2024, 12:43:35 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.1]Recent Posts Ticker « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Beta 1.4.1]Recent Posts Ticker  (Read 5300 times)
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
[Beta 1.4.1]Recent Posts Ticker
« on: September 22, 2002, 08:58:20 PM »
Reply with quote

::What is it::
A ticker that  shows one 'out of ten' most recent post every three seconds, with the ability to expand the ticker to show all 10 most recent posts.

::Screenshots::
Regular
Expand

::Download::
[ H E R E]

::Install::
-first apply "recesc.mod.yp".
-use your Admin section and click on "Edit Your Forum Template" and insert the following inside the <STYLE> tag:
#listbutton{border:1px solid #4B4B4B; background-color:#F3F3F3; width:50px; height:12px; font: normal 11px Arial; text-align:center; cursor:pointer;cursor:hand;}
.expandhighlight, .expandhighlight a{color:red;}
Place <yabb srs> where you want your ticker to appear. Try replacing the <yabb news> ;)


Note: this mod may increase the time to load the page!

P.S this is my first mod .. so please be kind :)
Logged

Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #1 on: September 22, 2002, 09:05:08 PM »
Reply with quote

Did you ask Jeff about using the logo on your page ??
Logged

A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #2 on: September 22, 2002, 09:15:46 PM »
Reply with quote

Quote from: Daniel D. on September 22, 2002, 09:05:08 PMDid you ask Jeff about using the logo on your page ??
;D
If using the logo on my PC local server needs permission .. sure I'll ask for permission!!
Logged

PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #3 on: September 22, 2002, 09:36:16 PM »
Reply with quote

Will this work with 1.3.1?
Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #4 on: September 22, 2002, 09:55:13 PM »
Reply with quote

Quote from: PioneeR on September 22, 2002, 09:36:16 PMWill this work with 1.3.1?
am not sure .. but the code uses 'LastPostings' function in "Recent.php".. so if it is the same with 1.3.1 it should work I guess.
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #5 on: September 23, 2002, 05:45:42 AM »
Reply with quote

Logo is cool with me, it IS the new logo we'll be using...
Logged

A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #6 on: September 23, 2002, 09:18:31 AM »
Reply with quote

Hi Jeff .. glad to see you back .. hope you liked Cuba :)


Quote from: Jeff Lewis on September 23, 2002, 05:45:42 AMLogo is cool with me, it IS the new logo we'll be using...
I'm not using it in any site! It is just on my local hard driver and I like it.. that is all.
Logged

sensovision
Full Member
***
Posts: 100


WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #7 on: September 25, 2002, 02:08:51 PM »
Reply with quote

It's great, thank you for this cool mod! ;D
Logged

Denis

Are you good with the graphic? check out our design logo contest!
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #8 on: September 25, 2002, 06:05:10 PM »
Reply with quote

It does work great with 1.3.1

One little question.. would it be easy to change the Expand button for a nice graphic (similar to other standard yabb buttons?)

Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #9 on: September 26, 2002, 06:54:56 AM »
Reply with quote

Quote from: sensovision on September 25, 2002, 02:08:51 PMIt's great, thank you for this cool mod! ;D
:) :)

Quote from: PioneeR on September 25, 2002, 06:05:10 PMIt does work great with 1.3.1

One little question.. would it be easy to change the Expand button for a nice graphic (similar to other standard yabb buttons?)
:) let me try it first.
Logged

A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:Text to Image
« Reply #10 on: September 26, 2002, 12:12:24 PM »
Reply with quote

If you have applied the mod .. here what you should do to replace the "Expand" text to image:
1-Look in your Subs.php for:
<div id="listbutton" onClick="expandlist()">Expand</div>  replace it by:
<div id="listbutton" onClick="expandlist()"><img src="./YaBBImages/your-image.gif" alt="your text"></div>2-In the Admin CP click on "Edit Your Forum Template" and look for:
#listbutton{border:1px solid #4B4B4B; background-color:#F3F3F3; width:50px; height:12px; font: normal 11px Arial; text-align:center; cursor:pointer;cursor:hand;}  remove:
border:1px solid #4B4B4B; background-color:#F3F3F3;
of course you need to create the image first and upload it to your YaBBImages folder.
Logged

PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #11 on: September 29, 2002, 12:30:40 PM »
Reply with quote

Works fine for my 1.3.1 board.. but every so often it produces an error?!!

Expected ',' when this happens the ticker doesnt display.

Not sure if it likes certain Post titles?

Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #12 on: September 29, 2002, 05:24:52 PM »
Reply with quote

seems to happen when the titles of the posts contain .

 ???
Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #13 on: September 29, 2002, 06:32:38 PM »
Reply with quote

Quote from: PioneeR on September 29, 2002, 05:24:52 PMseems to happen when the titles of the posts contain .

 ???
I'll check it.
Logged

PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta 1.4.1]Recent Posts Ticker
« Reply #14 on: September 29, 2002, 06:52:11 PM »
Reply with quote

My last ten posts titles are as follows if it helps? (one or more must be causing that error?)

Re:Caption Competition!
Re:Whats everyone listening to at the mo..??
Re:You know you're living in the 2000's when....
Re:Caption Competition!
Re:us
ireallylovemusic meets : jeremey - levellers bass machine
Re:us
Re:SAY GOOD MORNING OR GOODNIGHT HERE..
Re:Dilly's Thongs
Re:Quote of the Day

There are a few members with ~ in there name if that makes a difference?
Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.1]Recent Posts Ticker « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.036 seconds with 20 queries.