EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: commandata on May 16, 2010, 06:26:58 am

Title: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: commandata on May 16, 2010, 06:26:58 am
Hi Guys,
thanks for your efforts - ezPortal seems to work nice so far. A major issue for me currently is that multiple boards selected to not appear in the Board news Block - which would be important for me.

Any help would be much appreciated.
Thanks & Best Regards,
commanda
Title: Re: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: Maxx on May 16, 2010, 07:50:33 am
Hi Guys,
thanks for your efforts - ezPortal seems to work nice so far. A major issue for me currently is that multiple boards selected to not appear in the Board news Block - which would be important for me.

Any help would be much appreciated.
Thanks & Best Regards,
commanda

Please Follow this link...Hope this helps!
http://www.ezportal.com/how-to-ezportal/column-_-and-block-options-and-viability!/

regards,
Maxx
Title: Re: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: geogeo on October 23, 2010, 10:48:08 am
I have same problem.
In Subs-EzPortalMain2.php file, on section "function EzBlockBoardNewsBlock" change the
Code: [Select]
$board = (int) $myparam['data'];with
Code: [Select]
$board = $myparam['data']; BordNews working good with multiple boards but receives only news topic and ignore reply.
Title: Re: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: EzPortal on October 23, 2010, 05:06:42 pm
Fixed for next update. Yeah it currently only shows the first post in the topic and not any replies
Title: Re: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: geogeo on October 25, 2010, 10:25:04 am
Thanks. I am obliged.
Title: Re: Multiple Boards as source for news not working on latest ezPortal & SMF 2.0RC3
Post by: geogeo on April 18, 2011, 01:00:58 pm
Again the same problem. Ignore replies.
I have change in Subs-EzPortalMain2.php (function EzBlockBoardNewsBlock) all ID_FIRST_MSG strings with ID_LAST_MSG and working fine.
Do you can enter an option for this on the BoardNewsBlock edit ?