Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Advanced Marquee (Read 6353 times)
Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 163
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #11 - Jan 4th, 2015 at 7:59pm
Print Post  
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
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Advanced Marquee
Reply #10 - Jan 4th, 2015 at 4:22pm
Print Post  
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
 
Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 163
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #9 - Jan 4th, 2015 at 1:55am
Print Post  
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
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Advanced Marquee
Reply #8 - Nov 20th, 2014 at 6:02pm
Print Post  
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
 
Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 163
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #7 - Nov 20th, 2014 at 3:12pm
Print Post  
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
 
pyragony54
God Member
*****
Offline


I Love YaBB!

Posts: 664
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #6 - Nov 16th, 2014 at 4:21pm
Print Post  
@ Batchman

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

Bad manners keep people but the only reason for a kind of privilege, because no skin them on the mouth.
Back to top
 
IP Logged
 
pyragony54
God Member
*****
Offline


I Love YaBB!

Posts: 664
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #5 - Nov 16th, 2014 at 4:17pm
Print Post  
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> 

  

Bad manners keep people but the only reason for a kind of privilege, because no skin them on the mouth.
Back to top
 
IP Logged
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Advanced Marquee
Reply #4 - Sep 30th, 2014 at 2:11pm
Print Post  
Obviously it needs more testing.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 163
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #3 - Sep 30th, 2014 at 2:09pm
Print Post  
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
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Advanced Marquee
Reply #2 - Sep 30th, 2014 at 2:01pm
Print Post  
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
 
Batchman
Full Member
***
Offline


I Love YaBB!

Posts: 163
Location: Somewhere just East of Crazy
Joined: Jul 25th, 2014
Gender: Male
Re: Advanced Marquee
Reply #1 - Sep 30th, 2014 at 5:37am
Print Post  
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 (Attachment deleted | 45 Downloads )
marquee2.jpg (Attachment deleted | 45 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
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Advanced Marquee
Sep 29th, 2014 at 7:28pm
Print Post  
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 (Attachment deleted | 40 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint