Jump to content

teraßyte

Clients
  • Joined

  • Last visited

Everything posted by teraßyte

  1. The best example is the shoutbox, already some peoples asked how to change the hook access point for the global shoutbox.. without IN_DEV this is not possible :\
  2. teraßyte replied to teraßyte's post in a topic in Feedback
    The problem is not to load the CSS but to have a different CSS for each skin editable in ACP :P
  3. teraßyte replied to teraßyte's post in a topic in Feedback
    It is exactly because I saw the hook made by alex for REP system that I made this topic lol Anyway master_css is used only for IN_DEV mode
  4. teraßyte posted a post in a topic in Feedback
    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.
  5. teraßyte replied to Lee Craven's post in a topic in Feedback
    Beta 2? Who said anything about it? :P Btw I've sent you a PM :)
  6. teraßyte replied to Lee Craven's post in a topic in Feedback
    This should require only a few lines of code, I'll make a tutorial later when I'm done with the work on the shoutbox :D
  7. Here you go: http://en.wikipedia.org/wiki/Sphinx_(search_engine)
  8. The best option to search for words with 2/3 characters is to use sphinx :o
  9. teraßyte replied to -Calypso-'s post in a topic in Feedback
    I suppose you have already seen this article, all the basic info you need are written there anyway :)
  10. *Terabyte gives Brandon a huge kiss* :wub: :lol:
  11. 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. No I can't, the global shoutbox is an Hook so I can't load the shoutbox coreVariables.php :)
  13. I am in the process of converting the global shoutbox and I've come across an issue with the caches. In IPB 2.3 was possible to use init_load_cache to load an array of caches at once but now in IPB 3 this is not possible anymore, the only way is to use $this->cache->getCache('cache_name') but in this way I need to use 3 different queries to load 3 caches. A quick solution would be to change the function _loadCache from private to public so everyone can access it or update the function getCache to support an array of caches.
  14. 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
  15. Then purchase a license, IP.Board is not a free software.
  16. teraßyte replied to Martin A.'s post in a topic in Feedback
    You're not blind, there is no tool for that :P Make a copy of the files from the folder with ID 1 (same goes for CSS)
  17. teraßyte replied to N-Smoke's post in a topic in Feedback
    Welcome in the IPB world so :P You also might want to logout and login again so your status here on the board is updated to active customer :)
  18. You can setup an image even in the language string editing the language string in ACP. Now with IPB3 language strings are meant to be edited in ACP without downloading the files in the cache with an FTP program :)
  19. I was saying exactly that :P Not a big problem for me as I don't run multi-language forums but I can see it be a problem for others.
  20. Better than nothing :P
  21. I have always wondered why Poll/Pinned/Moved prefixes are a setting in ACP :huh: This is bad for multi-language forum that cannot use a different word for each language, you might want to move those 3 lang strings in the lang files instead :whistle: EDIT: This is probably more a suggestion than a bug so I posted there, let me know if you want me to open a bug report on that :P
  22. A little bump :rolleyes:
  23. hahaha, he got you there bfarber :P
  24. +1, give us the topic author back lol :P