Recent content by Korenwolf

  1. K

    XF 1.1 Notices

    Aah darn the trophies have allot of new options but what happend to the: Manually award trophies to a users ? http://xenforo.com/community/threads/suggestion-manually-award-trophies.3239/ http://xenforo.com/community/threads/xentrophies-add-on.17260/ Gogo Mike where's you sight at? The...
  2. K

    Happy Birthday XenForo.

    Gratz!
  3. K

    Xentrophies add-on

    No idea how do you check it from within a class in xenforo ? normally i would do a vardump (did a search with no result on the forum)... Watch the video, remembered it from last week http://xenforo.com/community/threads/how-can-you-find-out-what-variables-are-available-in-templates.6960/...
  4. K

    Xentrophies add-on

    I cant figure out how to send vars to a template, something with, i'm have to idea i'm missing the point bigtime: CheckTrophies.php in directory Model <?php class CustomTrophies_Model_CheckTrophies extends XFCP_XenForo_Model_Trophy { //check user for awarded trophies public function...
  5. K

    Xentrophies add-on

    Darn i got this far: created add-on, created master style templates, created admin templates, created working code event listeners too add a tab to member profile and admin user edit screen. Working on the "adminpane" admin template i ran into new challenges. The pane needs to show a list of...
  6. K

    xen foreach

    and the solutions is ?
  7. K

    Xentrophies add-on

    Aha in the Master style, check! Thanks for the info Bobster65! (Ragtek i'll like you post just for trying ;) )
  8. K

    Xentrophies add-on

    Could you explain how that works ? Can't find any info on associating templates on the forum and google doens't want to be my friend on this subject... Thanks!
  9. K

    Xentrophies add-on

    Is there a way to add the theme templates in the add-on? I'm working with the $template->create() and made 2 theme templates but they do not showup in the add-on export xml. Is there a way ? (besides not using $template->create )
  10. K

    Xentrophies add-on

    gaaaaah! I wasn't even aware that admin templates existed..... i also found where to create them (development tab > add admin template)... gosh.. it worked instantly, a big thank you goes out to Ragtek :) !!
  11. K

    Xentrophies add-on

    I'm working on the customTrophies add-on but i'm running into some trouble with the following: I only found the admin tab options Ragtek suggested (admin_user_edit_tabs and admin_user_edit_panes) inside an XML file -> install/data/admin_templates.xml So i copied a part of the necessary the...
  12. K

    mysql rows php callback

    Allrighty then, i seem to have misread your comment. Thanks for your explanation!
  13. K

    mysql rows php callback

    SheepCow the $result is the mysql fetched array so why not just us it and mysql_fetch_array it ? Do you have to put it in a new array first or is it just to make it cleaner?
  14. K

    Xentrophies add-on

    Thanks alot, i'm watching the tutorial video right now! http://xenforo.com/community/threads/how-to-use-template-hooks.13167/
  15. K

    mysql rows php callback

    You can return the $result var and put the while in the banlist template
Back
Top Bottom