Page 1 of 1

[SOLVED] IMPortal / Integramod issue album2

PostPosted: Mon Jun 26, 2006 10:28 am
Author: atomhead
http://www.integramod.com/forum/viewtopic.php?t=1322

Posting here cause the other one only has 6 views. Any one experiencing this problem and knows how to fix it? Looked everywhere on this site and not having any luck.

[url=http]site is here[/url] .. you will notice the album block is blank even though the 'album' block works 'album2' is not showing anything. this is a latest version install based on downloads directory and currently patched

thanks in advance

PostPosted: Mon Jun 26, 2006 6:42 pm
Author: computerskillz
Thats because the script for both blocks use the same include statements. In php you can't do the same include twice, so the second instance doesn't get any variable information, and therefore shows up blank with no pics. In other words, you can't have the two album blocks on the same page at the same time. Only one will work.

Re: IMPortal / Integramod issue

PostPosted: Tue Jun 27, 2006 6:19 am
Author: atomhead
There's only the one block on the page.

Re: IMPortal / Integramod issue

PostPosted: Tue Jun 27, 2006 9:03 am
Author: computerskillz
"atomhead";p="10328" wrote:There's only the one block on the page.


Then where is it that you mean "album2 isn't showing anything"

Re: IMPortal / Integramod issue

PostPosted: Wed Jun 28, 2006 8:23 am
Author: atomhead
If you go to the link, you will see an empty album block at the top of the page.

That is album2.

When I change it to 'album', it shows.

I want horizontal layout.

PostPosted: Thu Jun 29, 2006 5:41 pm
Author: computerskillz
If you want, you could simply edit the HTML of the ..templatesfisubicealbum_block.tpl to give you a horizontal layout.

Re: IMPortal / Integramod issue

PostPosted: Fri Jun 30, 2006 4:32 am
Author: atomhead
heh, yes, if I knew how to code I'm sure I could.. <img>

Re: IMPortal / Integramod issue

PostPosted: Wed Jul 05, 2006 10:09 am
Author: atomhead
Solution: Copy tpl file mentioned above to the EQ2 template directory.

(Would be good to update Downloads section for EQ2 template)