Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Marco Junior

Clients
  • Joined

  • Last visited

Everything posted by Marco Junior

  1. if your reply is direction for me. <?php exit; ?> Tue, 19 Nov 2024 00:04:51 +0000 OutOfRangeException::0 #0 /home/lightningmu/public_html/community/applications/blog/sources/Entry/Entry.php(1030): IPS\Patterns\ActiveRecord::load(8) #1 /home/lightningmu/public_html/community/static/templates/blog_front_browse.php(1364): IPS\blog\Entry->category() #2 /home/lightningmu/public_html/community/system/Theme/SandboxedTemplate.php(68): IPS\Theme\class_blog_front_browse->indexGridEntry(Object(IPS\blog\Entry), true) #3 /home/lightningmu/public_html/community/static/templates/blog_front_browse.php(1022): IPS\Theme\SandboxedTemplate->__call('indexGridEntry', Array) #4 /home/lightningmu/public_html/community/system/Theme/SandboxedTemplate.php(68): IPS\Theme\class_blog_front_browse->indexGrid(Object(IPS\Patterns\ActiveRecordIterator), Array, Array, Array, 'grid', NULL) #5 /home/lightningmu/public_html/community/applications/blog/modules/front/blogs/browse.php(131): IPS\Theme\SandboxedTemplate->__call('indexGrid', Array) #6 /home/lightningmu/public_html/community/system/Dispatcher/Controller.php(139): IPS\blog\modules\front\blogs\browse->manage() #7 /home/lightningmu/public_html/community/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute() #8 /home/lightningmu/public_html/community/index.php(16): IPS\Dispatcher->run() #9 {main}
  2. Is there a way to remove this? This error is disturbing lol my eyes scream when I see it. I noticed that after applying the update it is still there.
  3. The font change option is removed on BETA:5 ?
  4. This is bad, ๐Ÿ˜• but I will wait !
  5. I don't know if this is related to template errors. If so, I would like to add that even without any type of change in themes I am also receiving template error messages. Please note that: In the support tab, as mentioned in some topics, there are no irregularities or problems in my environment, there is no error message or anything else that could say or explain why the messages about template problems are appearing. A very important point: after seeing these messages, I ended up getting scared and then decided to do a new installation, without any chance of restoring previous files or data so that there would be no possibility of these errors bothering me again. And guess what? Errors appeared in blog content after a completely new installation.
  6. Is anyone else having trouble posting new bug reports? Every report I post is awaiting moderator approval, and even if I post it in the report section, the topic is still being moved to the discussion section. Is this restriction only on my account? If so, what was the reason for it?
  7. @Daniel F After installing the custom CSF firewall on my server (Alma Linux) I noticed that the installation behavior changed after performing some configurations on this firewall. Mainly related to (redirection), so I redid the entire installation of my server/OS and the problem was solved.
  8. Hi devs, After some errors on my IC5, I try release new install but when the install starting I have this error: #0 /home/lightningmu/public_html/community/applications/core/sources/Setup/Install.php(705): IPS\Application::load('core') #1 /home/lightningmu/public_html/community/applications/core/sources/Setup/Install.php(473): IPS\core\Setup\Install->IPS\core\Setup\{closure}('core') #2 /home/lightningmu/public_html/community/applications/core/sources/Setup/Install.php(702): IPS\core\Setup\Install->appLoop(Array, Object(Closure)) #3 /home/lightningmu/public_html/community/applications/core/sources/Setup/Install.php(446): IPS\core\Setup\Install->step3(Array) #4 /home/lightningmu/public_html/community/applications/core/modules/setup/install/install.php(82): IPS\core\Setup\Install->process(Array) #5 /home/lightningmu/public_html/community/system/Helpers/MultipleRedirect/MultipleRedirect.php(104): IPS\core\modules\setup\install\install->IPS\core\modules\setup\install\{closure}(Array) #6 /home/lightningmu/public_html/community/applications/core/modules/setup/install/install.php(56): IPS\Helpers\MultipleRedirect->__construct(Object(IPS\Http\Url), Object(Closure), Object(Closure)) #7 /home/lightningmu/public_html/community/system/Dispatcher/Controller.php(139): IPS\core\modules\setup\install\install->manage() #8 /home/lightningmu/public_html/community/system/Dispatcher/Setup.php(261): IPS\Dispatcher\Controller->execute() #9 /home/lightningmu/public_html/community/admin/install/index.php(16): IPS\Dispatcher\Setup->run() #10 {main} On BETA: 3 I installed the IC5 normally, on this version I have this issue. How to fix this ?
  9. @Marc The IC5 is compatible with : PHP 8.3x ?
  10. I get error on my page blogs and topics. But this is very strange, because I dont change (default templates on my community) and I get this error after enter on a blog or topic. Could you add an option to restore the original theme? I have this message but there is no practical, quick and functional way to change the theme as mentioned in the message itself.
  11. Today you will be release the BETA 5 ? ๐Ÿ˜
  12. @Drewfus Will the result be different? I don't understand! Everyone has their own way of writing styles, I have the habit of inserting the element + class after all I learned this way a long time ago ๐Ÿ˜„
  13. @FeigelInc li.ipsData__item .ipsData__item--discussions[data-forumid="7"] { background-image: url('https://i.imgur.com/GdVi7Jq.png') !important; background-size: cover !important; background-position: bottom center !important; min-height: 262px; } This !
  14. @FeigelInc Have you tried using the option to add an image in AdminCP itself? Just one question.
  15. Because for put a background for this class : ipsData__item ipsData__item--discussions You put for all block when use this specific class understand ? Then you can try it: li.ipsData__item ipsData__item--discussions { background: url(your url img) no-repeat top center; } On this code you apply for all element : li with class : (ipsData__item ipsData__item--discussions) Maybe you can limit this using (first-child) and last-child property
  16. @Feigel Inc. For all block? or only this specific block selected by you !
  17. @FeigelInc Inspect element and add a custom css ! This work fine.
  18. I use bg header ๐Ÿ˜„ https://community.lightningmu.net/
  19. Yes, I am doing it now using the standard IC5 classes precisely so that there are no problems with the dark and light themes. I first needed to understand how the back-end code worked in order to be able to replicate the result in any type of theme and structure. Now I understand how it works, so I will strive to build something new. Thank you for your feedback, it is very important to me ๐Ÿ™‚
  20. I know that, but it works ๐Ÿ™‚ ! It will be great soon.
  21. My current release page with application (Pages) https://community.lightningmu.net/release-notes/ Note: I will make a better version, using all the current classes and structure of IC5 At the moment this is a stopgap, as I am waiting for the IC5 documentation to be released, so I will start the process of creating new features. However, it is just a demonstration that application (Pages) allow us infinite possibilities ๐Ÿ˜
  22. Good morning, afternoon or evening! ๐Ÿ˜ First of all, I would like to thank the entire community for this incredible construction and exchange that IPS provides us. Well, without further ado, my name is Marco Aurรฉlio da Silva Junior, I am 31 years old and I am from Sรฃo Paulo. (Brazil) Recently graduated in: Computer Engineering from (Unisal) Computer Technician from: Senac for over 8 years I have extensive knowledge in cloud infrastructure, dedicated servers, hosting and of course (web development). I come from an RPG community (MuOnline, Dota, Tibia and others). I intend to help the community grow, as well as offer the best development and infrastructure services on the market. I'm available at: https://ldg-team.tech Or on my discord: neftisdev I hope I can add value to the entire community, and if you have any interests or ideas that you want to put into practice, contact me and we will develop your project ๐Ÿ˜„ Thanks again everyone!
  23. @Daniel F Perfect. I need only adjustment visual now ๐Ÿ™‚ Thanks for this !

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.