Page Index Toggle Pages: 1 ReplyAdd Poll Send Topic
Hot Topic (More than 10 Replies) Advanced Marquee (Read 4498 times)
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Advanced Marquee
Sep 29th, 2014 at 7:28pm
Mark & QuoteQuote  
Author(s): Thomas Mueller (ThM) Idea by Batchman Updated for 2.6.1 by Dandello

This Mod adds a select menu if you hover with your mouse on the move button in your post and your pm message window. It allows to use the marquee functions with direction right, direction alternately, direction scrolling up, direction scrolling down, and so on.

First release on 02th June 2009
Update - Version 0.2 on 05th June 2009
Update for YaBB 2.5AE on 06th September 2010
Update for YabB 2.6.1 on September 29, 2014

Installation:

Use BoardMod or manually edit files.
Instructions:

Upload:

- Admin/ModList.pm (ASCII)
- Languages/English/Post.lng (ASCII)
- Sources/PostBox.pm (ASCII)
- Sources/YaBBC.pm (ASCII)
- yabbfiles/ubbc.js
- yabbfiles/Templates/Forum/default.css

upload marquee graphics to yabbfiles/ModImages/marquee
upload marquee.js to yabbfiles/
  

marquee_261.zip ( 34 KB | 179 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 165
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Mood: Depressed
Zodiac sign: Libra
Re: Advanced Marquee
Reply #1 - Sep 30th, 2014 at 5:37am
Mark & QuoteQuote  
Um ... I think there are some issues with this one that need to be worked out. Trying to hover over the marquee button ends up breaking the layout, and the marquee instructions don't show up in the right place in relation to the buttons.

Whether this is because of the changes for the spoiler and off topic buttons, I do not know.
  

marquee1.jpg ( 64 KB | 158 Downloads )
marquee2.jpg ( 33 KB | 157 Downloads )

If you don't know where you are, but you don't care, you're not lost ... you're exploring!
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Advanced Marquee
Reply #2 - Sep 30th, 2014 at 2:01pm
Mark & QuoteQuote  
I did forget to test this one wneh other mods have added buttons. (Off to the test center...  Tongue )
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 165
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Mood: Depressed
Zodiac sign: Libra
Re: Advanced Marquee
Reply #3 - Sep 30th, 2014 at 2:09pm
Mark & QuoteQuote  
Well, I removed the other two mods and tried it again, and it did the same thing, so it may not be related to that ... which means I do not know what the exact cause may be ... but I thought I ought to at least let you know what I ran into, with it.

  

If you don't know where you are, but you don't care, you're not lost ... you're exploring!
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Advanced Marquee
Reply #4 - Sep 30th, 2014 at 2:11pm
Mark & QuoteQuote  
Obviously it needs more testing.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Advanced Marquee
Reply #5 - Nov 16th, 2014 at 4:17pm
Mark & QuoteQuote  
Code
Select All
<edit file>
 Languages/German/Post.lng
 </edit file>

 <search for>
 '439' => 'Laufschrift einfügen',
 </search for>

 <replace>
 ## removed by Advanced Marquee mod ##
 </replace>

 <search for>
 1;
 </search for>

 <add before>
 ## Advanced Marquee ##
 $post_txt{'439'}  = 'Laufrichtung links';
 $post_txt{'439a'} = 'Laufrichtung rechts';
 $post_txt{'439b'} = 'Laufrichtung oben';
 $post_txt{'439c'} = 'Laufrichtung unten';
 $post_txt{'439d'} = 'Laufrichtung Zick Zack';
 $post_txt{'439e'} = 'Laufrichtung oben/unten wechselnd';
 $post_txt{'439f'} = 'Laufrichtung links/rechts wechselnd';
 $post_txt{'439g'} = 'Auswahl der Laufschrift Funktion';
 $post_txt{'439h'} = 'Text hervorgehoben';
 $post_txt{'439i'} = 'Text in Gegenrichtung hervorgehoben';
 $post_txt{'439j'} = 'Laufrichtung links und Stop bei Mouseover';
 </add before> 






Code
Select All
<edit file>
 Languages/German_Du/Post.lng
 </edit file>

 <search for>
 '439' => 'Laufschrift einfügen',
 </search for>

 <replace>
 ## removed by Advanced Marquee mod ##
 </replace>

 <search for>
 1;
 </search for>

 <add before>
 ## Advanced Marquee ##
 $post_txt{'439'}  = 'Laufrichtung links';
 $post_txt{'439a'} = 'Laufrichtung rechts';
 $post_txt{'439b'} = 'Laufrichtung oben';
 $post_txt{'439c'} = 'Laufrichtung unten';
 $post_txt{'439d'} = 'Laufrichtung Zick Zack';
 $post_txt{'439e'} = 'Laufrichtung oben/unten wechselnd';
 $post_txt{'439f'} = 'Laufrichtung links/rechts wechselnd';
 $post_txt{'439g'} = 'Auswahl der Laufschrift Funktion';
 $post_txt{'439h'} = 'Text hervorgehoben';
 $post_txt{'439i'} = 'Text in Gegenrichtung hervorgehoben';
 $post_txt{'439j'} = 'Laufrichtung links und Stop bei Mouseover';
 </add before> 

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Advanced Marquee
Reply #6 - Nov 16th, 2014 at 4:21pm
Mark & QuoteQuote  
@ Batchman

By the first start I also had this funny picture, afterwards, however, went of the Mod without problems.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 165
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Mood: Depressed
Zodiac sign: Libra
Re: Advanced Marquee
Reply #7 - Nov 20th, 2014 at 3:12pm
Mark & QuoteQuote  
Well, that's weird.

I went back to check this after reading Pyragony's post, and everything is fine now. Somehow it seems things are broken for a little while after installation, and then somehow fixes itself.

Which really, really confuses me.

But this mod now seems to work well! Yay!
  

If you don't know where you are, but you don't care, you're not lost ... you're exploring!
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Advanced Marquee
Reply #8 - Nov 20th, 2014 at 6:02pm
Mark & QuoteQuote  
I think the issue has to do with browser caching. Here, the UBBC buttons sometimes don't load properly but refreshing the page fixes it.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 165
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Mood: Depressed
Zodiac sign: Libra
Re: Advanced Marquee
Reply #9 - Jan 4th, 2015 at 1:55am
Mark & QuoteQuote  
This mod does not work with 2.6.11 currently. Fails step 6.

I pulled up the file, found the line that changed, replaced a few bits to match the new style, and got it working.

Would you like me to post the changes I made to step 6, or would you prefer to just update it yourself when you get around to it?

Let me know ... this is new ground for me, I don't usually manage to solve these.
  

If you don't know where you are, but you don't care, you're not lost ... you're exploring!
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Advanced Marquee
Reply #10 - Jan 4th, 2015 at 4:22pm
Mark & QuoteQuote  
Go ahead and post the changes - Advanced Marquee is completey non-html5 compliant and it's going to take some doing to get it to work compliantly.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 165
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Mood: Depressed
Zodiac sign: Libra
Re: Advanced Marquee
Reply #11 - Jan 4th, 2015 at 7:59pm
Mark & QuoteQuote  
OK, to update this to 2.6.11, replace the original step 6 of the mod file with the following, very similar step 6:
Code
Select All
 <search for>
         $boxlist .= qq~<span class="ubbcbutton ubbcbuttonback"><img src='$yyhtml_root/UBBCbuttons/$img' onclick='$click;' $hand alt='$alt' title='$alt' /></span>\n~;
 </search for>

 <replace>
         if ( $i eq 'r' ) {
             $boxlist .= qq~<span class="ubbcbutton ubbcbuttonback"><img src='$yyhtml_root/UBBCbuttons/$img' onmouseover='showmenu(event,linkset[0])' onmouseout='delayhidemenu()' class='vtop cursor' style='height:22px; width:23px;' alt='$alt' title='$alt' /></span>\n~;
         }
         else {
             $boxlist .= qq~<span class="ubbcbutton ubbcbuttonback"><img src='$yyhtml_root/UBBCbuttons/$img' onclick='$click;' $hand alt='$alt' title='$alt' /></span>\n~;
         }
 </replace> 

  

If you don't know where you are, but you don't care, you're not lost ... you're exploring!
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Advanced Marquee

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry