Search found 52 matches

by utaka
Mon Aug 22, 2016 10:19 am
Forum: Open Development
Topic: Hook system :Hook_xh
Replies: 2
Views: 2502

Example Code

function xh_func($i, $x....) { .................. $val01 = .... $val02 = .... return $return_val; } Change to function xh_func($i, $x....) { .................. $val01 = .... $val02 = .... return apply_filters('hook_name', $return_val, $val01,$val02); } Example in Plugin function my_func($atr1, $atr...
by utaka
Wed Jun 01, 2016 8:59 am
Forum: Open Development
Topic: GitHub + version.nfo example : hi_updatecheck
Replies: 3
Views: 2077

Re: GitHub + version.nfo example : hi_updatecheck

Hi!cmb. ;) "Https://raw.***" is hard to say that the stable(latest release) version. I think. "Release version" = Url_to_remote_nfo of version.nfo Developers, to commit a lot of master,after release. In the middle of a development,there is also a possibility that the user would download the master.z...
by utaka
Mon May 30, 2016 10:52 am
Forum: Addons and Plugins
Topic: elFinder_xh : File manager / filebrowser
Replies: 1
Views: 2211

Re: elFinder_xh : File manager / filebrowser

Ver1.0.2 Add Sample & Core(jquery.popupwindow.js etc ) code Standalone integration of elFinder_xh. https://raw.githubusercontent.com/bbfriend/elfinder_xh/master/help/images/stand_alone.gif Elfinder_xh – Configuration > Developers SampleShow is check. show menu( * This is for plugin developers.) htt...
by utaka
Wed May 25, 2016 8:55 am
Forum: Addons and Plugins
Topic: elFinder_xh : File manager / filebrowser
Replies: 1
Views: 2211

elFinder_xh : File manager / filebrowser

https://raw.githubusercontent.com/bbfriend/elfinder_xh/master/help/images/elFinder_xh.png Using elFinder as filebrowser for CMSimple_XH. What is elFinder? https://raw.githubusercontent.com/bbfriend/bbfriend.github.io/master/elfinder_xh/img/elfinder_smp1.gif features , and see demo ***Excellent sobe...
by utaka
Tue May 24, 2016 7:22 am
Forum: Open Development
Topic: GitHub + version.nfo example : hi_updatecheck
Replies: 3
Views: 2077

GitHub + version.nfo example : hi_updatecheck

I'm worried about the version.nfo destination/ location at github. Resolved..Write a sample Download_Url : http s ://github.com/[your-name]/[plugin-name]/releases or http://[your-name].github.io/ Url_to_remote_nfo : http://[your-name].github.io/[plugin-name]/version.nfo * * version.nfo file of locat...
by utaka
Sun Apr 24, 2016 5:10 pm
Forum: Addons and Plugins
Topic: tinymce4 for Version 1.6
Replies: 28
Views: 13457

Unexpected character in input: '\' (ASCII=92) state=1

I got an error on my customer's server. "Unexpected character in input: '\' (ASCII=92) state=1 plugins/tinymce4/admin.php on line 168" line 168 is "$imgUploader = new Tinymce4\Uploader()" This problem occurs because not server of PHP5.3 more. My customer's server PHP is Ver5.1.3.. class/Uploader.php...
by utaka
Fri Feb 12, 2016 10:33 pm
Forum: Open Development
Topic: Enqueue System : enqueue_Xh
Replies: 3
Views: 2674

Re: Enqueue System : enqueue_Xh

Sorry . Mistake modification of release files :oops:

Ver0.4 release.
by utaka
Wed Feb 10, 2016 7:39 am
Forum: Templates
Topic: Responsive bootstrap Template Acme for CMSimple_XH
Replies: 21
Views: 16106

Re: Responsive bootstrap Template Acme for CMSimple_XH

Hi,Dear cmb, thank you follow.
Dear tanavots .Thank you for using my template.
by utaka
Wed Feb 10, 2016 6:54 am
Forum: Addons and Plugins
Topic: Recaptcha_XH
Replies: 3
Views: 1831

Re: Recaptcha_XH

Thank you a lot of great plugins. If you want to take over the maintenance of Recaptcha_XH, I would be glad, and would add respective notes to my Github repository and my website. No problem.Gladly! However, I do not intend to have the ZipFile to my site. I Think,Since it has published on GitHub, ev...
by utaka
Tue Feb 09, 2016 3:27 pm
Forum: Addons and Plugins
Topic: Recaptcha_XH
Replies: 3
Views: 1831

GitHub:Pull requests Google's reCAPTCHA api Ver2.0