News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Show your Social Networks 4.0

Started by enik, December 13, 2010, 05:30:56 PM

Previous topic - Next topic

enik

Link to the mod

Show Your Social Networks 4.0



Autores/Authors:
     enik
     ^HeRaCLeS^



Características:

     Esta versión es solamente para 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4 !!!

Este mod insertara una barra lateral en tu sitio con hasta 8 redes sociales seleccionables.

Las opciones de este mod se encuentran en:
Admin -> Show Your Socials

Copyright 2013 by Adk-Team @ visita www.smfpersonal.net/ para soporte oficial.

Si tu quieres ayudarnos, por favor visita nuestra seccion de contribuciones.



Features:

     This version is only for SMF 2.0, 2.0.1, 2.0.2, 2.0.3 and 2.0.4 !!!

This mod will insert a sidebar on your site with up to 8 selectable social networks.

The options of this mod are in:
Admin -> Show Your Socilas

Copyright 2013 by Adk-Team @ visit www.smfpersonal.net/ for official support.

If you want help, please visit our contributions section.



Actualizacion:

  ° Su propia administracion
  ° Integracion de Hooks
  ° Añadidos los botones de Face Like, Twitter Share y Google+
  ° Integracion de jquery
  ° Usando css3



Updated:

  ° Its own administration
  ° Hooks integration
  ° Face Like, Twitter Share y Google+ buttons added
  ° jquey integration
  ° Using css3
  


Actualizar de 3.0 a 4.0

  ° Si usted cuenta con la version 3.0 del mod, no la desinstale simplemete suba la 4.0 y el mod actualizara por usted.



Upgrading from 3.0 to 4.0

  ° If you have version 3.0 of the mod, not uninstall, just upload the 4.0 and the mod update for you.



Compatibilidad/Compatibility:
     SMF 2.0 Gold
     SMF 2.0.1
     SMF 2.0.2
     SMF 2.0.3
     SMF 2.0.4

Desarrollador/Developer:

     Adk-Team

MaXiForum.cz

Nice modification.
It is possible shadow after move by mouse?
This is cool ;)

enik

Hey thanks, I'll add some things for version 2.0  ;)

iPhoneDestek

Translation by MOD Translator SirtLanVadisi in turkish and turkish-utf8 languages






<file name="$themedir/languages/Modifications.turkish.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
$txt['sys_link_1'] = 'twitter bağlantı linki-> Url';
$txt['sys_link_2'] = 'Youtube bağlantı linki-> Url';
$txt['sys_link_3'] = 'Facebook bağlantı linki-> Url';
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
]]></add>
</operation>
</file>
<file name="$themedir/languages/Modifications.turkish-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
$txt['sys_link_1'] = 'twitter bağlantı linki-> Url';
$txt['sys_link_2'] = 'Youtube bağlantı linki-> Url';
$txt['sys_link_3'] = 'Facebook bağlantı linki-> Url';
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
]]></add>
</operation>
</file>



$$  Q u a l i t y    I n f o r m a t i o n    L i n e  for iPhone $$



<   M O D  |  T R A N S L A T O R  |  TO  |  TUR  |  A N D   |  G E R   >


MaXiForum.cz


enik

Quote from: ®SirtLan on December 27, 2010, 01:56:05 PM
Translation by MOD Translator SirtLanVadisi in turkish and turkish-utf8 languages






<file name="$themedir/languages/Modifications.turkish.php" error="skip">
   <operation>
      <search position="end" />
         <add><![CDATA[
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
$txt['sys_link_1'] = 'twitter bağlantı linki-> Url';
$txt['sys_link_2'] = 'Youtube bağlantı linki-> Url';
$txt['sys_link_3'] = 'Facebook bağlantı linki-> Url';
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
]]></add>
   </operation>
   </file>
<file name="$themedir/languages/Modifications.turkish-utf8.php" error="skip">
   <operation>
      <search position="end" />
         <add><![CDATA[
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
$txt['sys_link_1'] = 'twitter bağlantı linki-> Url';
$txt['sys_link_2'] = 'Youtube bağlantı linki-> Url';
$txt['sys_link_3'] = 'Facebook bağlantı linki-> Url';
// Show your Social Networks MOD Translation by SirtLanVadisi.NeT
]]></add>
   </operation>
   </file>   



Friend thank you very much your translation will be added for the next version.





MaxiForum.cz your adaptation has been very good  ;)

I've given a great idea for the next version thanks.

MaXiForum.cz


enik


MaXiForum.cz

#8
index.css

/* Begin Show your social networks */

#sys_twitter {

        display:scroll;
        position:fixed;
        top:200px;right:0px;
        background-image: url('link to the rss.png');
            background-position: 0px 0px;
            width: 40px;
            height: 40px;
            text-decoration: none;
}

#sys_youtube {

        display:scroll;
        position:fixed;
        top:250px;right:0px;
        background-image: url('link to the facebook.png');
            background-position: 0px 0px;
            width: 40px;
            height: 40px;
            text-decoration: none;

}

#sys_facebook {

        display:scroll;
        position:fixed;
        top:300px;right:0px;
        background-image: url('link to the twitter.png');
            background-position: 0px 0px;
            width: 40px;
            height: 40px;
            text-decoration: none;
}

#sys_twitter:hover, #sys_youtube:hover, #sys_facebook:hover {
   background-position: 0px 39px;
}

/* End Show your social networks */


index.template.php
echo '<a id="sys_twitter" target="_blank" href="', $settings['sys_link_1'] , '">&nbsp;</a>';
if(!empty($settings['sys_link_2']))
        echo '

<a id="sys_youtube" target="_blank" href="', $settings['sys_link_2'] , '">&nbsp;</a>';
if(!empty($settings['sys_link_3']))
        echo '

<a id="sys_facebook" target="_blank" href="', $settings['sys_link_3'] , '">&nbsp;</a>';


;)

enik

Thank you very much for version 2.0 will use this code and it'll put a plus:

sys_code function ();

With the respective credits  ;)

MaXiForum.cz


digi23

The package you are trying to download or install is either corrupt or not compatible with this version of SMF.
Iam using SMF 2.0 RC3  and the problem occurred while uploading via manager.

enik

The mod is for RC4, RC3 never check

I'll look for RC3 and help you  ;)

digi23

@enik
Thank you in advance

Any other mod where i can link to my twitter/facebook page?

enik

Give me some time, I am working on version 2.0 and I will help you to install him in RC3  ;)

digi23


enik

#16
Version 2.0 released, it improved the css took off youtube network until a new version, now support for RSS, compatible with all themes.

Must work in RC3 to parse.

MaXiForum.cz


enik

Thanks my friend ,part of the credit is yours  ;)

impreza

Portal ToTemat.pl - treści w postaci artykułów i filmów tematycznych.

Advertisement: