Age And Location

Started by vbgamer45, November 19, 2011, 12:57:07 PM

Previous topic - Next topic

vbgamer45

Link to the mod


[glow=black,2,300]Age And Location[/glow]
Developed by 4kstore for SMFSimple.com
SMF 2.0



[glow=black,2,300]El soporte oficial de los desarrolladores de nuestros mods lo encontraras en SMFSimple.com[/glow]



[glow=black,2,300]Description:[/glow]
Add information of location and age on the profile in posts

[glow=black,2,300]Descripcion:[/glow]
Agregar informacion de ubicacion y edad en el perfil de cada usuario en los posts


Language Support | Lenguajes Soportados
- English
- Spanish_latin



[glow=black,2,300]Age And Location[/glow]

[glow=black,2,300]Copyright 2011 | SMFSimple.com[/glow]

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

lean


4Kstore


¡¡NEW MOD: Sparkles User Names!!!

Eskuineko

Yo instalé este mod pero solo sale traducido la edad, se les olvidó traducir location

Aparece así:

Edad:
location:

Pueden corregirlo :)

rickmastfan67

4Kstore, just thought I would pass this code to ya if you want to add in support for the built in "Core" theme.  So, here's the code to get this working correctly in the "Core" theme.  Otherwise, it doesn't pass when trying to install it on that theme since the coding for that area is different from the "default/Curve" theme.


<file name="$themes_dir/core/Display.template.php" error="skip">
       <operation>
<search position="before"><![CDATA[ <li>', $txt['member_postcount'], ': ', $message['member']['posts'], '</li>';
]]></search>
<add><![CDATA[
if(!empty($message['member']['age_text']))
echo '
<li>', $txt['user_age'], ': ', $message['member']['age_text'], '</li>';

if(!empty($message['member']['location']))
echo '
<li>', $txt['location'], ': ', $message['member']['location'], '</li>';
]]></add>
</operation>
</file>



Just thought I would help out anybody using this mod that is still using the "Core" theme for their forum. ;)

bman7

How come it tries to install the Prefix mod instead?

lean

Sorry, SSimple Team not supported in English language at the moment.
In SMFSimple.com We are looking for partners with this language to provide better support to all.
Thanks for understanding.

liuxyon

it can't work for http://custom.simplemachines.org/themes/index.php?lemma=2576 and SMF2.0.2

I try install it , but it not show any in post   

legitimousuario

Quote from: bman7 on July 02, 2012, 03:17:49 PM
How come it tries to install the Prefix mod instead?


I used this code un the "aqua" style. Works great.
Thanks!

Advertisement: