Jump to content

teraßyte

Clients
  • Posts

    33,395
  • Joined

  • Days Won

    47

Reputation Activity

  1. Like
    teraßyte got a reaction from Anonymous IPB User in IPS Driver Error, make it more clear   
    A lot of peoples still post something like "I get IPS Driver Error doing that, how can i solve it?"

    And then every time the answer is "Look for the real error saved in a cgi file in the cache folder".


    If that error is going to be displayed in that same way also in IPB 3 i suggest you to add a small line below it like "Real error is hidden for security purpose, to see it check the cgi file in the cache folder" or something similar anyway. That should stop a lot of useless topics with "IPS Driver Error" as title :rolleyes:
  2. Like
    teraßyte got a reaction from Michael.J in Change popups for Hook Export   
    I was going to export an hook and I had the popup open to select language bits, I was already done adding 10 language strings but I clicked by mistake out of the popup and it closed itself so I had to redo everything.

    Can you please stop the popup being closed by clicking outside so we can close it only clicking on the close button? :whistle:
  3. Like
    teraßyte got a reaction from Michael.J in Editing hook settigs requires IN_DEV   
    Well, the best thing (in my opinion) is to show only the dropdowns to change if/foreach cycle and the other dropdown to selected the hook point of course when IN_DEV is not enabled.

    When IN_DEV is enabled instead show everything as usual.
  4. Like
    teraßyte got a reaction from Tony in Editing hook settigs requires IN_DEV   
    Well, the best thing (in my opinion) is to show only the dropdowns to change if/foreach cycle and the other dropdown to selected the hook point of course when IN_DEV is not enabled.

    When IN_DEV is enabled instead show everything as usual.
  5. Like
    teraßyte got a reaction from Michael in Editing hook settigs requires IN_DEV   
    Well, the best thing (in my opinion) is to show only the dropdowns to change if/foreach cycle and the other dropdown to selected the hook point of course when IN_DEV is not enabled.

    When IN_DEV is enabled instead show everything as usual.
  6. Like
    teraßyte got a reaction from Ikadon in CSS support for Hooks   
    Hooks already support templates but what about CSS files?

    Adding CSS files manually in the hook package won't add them in DB and so you can't edit those files from ACP using the built-in editor, and using an FTP program to edit them defeats the purpose of the new IPB3 editor.
  7. Like
    teraßyte got a reaction from Tony in CSS support for Hooks   
    Hooks already support templates but what about CSS files?

    Adding CSS files manually in the hook package won't add them in DB and so you can't edit those files from ACP using the built-in editor, and using an FTP program to edit them defeats the purpose of the new IPB3 editor.
  8. Like
    teraßyte got a reaction from CalendarOfUpdates in CSS support for Hooks   
    Hooks already support templates but what about CSS files?

    Adding CSS files manually in the hook package won't add them in DB and so you can't edit those files from ACP using the built-in editor, and using an FTP program to edit them defeats the purpose of the new IPB3 editor.
  9. Like
    teraßyte got a reaction from Michael.J in Need Revisioning/Versioning in IPB !   
    And then everyone will enable it and their DB will grown infinitely in size because people won't read the notice that the option uses a lot of DB space :P
  10. Like
    teraßyte got a reaction from Alex K. in Possible 2 Restore Deleted Topics?   
    Then purchase a license, IP.Board is not a free software.
  11. Like
    teraßyte got a reaction from Alex K. in ips_CacheRegistry -> getCache/_loadCaches   
    I was hoping that you implement this small change for 3.0.0 :(


    Actually I have already rewritten the function on my own just for fun lol


    static public function getCache( $keys ) { if ( is_string( $keys ) ) { if ( ! in_array( $keys, array_keys( self::$data_store ) ) ) { self::_loadCaches( array( $keys ) ); } return self::$data_store[ $keys ]; } elseif ( is_array( $keys ) && count( $keys ) ) { $toLoad = array(); foreach( $keys as $key ) { if ( ! in_array( $key, array_keys( self::$data_store ) ) ) { $toLoad[] = $key; } } self::_loadCaches( $toLoad ); return TRUE; } return FALSE; }
  12. Like
    teraßyte got a reaction from Michael.J in ips_CacheRegistry -> getCache/_loadCaches   
    I was hoping that you implement this small change for 3.0.0 :(


    Actually I have already rewritten the function on my own just for fun lol


    static public function getCache( $keys ) { if ( is_string( $keys ) ) { if ( ! in_array( $keys, array_keys( self::$data_store ) ) ) { self::_loadCaches( array( $keys ) ); } return self::$data_store[ $keys ]; } elseif ( is_array( $keys ) && count( $keys ) ) { $toLoad = array(); foreach( $keys as $key ) { if ( ! in_array( $key, array_keys( self::$data_store ) ) ) { $toLoad[] = $key; } } self::_loadCaches( $toLoad ); return TRUE; } return FALSE; }
  13. Like
    teraßyte got a reaction from Ryan H. in ips_CacheRegistry -> getCache/_loadCaches   
    I was hoping that you implement this small change for 3.0.0 :(


    Actually I have already rewritten the function on my own just for fun lol


    static public function getCache( $keys ) { if ( is_string( $keys ) ) { if ( ! in_array( $keys, array_keys( self::$data_store ) ) ) { self::_loadCaches( array( $keys ) ); } return self::$data_store[ $keys ]; } elseif ( is_array( $keys ) && count( $keys ) ) { $toLoad = array(); foreach( $keys as $key ) { if ( ! in_array( $key, array_keys( self::$data_store ) ) ) { $toLoad[] = $key; } } self::_loadCaches( $toLoad ); return TRUE; } return FALSE; }
  14. Like
    teraßyte got a reaction from Strike X in ips_CacheRegistry -> getCache/_loadCaches   
    I was hoping that you implement this small change for 3.0.0 :(


    Actually I have already rewritten the function on my own just for fun lol


    static public function getCache( $keys ) { if ( is_string( $keys ) ) { if ( ! in_array( $keys, array_keys( self::$data_store ) ) ) { self::_loadCaches( array( $keys ) ); } return self::$data_store[ $keys ]; } elseif ( is_array( $keys ) && count( $keys ) ) { $toLoad = array(); foreach( $keys as $key ) { if ( ! in_array( $key, array_keys( self::$data_store ) ) ) { $toLoad[] = $key; } } self::_loadCaches( $toLoad ); return TRUE; } return FALSE; }
  15. Like
    teraßyte got a reaction from Michael.J in [Suggestion] 3.0 Application detail   
    Good suggestion :)
  16. Like
    teraßyte got a reaction from Michael.J in [IPB3] View New Content and no new content   
    Maybe they can add something like "No Results Found" in the title page?

    Board Message doesn't give a correct idea of "no results found" unless you know it, so it might confuse new members :o
  17. Like
    teraßyte got a reaction from Qwerty7500 in What's the status on the subscription manager   
    If I don't mistake someone from IPS Staff (maybe bfarber or Josh?) said that Subscription manager should be included in Beta 5 :o
  18. Like
    teraßyte got a reaction from edivad in A (maybe stupid) suggestion about the url rewrite   
    If I don't mistake Matt has implement a way to edit FURLs from ACP so is simple to change them.

    And even if I'm wrong about this tool you can always change them editing manually the file with the rewrite codes :)
×
×
  • Create New...