Scrolling Affiliates Box on phpBB3 index [Mod]

Tips & Tricks to use on your phpBB3 Forum.
red9skull
Forum Member
Forum Member
Posts: 5
Joined: Fri Jun 26, 2009 9:23 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by red9skull »

I don't think that I know how to use them :/
User avatar
TrainofThought
Forum Member
Forum Member
Posts: 26
Joined: Fri Dec 12, 2008 10:48 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by TrainofThought »

wow thanks, what a great little add-on. I was looking for something like this to add some topsite buttons, I will try it out, thanks a million :thumbsup:
sixtiesrule
Forum Member
Forum Member
Posts: 1
Joined: Sun Dec 28, 2008 6:46 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by sixtiesrule »

Hi,
I've searched everywhere for a mod like this & finally found it.
It is just what I was looking for. Thank you so much.

Just one little favour I would like to ask...I can't get the fromatting right in the affiliates.html file to go with a Subsilver theme.

Would you or anyone be able to help me out there?

The marquee is working fine...its just not in a nice box, as it appears on my Prosilver theme.
If I can't do the edits, it doesn't really matter...its only for appearances sake.

Thank you very much.
Mercenary
Forum Member
Forum Member
Posts: 8
Joined: Wed Aug 26, 2009 9:56 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by Mercenary »

A very nice mod, if I may say so m8 ;)
vi2doubleyu
Forum Member
Forum Member
Posts: 2
Joined: Sun Dec 06, 2009 6:45 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by vi2doubleyu »

hi, first thanks for nice mod,but how if I want that image from bottom to up ? I just know change the marque to up but all image have slide to up not one by one...any idea ?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by LDM »

You could try the direction="up" within the html?
vi2doubleyu
Forum Member
Forum Member
Posts: 2
Joined: Sun Dec 06, 2009 6:45 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by vi2doubleyu »

LDM wrote:You could try the direction="up" within the html?
like I said, I've try it but all image (example : I input 5 image + link ) have scroll up together not one by one. I just want make all image have scroll up with vertical one by one. hope you can help me. thanks for your kindness.

regards
Mercenary
Forum Member
Forum Member
Posts: 8
Joined: Wed Aug 26, 2009 9:56 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by Mercenary »

I was wondering LDM, if you could get Scrolling Affiliates Box Mod to work with the an advance marquee script like >> Image Crawler

That would be awesome. ;)
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by LDM »

That may be easier than you think.

Download the js file, add it to root, and just add this instead:

Code: Select all

<script type="text/javascript">
marqueeInit({
	uniqueid: 'mycrawler2',
	style: {
		'padding': '2px',
		'width': '100%',
		'height': '81px'
	},
	inc: 5, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 2,
	neutral: 150,
	savedirection: true
});
</script>
<br clear="all" />
<div class="forabg">
   <div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
            <li class="header">
                <dl class="icon">
                  <dt >Links</dt>
               </dl>
                </li>
         </ul>
         <ul class="topiclist forums">
      <li class="row">
    <div class="marquee" id="mycrawler2">
ADD HERE YOUR HTML LINKS</div></li>
      </ul>
   <span class="corners-bottom"><span></span></span></div>
</div>
Totally untested and may need tweaking.
Mercenary
Forum Member
Forum Member
Posts: 8
Joined: Wed Aug 26, 2009 9:56 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by Mercenary »

Great amazing LDM, will test it and let you know m8.

Best Regards,
Mercenary
Forum Member
Forum Member
Posts: 8
Joined: Wed Aug 26, 2009 9:56 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by Mercenary »

Hey LDM,
It worked m8, it needed a bit tweaking like you said but got it up and running.
Thanks and take care.
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by cisco007 »

thanks for pointing me to the script, i used it to replace some code on my site that was not xhtml strict, and this helped, thanks again!
User avatar
doekie
Forum Member
Forum Member
Posts: 8
Joined: Wed Sep 15, 2010 12:11 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by doekie »

Thanks for the tip I will try this out tonight!
kristinapetrico
Forum Member
Forum Member
Posts: 1
Joined: Wed Oct 06, 2010 1:10 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by kristinapetrico »

Thank you for this wonderful thread because it has so many information and tips that are very helpful.
Nano
Forum Member
Forum Member
Posts: 5
Joined: Tue Dec 14, 2010 9:43 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by Nano »

Could you please give me the code for subsilver2 ?
Post Reply