Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Components Extended [v0.9.3]
Post: RE: Components Extended [v0.9]

datiswous Wrote: (2018-04-25, 05:49:08) -- Hello, I don't know how to reproduce this -- All problems still exist. - after deleting default components fields, they are still imported from /other/...
yojoe Plugins 62 111,725 2018-07-17, 07:03:58
    Thread: navigation questions
Post: RE: navigation questions

You can always place those icons as a css image backgrounds for menu elements. It's a lot faster and easier, and this way you won't get headaches with php ;)
yojoe General Questions and Problems 4 10,537 2014-10-29, 20:35:26
    Thread: [SOLVED] Remove component from one page not working
Post: RE: [SOLVED] Remove component from one page not wo...

You can always make use of additional customfield plugin, and control the component from within page options just by checking what is the dropdown or checkbox state on the page.
yojoe General Questions and Problems 6 14,221 2014-10-29, 20:31:18
    Thread: v3.3.4 released
Post: RE: v3.3.4 released

Shawn, will 3.3.4 branch get a creation date xml node ? Or is it already there since GS3.3.3 ?
yojoe GS Development Testing - (alpha/beta) 4 15,368 2014-09-12, 22:40:09
    Thread: GSCANONICAL
Post: RE: GSCANONICAL

Carlos answered my concerns, as in 3.2.x gscanonical did not redirect faulty URIs and I noticed that on latest 3.3.x beta. Just to give you a hint why I was against removing it, is that I ported coup...
yojoe Developer Discussions 12 26,703 2014-08-12, 21:32:07
    Thread: GSCANONICAL
Post: RE: GSCANONICAL

I opt for leaving gscanonical as a core function. If Carlos didn't mention that it also redirects I wouldn't guess that slugs are no more available under /anyparent/slug URI If disabling gsc disables ...
yojoe Developer Discussions 12 26,703 2014-08-07, 01:03:09
    Thread: Red Agency Full Responsive
Post: RE: Red Agency Full Responsive

http://www.webserwer.pl Just to let you know, that logotype isn't scaling very well. If somebody places a bigger logo img, navigation will become a bit messy. You can also put a bit more love on ...
yojoe Themes 1 7,176 2014-07-24, 23:50:46
    Thread: GS Default language (admin)
Post: RE: GS Default language (admin)

check this wiki entry: http://get-simple.info/wiki/plugins:i18n#front-end You may as well use this variable in template.
yojoe Installation & Setup 17 39,710 2014-02-13, 22:50:00
    Thread: ALPHA Release 3.3.1
Post: RE: ALPHA Release 3.3.1

Oleg06 Wrote: (2014-02-07, 21:34:06) -- why disappeared from the code -- Still shown for logged in user ;)
yojoe GS Development Testing - (alpha/beta) 4 16,701 2014-02-13, 22:34:40
    Thread: Support for multilanguage sites, Internationalization (I18N)
Post: RE: Support for multilanguage sites, International...

Since I rarely use "load.php?id=i18n_navigation" page to change nav structure, after recently using i18n_customfields to split page name, and get a different I've found out, that finding right page r...
yojoe Plugins 1,068 3,075,987 2014-02-13, 22:15:24
    Thread: Pages not visible in parent?
Post: RE: Pages not visible in parent?

Vault Wrote: (2014-02-09, 06:28:49) -- Am I missing something? I can't add all pages to menu that would be daft. any advise much appreciated. PS I did search for this but found no results. -- Yes...
yojoe General Questions and Problems 5 14,107 2014-02-09, 08:10:57
    Thread: Update GS
Post: RE: Update GS

Nno no, I was using custom /admin dir named "desk" in one of GS instances, and before updating I was firstly renaming current /desk dir to something like /desk_old, uploading new v3.3.0 /admin, renami...
yojoe Installation & Setup 22 51,172 2014-02-05, 08:44:15
    Thread: Update GS
Post: RE: Update GS

shawn_a Wrote: (2014-02-04, 10:33:19) -- Do you happen to still have your error log? And what version where you upgrading from? -- I'm glad you asked, as I'd completely forgot about what am I up...
yojoe Installation & Setup 22 51,172 2014-02-05, 01:17:40
    Thread: Update GS
Post: RE: Update GS

I got blank page after uploading, renaming /admin -> customadmin and trying to login I had to revert back to using default /admin dir, manually delete all cached files, launch login panel, login > lo...
yojoe Installation & Setup 22 51,172 2014-02-04, 10:24:00
    Thread: Pagify Plugin
Post: RE: Pagify Plugin

