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

#376
Premium Themes / Re: LikeIPB
April 03, 2015, 09:47:19 AM
Quote from: ntfrance on April 01, 2015, 09:18:55 AM
hello, I would like this theme make 1024 px wide for pc use

Most of our themes (I think all) have an option to set the width for the forum.
This theme doesn't because it's full width and also full responsive.
#377
Premium Themes / Re: Dojam
March 15, 2015, 07:00:47 PM
Quote from: completeclient on March 15, 2015, 06:57:46 PM
Where is the demo site?

There's a link next to "buy credits"
#378
Previews / Re: [Shintaro-theme]preview
March 15, 2015, 06:36:12 PM
Nice one
#379
Premium Themes / Re: Dojam
March 15, 2015, 06:35:34 PM
Quote from: completeclient on March 14, 2015, 11:35:16 PM
Is this responsive?

Yes but not fully, check it on the demo site
#380
ST Shop / SA Shop 2.0
March 08, 2015, 06:22:24 PM
We are very proud to announce that SMF SA Shop has finally reached it's version 2.0 and it will be available for SMF 2.1

The mod will have minor improvements in the next weeks and it will be published here and on the SMF modsite as soon as SMF 2.1 reach Beta 2.

Thank you.
#382
Premium Themes / Re: zGames
March 04, 2015, 08:55:23 PM
No, you can't.
But you can buy the copyright removal at the subscription page
#383
Free Themes / Re: Reseller
February 25, 2015, 08:27:14 PM
Prueba con el siguiente archivo.
Para agregar más grupos, abre el archivo y justo en las primeras líneas verás algo como

$premium_groups = array(9);

simplemente pones tus ids dentro del array y los separas por comas:

$premium_groups = array(9,4,2,1);
#384
Free Mods / Re: Extra Info
February 24, 2015, 05:38:09 PM
Sorry, add this at the end of the css file (Wrap/css/index.css)
h3.accordion
{
background: #E9E7E7 url(../images/arrow-square.gif) no-repeat scroll right -25px;
border: 1px solid #C4C4C4;
border-radius: 4px;
margin: 5px auto;
width: 77%;
height: 25px;
line-height: 25px;
padding: 0 5px;
color: #353535;
font-size: 12px;
text-shadow: 0 -1px #FFF;
text-align: left;
}
h3.accordion:hover
{
background-color: #EBEBEB;
}
h3.accordion.active
{
background-position: right 0;
}


And there's an image into the zip, upload it to Wrap/images/
#385
Free Mods / Re: Extra Info
February 23, 2015, 09:29:12 PM
Install the mod but do not mark Wrap theme.
After the mod is installed, open Display.template.php of Wrap theme and search for
// Show the member's gender icon?
if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '' && !isset($context['disabled_fields']['gender']))


Replace with
// ExtraInfo by smftricks.com
if ($modSettings['extrainfo_enable'])
echo'
</ul>
<h3 class="accordion">'. (!empty($modSettings['extrainfo_text']) ? $modSettings['extrainfo_text'] : $txt['extrainfo_textdefault']) .'</h3>
    <ul class="reset smalltext accordion" id="msg_', $message['id'], '_extra_info">';

// Show the member's gender icon?
if (!empty($settings['show_gender']) && $message['member']['gender']['image'] != '' && !isset($context['disabled_fields']['gender']))
#386
Free Themes / Re: Crushing
February 23, 2015, 05:38:07 PM
Sorry but I do not understand what problem you are facing
#387
Theme Requests / Re: Custom theme
February 23, 2015, 08:52:25 AM
It depends on the work, usually 50usd
#388
Free Themes / Re: Crushing
February 22, 2015, 04:40:49 PM
Which theme are you talking about?
#389
Free Themes / Re: Red Sample
February 21, 2015, 12:53:11 PM
Great, I'll mark this as solved, and move it to the support boards
#390
Free Themes / Re: Red Sample
February 18, 2015, 04:49:28 PM
That's because you didn't put your url there.

href="{url/link}"