Reputation Activity
-
aur3 got a reaction from Ishidarex77 in How to remove Copyright in footer [SENDO 4.7] 2024Heyyy everyone, previously there was a method shared for removing copyrights w/ JavaScript but it appears to be ineffective now. However i have simpler solution for you to remove copyrights and customize content as per your preferences effortlessly.
1. Download the theme : Sendo Theme
2. Upload your theme
3. Go to Appearance > Themes and click on </> ( Edit HTML and CSS )
4. Then click : core > front > __sendo > __footer
5. Remove this line {template="__footer__menu" app="core" group="__sendo" params=""}
6. Here is the result :
If you think i helped you leave reaction for more tutorials like this for other themes
-
aur3 got a reaction from sanek1008qq in HoverCard [Suggestions to add something]Hey people! 🚀
- Now i started ReDesign one of the templates and now i am thinking what should i add to Hover Card like what type of information should i add for users to see?
- Would be nice to get more suggestions
Default HoverCard :
Current :
-
aur3 got a reaction from kotishe in Как удалить старые темы (MySQL)Hey, easy solution. This SQL command delete topics older than 2 years.
DELETE FROM forums_topics WHERE start_date < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 2 YEAR)); If your table related with topics change as well, and if start_date different change it as well because this code is based w/ ips 4.7.15 version.
If you don't really now let me know here I will help you
P.S Always make back-up of your database to keep it safe before doing big changes.
-
aur3 got a reaction from Zero108 in Can anyone help me fix this error?It appears that there was a problem logging into the POP3 server to fetch incoming emails.
To fix this, you should review and confirm the settings for the POP3 email account. This includes verifying the username, password, server address, and port number.
Make sure these settings are accurate and properly configured to enable successful access to the email account.
-
aur3 got a reaction from varanking in Показ балансаI have registered in your site with a nickname : aur3
-
aur3 got a reaction from CharonSix in Sendo Theme (Dark/White)Here i created a topic w/ how you can remove copyrights.
-
aur3 got a reaction from Zero108 in Изменение формы при регистрации (полная форма регистрации)Interesting. Why do you need to add extra effort for no reason when you can achieve the same result by creating fields and adding them as required in registration?
-
aur3 got a reaction from Desti in Post Notes 1.0.2.1I can confirm that this one is working on 4.7.15 Version :
Light mode :
Dark mode :
-
aur3 got a reaction from HooLIGUN in HoverCard [Suggestions to add something]Hey people! 🚀
- Now i started ReDesign one of the templates and now i am thinking what should i add to Hover Card like what type of information should i add for users to see?
- Would be nice to get more suggestions
Default HoverCard :
Current :
-
aur3 got a reaction from Orpheus in Sendo Theme (Dark/White)Here i created a topic w/ how you can remove copyrights.
-
aur3 got a reaction from AnWey in Как ограничить Теги ?Here you can change settings minimum / maximum tags per person
url : /admin/?app=core&module=settings&controller=posting&tab=tags
-
aur3 got a reaction from Zero108 in Как ограничить Теги ?Here you can change settings minimum / maximum tags per person
url : /admin/?app=core&module=settings&controller=posting&tab=tags
-
aur3 got a reaction from Zero108 in Как удалить старые темы (MySQL)Hey, easy solution. This SQL command delete topics older than 2 years.
DELETE FROM forums_topics WHERE start_date < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 2 YEAR)); If your table related with topics change as well, and if start_date different change it as well because this code is based w/ ips 4.7.15 version.
If you don't really now let me know here I will help you
P.S Always make back-up of your database to keep it safe before doing big changes.