Join us on Discord!
You can help CodeWalrus stay online by donating here.

SMF mods

Started by Jokeriske, February 06, 2016, 08:21:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jokeriske

Does anyone have some suggestions on some simple machines forum mods?

i was wondering if there are some usefull ones out there.

Dream of Omnimaga

Which ones do you use so far? If you plan to have the front page integrated into the forums, then SimplePortal might be a good idea.

Also, Stop Forum Spam, Simple Audio Video Embedder, Users Online Today, Super Simple Thread Tags and such mods are some that we use that can be very handy.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Jokeriske

Quote from: DJ Omnimaga on February 07, 2016, 12:41:09 AM
Which ones do you use so far? If you plan to have the front page integrated into the forums, then SimplePortal might be a good idea.

Also, Stop Forum Spam, Simple Audio Video Embedder, Users Online Today, Super Simple Thread Tags and such mods are some that we use that can be very handy.

oh i didint realise someone replied on this topic, i tried simple portals but it doesent seem to work :/

Dream of Omnimaga

Strange that it didn't work for you. Maybe it conflicted with other mods. One thing, though: Do not use HHVM with SMF. We tried in the past and the entire site was even more broken than Big Rigs: Over the Road Racing. You could ask support in the Simpleportal mod topic on SMF or their official site.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Jokeriske

yeah it did conflict with other mods, but ill try to fix it :)

Dream of Omnimaga

Just make sure to not modify the system files yourself, though. You can, but only if you keep a backup of the files before any modifications were made. Else, if you try to update later it can cause problems.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

On a side note, this is not mod-related, but still related to SMF customizing:

If you edit your theme CSS and it doesn't update, but you don't want to force all users to reload their cache to see the changes immediately, then I found a trick to force an immediate refresh:

Basically, in the following code in index.template.php

   <link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/index', $context['theme_variant'], '.css?fin22" />';

Change the ?fin22 to something like ?fin23. This might be something that @Streetwalrus and @aeTIos might want to know as well, for future theme editing. :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Jokeriske

Quote from: DJ Omnimaga on April 02, 2016, 06:37:00 AM
On a side note, this is not mod-related, but still related to SMF customizing:

If you edit your theme CSS and it doesn't update, but you don't want to force all users to reload their cache to see the changes immediately, then I found a trick to force an immediate refresh:

Basically, in the following code in index.template.php

   <link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/index', $context['theme_variant'], '.css?fin22" />';

Change the ?fin22 to something like ?fin23. This might be something that @Streetwalrus and @aeTIos might want to know as well, for future theme editing. :P


Thanks for the tip! :D

Powered by EzPortal