NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 10, 2011 17:31:34 GMT -8
divisionsoftriad.proboards.comI posted the coding for the Affiliate table in the Main Footer, but it isn't showing up when I go to the home page. I tried putting it in the Global Footer but still a no show. Is there something I am missing? Thanks again Wormo.
|
|
|
Post by Wormopolis on Oct 10, 2011 17:43:57 GMT -8
Its not out for release yet. I have some bugs to work out. it works here on this site because I have some extra stuff making it work.
|
|
|
Post by Wormopolis on Oct 10, 2011 17:49:21 GMT -8
your bigger issue is you are telling it to show 10 thumbnails, but you only have 2 in the array.
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 10, 2011 18:25:57 GMT -8
Ohh okay. I'll wait for you to work out the bugs then. (Changing the number displayed didn't make it appear.)
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 22, 2011 15:40:31 GMT -8
Been working with the code and I figured out how to make it show up, and even though it doesn't look like it should, it still works. I'll just wait for the official release. That's the best thing to do in my opinion. No sense in doubling up the work required.
|
|
|
Post by Wormopolis on Oct 22, 2011 17:46:59 GMT -8
what did it look like? how many affiliates did you have listed?
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 24, 2011 17:42:07 GMT -8
Well it should be visible on my homepage: divisionsoftriad.proboards.comI have the number set to two with two in the array. But it only displays one at a time.
|
|
|
Post by Wormopolis on Oct 24, 2011 17:59:32 GMT -8
normally you need to have more affiliates then spots... change the number to 1
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 24, 2011 18:03:44 GMT -8
Aha that fixed it! Awesome Wormo!
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 26, 2011 17:32:49 GMT -8
New problem: I.E. Compatibility issue. When I view the table in I.E. is shows the top three rows and the array displays correctly. The row with the explanation and the "my affiliate image" grab aren't there.
|
|
|
Post by Wormopolis on Oct 26, 2011 22:20:14 GMT -8
remove this:
nwrw.cells[0].colSpan=numberOfAffiliatesShown-1;
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Oct 27, 2011 3:08:56 GMT -8
Yep that fixed it. Works in both browsers now!
|
|
NetMaster
Code Helper
"Get caught in my web!"
Posts: 305
NetMaster said 0 great things
|
Post by NetMaster on Nov 4, 2011 6:15:15 GMT -8
Okay I got more affiliates now. I tried to up the number of affiliates shown and 2 was fine. 3 made the bottom cell vanish and 4 produced the same effect as 3 but only showed 3 affiliates anyways.
|
|
|
Post by Wormopolis on Nov 4, 2011 19:59:27 GMT -8
how many affiliates do you have? the number shown should be less then the total you have. that way it fades out one affiliate into another. if you have 4 affiliates, and show 4.. then they arent really fading out to anything.
|
|
|
Post by Wormopolis on Nov 4, 2011 20:14:41 GMT -8
nevermind.. you do
|
|