Customization > Blocks and Modifications

[Block] Advanced Unread Posts

<< < (2/16) > >>

Chen Zhen:

[Block] Unread Posts v1.2

Changes:

! fixed css for page numbers


The file in the first post has been updated. Please replace your current file with the newer attachment to apply the above update.

Thank you.

teos:
A very nice mod in deed, thanks ...

Is it possible to exclude some categories or even include categories ?

Chen Zhen:

--- Quote from: teos on January 11, 2013, 02:44:31 AM ---A very nice mod in deed, thanks ...

Is it possible to exclude some categories or even include categories ?

--- End quote ---

teos,

You can opt specific boards to display by adding another parameter to the block's basic settings. Board id's are separated by vertical bars.


--- Code: ---$parameters['boards'] = '1|2|3|4';  /* Specific boards to display */

--- End code ---

teos:
That is great, thanks. I'll give it a try.

teos:
Is it a difficult task to automate this block with a time interval, to be refreshed ?

tried with the solution provided in http://simpleportal.net/index.php?topic=11407.0

used code at the top


--- Code: ---$page = $_SERVER['PHP_SELF'];
$sec = "30";
--- End code ---

and below code at the buttom


--- Code: ---header("Refresh: $sec; url=$page");
--- End code ---


  But this solution refreshed the whole page not inside the block.

Any recommendation ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version