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 - Diego Andrés

#316
1 week remaining!!
#317
Tips and Tutorials / Re: Popular Topics
August 08, 2015, 04:08:23 PM
Perdón, no me di cuenta de el tema en cuestión.
En la sección de descargas esta un mod de esto, muchísimo mejor y es de lo que estaba hablando.

Perdona la confusión jaja
#318
Tips and Tutorials / Re: Popular Topics
August 08, 2015, 02:34:43 PM
Hola, puede ser por 3 razones.
1- no lo has activado en la administración
2- puede ser que necesites hacer los cambios manuales a tu theme en el archivo MessageIndex.template.php
3- en la última actualización el mod aumentó sus requerimientos mínimos a PHP 5.3

Saludos
#319
Free Themes / Re: Bluez Multicolor
August 06, 2015, 05:27:25 PM
Pues también depende de los cambios que se realizaron en el theme.
Por defecto no es así, sería más fácil si dejas el link al tutorial que seguiste.
#320
Free Themes / Re: Redsy
August 06, 2015, 01:47:27 PM
Mmm I think I understand.
Delete this from index.template.php
pages_titlesdesc();

And let me know if that's what you asked for.
#321
Free Themes / Re: Redsy
August 06, 2015, 12:43:34 PM
You only want it to say "Index" when it's on the boardindex?
#322
Free Themes / Re: Reseller
August 05, 2015, 04:27:34 PM
Hi, I'm not 100% sure but try this on Subs.php
// [Articles] button
'articles' => array(
'title' => $txt['smfarticles_menu'],
'href' => $scripturl . '?action=articles',
'show' => $context['allow_view_smfarticles'],
'icon' => '',
),


Replace
// [Articles] button
'articles' => array(
'title' => $txt['smfarticles_menu'],
'href' => $scripturl . '?action=articles',
'show' => $context['allow_view_smfarticles'],
'sub_buttons' => array(),
'icon' => '',
),
#323
Free Themes / Re: Reseller
August 05, 2015, 11:07:29 AM
Yes, 2.0.x series
#324
Free Themes / Re: Reseller
August 04, 2015, 12:03:33 PM
Greatl, I'll take a look at it on a couple of hours as soon as I get home.
#325
Free Themes / Re: Reseller
August 03, 2015, 02:13:54 PM
Can you also attach the index.template.php from default theme? That could help here to find out where is the problem.
#326
Free Themes / Re: Reseller
July 31, 2015, 10:32:53 AM
I found it here http://www.simplemachines.org/community/index.php?topic=525855.msg3745023;topicseen#msg3745023
Only the first one that talks about the avatar being too big
#327
Free Themes / Re: Reseller
July 29, 2015, 11:30:18 PM
Sure
// Begin Ad Seller Pro Location - Left Side of the Forum


if (ShowAdLocation(9,0,true) || ShowAdLocation(10,0,true))
{
echo '<div class="col-md-12">';

global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(9,0,false,5,true);
if ($adSellerAdData != false)
{
echo '<div class="col-md-2">';

echo $adSellerAdData;

echo '</div>';
}



echo '<div class="', (ShowAdLocation(10,0,false,5,true) && ShowAdLocation(9,0,false,5,true) ? 'col-md-8' : (!ShowAdLocation(10,0,false,5,true) || !ShowAdLocation(9,0,false,5,true)) ? 'col-md-10' : 'col-md-12'), '">';
}


// End Ad Seller Pro Location - Left Side of the Forum






}

function template_body_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;



// Begin Ad Seller Pro Location - Right Side of the Forum
if (ShowAdLocation(9,0,true) || ShowAdLocation(10,0,true))
{
echo '</div>';
global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(10,0,false,5,true);
if ($adSellerAdData != false)
{
echo '<div class="col-md-2">';

echo $adSellerAdData;

echo '</div>';
}
echo '</div>';
}
// End Ad Seller Pro Location - Right Side of the Forum


I just used the pre-defined classes of bootstrap. Those allow you to have some kind of distributed space from 1 to 12.
For each side we are givin 2 spaces (<div class="col-md-2">content</div>) And the rest of the content would have 8 spaces but ONLY if both sides are enabled. As you are only using one side of the block (righ) I added a conditioning. So if there's only 1 block being used, the content will have 10 spaces, so it can complete the 12.
I hope that was clear  :P

About the other, I don't know if it's been already answered on the support topic in smf, so check the topic and once you're there, you can search content inside the topic selecting the "this topic" in the search bar input at the top.

And I don't know about the
#328
Free Themes / Re: Reseller
July 29, 2015, 02:34:07 PM
Ok, try this one  8)
#329
Free Themes / Re: Reseller
July 29, 2015, 01:08:45 PM
Sorry I forgot about this.

Try this file
#330
Free Mods / BBC Message Boxes
July 28, 2015, 08:42:15 PM
Link to the mod




BBC Message Boxes
Developed by Diego Andrés
Original author: Berat "grafitus" Dogan




Introduction
BBC Message Boxes mod will allow you to use four different message boxes (error, warning, okay and info).

Features
  • Select the type of the icons (classic, modern, modern octagone)
  • Set permissions to see and use the BBC's

Localization
English
Spanish


Changelog
GitHub