Recent content by Gaming Perfection

  1. Gaming Perfection

    [TH] Trophies [Deleted]

    Hi, Firstly, thank you for releasing this mod. Secondly, I have a few requests (in order of my preference) for future versions if you're willing to consider them... the ability to set a custom trophy sort order adding a "Users who have achieved this award" to the trophies page (mock up below)...
  2. Gaming Perfection

    [GP] Donations

    Changed, thanks :). Fixed the issue with currencies and line breaks, thanks. For the PayPal image, rather than change the current one I've just added it to the FAQ if anyone wants to change it themselves. In regards to the percentage issue, it doesn't seem possible to have variables either in...
  3. Gaming Perfection

    [GP] Donations

    Yes, sorry, I totally mis-read what Ranger was asking for. I believe to do that would require adding a DB table to store such data (and also need an option for users to not appear on the list), not sure how to do that at the moment but will look into it...
  4. Gaming Perfection

    [GP] Donations

    You can do this by creating your own page with whatever you want to say and editing your PayPal account settings; Create a Page, ADMIN CP > Applications > Create New Node > Page > Proceed > Fill outinfo > Save Page Log into PayPal and go My Account > Profile > Website Payment Preferences >...
  5. Gaming Perfection

    Implemented Custom profile fields

    You're thinking of "custom profiles" - these are to do with allowing users to style their own profile and were removed in vB4.0 and just made it back in 4.0.8, as you say. Custom profile fields (www.yourvBsite.com/forum/admincp/profilefield.php?do=modify) basically allow admins to insert extra...
  6. Gaming Perfection

    [GP] Steam Stats

    Having looked into this further, I don't think it's possible unfortunately. The order in which steam displays members seems to be officers first (regardless of on-line or off-line status) and then randomly between on-line, off-line and in-game regular group members. To be able to do what you...
  7. Gaming Perfection

    [GP] Steam Stats

    I've updated the mod to now include a better description and image of what the GroupName should look like, as it wasn't immediately obvious before. As far as I'm aware, this isn't currently possible due to a lack of user profile fields as there is no other way to pull a specific user's steam...
  8. Gaming Perfection

    [GP] Steam Stats

    Version History 31st Oct 2010 - v1.0.0 Initial Release 1st Nov 2010 - v1.0.1 GP_Steam_Group_Name - Description changed and image added to make it more obvious that it needs to be the custom url for your steam group. Images Directory - Moved images from gp-steam to gp/steam to rationalise...
  9. Gaming Perfection

    [GP] Steam Stats

    Thanks largely to dmnkhhn's and Darkimmortal's help in explaining to me how to get this working, I'm able to release another basic add on. This addon will enable you to display a steam group's statistics on your forum sidebar. How To Install Files Download the attached zip file, extract it...
  10. Gaming Perfection

    PHP in templates?

    Brilliant! That works perfectly, thanks a lot :D. This is what I'm using; <?php class GP_Steam_ControllerPublic_Index extends XFCP_GP_Steam_ControllerPublic_Index { public function actionIndex() { $response = parent::actionIndex(); if ($response instanceof...
  11. Gaming Perfection

    PHP in templates?

    If you mean why $source = file_get_contents is external, it's because I'm pulling data from an external website (steam) to give me something like; I can currently get it to work fine by "hard coding" the source, but if I'm able to get it to work via an Addon Option then I was planning on...
  12. Gaming Perfection

    PHP in templates?

    Ah, school boy error on my part. I'd looked at code event listeners before but then totally forgot about them and that's why I couldn't understand how xF knew where to look for my php file. As a side note, my php is pulling HTML from an external source and using {$variable} in my template...
  13. Gaming Perfection

    PHP in templates?

    Thanks for your reply but unfortunately I'm still not there :(. Perhaps if I go through what you did line by line it'll identify where the gaps or errors in my knowledge are and then hopefully highlight where I'm going wrong. For the first file, library/whatever/EventListener/Listener.php...
  14. Gaming Perfection

    PHP in templates?

    Sorry, I think I've worded what I want to do poorly due to my lack of understanding. I don't want to display raw php in my template, I just want to use something like; {xen:raw $myVariable}, which I've defined in my php file. The problem is that without the php callback feature you have for...
  15. Gaming Perfection

    PHP in templates?

    Hi, I'm able to get my php to display in pages by following the steps Boothby described here but can't figure out how to achieve a similar thing for templates. My knowledge of PHP is practically nothing, but from what I can gather the "callback" you create for pages basically tells the page to...
Top Bottom