Jump to content

Pete T

Members
  • Posts

    5,096
  • Joined

  • Days Won

    15

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Pete T

  1. 4 hours ago, Jamer said:

    Hi, I have just installed this plugin and although it appears enabled in the ACP under Plugins how do I get the hook to appear on the forums? 

    Screenshot_74.png.79dd8a664bd60480f173e4150bab624f.png left hand side your forum is called block widets click this and you get this

    Screenshot_75.png.29577c70da24636d77796254a4c5a78c.png you then drag and drop the widget into your forum at different location areas.

  2. 8 hours ago, newbie LAC said:

    Hello,

    I read above about that. I can't reproduce. Can you give ACP access and/or tell me steps to reproduce the problem.

    I send you PM shortly with login and ftp so can see yourself 

  3. 3 hours ago, newbie LAC said:

    applications/football/widgets/fixtures.php

    Find 

    
    			$teamsLeagues = (count($teams) ? \IPS\Db::i()->in( 'team1', $teams ) . ' OR ' . \IPS\Db::i()->in( 'team2', $teams ) : '') . (count($leagues) ? ' OR ' . \IPS\Db::i()->in( 'lig_id', $leagues ) : '');

    replace with 

    
    			$teamsLeagues = (count($teams) ? \IPS\Db::i()->in( 'team1', $teams ) . ' OR ' . \IPS\Db::i()->in( 'team2', $teams ) : '') . (count($leagues) ? (count($teams) ? ' OR ' : '') . \IPS\Db::i()->in( 'lig_id', $leagues ) : '');

    However, if someone is not able to apply the fix (don't know how to edit files, hosted on CiC) I will be releasing a new version asap.

    Screenshot_62.png.eccdca480a39d1e93a21ef2612d6471f.png

    fixes the bug but the result like above not sure why.

  4. 3 minutes ago, AlexWebsites said:

    Thanks for this plugin. For some reason if I put the similar contents block above or below this one under topics the similar contents block will not load. Any ideas?

    I have no idea why that will be, but i am unable to confirm the bug as don't have any simlar content to use the block mainly due to development forum has very little content so may you allow me accress so take look.

  5. I seem found error believe the problem is not me (don't believe it is) when i add fixtures to widget sidebar i get error no matter what settings i have example today nothing shows or last and show error in the sidebar so view system log and this my error

    SELECT football_fixtures.*, author.* FROM `football_fixtures` LEFT JOIN `core_members` AS `author` ON author.member_id = football_fixtures.creator_id WHERE ( date_fixt != 0 AND date_fixt <= 1486857600 ) AND (  OR ( lig_id IN('1') ) ) AND football_fixtures.approved < 2 AND football_fixtures.lig_id IN(1) ORDER BY date_fixt ASC LIMIT 10
    IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OR ( lig_id IN('1') ) ) AND football_fixtures.approved < 2 AND football_fixtures' at line 1 (1064)
    #0 /home/premierleaguetal/public_html/system/Db/Select.php(356): IPS\_Db->preparedQuery('SELECT football...', Array, true)
    #1 /home/premierleaguetal/public_html/system/Db/Select.php(418): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 [internal function]: IteratorIterator->rewind()
    #4 /home/premierleaguetal/public_html/applications/football/widgets/fixtures.php(227): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator))
    #5 /home/premierleaguetal/public_html/system/Widget/Widget.php(753): IPS\football\widgets\_fixtures->render()
    #6 /home/premierleaguetal/public_html/system/Theme/Theme.php(757) : eval()'d code(13462): IPS\_Widget->__toString()
    #7 [internal function]: IPS\Theme\class_core_front_global->widgetContainer('sidebar', 'vertical')
    #8 /home/premierleaguetal/public_html/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array)
    #9 /home/premierleaguetal/public_html/system/Theme/Theme.php(757) : eval()'d code(10962): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)
    #10 /home/premierleaguetal/public_html/system/Theme/Theme.php(757) : eval()'d code(10962): IPS\Theme\SandboxedTemplate->widgetContainer('sidebar', 'vertical')
    #11 [internal function]: IPS\Theme\class_core_front_global->sidebar('right')
    #12 /home/premierleaguetal/public_html/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array)
    #13 /home/premierleaguetal/public_html/system/Theme/Theme.php(757) : eval()'d code(5429): IPS\Theme\_SandboxedTemplate->__call('sidebar', Array)
    #14 /home/premierleaguetal/public_html/system/Theme/Theme.php(757) : eval()'d code(5429): IPS\Theme\SandboxedTemplate->sidebar('right')
    #15 [internal function]: IPS\Theme\class_core_front_global->globalTemplate('915510f9f5fbea2...', '\n\n\n<div class='...', Array)
    #16 /home/premierleaguetal/public_html/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array)
    #17 /home/premierleaguetal/public_html/system/Dispatcher/Dispatcher.php(149): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #18 /home/premierleaguetal/public_html/system/Dispatcher/Dispatcher.php(149): IPS\Theme\SandboxedTemplate->globalTemplate('915510f9f5fbea2...', '\n\n\n<div class='...', Array)
    #19 /home/premierleaguetal/public_html/system/Dispatcher/Standard.php(104): IPS\_Dispatcher->finish()
    #20 /home/premierleaguetal/public_html/system/Dispatcher/Front.php(528): IPS\Dispatcher\_Standard->finish()
    #21 /home/premierleaguetal/public_html/system/Dispatcher/Dispatcher.php(131): IPS\Dispatcher\_Front->finish()
    #22 /home/premierleaguetal/public_html/index.php(13): IPS\_Dispatcher->run()
    #23 {main}

    I have few fixtures in the Admin CP so this why believe its a bug and not me.

  6. 1 minute ago, sweethoney said:

    i was just asking general ? thats all

    ok that fine you only need change words if translating the plugin for second language if not then leave as default as the plugin does the work for you :)

     

  7. 8 minutes ago, sweethoney said:

    so the blank side dont need touching than

    unless little confused easy done have you also got two sets of words for this plugin and wish to change them ? or just asking in general ?

  8. 5 minutes ago, sweethoney said:

    need to ask what is that for i have been looking at that on my forums trying to understand what to do in those image

    the user had two set word for same plugin so when they wanted change the lanuage for the plugin would not apply because the second set was still there or wrong get was being changed unsure how that second set was installed is odd as never seen before or had any reports from it part from one case.

  9. 2 minutes ago, Safety1st said:

    Please provide me some details about using ipsResponsive_hidePhone tag.

    ADMIN CP -> customization -> THEMES -> theme -> click </> -> CORE - GLOBAL - PLUGINS - WHOWASONLINE

    ok find <h3 class='ipsType_reset ipsWidget_title'> and replace with <h3 class='ipsType_reset ipsWidget_title ipsResponsive_hidePhone '> then find <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}}'> and replace with <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}} ipsResponsive_hidePhone'> and this will hide from phone.

  10. 3 minutes ago, Safety1st said:

    Yes, I do. Such information is redundant for 'mobile' members.

    well all you need do add css tag ipsResponsive_hidePhone this will hide only from phones but viewable to desktop and tables or can have it show only desktop and hidden mobile/tables using ipsResponsive_showDesktop so if let me know how like it and provide you custom changes.

  11. 4 minutes ago, Quetip said:

    I'd like to see that sorted either on alpha order or team standings. Something other than manual sorting if possible.

    don't quote me on this but app design so you the user has the option to change the order as can be used different ways linked with football (soccer) once you have the data in only will need change order few times depending on teams playing league games or cup games.

  12. 46 minutes ago, Quetip said:

    On thing (feature) I would like to see is fixtures grouped by Round or Matchday.

     

    Also, how are the teams sorted in right hand side of this image?

    football_league_view.jpg.a23f9edda676a5e

    the sidebar will be sorted via order you placed them in unless changed in 4.1.x in 3.4.x the admin/mod or select people can move them by change the order that needed.

  13. Ok all lang is stored in the database under core_sys_lang_words so need find the ones that still there and remove them from the database and should work after that any problems let me know.

  14. 2 hours ago, Marius said:

    How can I delete/remove the old/out of date language words?

    I going look this as believe could be stored in database or need remove the cache files but find the correct way and let you know today.

  15. 1 hour ago, Adriano Faria said:

    I start to belive that this is a Core thing. See the newest member now on the index widget:

    Capturar.png

    The only difference between them is the Member ID. The "real" Joel R is this: https://invisionpower.com/profile/372360-joel-r/

    More, try to mention him, you'll got:

    Capturar.png

    More?

    Capturar.thumb.PNG.894a448b597f6549f272a8dc301fc4e1.PNG

    Everything already reported.

    That's sound right as on @Michael R site show lots guest on who online so must be problem that making this act odd.

  16. 8 hours ago, Marius said:

    I uninstalled and installed the plugin but nothing, same problem. I even tried to delete all the translating and making a new one, but the problem persists. 

    when you uninstall does old lang stay there ? or does remove when uninstall

  17. 1 hour ago, Marius said:

    Because there are / have been added identical words. who_was.png

     

    how odd as 1.0.3 has no duplication word really interesting how installed second copy when it should not.

  18. Highlight Topic Author adds a badge and a border above posts and from the author of topics and questions. It will help your commentators to differentiate between other posters and posts from the original author.

    demosite.png

    View: Coming Soon

    features.png

    • Requires practically no configuration.
    • Works in topics and question topics.
    • Easily change the colour of the badge & border.
    • Enable/Disable the badge or border.
    • Set icons for both topics and QA topics.
    • Set custom classes for the badge and border for your own setup.
    • Set badge text for standard topics and text for question topics.

    compatibility.png

    IPS 4.0, 4.1

    ideauggestions.png

    If you have suggestions, we'd be happy to hear them via the support topic

×
×
  • Create New...