[RELEASE] Board3 Portal 1.0.6 - English

Locked
User avatar

Topic author
Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

[RELEASE] Board3 Portal 1.0.6 - English

Post by Marc »

MOD-Titel: Board3 Portal
MOD-version: 1.0.6
MOD-description:
Image Valid XHTML 1.0 Strict
Adds a portal with several blocks, which can be switched on and off via the ACP, to the front page of your phpBB 3 forums.
This portal is a further development / fork of the phpbb3Portal. An update wizard and update instructions from phpbb3portal 1.2.2 and from previous Board3 Portal versions are included in the package.
Board3 Portal is validated and included in the mod-DB on phpBB.com.

Changes to version 1.0.5
  • Fixed typos in subsilver2 online_friends.html
  • Removed incorrect link at the end of an announcement
  • Removed unnecessary database query in portal/block/statistics.php
  • Fixed error unclosed comment tag at the end of sub-taged-string
  • Removed caching from function obtain_portal_config, as this prevents people from changing the acp settings
  • Added missing permission check in function phpbb_fetch_posts
  • Fixed error with global announcement permission check
  • Updated XML-files to MODX 1.2.5
  • Added nickvergessen and Redbull back to the authors
  • Added remove-tag to update instructions
  • Replaced HTML-replacements of ' with the correct characters
  • Using lowercase true in portal/includes/functions.php
  • Now using sql_escape in function sql_table_exists
  • Removed $_POST and $_GET from portal/block/mini_cal.php
  • Removed unnecessary query for user's post count in portal/block/user_menu.php
  • Wordgraph is disabled if any search type other than fulltext native is chosen in the ACP in order to prevent errors
  • Don't query database if user menu is disabled
  • Don't show styleswitcher if only one style is activated
  • Now using generate_board_url() for the link us block
  • Fixed missing end-tag if the post is cut at a link-tag
  • Added ability to hide birthday ahead list by setting the number of days to 0
  • Added line break in prosilver birthday block between birthday list and birthday ahead list
  • Added intval for exclude_forums in recent topics block
  • Added feature that will prevent database error if last install was not successful
  • Extended leaders block now shows users in every "legend" group they are in
  • Removed unnecessary query from portal/block/user_menu.php
  • Added missing $db->sql_freeresult to several blocks
  • Replaced an old function with one that only uses one query in portal/block/statistics.php
  • Cleaner birthday list look for prosilver -- Suggestion by Wuerzi
  • Fixed double colon in whois_online.html
  • Fixed a bug that caused "Mark forums read" not to work on the portal
  • Fixed missing $cache->unload() in install/index.php
  • Fixed bug that causes the content of the small custom block to overlap its outline
  • Display warning in ACP that turning off all the blocks results in an empty portal and that turning off all side blocks will leave an empty space
  • Fixed a small grammar error in lang_portal_acp.php
  • Replaced TRUE with the lowercase true in latest bots block file
  • Fixed the way the poll percentage gets rounded
  • Added append_sid to links block
Changes to version 1.0.4
  • Fixed mouseover showing "01 Jan" in birthday block, no matter when the birthday is
  • Removed unnecessary second line break from birthday list
  • Added user icon in front of every user in birthday list and made it look like top poster block
  • Fixed a typo in install files and update for 3.0.6
  • Changed "en-gb" to "en" in the install files
  • Changed apostrophe to its HTML Entity in install_portal.php
  • Fixed typo in install/install_functions.php
  • Fixed wrong edit in update from phpbb3portal
  • Fixed a few parts that didn't follow the coding guidelines
  • poll.php: removed urldecode() as this might cause errors
  • recent.php: casting $id to int now and trim() has been removed
  • Removed unnecessary queries in user_menu.php
  • Now using generate_text_for_display in block/welcome.php, block/custom.php and for function phpbb_fetch_posts
  • Removed unnecessary license.txt
  • Fixed broken link when block icons are turned off: tracker.php?p=13&t=160
  • Added reapply_sid() in portal.php
  • Added sql_freeresult to functions.php
  • Added fixes for better compatibility with Portalview MOD
  • Fixed SQL Bug with PostgreSQL
  • Fixed Bug where moderators were displayed in forumlist, although display of moderators was disabled in ACP
  • filetypes can now be selected to show up in attachment block and they can also be hidden from attachment block
  • Fixed small bugs for better compatibility with MSSQL
  • Added forum select box to news block, announcements block, recent topics block, attachments block, and polls block
  • Left and right column can be turned off via ACP now
  • Added rtl-fix for portal_body.html
  • Seperated portal_body.html into 3 seperate files
  • Added unread posts to user menu
  • Board Index is now available, even if the installer hasn't been ran yet
  • Made subsilver2 poll block XHTML 1.0 Transitional valid
  • Updated forumlist_search.html for phpBB 3.0.6
  • Made prosilver login box XHTML 1.0 strict valid
  • Fixed bug where endtags would get a :u: in front of the bbcode uid if the word "list" is inside the bbcode tag
  • Fixed error with wordgraph, where only the words with low counts would display
  • Fixed typo in leaders_ext.html
