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

#16
Free Themes & MODs / Re: Reseller
July 19, 2024, 08:41:16 PM
Theme updated for SMF 2.1.x!
#17
Premium Themes / Re: Stope
July 09, 2024, 12:26:06 PM
Quote from: gatesco on July 09, 2024, 08:42:19 AMHi,

just bought. I await the files that need to be replaced

Thank you

Support board probably better for him to attach files: https://smftricks.com/index.php?board=147.0
If you want to create a topic there.
#18
Free Themes & MODs / Re: ST Shop
July 04, 2024, 11:10:05 PM
Quote from: dubanblack on July 04, 2024, 09:15:44 PMHola, gracias por la respuesta, he realizado lo que mencionas y el problema persiste, cuando le doy click a eliminar no tengo ninguna pantalla de confirmación exitosa y el ítem se mantiene en el perfil del usuario.
No lo puedo reproducir una vez que quito esa línea. Verifica que estés editando el archivo correcto Sources/Shop/Manage/Inventory.php, linea 344.

Quote from: dubanblack on July 04, 2024, 09:15:44 PMSin embargo en los post al hacer hover en el title aparece la descripción del ítem, es posible editarlo para que en los post aparezca también el nombre del ítem en lugar de la descripción?

Themes/default/Shop/Inventory.template.php
Code (Buscar) Select
// Format items
foreach($inventory as $item)
$display_items .= Format::image($item['image'], $item['description']);
Code (Reemplazar) Select
// Format items
foreach($inventory as $item)
$display_items .= Format::image($item['image'], $item['name']);
#19
Free Themes & MODs / Re: ST Shop
July 04, 2024, 07:57:32 PM
#20
Free Themes & MODs / Re: ST Shop
July 04, 2024, 06:56:35 AM
Lo revisaré más tarde.
Cuál es el otro error que tienes una vez que arreglas tu archivo de idioma?
#21
Free Themes & MODs / Are You Human
June 30, 2024, 06:09:18 PM
Link to the mod


Free & Premium MODs for SMF

Are You Human
Adds a randomized verification question about the user's identity during the registration process.
Developed by Diego Andrés
Original Developer: karlbenson



📦 Installation
It is installed as a traditional SMF MOD for SMF 2.1.x, just grab the latest release of the package and go to: Admin > Main > Package Manager > Add Packages > Package to Upload > Select File > Upload.

You can find detailed instructions and/or more documentation about the process in Package Manager - Installing a Package.

🌐 Localization
English

🔨 Changelog
Review the changes and patches from the different releases/versions of the package in the Changelog
#22
Free Themes & MODs / Endar
June 23, 2024, 09:59:26 PM
Link to the theme



Free & Premium Themes for SMF

Endar
Developed by: Diego Andrés
Originally developed by: jasidog




Preview:

Demo Online
☑️ Features
  • FontAwesome
  • Social Networks
  • Logo URL
  • Forum Width
  • Separate sticky topics
  • Avatars
    • Boards
    • Topics
    • Online Users
    • Recent Posts
    • Memberlist
  • Menu Customization
    • Disable Menu Icons
    • Add Log out, Log in and Sign up buttons
    • Remove Specific Menu
    • Community Button for Grouping
  • Select CDN for Fonts

📦 Installation
It is installed as a traditional SMF Theme for SMF 2.1.x, just grab the latest release of the package and go to: Admin > Configuration > Themes and Layout > Install a New Theme > From an Archive > Select File > Upload.

You can find detailed instructions and/or more documentation about the process in Installation - How do I install a theme.

🌐 Localization
Translations are all based off the Theme Customs strings, and you can contribute directly on Crowdin.

🔨 Changelog
Review the changes and patches from the different releases/versions of the package in the Changelog
#23
Free Themes & MODs / Re: Reseller
June 09, 2024, 01:27:56 AM
index.template.php
Code (Search) Select
<div class="form-group">
<div class="modal-footer">
<button type="submit" class="btn btn-success">', $txt['login'] ,'</button>
</div>
Code (Replace) Select
<div class="modal-footer">
<p class="smalltext"><a href="', $scripturl, '?action=reminder">', $txt['forgot_your_password'], '</a></p><br>
<button type="submit" class="btn btn-success">', $txt['login'] ,'</button>
</div>
#24
Theme Requests / Re: Mod info & request
May 23, 2024, 09:12:28 PM
Not currently developing customs MODs or Themes.
#25
Free Themes & MODs / Re: NameX
April 12, 2024, 11:06:23 AM
The theme does not have a setting for "random news", you need to use the news fader instead.
#26
Free Themes & MODs / Re: NameX
March 26, 2024, 08:24:46 AM
Try disabling this option in the admin.
Admin > Forum configuration > Features and options > Minimize CSS and JavaScript files.
#27
Premium Themes / Re: LikeIPB
March 24, 2024, 02:18:56 PM
Uploaded an updated package to the downloads:

2.5.3 - 24 March 2024
  • Improvement Layout improvements and fixes.

Use the support board for the theme if you have further issues: https://smftricks.com/index.php?board=60.0
#28
Premium Themes / Re: Re: Theme LikeIPB
March 24, 2024, 12:19:39 PM
Use the support board to report any issues and I'll help you fix them and update the package.
#29
Free Themes & MODs / Re: NameX
February 14, 2024, 08:26:11 AM
Usually happens when you go back on the browser or have two tabs open in the admin, not really a theme issue.
#30
Free Themes & MODs / Re: NameX
February 14, 2024, 08:10:47 AM
It shouldn't look like that by default.
Make sure all the files were uploaded, you can use an FTP to browse to /Themes/NameX/

In any case I assume you already setup a logo with the setting?