Cydh Ramdh
Cydh Ramdh
~~I will merge this after #210 merged, I need the RespectValidation for validation input in filters~~
Talk about respect/validation, it requires PHP 5.4 from its 1.1 version installed by composer. And it can used directly like this [Flux with Respect Validation](https://gist.github.com/cydh/52c6b03ff816297e1fe1d944855e6c05)
and maybe a little workaround for [Styling Error Message](https://gist.github.com/cydh/52c6b03ff816297e1fe1d944855e6c05#styling-error-message) (
card0 is identifier to check if the item is forged, creation (from brewing/cooking, `getnameditem`) or pet egg (flag for renamed) ```cpp #define CARD0_FORGE 0x00FF #define CARD0_CREATE 0x00FE #define CARD0_PET 0x0100...
anyone want to try my script? replace your `/module/item/iteminfo.php` with this [iteminfo.php](https://gist.github.com/cydh/f22fcb1920e8c8251c1e1b6614a35811)
> however items that have special characters in the description did not work properly on the import. @admkakaroto what is the example? maybe related to the column collation
uh my bad. wrong cutting string. please retry https://gist.github.com/cydh/f22fcb1920e8c8251c1e1b6614a35811  if got anymore cuts, copy here the item block in ur iteminfo (without reformat or post a link) because there's...
well because `^000000` means to black. see what I meant [here](https://github.com/rathena/FluxCP/pull/167#issuecomment-397867374) I can change with a title workaround, such open with `` or maybe if every `^000000` as `` we...
updated https://gist.github.com/cydh/f22fcb1920e8c8251c1e1b6614a35811 no more force black
not found. the most what we have now ```php $sth->execute($bind); $items = $sth->fetchAll(); $authorized = $auth->actionAllowed('item', 'view'); if ($items && count($items) === 1 && $authorized && Flux::config('SingleMatchRedirectItem')) { $this->redirect($this->url('item', 'view',...