Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zeum

Pages: [1]
1
Mods SMFSimple / Re:Profile Views V2
« on: September 21, 2013 - 01:15 13:15 »
Code Find:
Code: [Select]
echo '
</div>
<span class="botslice"><span></span></span>
</div>
</div>
<div id="detailedinfo">
<div class="windowbg2">
<span class="topslice"><span></span></span>
<div class="content">
<dl>';

Code Replace:
Code: [Select]
echo '
</div>
<span class="botslice"><span></span></span>
</div>';

//mod Profile views
if (!empty($context['pv_mod']))
{
echo'
<div class="windowbg">
<div class="cat_bar">
<h3 class="catbg">
<span class="ie6_header floatleft"><img src="', $settings['images_url'], '/icons/login.gif" alt="" class="icon" />', $txt['pvm_title_log'], '</span>
</h3>
</div>
<span class="topslice"><span></span></span>
<div class="content flow_auto" style="max-height:',!empty($modSettings['pvm_height']) ? $modSettings['pvm_height'] : '100' ,'px;">';

foreach ($context['pv_mod'] as $pv)
{
if (!empty($modSettings['pvm_show_avatar']))
echo '
<div class="pvm_avatar">
', $pv['avatar'],'
</div>';

echo '
<div class="pvm_info">';
if (!empty($pv['id_member_visit']))
echo '<a href="', $scripturl, '?action=profile;u=', $pv['id_member_visit'],'" class="pvm_name" style="color:'.$pv['mg_color'].'">', $pv['name'],'</a><br />';

else
echo $pv['name'],'<br />';

if (!empty($pv['last_visit']))
echo' ', $pv['last_visit'],'<br />';

if (!empty($pv['total_visits']))
echo' ', $txt['pvm_visits'],' ', $pv['total_visits'],'';

echo '
</div>
';
}

echo'

</div>
<span class="botslice"><span></span></span>
</div>';
}
//END

echo'
</div>

<div id="detailedinfo">
<div class="windowbg2">
<span class="topslice"><span></span></span>
<div class="content">
<dl>';

2
Mods SMFSimple / Re:Profile Views V2
« on: September 20, 2013 - 07:14 19:14 »
Just got it but can't install... Has a file error :L ill try and fix it later, oh well.

3
Mods SMFSimple / Re:Profile Views V2
« on: September 19, 2013 - 10:58 22:58 »
Can't figure out how to buy this :/

Pages: [1]
top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines