User Options
What's New
Comments and Ratings
| Function | Changes |
| makecommentnav | Minor changes added, similar to the ones mentioned in the makepagenav function. |
| showcomments | Global comments_enabled settings added to be able to disable all comments from the admin panel. |
| showratings | Global ratings_enabled settings added to be able to disable all ratings from the admin panel. |
Core Functions
| Function | Changes |
| cache_bbcode | Database query optimized |
| cache_smileys | Database query optimized |
check_admin_pass |
Function added to PHP-Fusion |
| check_captcha | Function has been removed from the core as Secureimage is more reliable. |
| dbconnect | XHTML valid |
| dbcount | Added query count |
| dbquery | Added query count |
| dbresult | Added query count |
| highlight_words | New and optimized way to highlight words |
| makefilelist | Added extension filer to filter as a parameter to the function so certain extensions can be filtered out. |
| makepagenav | Fixes mentioned in this thread here. |
| make_captcha | Function has been removed from the core as Secureimage is more reliable. |
| parsebytesize | Fixed bits to bytes for correct ISO standards. |
| parsesmileys | Fixed error when parsing an smiley symbol starting with #. |
profile_link |
Function added to PHP-Fusion |
set_admin_pass |
Function added to PHP-Fusion |
| showdate | Added "newsdate" to the accepted date formats |
stripget |
Function added to PHP-Fusion |
| stripinput | stripinput() will now also strip arrays |
Infusions Functions
| Function | Changes |
filename_exists |
Function added to PHP-Fusion |
get_settings |
Function added to PHP-Fusion |
send_pm |
Function added to PHP-Fusion |
set_setting |
Function added to PHP-Fusion |
stripfilename |
Function added to PHP-Fusion |
upload_file |
Function added to PHP-Fusion |
upload_image |
Function added to PHP-Fusion |
Mail Functions
| Function | Changes |
| sendemail | SMTP port added through admin panel and the $settings['smtp_port'] variable. |
Other Functions
| Function | Changes |
| flood_control | Admin option to enable or disable flood control auto ban. Function will now send out mail to the banned user about the ban through the flood control. |
Photo Gallery Functions
| Function | Changes |
createsquarethumbnail |
Function added to PHP-Fusion |
| createthumbnail | Added imagedestroy() to lower server load when creating thumbnails for proper destroying temporally thumbnail files when they are created and added ARGB support for transparent PNG thumbnails. |
Theme Functions
| Function | Changes |
| articleopts | Comments link now says "1 comment" in stead of "1 comments" when there are only one comment posted to the news item. |
| articleposter | The function now uses the profile_link function to display the article author's name and profile link. |
newscat |
Function added to PHP-Fusion |
| newsopts | Comments link now says "1 comment" in stead of "1 comments" when there are only one comment posted to the news item. |
| newsposter | The function now uses the profile_link function to display the article author's name and profile link. |
| showcounter | Enable or disable displaying the visitor counter through the admin panel and $settings['visitorcounter_enabled'] |
showrendertime |
Function added to PHP-Fusion |
| showsublinks | Added possibility to use the [b] [i] [u] and [color] BBCodes in the link names for styling and optimised query. |

