Где их редактировать -<if="component_links != """>

Статус
В этой теме нельзя размещать новые ответы.

Joe Africa

PROnets
LV
0
 
В global board header редактирую, но не знаю как грамотно редактировать вот это:
<!--ipb.rightlinks.start-->
<if="component_links != """>
{$component_links}
</if>

Я конечно могу просто потереть этот участок, но хотелось бы грамотно всё сделать.
:topic: naka
Не понял что конкретно надо? Где это лежит?
class_display.php:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> &nbsp; &nbsp; &nbsp; &nbsp;//-----------------------------------------
&nbsp; &nbsp; &nbsp; &nbsp;// Components link
&nbsp; &nbsp; &nbsp; &nbsp;//-----------------------------------------

&nbsp; &nbsp; &nbsp; &nbsp;if ( is_array( $this->ipsclass->cache['components'] ) and count( $this->ipsclass->cache['components'] ) )
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;foreach( $this->ipsclass->cache['components'] as $id => $data )
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if ( $data['com_url_title'] AND $data['com_url_uri'] )
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$data['com_url_uri'] &nbsp; = str_replace( &nbsp;'{ipb.base_url}' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , $this->ipsclass->base_url &nbsp; &nbsp;, $data['com_url_uri'] );
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$data['com_url_title'] = preg_replace( '#{ipb.lang\[[\'"](.+?)[\'"]\]}#ie', "\$this->ipsclass->lang[\\1]", $data['com_url_title'] );

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$components_links .= $this->ipsclass->compiled_templates['skin_global']->global_board_header_component_link( $data['com_url_uri'],$data['com_url_title'], $data );
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;}<!--c2--></div><!--ec2--><!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1--> &nbsp; &nbsp; &nbsp; &nbsp;$this_header &nbsp;= $this->ipsclass->compiled_templates['skin_global']->global_board_header( $components_links );<!--c2--></div><!--ec2-->
lib_blogfunctions.php...<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->// Components link
if ( is_array( $this->ipsclass->cache['components'] ) and count( $this->ipsclass->cache['components'] ) )<!--c2--></div><!--ec2-->
 
Хм... naka отредактипровал пост, но не ответил на него :wacko:
И вообще... я помойму в танке :eek:
 
Форум глючил и не давал мне отправить пост поэтому я отредактировал пост топикстартера)
И мож я чего не понял? Что надо было?
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху