Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: PureBootstrap Theme
Post: RE: PureBootstrap Theme
Hi,
Great theme!
Is it posible to transform the menu into a vertical menu on the left? |
|
Frens |
Themes
|
11 |
25,880 |
2016-02-09, 19:27:53 |
|
|
Thread: [SOLVED] - Only show page on menu if logged in
Post: RE: Only show page if logged in
jwzumwalt Wrote: (2016-01-12, 14:55:48)
--
How can I make a page only show on the menu if the user is logged in?
--
Look here http://get-simple.info/wiki/how_to:page_editing
Search Create a New... |
|
Frens |
Scripts & Components
|
17 |
31,698 |
2016-01-13, 04:40:45 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
asemion Wrote: (2015-12-17, 16:32:01)
--
Frens Wrote: (2015-12-16, 20:37:13)
--
I have try it all , but for me its not working good.
sample:
Wil make a image widht 320px , height scalable to th... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-12-17, 21:14:37 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
I have try it all , but for me its not working good.
sample:
Wil make a image widht 320px , height scalable to the widht |
|
Frens |
Plugins
|
135 |
281,040 |
2015-12-16, 20:37:13 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Thanks its Ok now
'fixed_image_creation_width' => array( 200 ),
'fixed_image_creation_height' => array(160 ),
I try to let the image height Scale along the widht this way , but not work, an i... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-12-13, 06:19:06 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Thanks for comment
It works , thats no problem.
But normally the folder shows ONE image , i think thats the best way. (it is also standard)
So mayby there is a othter method only change the w... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-12-09, 19:14:06 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Hi,
Change in he config.php
Code:
--
'fixed_image_creation' => true,
'fixed_path_from_filemanager' => array( '../../data/thumbs/' ),
'fixed_image_creation_name_to_prepend' => array( '' ),
'fi... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-12-07, 20:39:23 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
asemion Wrote: (2015-11-12, 18:21:25)
--
Frens Wrote: (2015-11-11, 07:43:35)
--
Thanks ,that works fine.
One thing, i wil change the code from the thumb
Code:
--
|
|
Frens |
Plugins
|
135 |
281,040 |
2015-11-13, 02:33:27 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Thanks ,that works fine.
One thing, i wil change the code from the thumb
Code:
--
|
|
Frens |
Plugins
|
135 |
281,040 |
2015-11-11, 07:43:35 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Thanks for help Asemion.
I change the block code to
PHP Code:
--
'fixed_image_creation' => true,
'fixed_path_from_filemanager' => array( '../../data/thumbs/' ),
'fixed_image_creation_name_to... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-11-10, 09:13:48 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Hi,
There a lot off files with dimensions 122 , 91 , cant find where to make the thumbs larger.
Furder i search for the begin code from the thumb |
|
Frens |
Plugins
|
135 |
281,040 |
2015-11-07, 05:57:45 |
|
|
Thread: I18N Gallery
Post: RE: I18N Gallery
Hi,
I need a `clean` url in the a tag to the large image.
Code:
--
href=""
--
I use a other gallery with the settings from Prettyphoto, do not need a rel e.g in the a tag
For the thumb... |
|
Frens |
Plugins
|
1,501 |
3,748,057 |
2015-11-05, 03:31:09 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
I compare differents icons.png , which were all the same, not help.
Then i change the pad in plugins/news_manager/template/ckeditor.php also to the patch
now the icons fine. |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-24, 20:52:18 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
Carlos Wrote: (2015-10-24, 05:17:12)
--
I've just tested with GSCkePatch 0.4 and it works ok with the toolbar you pasted (of course corrected with the comma)
As for News Manager, it uses the CKedito... |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-24, 05:50:00 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
Carlos Wrote: (2015-10-24, 02:41:02)
--
Missing comma:
Code:
--
,'/'
--
should be:
Code:
--
,'/',
--
--
Gracias Carlos,
For your Newsmanager it help (why some icons grey?)
But for the standard... |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-24, 04:14:15 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
Carlos Wrote: (2015-10-24, 01:56:12)
--
Why not customize the toolbar via gsconfig?
See http://get-simple.info/wiki/how_to:editor_configuration_toolbars -> Custom Toolbar
--
Thanks,
Add some co... |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-24, 02:22:40 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
shawn_a Wrote: (2015-10-21, 23:01:49)
--
I suggest you don't even bother, just install the ckepatch plugin, since our core ckeditor is ancient.
http://get-simple.info/extend/plugin/gsckepatch/899/... |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-24, 00:47:32 |
|
|
Thread: New theme (problem)
Post: RE: New theme (problem)
Hi,
Something like the sample below , or you mean a Sticky Footer?
Code:
--
test 1
Header image
Titel
text text text page text
Publis... |
|
Frens |
General Questions and Problems
|
4 |
7,560 |
2015-10-22, 01:16:49 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
shawn_a Wrote: (2015-10-21, 22:07:49)
--
You are replying to a 3 year old post. What are you trying to do and what problem are you having
--
The post was 2 hours old :s ......
For me, i try to ... |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-21, 22:22:56 |
|
|
Thread: How to have full toolbar on ckeditor ?
Post: RE: How to have full toolbar on ckeditor ?
I also try change something about Ckeditor, not simple...not clear to me.
Have you install some plugins? Some overwrite the ckeditor settings, so look into a plugin if you can find |
|
Frens |
General Questions and Problems
|
28 |
84,172 |
2015-10-21, 20:22:26 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
Hi Asemion,
Thanks Great Job! :)
Furder:
The size of the thumbs is 122 width , ware to change this? |
|
Frens |
Plugins
|
135 |
281,040 |
2015-10-17, 04:20:51 |
|
|
Thread: ckeditor icons
Post: ckeditor icons
Hi,
Search for the toolbar buttons ckeditor find in
admin/template/js/ckeditor/skins/getsimple/icons.png
But when i edit or delete this file nothing happens
Where are stored the icons?
edit. cle... |
|
Frens |
General Questions and Problems
|
1 |
4,495 |
2015-10-12, 01:15:51 |
|
|
Thread: News Manager (updated)
Post: RE: News Manager (updated)
Hi,
Try to find out if it is posible to use the News manager with the Responsive FileManager instead off the
standard Ckeditor filebrowser
Maybe in the file news_manager/template/ckeditor.php ... |
|
Frens |
Plugins
|
1,726 |
4,078,783 |
2015-10-11, 20:22:35 |
|
|
Thread: Extra Gallery
Post: RE: Extra Gallery
Hi,
Thake the code from Shawn_a
PHP Code:
--
--
The pad to the thumb is not correct ,? how to ad a other field. e.g ?
Thanks for help |
|
Frens |
Plugins
|
61 |
136,183 |
2015-10-09, 21:22:09 |
|
|
Thread: Support for multilanguage sites, Internationalization (I18N)
Post: RE: Support for multilanguage sites, International...
Hi
I use
PHP Code:
--
// Select language
|
|
Frens |
Plugins
|
1,064 |
2,698,049 |
2015-10-08, 06:05:36 |
|
|
Thread: I18N Gallery
Post: RE: I18N Gallery
Hi,
Make it with different languages (titel) e.g check everything but display only in the default language, wath can i do wrong or forget? |
|
Frens |
Plugins
|
1,501 |
3,748,057 |
2015-10-05, 06:13:01 |
|
|
Thread: Responsive FileManager
Post: RE: Responsive FileManager
asemion Wrote: (2015-10-05, 03:41:19)
--
Frens Wrote: (2015-10-01, 19:52:58)
--
Hi,
The thumbnail is a fine option, pity there is no option Alignment , like insert a `standard` image.
--
If you re... |
|
Frens |
Plugins
|
135 |
281,040 |
2015-10-05, 03:56:48 |
|
|
Thread: Change date
Post: RE: Change date
Tyblitz Wrote: (2015-10-05, 02:36:01)
--
Ok I will quote myself:
Quote:
--
If you use the I18N plugin, you should test for [c]$language == 'de'[/c]
--
You use the I18n plugin, so as I said... |
|
Frens |
General Questions and Problems
|
4 |
7,771 |
2015-10-05, 03:00:26 |
|
|
Thread: How to install flatblue admin theme?
Post: RE: How to install flatblue admin theme?
welski Wrote: (2015-10-04, 20:11:38)
--
Frens Wrote: (2015-10-04, 19:08:37)
--
welski Wrote: (2015-10-04, 18:17:41)
--
Hi, first time GS user here. I like the flat blue admin theme and wanted to in... |
|
Frens |
General Questions and Problems
|
5 |
9,147 |
2015-10-04, 20:37:38 |
|
|
Thread: How to install flatblue admin theme?
Post: RE: How to install flatblue admin theme?
welski Wrote: (2015-10-04, 18:17:41)
--
Hi, first time GS user here. I like the flat blue admin theme and wanted to install it but I don't know how
It says on the instruction "Download the plugin and... |
|
Frens |
General Questions and Problems
|
5 |
9,147 |
2015-10-04, 19:08:37 |