Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i18n Plugin with GetSimple CE
#11
Menus fixed. Now I have another issue with special pages created using I18N Special Page Fields plugin. The following code does not retrieve the data saved with the latter plugin. It can retrieve data from custom fields though. Does anyone know what needs to be modified so it retrieves values of Special Page Fields?

<?php    /* get the pages and sort them */
global $pagesArray;
$pagesSorted = subval_sort($pagesArray,'menuOrder'); // or 'title', 'menu', 'url', ...
$thisPage = return_page_slug();
$currentSlug='_parent_'.$thisPage;
global $language;
$result = return_i18n_search_results($currentSlug,null,0,99,'+menuOrder',$language);
foreach ($result['results'] as $item) {  ?>


<?php echo $item->specialpagefield; ?> //does not work with SPF
<?php echo $item->custom_field; ?> //works with CF

<?php } ?>
Reply


Messages In This Thread
i18n Plugin with GetSimple CE - by DC88 - 2023-10-18, 20:35:24
RE: i18n Plugin with GetSimple CE - by multicolor - 2023-10-18, 20:45:05
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-18, 22:11:26
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-19, 15:14:50
RE: i18n Plugin with GetSimple CE - by islander - 2023-10-19, 18:04:41
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-19, 18:28:45
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-19, 19:16:46
RE: i18n Plugin with GetSimple CE - by islander - 2023-10-19, 19:14:47
RE: i18n Plugin with GetSimple CE - by islander - 2023-10-19, 19:52:56
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-19, 22:58:06
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-20, 16:40:56
RE: i18n Plugin with GetSimple CE - by multicolor - 2023-10-20, 22:49:13
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-21, 23:23:52
RE: i18n Plugin with GetSimple CE - by islander - 2023-10-20, 18:43:49
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-20, 21:28:51
RE: i18n Plugin with GetSimple CE - by islander - 2023-10-20, 22:21:02
RE: i18n Plugin with GetSimple CE - by DC88 - 2023-10-20, 22:35:31
RE: i18n Plugin with GetSimple CE - by Oleg06 - 2024-01-13, 22:59:20



Users browsing this thread: 1 Guest(s)