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

#346
Pre-sale Questions / Re: zGames Theme Question
July 08, 2015, 10:03:20 AM
No, it's not included for we can modify it.
Most of it is CSS, and a few images.
#347
Pre-sale Questions / Re: zGames Theme Question
July 08, 2015, 09:35:37 AM
Sure it's possible
#348
Free Themes / Re: Simple GTA
July 05, 2015, 08:32:18 PM
To completely delete the logo, remove this from index.template.php
<h1 class="forumtitle">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<img src="' . $settings['images_url'] . '/theme/logo.png" alt="' . $context['forum_name'] . '" />' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
</h1>


If you just want to use your own image, you can do it in Admin > Forum config > Current theme
And then just look for the logo url option...

Changing icons and background only requires you to replace them in the images folder of the theme.

Regards
#349
Previews / Re: Oblique
July 03, 2015, 08:54:57 PM
Muy interesante concepto, me gusta!
#350
Free Mods / Re: SMF Post Prefix
June 26, 2015, 07:12:45 PM
Gracias a ti por usar el mod  O:-)
Igual la idea cuando se creó era que se tuviera un mod gratis y que fuera simple y funcional, espero que el tiempo pronto me permita agregarle nuevas funciones y características.
Seguramente incluiré alguna cosilla para darle una personalización extra (de estilo) sin editar los archivos del mod.

En la sig. actualización agregaré la segunda modificación que pediste

Saludos!
#351
Free Mods / Re: SMF Post Prefix
June 26, 2015, 06:56:46 PM
Muy fácil.
Sources/Subs-PostPrefix.php
Code (Buscar) Select
if ($row['bgcolor'] == 1 && !empty($row['color']))
$format .= 'padding: 4px; border-radius: 2px; color: #f5f5f5; background-color: '. $row['color'];


Code (Reemplazar) Select
if ($row['bgcolor'] == 1 && !empty($row['color']))
$format .= 'padding: 2px; font-size: 11px; font-weight:bold; border-bottom: 1px solid rgba(0, 0, 0, 0.3); border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1); color: #f5f5f5; background-color: '. $row['color'];





Display.template.php
Code (Buscar) Select
<a href="', $message['href'], '" rel="nofollow">', $message['subject'], '</a>

Code (Reemplazar) Select
<a href="', $message['href'], '" rel="nofollow">', !empty($message['counter']) ? $message['subject'] : $context['prefix_subject'], '</a>
#352
Premium Themes / Re: JustTheme
June 26, 2015, 06:53:10 AM
It doesn't have an option for disable the topbar.
If you need more help with the theme please use the premium support boards.
Thanks
#353
Free Themes / Re: Redsy
June 25, 2015, 06:48:22 PM
There's a mod that does exactly that thing.
It wasn't approved, but I have just pm'd the author to see if he wants to update the mod to get it approved.

Regards
#354
Free Themes / Re: Redsy
June 22, 2015, 07:38:53 AM
Which theme are you using?
#355
Not actually for sale, maybe on the near future!
#356
Chit Chat / Re: Una duda con los temas..
June 15, 2015, 06:15:58 AM
No hay ningún tipo de problema siempre y cuando no elimines el copyright. Puedes agregar al lado del copy que el theme fue modificado por ti.
#357
Site Discussion / Re: Hello, Team.
June 15, 2015, 06:14:38 AM
Thanks a lot and welcome!
It's a great idea, I'll think about it and first I'll try to get good contributions to make sure it wouldn't be so empty.
#358
What kind of customization?
#359
Free Themes / Re: Reseller
June 07, 2015, 07:36:26 PM
There are a few post in the support topic (on smf) about making simple portal "responsive"
#360
Free Themes / Re: Reseller
June 07, 2015, 11:06:37 AM
Why do you want to remove responsiveness?