Page 1 of 1

Expand custom blocks

Posted: 16. January 2011 13:45
by denwer
Your Portal Version: 1.0.6
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://games-center.pl

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have on my forum "Expand categories" modyfication http://www.phpbb.com/customise/db/mod/e ... ategories/.
I wonder, how add this show/hide option to custom portal center blocks? Anyone knows?

Re: Expand custom blocks

Posted: 16. January 2011 14:58
by archivar
denwer wrote: Boardlink: http://games-center.pl
Description and Message
I have on my forum "Expand categories" modyfication http://www.phpbb.com/customise/db/mod/e ... ategories/.
I wonder, how add this show/hide option to custom portal center blocks? Anyone knows?
An example:

Code: Select all

<!-- IF S_USER_LOGGED_IN and not S_IS_BOT -->
	    <!-- INCLUDE portal/block/shout_body.html -->
<!-- ENDIF -->
Guests can not see the block.

Re: Expand custom blocks

Posted: 16. January 2011 16:27
by denwer
I don't want to hide blocks from users. I want to expand blocks like in this "expand categories mod".
If user click "-", blok hide, if user click "+", block show.

Re: Expand custom blocks

Posted: 16. January 2011 16:34
by archivar
denwer wrote: If user click "-", blok hide, if user click "+", block show.
With the portal will not do.