Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i18n Plugin with GetSimple CE
#3
(2023-10-18, 20:45:05)multicolor Wrote:
(2023-10-18, 20:35:24)DC88 Wrote: I have installed the CE but some of the php scripts I used on GetSimple version  3.3.16 does not seem to work with the CE version. Can someone please tell me know what needs to be changed. Here is the php code that pulls data from special fields from sub pages and list them.

<?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,10,'+menuOrder',$language);

foreach ($result['results'] as $item) {  ?>

<?php echo $item->rowcolleftsubheader; ?> <?php echo $item->getExcerpt($item->rowcolleftcontents, '20'); ?>

<?php } ?>

What kind of return error?

With debug mode turned on, there are no error messages, just does not render the html and there is a blank block on my page.
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)