Jump to content

pilotguy

Members
  • Posts

    450
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    pilotguy got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Thanks @TAMAN for the ALWAYS quick replies and work (when required!)
  2. Like
    pilotguy reacted to TAMAN in Dreadnought Theme [ support topic ]   
    @pilotguy You can now download the theme and update 🙂 
    sorry for the delay and thank you again. 
  3. Like
    pilotguy reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Yep, thanks for pointing it out, it is only css issue, i will fix it tomorrow and update the files in marketplace 🙂
    Thanks again.
  4. Thanks
    pilotguy got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Hello Mr. @TAMAN
    Wanted to bring something to your attention and/or have you point out where I may be having an issue.
    I have your latest Dreadnought theme and when the christmas feature is turned on it seems to mess with the clickable region for some menu items in clubs.  
     
    This shot below is with the Xmas light effect.  Note how it pushes the club name down into the clickable menu items as well as the club logo.

    This next shot is with the effects turned off.  All menu items work as they should.

     
    Not sure what needs to be tweaked here but after disabling all applications/plugins the problem still is present.  It isn't until I turn off the effects that the problem goes away.
     
    It's truly not a huge deal to be perfectly honest but I wanted to point it out if no one else has.  I'm willing to troubleshoot and try different things if you need.  I'll be back at work tomorrow in about 14 hours so I'll look then for replies here.
     
    Cheers Taman and keep up the great work!
  5. Like
    pilotguy reacted to TheSonic in Change Post Date   
    Any chance you can add IP.Pages so we can edit the Postdate of Databaseentries... Or is there an plugin to do this for databaseentries 🙂 ? Thanks.
  6. Like
    pilotguy got a reaction from TAMAN in Pages Clan Wars [ support topic ]   
    Sorted it out
     
  7. Like
    pilotguy got a reaction from TAMAN in News Ticker [ support topic ]   
    I do not see that in the stand alone News Ticker plugin...
    NVM - It was a toggle option "7px spacer"  - Just wasn't looking for that.  Fixed
  8. Thanks
    pilotguy got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    I didn't mean for you to apologize and I understand that English is not everyone's first language.  I merely meant to point out how what seems innocent over text can seem a bit rude.  I KNOW you were not being rude.  
    I agree 1000% which is why I brought it up.  I think @TAMAN deserves as much business and positive reputation as possible.  His themes are the first I've stuck with for as long as I have, and without mentioning names he had some pretty stiff competition.  I want TAMAN to have the best REP possible so I was simply pointing out how it COULD be perceived.  
    I think I need to apologize actually.  All I meant was to be helpful.  TAMAN, you do not need to apologize sir.  
    Anyway to you as well, may the New Year bring you great and further success! 
    Back to "support topic"  
  9. Like
    pilotguy got a reaction from Steph40 in Dreadnought Theme [ support topic ]   
    I actually found the problem and fixed.  
    Suggestion and please do not take this the wrong way:
    You sell a product and as such, I am one of your customers.  If I were to walk into my local business with an issue, EVEN if it was something they couldn't fix, I would be god smacked if they looked at me, even with a smile and said "Not my problem then."  In fact I would never return to that business.  Now granted, I'm sure there is something lost to translation here and you certainly don't mean it to sound as rude as it does but perhaps in the future instead of "Not my problem then" you could simply say "Unfortunately this isn't due to the THEME.  I'm sorry I wish I could help"  Ultimately I'm looking out for your interest here because you do really great work and I would hate to see you lose potential business in the future because of a perceived lack of caring.  Call me old school.  I pay attention to these things  
    Anyway thanks for the quick replies though!  Cheers.
  10. Like
    pilotguy reacted to Fosters in Notices - Supporttopic   
    Please hang on. We've located the issue. The last release build was missing some files. A new version will be released soon
  11. Like
    pilotguy got a reaction from Adriano Faria in Raffles System   
    @Adriano Faria - So again thanks for the code.  Played around a bit with it.  I finally opted to leave it as is and apply an exchange rate for points - usd.  So, members have options to pay with two forms of payment instead of just points.
  12. Thanks
    pilotguy reacted to Adriano Faria in Raffles System   
    The price comes formatted from Commerce, as I said:
    /** * Get Price * * @param float $cost The cost * @param string $nexusPackageIds Comma-delimited list of associated package IDs * @return \IPS\nexus\Money|NULL */ public static function _price( $cost ) { if ( $cost ) { $currency = ( isset( $_SESSION['currency'] ) and in_array( $_SESSION['currency'], \IPS\nexus\Money::currencies() ) ) ? $_SESSION['currency'] : \IPS\nexus\Customer::loggedIn()->defaultCurrency(); /* If $cost is an empty JSON array, the conditional will evaluate false thus resulting in [] being passed to \IPS\nexus\Money (which will fail). */ $costs = json_decode( $cost, TRUE ); if ( is_array( $costs ) ) { if ( isset( $costs[ $currency ]['amount'] ) and $costs[ $currency ]['amount'] ) { return new \IPS\nexus\Money( $costs[ $currency ]['amount'], $currency ); } } else { return new \IPS\nexus\Money( $cost, $currency ); } } return NULL; } File: applications\raffles\sources\Raffle\Raffle.php:
    So 200, will return 200 USD, because it's bought in USD! $currency is who's in charge here.
    If you want to change it, feel free but you're on your own; I don't support code changes.
  13. Thanks
    pilotguy reacted to TAMAN in Dreadnought Theme [ support topic ]   
    Check the "Pages articles" setting in the swiper slider tab in theme settings 
    you just need to create a block with a specific key tho, it is explained within the setting description 
  14. Thanks
    pilotguy got a reaction from Adriano Faria in Raffles System   
    Adriano Faria FTW!!  Thanks!!
    Fixed the group add issue. 
  15. Thanks
    pilotguy got a reaction from Adriano Faria in Raffles System   
    Ok.  I get the progress bar but nothing gets added.  I'll keep my eyes open here tomorrow.  Thanks friend.
  16. Thanks
    pilotguy got a reaction from Adriano Faria in Raffles System   
    Working!!!
     
    How are winners announced??
  17. Thanks
    pilotguy reacted to Adriano Faria in Raffles System   
    What's New in Version 1.0.1:
    Added new restriction: minimum age to participate in the raffle/giveaway Added ability to edit or remove prizes (remove will appear if no there is no participant in the raffle/giveaway) Added ability to add members from chosen groups in raffle/giveaway Added a button to reactivate the raffle/giveaway when it's COMPLETED and there were no participant Added new setting to display raffle/giveaway settings on raffle/giveaway view Fixed a couple of minor reported bugs
  18. Thanks
    pilotguy reacted to Adriano Faria in Raffles System   
    Today later or tomorrow in the morning. 
  19. Like
    pilotguy got a reaction from Adriano Faria in Raffles System   
    Any idea on when the update will be live   Sorry to be a pest... just really excited to get this thing going!
  20. Like
    pilotguy reacted to David.. in Advanced Tags & Prefixes - IPS 4.x   
    Will this be getting Clubs support? Or does it already work there?
    I don't get the option to add a prefix and I can't select allowed prefixes when editing a forum inside of a Club.
  21. Thanks
    pilotguy got a reaction from Adriano Faria in Raffles System   
    I used 1 and then tried again with 5 for the "tickets per member" also tried with UNLIMITED checked off.
     
    No worries as I know you are away from "base" so-to-speak.  You have access when/if you need it.  Let me know when you are done with the account and I will remove it.
     
    Cheers Adriano.  
     
    P.S. You make excellent apps/plugins!  Keep up the great work.  Little bugs along the way or unique issues are to be expected.
  22. Like
    pilotguy got a reaction from ADKGamers in Pages Clan Wars [ support topic ]   
    So @TAMAN - Earlier today I tried installing this as per the text file included in the DL.  All of a sudden my site dropped off with a 500 error.  Uninstalled it.  Still problematic.  Installed a fresh Dreadnaught theme.. voila problem gone.
    Thought I would try this again.  Following all instructions and boom... 500 error.  Uninstall, reinstall fresh theme.. ALL GOOD.
    Here is the log from system logs:
    UnexpectedValueException: (0) #0 /var/www/html/applications/cms/sources/Blocks/Block.php(262): IPS\cms\_Theme->getTemplate('recordfeed', 'cms', 'block') #1 [internal function]: IPS\cms\Blocks\_Block->getTemplate(Array, '12b452767ec3019...', NULL) #2 /var/www/html/system/Widget/Widget.php(224): call_user_func_array(Array, Array) #3 /var/www/html/system/Content/Widget.php(395): IPS\_Widget->output(Array, '12b452767ec3019...') #4 /var/www/html/applications/cms/widgets/RecordFeed.php(314): IPS\Content\_Widget->render() #5 /var/www/html/applications/cms/sources/Blocks/Block.php(226): IPS\cms\widgets\_RecordFeed->render() #6 /var/www/html/system/Theme/Theme.php(780) : eval()'d code(13834): IPS\cms\Blocks\_Block::display(Object(IPS\cms\Blocks\Block)) #7 /var/www/html/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_core_front_global->ta_swiperSlider() #8 /var/www/html/system/Theme/Theme.php(780) : eval()'d code(13986): IPS\Theme\_SandboxedTemplate->__call('ta_swiperSlider', Array) #9 /var/www/html/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_core_front_global->ta_swipersliderBase() #10 /var/www/html/system/Theme/Theme.php(780) : eval()'d code(5319): IPS\Theme\_SandboxedTemplate->__call('ta_swiperslider...', Array) #11 /var/www/html/system/Theme/SandboxedTemplate.php(57): IPS\Theme\class_core_front_global->globalTemplate('League of Matur...', '\n<div id="elCms...', Array) #12 /var/www/html/system/Dispatcher/Dispatcher.php(149): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #13 /var/www/html/system/Dispatcher/Standard.php(104): IPS\_Dispatcher->finish() #14 /var/www/html/system/Dispatcher/Front.php(524): IPS\Dispatcher\_Standard->finish() #15 /var/www/html/system/Dispatcher/Dispatcher.php(131): IPS\Dispatcher\_Front->finish() #16 /var/www/html/index.php(13): IPS\_Dispatcher->run() #17 {main} Please help because I really could use this as the other guy in the market place with a clan wars app hasn't updated it and when asked, told me he was too busy.
  23. Like
    pilotguy got a reaction from TAMAN in Dreadnought Theme [ support topic ]   
    Awesome thanks @TAMAN - This theme is by far the best/my favorite theme.  This is one I can see using for a very long time.
  24. Like
    pilotguy got a reaction from mz_ in Dreadnought Theme [ support topic ]   
    Awesome thanks @TAMAN - This theme is by far the best/my favorite theme.  This is one I can see using for a very long time.
  25. Like
    pilotguy reacted to TAMAN in Dreadnought Theme [ support topic ]   
    I will implement that for next version, soon  
     
    WOW! I like it. better than mine, I always such at coloring haha  
    Thanks for the review btw  
×
×
  • Create New...