Scrolling Affiliates Box on phpBB3 index [Mod]

Tips & Tricks to use on your phpBB3 Forum.
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 ?
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 »

I'm not too sure, I will have to have a look at the subsilver code. Is that what your board is running?
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 »

Yes my board is running a subsilver2 style. I will be very happy if you give the code soon.
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 »

Please :((((
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 »

Ok this is a way that it could work for subsilver, but am not at normal PC so is untested. Can you let me know if it works the same?

Instead of opening an affiliates page, open index body and find:

Code: Select all

<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
Add above:

Code: Select all

<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="2"><h4>Affiliates</h4></td>
	</tr>
	<tr>
		<td class="row1" width="100%"><p class="genmed"><marquee direction="left" scrollamount="7" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=7">
ADD HERE YOUR HTML LINKS</marquee></p></td>
	</tr>
	</table>
Add your link buttons to where it says ADD HERE YOUR HTML LINKS.
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 »

yeah man this is working! THANK YOU :DDDDD
RyanLV
Forum Member
Forum Member
Posts: 12
Joined: Sat Jan 01, 2011 4:52 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by RyanLV »

Thanks, I will try when I will have time ;)
User avatar
shadowslight
Forum Member
Forum Member
Posts: 35
Joined: Mon May 07, 2012 12:20 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by shadowslight »

Thanks for the advice on this! The method I had been using was editing the overall footer and adding my links there, and while it would work, it did not look very good on the forum. I will have to give this a try for sure!
User avatar
sp0k
Forum Member
Forum Member
Posts: 15
Joined: Mon Apr 16, 2012 10:46 pm

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by sp0k »

hello

i still very new to phpbb....

WHAT :banghead: how do u add this?

can i get little more info ..how to install this ?
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 »

if you are new, try reading this: http://www.phpbb.com/kb/article/how-to-install-mods/
plus many other articles in the knowledge base at phpbb.com so you can learn how to do it!
User avatar
shadowslight
Forum Member
Forum Member
Posts: 35
Joined: Mon May 07, 2012 12:20 am

Re: Scrolling Affiliates Box on phpBB3 index [Mod]

Post by shadowslight »

If the above links to the Knowledge base seem clear as mud, I do believe there are some people that would do the installation for you. However if you were to opt for this I would insist on Extreme caution. Make sure whomever you are dealing with is very well experienced or has a reputable background.
Post Reply