Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

App

Description

ad.service_callback_purchase_ad_completed

ad

Plugin called after purchasing sponsorships successfully.

 

The full list of supported plugins is on process for updating at here.

...

 

And More Update

New Paging Styles

Since phpFox version 4.6.0. Developers can control which paging style they want to use for their app listing pages. The detail instruction is prepared in here.

Some update for displaying Public Message

...

Code Block
languagenone
themeRDark
borderStylesolid
linenumberstrue
collapsefalse

Phpfox::addMessage($sMsg, $sType, $bAutoClose)

...

Code Block
languagehtml
themeRDark
borderStylesolid
linenumberstrue
collapsefalse

{$iNumber|short_number}

Major Improvements for phpFox Settings System

...

In phpFox version 4.6.0, we have implemented a component to support build one-line menu. It means in case your menu items are so much and overflow the width of menu, they will be put in a dropdown list automatically. To use this component for your app, please follow the guideline that prepared in here.

Upload Files Component

In phpFox version 4.6.0, we introduce a new component to support upload files with drag/drop, progress bar, thumbnail preview... Please check this tutorial to find more detail information.