Changes to version 1.0.3
  • Bugfixes, view: tracker.php?st=15&vid=10&p=13&u=0&at=0
  • MPV Check: Better request_var(); instead of $_COOKIE
  • MPV Check: Better function_exists(); instead of include_once();
  • Missing {$phpbb_root_path} in portal/block/poll.php
  • class="icon" in the dl-tag added and moved to _block_config.html
  • Use the bg1 class by all middle blocks
  • Fixed SQL ERROR [ postgres ], missing u.username_clean in the SELECT
  • Added Versioncheck on Portal (only Admins) and ACP --> Portal --> General settings.
  • Fixed bug in recent.php: users without access to all forums did not see the maximum number of topics
  • Missing IN_PHPBB check
  • CleanUp all Files
  • ModX 1.2.3 update
  • And much more... forgot to note it all down ;-)
Changes to version 1.0.2
  • Bugfixes, view: bugtracker/viewcat.php?c=11
  • New option to disable the whole portal via ACP (links will be hidden).
  • Easier cutomizable template system with variables for block header and footer (_block_config.html) - change all headers and footers in one file
  • New installer, based on phpBB Gallery by nickvergessen
  • Added interface files for additional blocks, for easier updating in future (additional_blocks.php, lang_adm_additional_blocks.php, additional_blocks_center.html / left, right)
    Block authors: please read this topic
  • Permissions for portal ACP modules
  • New option to hide expired polls on portal
  • ModX 1.2.2 update
Changes to version 1.0.1
  • Tiny bug fixes
  • Updated to ModX 1.2.1
  • Added missing update instructions
Changes to version 1.0.0RC3
  • Fixed misc bugs
Changes to version 1.0.0RC2
  • Added switch to choose if "views" and "replies" should be diplayed in extra colums. To solve problems of distroyed layouts in compact view of news and announcements. e.g. with thin styles.
  • subsilver2 style rework
  • Bugfixes, view: bugtracker/viewcat.php?c=9
Changes to version 1.0.0RC1
  • Added new style / own CSS for easier style adaption - provided by Graphic Corner / Pfoti: http://www.graphic-corner.ch
  • Normal and inline attachments are displayed properly now in news / announcements text view. (Thanks to connect for the inline attachments solution)
  • Rework of the compact view of news / announcements. Topic folders and icons are now displayed. Complete style rework.
  • #unread link for news / announcements. (Thanks to Mike, for pushing us in the right direction)
  • Team bloc: possibillity to let non-system groups display
  • Support for handymans MOD Version Check. To use this feature, this mod has to be installed.
  • Update to ModX 1.2.0 - package structure adapted
  • Language files rework
  • PayPal block rework. All supported currencies can be chosen with a drop-down button. The amount to donate can be typed in.
  • Bugfixes, view: bugtracker/viewcat.php?c=8
Changes to version 0.2.1
  • Many of bugfixes, view: bugtracker/viewcat.php?c=6
  • Adaptions to phpBB 3.0.1
  • The link block can be edited in the ACP: add, delete links and order position
  • BBCode is now allowed in welcome message
  • Two custom blocks added, which can be filled with BBCode or HTML in the ACP. To use with ads, videos, images, whatever.
  • Complete rework of the News / Announcements. Implemented a achive system and pagnition. You can choose if you want to have the first or the newest post displayed in news.
  • Full MSSQL support
  • Forum list on the portal added
  • Show "Portal page" in "who is online"
  • Option to disable user permission check for News / Announcements
  • Style changer added
  • Attachment block: display attachments from one or more specific forums + attachments permission check added
Changes to version 0.2.0:
  • No longer required to be a founder to update/install, just an admin with "board" permissions.
  • Fixed a news/announcements permissions bug.
  • Fixed a bug when no news posts were viewable due to account permissions.
  • Fixed a bug in announcements/news/polls due to shadow topics left after a topic is moved.
Changes to version 0.1.0:
  • Polls have been completely reworked (checking permissions, show newest, etc)
  • subsilver2 is included in the package (Valid XHTML 1.0 Strict!)
  • several bugfixes
  • Forum names are diplayed with news / announcements
  • Upcoming birthdays (configurable in ACP) - many thanks to Kendoo!
  • Several stylefixes and improvements
  • Welcomebox is not limited to 255 characters anymore
  • Log messages in ACP configuration are displayed properly now
  • The installer / updater (called PInUp) has been reworked
Changes from phpbb3Portal 1.1.0b to Board3 Portal 0.1.0:
  • Completed the ACP management (all boxes could be turned on + off, the ACP management is now phpBB conform in the ACP tab "Mods")
  • Image Valid XHTML 1.0 Strict! (prosilver)
  • many bugfixes
  • several new functions (e.g. read / unread topic icons + attachment icon at recent news / announcements, welcome box optional only for Guests, BBCode is parsed in textview when messages are cut when the max length is reached in recent news / announcements, etc)
  • Language files are moved and renamed phpBB conform into language/mods, no language variables have to be added to the phpBB acp/common.php file anymore
  • The DB entries which has been in the phpbb_config table are moved into a own table, (called phpbb_portal_config), because otherwise the whole board could suffer in performance (nearly 60 additional entries, who would be called on each site otherwise)
  • The installer / updater is coded completely new
MOD-authors: Ice, Kevin, Redbull254, Christian_N, nickvergessen (Bugfixer), marc1706
MOD-download: phpBB-version: phpBB 3.0.X
phpBB-styles: prosilver, subsilver2
phpBB-languages: English, German - More languages here: viewforum.php?f=12
MOD-demo: Demo prosilver / Demo subsilver2
Portal ACP Demo: acp_demo/en/
Preview install instructions: portal_docs/install.xml

Please don't upload the mod anywhere (to offer it as a download), without asking me before, thanks.
Locked

Return to “Board3 Portal Releases / Download”