Jump to content

Fhaarnius

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Fhaarnius

  1. How about adding some information or context about this migration in the old wiki or the README.md file of the new user guide repo? So new visitors know that guides from the Wiki will slowly be migrated to our new User Guides site.
  2. I do!!! I want to help rA makes UML, learn more about rA, and making it easier to learn for other people. Please guide me ?
  3. Look at `$mediaType3Links`, just change the URLs.
  4. View File bootstrap-zero This is a tiny FluxCP theme for rAthena, inherited from the pre-integrated "bootstrap" theme by Akkarinage. [ Installation ] Download the .zip or .rar file, then extract it to your `[FluxCP's root] > themes`. Since the "bootstrap" theme is inherited from the default theme, this theme also requires the default. So, your `ThemeName` in `config/application.php` should be something like this: 'ThemeName' => array('bootstrap-zero', 'default', 'bootstrap') Not like this: 'ThemeName' => array('bootstrap-zero') [ Configuration ] You can adjust the Jumbotron's content in: `[theme's root] > parts > jumbotron.php`. ______ I know this theme is still small, don't know if I will develop it further or not. My goal is to share, so that it doesn't go to waste on my computer, and hopefully can be used by the community. This theme is provided as is. Use as you wish at your own risk. Submitter Fhaarnius Submitted 06/19/2021 Category Fully Coded Themes Video Content Author Akkarinage, Fhaarnius
  5. Hi @Akkarin, thanks for the reply! By the way, do you have any online resources to learn developing FluxCP addons? I can't find any... I want to be sure my addons is in the best state before make any Pull Request, so it will not burden the team too much. ?
  6. That's because of incompatibility. Import these compatibility files: item_db_compat.sql AND item_db2_compat.sql OR item_db_re_compat.sql AND item_db2_re_compat.sql from [rathena's root]/sql-files/compatibility. And then modify your fluxcp's root/modules/item/index.php. Look for something like this: {$server->charMapDatabase}.item_db then edit item_db to item_db_compat. Or item_db_re to item_db_re_compat. Connect the module to the compatible view, not directly to the table. You get the point right? ? _______________________________________________________ Sorry, I haven't found a solution for this one either. ? But modifying the query can be a temporary solution, if you know what you're doing.
  7. Version 1.0.0

    466 downloads

    This is a tiny FluxCP theme for rAthena, inherited from the pre-integrated "bootstrap" theme by Akkarinage. [ Installation ] Download the .zip or .rar file, then extract it to your `[FluxCP's root] > themes`. Since the "bootstrap" theme is inherited from the default theme, this theme also requires the default. So, your `ThemeName` in `config/application.php` should be something like this: 'ThemeName' => array('bootstrap-zero', 'default', 'bootstrap') Not like this: 'ThemeName' => array('bootstrap-zero') [ Configuration ] You can adjust the Jumbotron's content in: `[theme's root] > parts > jumbotron.php`. ______ I know this theme is still small, don't know if I will develop it further or not. My goal is to share, so that it doesn't go to waste on my computer, and hopefully can be used by the community. This theme is provided as is. Use as you wish at your own risk.
    Free
  8. Hi, guys. This is my first ever post. I tried to make a tiny add-ons for FluxCP News module. My goal is to be able to view a news by its ID. Something like WordPress. So far it works on my side and I want to share it on "Downloads" page, but I'm not sure if its good enough. Can you please try it? Let me know what do you think. Thank you ? *file attached. github repo: https://github.com/farishan/fluxcp-news news-custom.rar
×
×
  • Create New...