Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: ThemeExtras Plugin - Allows themes to define custom fields and settings
Post: RE: ThemeExtras Plugin - Allows themes to define c...
johnstray2001 Wrote: (2022-08-26, 13:26:12)
--
A full example is also provided in the GitHub repository within the themes/Innovation folder.
--
Ok
PHP 5.6 is clear. (again a lot of bugs in PHP 5... |
|
ufopera |
Plugins
|
3 |
1,550 |
2022-08-26, 18:13:08 |
|
|
Thread: ThemeExtras Plugin - Allows themes to define custom fields and settings
Post: RE: ThemeExtras Plugin - Allows themes to define c...
johnstray2001
Hello.
The plugin gives an error.
PHP 5.4(MAX FOR OC XP)
Code:
--
Parse error: syntax error, unexpected '.', expecting ',' or ';' in xxx\plugins\ThemeExtras\ThemeEx... |
|
ufopera |
Plugins
|
3 |
1,550 |
2022-08-26, 02:13:42 |
|
|
Thread: ICDM File Download Manager
Post: RE: ICDM File Download Manager
Glad I could help.
This is my flaw, in the next version I will try to add the file extension settings to the plugin settings. |
|
ufopera |
Plugins
|
6 |
6,716 |
2021-02-22, 20:41:01 |
|
|
Thread: ICDM File Download Manager
Post: RE: ICDM File Download Manager
The files must be in this folder: /uploads/downloadmanager
The file extension can be specified in:
plugins/download_manager/config.php line-86 $ext ='zip,rar,pNg ,jpg,exe,avi,mp3,mp4';
So far it... |
|
ufopera |
Plugins
|
6 |
6,716 |
2021-02-20, 22:40:46 |
|
|
Thread: i18n language menu manager
Post: RE: i18n language menu manager
> but the site always resorts to English 1 on reset of cookies
You may have chosen English first in your browser |
|
ufopera |
Plugins
|
17 |
34,055 |
2019-11-17, 02:06:59 |
|
|
Thread: Support needed
Post: RE: Support needed
I often see a lot of spammers, sometimes report. Want to help, I am constantly online (if not sleeping) |
|
ufopera |
Announcements
|
25 |
36,453 |
2019-08-20, 22:39:31 |
|
|
Thread: How to prepare files for download
Post: RE: How to prepare files for download
It took only two years, and here I published the plugin,
InCodDownloadManager - File Download Manager
use: http://get-simple.info/extend/plugin/icdm-file-download-manager/1222/ |
|
ufopera |
General Questions and Problems
|
2 |
4,440 |
2019-08-05, 01:50:15 |
|
|
Thread: ICDM File Download Manager
Post: ICDM File Download Manager
InCodDownloadManager - File Download Manager
Download: http://get-simple.info/extend/plugin/icdm-file-download-manager/1222/
Demo: InCodDownloadManager (https://getsimple.incod.ru/en/gs-plugins/incod... |
|
ufopera |
Plugins
|
6 |
6,716 |
2019-08-03, 17:02:51 |
|
|
Thread: Put logo between navigation list
Post: RE: Put logo between navigation list
SalamandersPL Wrote: (2019-06-20, 22:19:04)
--
any idea?
--
Here's the solution,
not tested!
PHP Code:
--
$menu_data = return_i18n_menu_data(...)
$x = count($menu_data) \ 2;
foreach ($menu_da... |
|
ufopera |
General Questions and Problems
|
4 |
6,238 |
2019-06-21, 13:53:19 |
|
|
Thread: i18N - menu range limited
Post: RE: i18N - menu range limited
Here's the solution, but I didn't check
PHP Code:
--
$menu_data = return_i18n_menu_data(return_page_slug(),0, 99,I18N_SHOW_MENU)
$output = array_slice($menu_data, 0, 3); // return menu1, menu2, m... |
|
ufopera |
Plugins
|
3 |
5,801 |
2019-06-21, 13:36:36 |
|
|
Thread: Another Admin Theme - Grey Admin Theme
Post: RE: Another Admin Theme - Grey Admin Theme
multicolor Wrote: (2019-04-05, 18:09:45)
--
ufopera Wrote: (2019-04-05, 17:32:54)
--
How do I make an offline version? (remove this : https://unicons.iconscout.com/release/v0.0.3/css/unicons.css)
... |
|
ufopera |
Plugins
|
9 |
13,734 |
2019-04-05, 20:14:29 |
|
|
Thread: Another Admin Theme - Grey Admin Theme
Post: RE: Another Admin Theme - Grey Admin Theme
How do I make an offline version? (remove this : https://unicons.iconscout.com/release/v0.0.3/css/unicons.css)
I understood, need this : https://github.com/Iconscout/unicons |
|
ufopera |
Plugins
|
9 |
13,734 |
2019-04-05, 17:32:54 |
|
|
Thread: GetSimpleCMS-3.4.0.9 Testing
Post: RE: GetSimpleCMS-3.4.0.9 Testing
Hi. I tested GS-3.4 (local server) and it seems to me that everything is fine with it. But I can't use GS-3.4? on their working sites, because there is no complete documentation ( maybe I did not fin... |
|
ufopera |
GS Development Testing - (alpha/beta)
|
17 |
22,591 |
2019-03-06, 00:59:20 |
|
|
Thread: GetSimpleCMS-3.4.0.9 Testing
Post: GetSimpleCMS-3.4.0.9 Testing
If you change The page slug and click clone, errors appear.
Code:
--
Warning: Creating default object from empty value in \admin\inc\template_functions.php on line 407
Notice: Undefined property: s... |
|
ufopera |
GS Development Testing - (alpha/beta)
|
17 |
22,591 |
2018-11-14, 05:54:34 |
|
|
Thread: A little question about admin folder
Post: RE: A little question about admin folder
1) Open the file gsconfig.php
2) change this line
# Change the administrative panel folder name
define ('ADMIN',' NewName');
3) Change the name of the admin folder |
|
ufopera |
General Questions and Problems
|
3 |
6,249 |
2018-03-16, 19:19:11 |
|
|
Thread: Need help, richtext
Post: RE: Need help, richtext
You can use this:
http://get-simple.info/extend/plugin/random-content/303/
but it's not exactly what you want |
|
ufopera |
General Questions and Problems
|
4 |
6,589 |
2018-01-30, 21:51:31 |
|
|
Thread: How to prepare files for download
Post: RE: How to prepare files for download
Hello
I developed a new plug-in "InCodDownloadManager" for the GS, it is much better than a "download manager".
Now I'm testing it on their website, have already fixed the errors, but you need to ma... |
|
ufopera |
General Questions and Problems
|
2 |
4,440 |
2018-01-20, 10:24:43 |
|
|
Thread: GetSimple 3.3.14 beta
Post: RE: GetSimple 3.3.14 beta
I tested, in my opinion all good |
|
ufopera |
Announcements
|
29 |
46,866 |
2018-01-14, 10:40:06 |
|
|
Thread: GetSimple 3.3.14 beta
Post: RE: GetSimple 3.3.14 beta
Thank you
You need to replace the damaged file ajax_dark.gif
GetSimpleCMS-3.3.14b1\admin\template\images\ajax_dark.gif
ajax_dark.gif size = 102 kb |
|
ufopera |
Announcements
|
29 |
46,866 |
2017-12-22, 21:06:25 |
|
|
Thread: Simple Thumbs - regenerate thumbnails
Post: RE: Simple Thumbs - regenerate thumbnails
Russian language 1.1 for Simple Thumbs
http://get-simple.info/extend/language/russian-language-for-simple-thumbs/1106/ |
|
ufopera |
Plugins
|
6 |
10,611 |
2017-07-24, 06:10:24 |
|
|
Thread: *new* Download Manager plugin
Post: RE: *new* Download Manager plugin
With Download Manager plugin the site began to be loaded in 3-4 times longer
If to disconnect that speed again becomes fast |
|
ufopera |
Plugins
|
23 |
44,524 |
2016-10-16, 23:17:21 |