shawn_a Wrote: (2014-02-01, 10:08:38) -- Did that change affect this plugin ? -- Unfortunately no. All pages created using pagify plugin get meta description taken from beginning of first page cont...
yojoe Plugins 95 259,557 2014-02-04, 10:15:52
    Thread: Pagify Plugin
Post: RE: Pagify Plugin

Time to bump this thread, as pagify works great and is a must have for websites having walls of text. It would even work greater if it took advantage of Quote: -- # Enable auto meta descriptions fr...
yojoe Plugins 95 259,557 2014-02-01, 08:48:58
    Thread: Update GS
Post: RE: Update GS

shawn_a Wrote: (2014-01-30, 00:22:06) -- Either you did not upgrade properly or your api is failing, or api is still cached, try flush cache in settings. Also the extend api is cached on the gs se...
yojoe Installation & Setup 22 51,172 2014-02-01, 08:44:49
    Thread: URL href
Post: RE: URL href

use one of php $_SERVER variables, or just GS: get_site_url(); functions, along with your menu slug var
yojoe General Questions and Problems 5 13,324 2014-01-29, 09:20:49
    Thread: Redirect plugin
Post: RE: Redirect plugin

xxdex Wrote: (2014-01-17, 09:22:05) -- But how to redirect this page in external serwer. -- Make yourself familiar with i18n customfield plugin. Then create a new field for external link to the page ...
yojoe Plugins 15 45,175 2014-01-17, 20:30:40
    Thread: Search plugin (I18N)
Post: RE: Search plugin (I18N)

Mvlcek: is it possible to change underscores to dashes in tags urls, consisting of two and more words ? I've tried changing all "_" in searcher and indexer class, but it messes up search results. Obvi...
yojoe Plugins 722 2,019,474 2014-01-17, 20:10:01
    Thread: .html extension in page's url
Post: RE: .html extension in page's url

You assume all pages have .html extension. They do not. It's a mix, where those with .html (any possible extension) should get incoming traffic instead of showing the visitor a 404, or redirecting hi...
yojoe General Questions and Problems 9 27,682 2014-01-14, 01:55:26
    Thread: 3.4.0 wish list
Post: RE: 3.4.0 wish list

Option to recover whole (pages, images,themes etc) or partial (only pages) website content from zipped backup files from admin panel. This would also make it very handy during migration to another hos...
yojoe Feature Requests 184 482,045 2014-01-13, 20:16:39
    Thread: .html extension in page's url
Post: RE: .html extension in page's url

hameau Wrote: (2014-01-13, 19:13:48) -- Personally, I would search/replace the site content and get rid of the old .html extensions on static links. I think that would be the most reliable way and th...
yojoe General Questions and Problems 9 27,682 2014-01-13, 19:39:31
    Thread: .html extension in page's url
Post: .html extension in page's url

Howdy I've stumbled upon a problem after modifying an old, static website. After converting /*.html pages to GS, old links ceased to work. There's no problem with rewriting them using mod_rewrite. ...
yojoe General Questions and Problems 9 27,682 2014-01-13, 06:41:53
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Carlos Wrote: (2013-11-22, 07:14:49) -- yojoe, I suppose you meant (% plugin %), as {% ... %} is used by DynPages. -- Yeah, you're completely right. Didn't call plugins from within wysiwyg for lo...
yojoe Plugins 178 511,262 2013-11-25, 05:48:20
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Is there an insta way of adding a must have field: phone number ? btw. as [sc_form] tag is being used, I'd suggest adding also generally accepted method of invoking plugin's default content from with...
yojoe Plugins 178 511,262 2013-11-22, 06:52:17
    Thread: GetSimple Contact
Post: RE: GetSimple Contact

Since you are actively developing your plugin, are you maybe familiar with p01 contact form, and would like to make some kind of follow up of this plugin ? I haven't tried your plugin yet, but since I...
yojoe Plugins 178 511,262 2013-10-24, 00:22:30
    Thread: new portfolio website for interior design company
Post: RE: new portfolio website for interior design comp...

Lasse Wrote: (2013-09-09, 21:03:27) -- It took around 1.5 days to rebuild this site on get simple and I am very pleased with the perfomance of the CMS so far. -- Would you unveil a bit of the myste...
yojoe Sites Using GetSimple 7 22,685 2013-10-09, 22:19:28
    Thread: Restricted Access
Post: RE: Restricted Access

Did you test Multi User plugin ?
yojoe General Questions and Problems 1 5,439 2013-10-09, 21:50:23
    Thread: GetSimple Next Version
Post: RE: GetSimple Next Version

Mike / Shawn: have you been wondering about adding an ajax save to tinymce ? Just found out that every time I save, wait for reload and scroll to the place I've been before save makes me a bit nervous...
yojoe Feature Requests 149 482,489 2013-10-09, 01:16:29