Jump to content

wish-fulfillment

Members
  • Posts

    21
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://web-site2012.ru

Profile Information

  • Gender
    Male
  • Location
    ekat

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wish-fulfillment's Achievements

Jr. Member

Jr. Member (3/6)

0

Reputation

  1. Any kind of help will be much appreciated.
  2. "header" field set to single image - where to do it?
  3. <?php namespace ProcessWire; // basic-page.php template file // Primary content is the page's body copy $content = $page->body; // If the page has children, then render navigation to them under the body. // See the _func.php for the renderNav example function. if($page->hasChildren) { $content .= renderNav($page->children); } // if the rootParent (section) page has more than 1 child, then render // section navigation in the sidebar (see _func.php for renderNavTree). if($page->rootParent->hasChildren > 1) { $sidebar = renderNavTree($page->rootParent, 3); // make any sidebar text appear after navigation $sidebar .= $page->sidebar; }
  4. result : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Error has been logged.
  5. should i insert this code every timt? I thought it's done automatically
  6. how to change structure? Russian must be ru/search instead of en/search
  7. I did that but Russian instead of Italian To use Italian as your default language on the frontend, and considering your want "example.com/" to open in Italian and "example.com/en/" to change to English, do the following: As this is a new installation, and you have no real data yet, delete all languages but the default one, of course. Change the default language title to Italiano Upload Italian translation files to it Create a new language, name "en", title "English" Edit the homepage and set the "en" language as active and the url as "en".
  8. Note: your current server locale setting isn’t working as expected with the UTF-8 charset and may cause minor issues. Your current locale setting is “en_EN.UTF-8”. Please translate the “C” locale setting for each language to the compatible locale in /wire/modules/LanguageSupport/LanguageSupport.module:• English• rus this appears again & again despite i did translate the “C” locale setting for each language here why can't i see Russian?
  9. would be so nice if there was an assembly of ProcessWire with other languages as default, because it's really complicated!
×
×
  • Create New...