Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Tips & Tricks to use on your phpBB3 Forum.
-
Mercenary
- Forum Member

- Posts: 8
- Joined: Wed Aug 26, 2009 9:56 pm
Post
by Mercenary » Mon Jul 19, 2010 2:05 am
Latest post of the previous page:
Great amazing LDM, will test it and let you know m8.
Best Regards,
-
Mercenary
- Forum Member

- Posts: 8
- Joined: Wed Aug 26, 2009 9:56 pm
Post
by Mercenary » Fri Jul 23, 2010 3:10 pm
Hey LDM,
It worked m8, it needed a bit tweaking like you said but got it up and running.
Thanks and take care.
-
cisco007
- Staff

- Posts: 501
- Joined: Tue Oct 07, 2008 3:44 am
Post
by cisco007 » Fri Jul 23, 2010 3:29 pm
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!
-
doekie
- Forum Member

- Posts: 8
- Joined: Wed Sep 15, 2010 12:11 pm
Post
by doekie » Wed Sep 15, 2010 12:36 pm
Thanks for the tip I will try this out tonight!
-
kristinapetrico
- Forum Member

- Posts: 1
- Joined: Wed Oct 06, 2010 1:10 am
Post
by kristinapetrico » Wed Oct 06, 2010 1:14 am
Thank you for this wonderful thread because it has so many information and tips that are very helpful.
-
Nano
- Forum Member

- Posts: 5
- Joined: Tue Dec 14, 2010 9:43 pm
Post
by Nano » Tue Dec 14, 2010 10:02 pm
Could you please give me the code for subsilver2 ?
-
LDM
- Site Admin

- Posts: 1794
- Joined: Thu May 29, 2008 6:51 pm
Post
by LDM » Wed Dec 15, 2010 11:31 pm
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

- Posts: 5
- Joined: Tue Dec 14, 2010 9:43 pm
Post
by Nano » Thu Dec 16, 2010 1:53 pm
Yes my board is running a subsilver2 style. I will be very happy if you give the code soon.
-
Nano
- Forum Member

- Posts: 5
- Joined: Tue Dec 14, 2010 9:43 pm
Post
by Nano » Sat Dec 18, 2010 2:00 pm
Please

(((
-
LDM
- Site Admin

- Posts: 1794
- Joined: Thu May 29, 2008 6:51 pm
Post
by LDM » Sat Dec 18, 2010 6:13 pm
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

- Posts: 5
- Joined: Tue Dec 14, 2010 9:43 pm
Post
by Nano » Mon Dec 20, 2010 10:18 pm
yeah man this is working! THANK YOU

DDDD