demrez Posted July 22, 2014 Report Share Posted July 22, 2014 доброй ночи как подправить репутацию? немного кода <div class="extraUserInfo1"><dl class="pairsJustified"> <dt>Репутация:</dt> <dd>{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</dd> </dl></div> EastRegion 1 Quote Link to comment Share on other sites More sharing options...
Hovichek Posted July 23, 2014 Report Share Posted July 23, 2014 Можно ссылку? EastRegion 1 Quote Link to comment Share on other sites More sharing options...
Andross Posted July 23, 2014 Report Share Posted July 23, 2014 (edited) В профиле ссылка на данный форум? Edited July 23, 2014 by Andross Quote Link to comment Share on other sites More sharing options...
RealUser Posted July 23, 2014 Report Share Posted July 23, 2014 Это не XenForo разве? Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted July 23, 2014 Report Share Posted July 23, 2014 Это не XenForo разве? нет. Это Forumvolt Skin Это не XenForo разве? нет. Это Forumvolt Skin Sanshalay 1 Quote Link to comment Share on other sites More sharing options...
Sanshalay Posted July 23, 2014 Report Share Posted July 23, 2014 RealUser, в XF вроде как нету $this Quote Link to comment Share on other sites More sharing options...
hawk2012 Posted July 24, 2014 Report Share Posted July 24, 2014 По картинке похоже на XenForo, а $this это выражение PHP так что может быть и XF и IPB. Я так склоняюсь больше к тому, что тут скрин с XenForo. У форумвольт цвета другие - '?do=embed' frameborder='0' data-embedContent>> $this помогает выполнять функции, например $this->view->Static_html('index') и может быть использована как в обычном коде CMS, так и коде шаблона. Sanshalay 1 Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted July 24, 2014 Report Share Posted July 24, 2014 По картинке похоже на XenForo, а $this это выражение PHP так что может быть и XF и IPB. Я так склоняюсь больше к тому, что тут скрин с XenForo. У форумвольт цвета другие - $this помогает выполнять функции, например $this->view->Static_html('index') и может быть использована как в обычном коде CMS, так и коде шаблона. у форумвольта такие же цвета. Это ipb Quote Link to comment Share on other sites More sharing options...
hawk2012 Posted July 24, 2014 Report Share Posted July 24, 2014 у форумвольта такие же цвета. Это ipb А чего он ссылку на сайт не дал тогда? Quote Link to comment Share on other sites More sharing options...
demrez Posted July 24, 2014 Author Report Share Posted July 24, 2014 это ipb 3.4.6 скин форумвольт Quote Link to comment Share on other sites More sharing options...
demrez Posted July 24, 2014 Author Report Share Posted July 24, 2014 >тест ссылка весь код <php> if ( $author['pp_reputation_points'] > 0 ) { $tbSruiStyle = 'positive'; } elseif ( $author['pp_reputation_points'] < 0 ) { $tbSruiStyle = 'negative'; } else { $tbSruiStyle = 'zero'; } </php> <div class="extraUserInfo1"><dl class="pairsJustified"> <dt> Репутация:</dt> <dd>{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</dd> </dl></div> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.