Jump to content

Андрей

Members
  • Posts

    34
  • Joined

  • Last visited

Андрей's Achievements

Jr. Member

Jr. Member (3/6)

3

Reputation

1

Community Answers

  1. happened now displayed displays the full article does not reduce the number of characters What are the options?
  2. does not work Error: Call to a member function first() on a non-object (line 50 of C:\OpenServer\domains\localhost\site\templates\head.inc) This error message was shown because you are logged in as a Superuser. Error has been logged. error here $summary = substr($child->text, 0, 100); if(($pos = strrpos($summary, ".")) !== false) { $summary = substr($summary, 0, $pos); }
  3. <?php // make our own summary from the beginning of the body copy // grab the first 255 characters $summary = substr($story->body, 0, 255); // truncate it to the last period if possible if(($pos = strrpos($summary, ".")) !== false) { $summary = substr($summary, 0, $pos); } where to insert the code Ryan, below is my code that I use to display the <div id="main"><?php echo $page->main; ?> <?php foreach($pages->get("/sections/")->children as $child) : ?> <div class="one_third first column_container"> <div class="portfolio-image-holder"> <div class="portfolio-image"> <a href='<?php echo $child->url; ?>'> <img src='<?php echo $child->images->first()->url; ?>'> </a> </div> </div> <?php echo "<h1><a href='{$child->url}'>{$child->title}</a></h1>"; echo "<p>{$child->text}</p>"; // displaying text in the field ?> </div> <?php endforeach; ?> </div>
  4. the entire article is 300 characters in a certain field, you must first display 100 characters and a link to more details when clicked, to fully show the full article as to limit the number of characters In hac habitasse platea dictumst. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. more
  5. Извините за мою формулировку снимаю шляпу Hats off Sorry for my formulation Хорошо учитель, это вопрос? Good teacher, it is a question? подскажите please Prompt please
  6. СПАСИБО ВСЕМОГУЩИЙ KONGONDO THANK THE ALMIGHTY KONGONDO ещё одна просьба как вставить <a href изображение как ссылка на ("/tv/") страницу Another asked how to insert <a href image as a reference to ('/ tv /') page <?php echo "<img src='". $pages->get("/tv/")->images->first()->url ."'>" ?> вроде того like that <a href='{$skyscraper->url}'>{$skyscraper->title}</a>
  7. у страниц (ребёнок) будет свое First () изображение и будет вставлено при смене параметра ('/tv/') Спасибо очень помогли как мне так и другим at pages (child) will have its First () image will be inserted when you change a parameter ('/ TV /') Thank you big been very helpful to me and to other
  8. <div class="one_third"> <?php echo "<img src='". $pages->get(1006)->images->first()->url ."'>"; echo "<img src='". $pages->get("/tv/")->images->first()->url ."'>"?> </div> все работает all works ideally <div class="one_third"> <?php $myimages = $pages->get("/tv/")->images; foreach ($myimages as $myimage) { echo "<img src='{$myimage->url}'>"; } ?> </div> все работает all works ideally Спасибо и последний вопрос каждое изображение имеет название test.jpg где нужно вставить Thanks and final question each image has a name where you want to insert test.jpg <div class="one_third"> <?php echo "<img src='". $pages->get(1006)->images->first()->url ."'>"; echo "<img src='". $pages->get("/tv/")->images->first()->url ."'>"?> </div>
  9. <div class="one_third"> <?php echo "<img src='". $pages->get(1006)->images->first()->url ."'>"; echo "<img src='". $pages->get("/home/tv/")->images->first()->url ."'>"?> </div Error: Call to a member function first() on a non-object (line 43 of C:\OpenServer\domains\localhost\pw\site\templates\head.inc) This error message was shown because you are logged in as a Superuser. Error has been logged. Работает но другие поля отключаются Works but the other fields are disabled я понял что лучше использовать страницы у которых свои поля и создавать новые вариант: 1.создать четыре поля с изображением и ссылка и вставить в свой<div><?php echo $page->one_third; ?> 2.создать одно поле с таблицей и вставить четыре изображения в каждый <tr> I realized that it is better to use the pages that their fields and create new option option: 1. create four fields with an image and link and paste into your <div> <?php echo $page->one_third; ?> 2. Establish one field to the< table>and four<tr> and insert the four images in each <tr>
  10. Спасибо что имеете терпение я только учусь пытаюсь понять Thank you that you have the patience, I just try to learn to understand
  11. ребенок страница (tv) родитель страница (home) нужно здесь вставить изображение ребенок страница (tv) Child page (tv) parent (home) page here to insert a picture the child page (tv) <img src="<?=$page->get(1006)->tv->images->first()->url ?>"> <?echo "<img src='{$child->tv->images->first()->url}'>";?> такой способ не выводит данные this method does not take data
  12. <img src="/pw/site/assets/files/1006/tv_sat1.jpg" width="150" height="100" alt="" /> простым способом вставил указал в HEAD.inc но это не правильно я так думаю, может я не прав это же CMS должна быть логика вывода полей в любом месте,просто я не могу правильно указать путь,потому что не знаю базовый PHP The easiest way to put in HEAD.inc but this is not correct, I think it's CMS and MVC and HMVC be the logical conclusion of the field at any place, the right way, I do not know the true challenge of the field. The correct code. Thank you <? echo "<img src='". $pages->get(1006)->pictures->first()->url ."'>";?> <img src="<?=$page->get/tv(1006)->images->first()->url ?>"> <img src="<?=$page->tv->get(1006)->images->first()->url ?>"> <img src="<?=$page->get(1006)->tv->images->first()->url ?>"> такой способ не выводит данные this method does not take data
  13. я не знаю PHP кроме функции <?php include("./includes/menu.php"); ?> и функции DOM JQEERI тоже темный лес, но хочется понять I do not know PHP except for the function <?php include("./includes/menu.php"); ?> function and DOM JQEERI too dark forest,but I want to understand
  14. как вставить изображение на главную(родительскую) страницу с другой страницы(детской) можно использовать или только вызов происходит там где принадлежит поле how to insert a picture on the main (parent) page from another page (child) can be used alone or where the call originates belongs to the field test for example (child) page <img src="<?=$page->images->first()->url ?>"> if($page->image) echo "<img src='{$page->test->image->url}'>"; Нужно вставить четыре изображения на главную(родитель)страницу изображения являются ссылками для(ребенок) изображение должно указывать на (ребенок)и являться ссылка как это сделать Need to insert four images on the main (parent) page images are to (a child) the image should point to (the child)and be a link how to do it
×
×
  • Create New...