Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update 3.3.x i18n_base issue
#16
I made ​​the following change, works like a charm. Thx Shawn.
Had the impression that I first had to 'touch' (save again) the page (which gaves 404) first, but that could be me.

PHP Code:
function i18n_base_patch_page_save() {
  require_once(
GSPLUGINPATH.'i18n_base/sitemap.class.php');
  
//I18nSitemap::executeOtherFunctions('changedata-save', 'i18n_base_patch_page_save');   
  
I18nSitemap::executeOtherFunctions('changedata-aftersave''i18n_base_patch_page_save');
  
I18nSitemap::patchSaveFile();


Have an other issue about default language but I'll start a new thread for that.
Reply


Messages In This Thread
Update 3.3.x i18n_base issue - by Rene - 2014-02-12, 18:54:33
RE: Update 3.3.x - by Rene - 2014-02-13, 00:42:25
RE: Update 3.3.x - by shawn_a - 2014-02-13, 01:04:44
RE: Update 3.3.x - by Rene - 2014-02-13, 01:14:34
RE: Update 3.3.x - by shawn_a - 2014-02-13, 01:24:22
RE: Update 3.3.x - by shawn_a - 2014-02-13, 01:32:55
RE: Update 3.3.x - by Rene - 2014-02-13, 01:37:30
RE: Update 3.3.x - by Rene - 2014-02-13, 01:34:56
RE: Update 3.3.x - by shawn_a - 2014-02-13, 01:43:56
RE: Update 3.3.x - by Rene - 2014-02-13, 01:47:30
RE: Update 3.3.x - by Rene - 2014-02-13, 01:58:51
RE: Update 3.3.x - by shawn_a - 2014-02-13, 02:32:00
RE: Update 3.3.x - by shawn_a - 2014-02-13, 03:04:42
RE: Update 3.3.x i18n_base issue - by shawn_a - 2014-02-13, 03:12:43
RE: Update 3.3.x i18n_base issue - by Rene - 2014-02-13, 05:44:07
RE: Update 3.3.x i18n_base issue - by Rene - 2014-02-13, 18:20:53
RE: Update 3.3.x i18n_base issue - by Draxeiro - 2014-02-16, 16:49:04
RE: Update 3.3.x i18n_base issue - by mvlcek - 2014-03-03, 04:09:28
RE: Update 3.3.x i18n_base issue - by Carlos - 2014-03-03, 04:30:19
RE: Update 3.3.x i18n_base issue - by shawn_a - 2014-03-03, 06:22:56
RE: Update 3.3.x i18n_base issue - by mvlcek - 2014-03-03, 06:57:38
RE: Update 3.3.x i18n_base issue - by shawn_a - 2014-03-03, 07:09:26
RE: Update 3.3.x i18n_base issue - by mvlcek - 2014-03-03, 08:38:42
RE: Update 3.3.x i18n_base issue - by shawn_a - 2014-03-03, 09:04:39
RE: Update 3.3.x i18n_base issue - by mvlcek - 2014-03-04, 00:51:51
RE: Update 3.3.x i18n_base issue - by shawn_a - 2014-03-04, 01:54:08
RE: Update 3.3.x i18n_base issue - by mvlcek - 2014-03-04, 02:04:06



Users browsing this thread: 1 Guest(s)