Recent posts

#1
Premium Themes / Re: Comet
Last post by Diego Andrés - November 22, 2024, 09:55:17 PM
Sí, simplemente es una opción configurable.
Del perfil no se a que te refieres, sería como aparece en el demo.
#2
Premium Themes / Re: Comet
Last post by AppleCrazy - November 22, 2024, 09:06:06 PM
Se puede usar las secciones en lista como nativamente se usan en lugar de bloques? y el area de perfil me sale diferente a la mostrada aquì, pregunto ya que ando buscando un buen theme para un proyecto y este me intereso.
#3
Free Themes & MODs / ModRe: ST Shop
Last post by dubanblack - October 20, 2024, 02:07:32 PM
Muchas gracias, funciona bien, de momento no se han reportado nuevamente esos errores.
#4
Free Themes & MODs / ModRe: ST Shop
Last post by Diego Andrés - October 18, 2024, 05:21:14 PM
Intenta lo siguiente:

Sources/Shop/View/Home.php

Code (Search) Select
$context['template_layers'][] = 'shop';

// What if the Shop is disabled? User shouldn't be able to access the Shop
if (empty($modSettings['Shop_enable_shop']))
fatal_error(Shop::getText('currently_disabled'), false);

// Are they allowed to Access the Shop? If not.. YOU SHALL NOT PASS.
// Anyway if user can Manage the Shop, there's no problem :).
if (!empty($modSettings['Shop_enable_shop']) && !allowedTo('shop_canAccess') && !allowedTo('shop_canManage'))
isAllowedTo('shop_canAccess');

// Maintenance. Only Shop admins can access.
if (!empty($modSettings['Shop_enable_shop']) && !empty($modSettings['Shop_enable_maintenance']) && allowedTo('shop_canAccess') && !allowedTo('shop_canManage'))
fatal_error(Shop::getText('currently_maintenance'), false);

Code (Replace) Select
// What if the Shop is disabled? User shouldn't be able to access the Shop
if (empty($modSettings['Shop_enable_shop']))
fatal_error(Shop::getText('currently_disabled'), false);

// Are they allowed to Access the Shop? If not.. YOU SHALL NOT PASS.
// Anyway if user can Manage the Shop, there's no problem :).
if (!empty($modSettings['Shop_enable_shop']) && !allowedTo('shop_canAccess') && !allowedTo('shop_canManage'))
isAllowedTo('shop_canAccess');

// Maintenance. Only Shop admins can access.
if (!empty($modSettings['Shop_enable_shop']) && !empty($modSettings['Shop_enable_maintenance']) && allowedTo('shop_canAccess') && !allowedTo('shop_canManage'))
fatal_error(Shop::getText('currently_maintenance'), false);

$context['template_layers'][] = 'shop';
#5
Free Themes & MODs / ModRe: ST Shop
Last post by dubanblack - October 18, 2024, 04:40:55 PM
Hola,

Quería saber si existe alguna forma de solucionar este error que aparece constantemente:

bfe9d4f4ea00ea388c9e2526601ee4c6
https://harrypotterhead.com/foro/index.php?action=shop
/home/u964766853/domains/harrypotterhead.com/public_html/foro/Themes/default/Shop/Shop.template.php (Línea 41)
2: Trying to access array offset on value of type null
URL de la página causante del error
https://harrypotterhead.com/foro/index.php?action=shop

#0: smf_error_handler()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Themes/default/Shop/Shop.template.php en línean 41
#1: template_shop_above()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Load.php en línean 2778
#2: loadSubTemplate()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Subs.php en línean 4554
#3: template_header()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Subs.php en línean 4157
#4: obExit()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Security.php en línean 143
#5: is_not_guest()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Security.php en línean 1035
#6: isAllowedTo()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/Sources/Shop/View/Home.php en línean 176
#7: main()
Llamado desde /home/u964766853/domains/harrypotterhead.com/public_html/foro/index.php en línean 184

La línea 41 es esta:
foreach ($context['shop']['tabs'] as $action => $tab)
He notado que las ip que aparecen siempre usan VPN. Existe alguna forma de evitar ese error?
#6
Pre-sale Questions / ThemeRe: PreSale Questions - Stope ...
Last post by Boban ツ - September 08, 2024, 08:09:13 PM
Hi,

Like Diego saids MODs that only use hooks are compatible with any themes, if MODs edits theme files maybe have to been insert manually. Those MODs you mentioned can be instaled on the theme, for that premium mods I don't know you can check what files need to be replaced.
#7
Pre-sale Questions / ThemeRe: PreSale Questions - Stope ...
Last post by Diego Andrés - September 08, 2024, 03:58:13 PM
Should be compatible.
@Boban ツ  would be able to answer a bit more.

It does have a support board access after purchase so you'd be able to get assistance with those as well.

Also MODs that only use hooks are compatible with any themes because they don't modify files.

Regards
#8
Pre-sale Questions / ThemeRe: PreSale Questions - Stope ...
Last post by BugginIn - September 08, 2024, 10:39:25 AM
Hmmmm, is this site still monitored for sales/support?


Thank you,

BuggingIn
#9
Pre-sale Questions / ThemePreSale Questions - Stope Them...
Last post by BugginIn - September 02, 2024, 11:02:20 AM
Hello,

Love the theme, looks really nice on mobile as well. Have a couple questions:

Guessing it is compatible with some/all of the popular mods like EZ-Portal, video embed, gallery lite, Battle, ST-Shop, etc??

Also - I have several premium mods from smfpacks - these would be compatible with this theme as well?

No issues you know of with any mod out there so far?


Thank you,

Bugginin
#10
Free Themes & MODs / ModTopic Solved
Last post by Diego Andrés - September 02, 2024, 12:01:41 AM
Link to the mod


Free & Premium MODs for SMF

Topic Solved
Provides a very basic functionality to mark topics as solved.
Developed by Diego Andrés



☑️ Features
  • Permissions
    • Solve any topic
    • Solve own topics
  • Select boards where it applies
  • Color the solved topics in messageindex
  • Integration with Best Answer

📦 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
Russian by Bugo
Italian by ParmaU
Romanian by Aimond

You can contribute with your translation by sending a Pull Request to the GitHub repository.

🔨 Changelog
Review the changes and patches from the different releases/versions of the package in the Changelog.