Jump to content
WebFlake

Skye

Frost
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Skye's post in Jawards notifications was marked as the answer   
    Ok, the new version of the app fix the notification glitch.
    So it's fixed.
    http://community.invisionpower.com/files/file/5966-hq-awards/
  2. Skye's post in Overlay effect dont work ? was marked as the answer   
    I found my error, and i fixed it.
  3. Skye's post in Fatal error: Call to a member function was marked as the answer   
    You have to recache your theme, if you dont do that, that will not work.. lol
     
  4. Skye's post in IP History for my members? was marked as the answer   
    ACP -> Members -> Tools for members management
     
    Here you can find all IP used by a members etc with a search system
  5. Skye's post in (PIN) Awards system was marked as the answer   
    Ok i found the way for fix that.
     
    Go on your FTP -> Public_html -> /hooks -> copyright_awards_footer_<random_numbers_here>.php
     
    Delete that :
    class copyright_awards_footer extends pinAwardsProMiniProfileCab{ function globalTemplate($html, $documentHeadItems, $css, $jsModules, $metaTags, array $header_items, $items=array(), $footer_items=array(), $stats=array()) { if(ipsRegistry::$current_application == 'awards') { if($this->settings['ipb_display_version']) { $version = IPSLib::fetchVersionNumber('awards'); $version = ' version '.$version['human']; } $footer_items['copyright'] .= "<p id='copyright' class='right'><a href='http://www.modstation.com' title='Awards System coded by peaderfi'>Awards System{$version} coded by peaderfi</a></p>"; } return parent::globalTemplate($html, $documentHeadItems, $css, $jsModules, $metaTags, $header_items, $items, $footer_items, $stats); }} 
    Add that :
    class copyright_awards_footer extends pinAwardsProMiniProfileCab{ function globalTemplate($html, $documentHeadItems, $css, $jsModules, $metaTags, array $header_items, $items=array(), $footer_items=array(), $stats=array()) { if(ipsRegistry::$current_application == 'awards') { if($this->settings['ipb_display_version']) { $version = IPSLib::fetchVersionNumber('awards'); $version = ' version '.$version['human']; } } return parent::globalTemplate($html, $documentHeadItems, $css, $jsModules, $metaTags, $header_items, $items, $footer_items, $stats); }} 
    save and overwrite the previous version -> go on you awards page and refresh it.
    It's done.
     
    *** Edited for next user who have the same issue***
  6. Skye's post in BBCode Display page Help was marked as the answer   
    When i have this error I just removed this code : 
    //----------------------------------------- // And start generating output //----------------------------------------- $txt .= $this->registry->output->getTemplate('ccs_global')->articlePages( $_ttlPages, $_curPage, $_reconstructed ); return $txt; And that fix the error for now. But we gonna need the code at the line 144 for be sure if it's the same issue.
×
×
  • Create New...