shoulders
shoulders
I am having another look at this and perhaps this where the issue is coming in. - header - Sticky Header - Main Menu There is no **Sticky Menu** and...
@chandanndeep If I was going to add all of these options under one heading I would call it **Sticky Menu**. I have never heard of a **Sticky Header** but everyone...
A full tutorial on using tsmarty2c.php to extract {t}...{/t} strings https://quantumwarp.com/kb/articles/61-php/896-getting-poedit-to-work-with-smarty-tsmarty2c-php-extractor I hope this is of use.
The button could run something like ``` # opkg update # grep "\toverlay" /etc/backup/installed_packages.txt | cut -f1 | xargs -r opkg install # rm /etc/backup/installed_packages.txt # reboot ``` Taken from...
I completely understand, but i am just thinking of the hobbyist at home who struggles to keep his OpenWrt router up to date because of the hoops that have to...
Thanks for the best wishes and I hope 2021 is better for you aswell. Is it possible to put a manual toggle in for these things rather than automating it?
not sure what caused duplicate. 😦 The question was about you saying that the same code ran in the sidebar as it did in the full tab mode and that...
there needs to be a generic icon for forum and if not its own icon then at least an alias. peopel will search for the following: https://fontawesome.com/icons?d=gallery&q=forum
`utf8mb4_unicode_ci` is better than `utf8mb4_general_ci` - `utf8mb4` is just a correct 4 byte implementation of UTF8 - `unicode` and `general` is just how the database engine sorts the data. `unicode`...
on a limited basis you could encrypt the file locally and then email the encryption key to the admin of projectsend, then upload the file. project send will know it...