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...
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/...
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...
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...
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!
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 )
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 :) !!
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...
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?