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.

Topics - AsusRev

#1
Tips and Tutorials / Facebook Style Tooltips
December 12, 2013, 03:47:31 AM
Search index.template.php:

// RTL languages require an additional stylesheet.
if ($context['right_to_left'])
echo '
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/rtl.css" />';


add after:

    // Tipsy jQuery Plugin style
echo '
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/tipsy.css" />';


search:

// Here comes the JavaScript bits!
echo '


add after:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="', $settings['theme_url'], '/scripts/jquery.tipsy.js"></script>
<script type="text/javascript">
  $(function() {
    $("[title]").tipsy({fade: true, gravity: $.fn.tipsy.autoNS});
  });
</script>


Update 2 file:

Theme/default/scriptsjquery.tipsy.js
Theme/default/css/tipsy.css




One thing is unfortunately not good in this code: MinDI theme does not work. Someone will help you with this?

#2
Tips and Tutorials / Popular Topics
December 09, 2013, 09:09:44 AM
Check out our downloads section for this mod.

-Diego
#3
Previews / Mindi World War Variation
December 01, 2013, 10:46:03 AM
Iba a tema Variación de Navidad de Mindi en unos pocos días. Alentó a que comencé un nuevo tema. Estos son los resultados hasta el momento:

(I was going to Mindi's Christmas Variation topic in a few days. It Encouraged I started a new topic. Here are the results so far:)