- ProcessWire Support Forums
- → Viewing Profile: Posts: varvanin
Community Stats
- Group Members
- Active Posts 7
- Profile Views 660
- Member Title Newbie
- Age 29 years old
- Birthday March 13, 1984
-
Gender
Male
-
Location
Ukraine
0
Neutral
User Tools
Latest Visitors
Posts I've Made
In Topic: Photo printing module online. Who will do it.
10 September 2012 - 08:09 AM
Payment is made on delivery of photos our courier to the address listed on the form. Can you help me do that? I am not a programmer and he can not overpower.
In Topic: How to create a new admin theme?
24 April 2012 - 12:35 PM
How to make a different form of the entrance to the adminpanel? We need to create a new template?
In Topic: Admin language not working with custom admin theme
13 April 2012 - 10:00 AM
On a standardtemplate, everything works fine.Tell mehow can Itranslatethese words in "Topnav.inc"
into my language. With other matters handled.
How to translate $child variable?
if($showItem) {
$class = strpos($page->path, $p->path) === 0 ? " class='selected'" : '';
$title = strip_tags((string)$p->get('title|name'));
$title = __($title, dirname(__FILE__) . '/default.php');
echo "\n\t\t\t\t<li><a href='{$p->url}'$class>$title</a>";
if(count($p->children()) > 0 && $p->id != 3){
echo "<ul>";
echo "<span class='arrow'></span>";
foreach($p->children as $child){
if($child->viewable()) {
$class = strpos($page->path, $child->path) === 0 ? " class='selected'" : '';
$child_title = strip_tags((string)$child->get('title|name'));
$child_title = __($child_title, dirname(__FILE__) . '/default.php');
echo "\n\t\t\t\t<li><a href='{$child->url}'$class>$child_title</a></li>";
}
}
echo "</ul>";
}
echo "</li>";into my language. With other matters handled.
How to translate $child variable?
In Topic: Admin language not working with custom admin theme
13 April 2012 - 03:59 AM
Youdo not understandme a little, Idid notputnostandard templatefor the administrator.Originallythe originaltemplate,my native language(Russian)workedafter installing thetemplateextinct, not allof theadministration panel.How do Ifix this?Localizationdownloadedon this forum.Andit worked.After installing the themeFutura Remixednot alltranslated.Sorryfor badEnglish
In Topic: Admin language not working with custom admin theme
13 April 2012 - 03:15 AM
Tell me as a person not versed in programming to do it. You canfurther instructions? Where do I register textdomain?
- ProcessWire Support Forums
- → Viewing Profile: Posts: varvanin
- Privacy Policy





Find content