Jump to content

Recommended Posts

Posted (edited)

Buna ziua.

As dorii si eu Script-ul - Codul pentru urmatoarea modificare (Iconite,Posturi,Membrii,Useri Online,Memrbu Online)

Exemplu: 8rIPy7u.png

Multumesc de Atentia Acordata.

Rezolvat:

Rezolvare:

pune asta in boardindextemplate să o pui prima

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

In boardindextemplate cauti board_stats si modifici cu sursa

<div id='board_stats'>		
		<ul class='ipsType_small ipsList_inline'>
			<li class='clear'>
				<span class='value'>{$stats['info']['total_posts']}</span>
				<i class="fa fa-comments"></i>    {$this->lang->words['total_posts']}
			</li>
			<li class='clear'>
				<span class='value'>{$stats['info']['mem_count']}</span>
				<i class="fa fa-users"></i>    {$this->lang->words['total_members']}
			</li>
			<li class='clear'>
				{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}
				<i class="fa fa-user-plus"></i>    {$this->lang->words['newest_member']}
			</li>
			<li class='clear' data-tooltip="{$stats['info']['most_time']}">
				<span class='value'>{$stats['info']['most_online']}</span>
				<i class="fa fa-eye"></i>    {$this->lang->words['online_at_once']}
			</li>
		</ul>
	</div>

Topic Closed

Edited by Pokie™

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.