Everything posted by Marco Junior
-
Beta 5 is alive!
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}
-
Beta 5 is alive!
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.
-
Beta 4 and Vaseline
The font change option is removed on BETA:5 ?
-
Beta 4 is through the door!
This is bad, ๐ but I will wait !
-
5 Demo Borked
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.
-
Beta 4 is through the door!
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?
-
Error for install
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta Discussion@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.
-
Error for install
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta DiscussionResolved.
-
Error for install
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 ?
-
Beta 4 is through the door!
@Marc The IC5 is compatible with : PHP 8.3x ?
-
Problem with templates
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta DiscussionSorry I post on wrong section !
-
Problem with templates
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.
-
Beta 4 is through the door!
Today you will be release the BETA 5 ? ๐
-
BG Image to Header?
@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 ๐
-
BG Image to Header?
@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 !
-
BG Image to Header?
-
BG Image to Header?
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
-
BG Image to Header?
@Feigel Inc. For all block? or only this specific block selected by you !
-
BG Image to Header?
@FeigelInc Inspect element and add a custom css ! This work fine.
-
BG Image to Header?
-
[v5][Pages][Release] Advanced Release database!
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 ๐
-
[v5][Pages][Release] Advanced Release database!
I know that, but it works ๐ ! It will be great soon.
-
[v5][Pages][Release] Advanced Release database!
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 ๐
-
LDG - Tech | Services Solutions
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!
-
Releases note load ajax
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta Discussion@Daniel F Perfect. I need only adjustment visual now ๐ Thanks for this !