Jump to content

sound

Clients
  • Posts

    1,378
  • Joined

  • Days Won

    1

 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 sound

  1. On 4/17/2018 at 7:42 PM, sound said:

    seems to be a flaw with the sorting of the various tabs for the front index on version for 4.2

    the 'trending' display appears to be sorted via the 'tid' not 'video_trending_views' ?

     

     

    the below edit seems to fix this for both 4.2 and 4.3 versions

      //    $table->sortOptions   = array();
            $table->sortOptions = array( 'video_trending_views' );
            

    how did this get thru pre-release checking?

  2. seems to be a flaw with the sorting of the various tabs for the front index on version for 4.2

    the 'trending' display appears to be sorted via the 'tid' not 'video_trending_views' ?

     

     

  3.  

    suggestions for future releases

    an index page

    eg the url /newsletters/

    a simple index page which lists all current and archived newsletters

    links

    a subscribe/unsubscribe link on each newsletter page with a check first if they have the essential site admin email option on or off

    subscriptions

    when starting a newsletter instead of having a whole group as subscribers, have the option for no subscribers and  members needing to opt in 

    eg an opt in option rather than opt out

     

     

  4. can you not rebuild by emptying the database table

    of course it will then take a lot of time to rebuild as it does only 1 'page' at a time every 15 minutes but if you can resolve that to a lesser time as above then may be workable?

     

    plus as the sitemap is only submitted to google once every 24 hours by the invision software

    then if 'improving' this feature it may also be worthwhile changing this 24 hrs fixed term to a user selected variable?

     

     

  5. my main site has been getting random error 500 lock ups

    when it happens I need to copy the theme and then switch to the copied theme to resolve

    php reports
    PHP Fatal error:  Class 'IPS\Theme\Cache\class_core_front_forms' not found 

    as think 'class_core_front_forms'  is a classifieds  call (hooks.json)  then maybe this crashing is related to this app?

    has anyone else had such issues?

     

     

     

  6. On 9/22/2017 at 7:47 AM, InvisionHQ said:

    I can try to find a way to add a popup, all other things are related to Commerce app and I suggest you to ask to IPS to add a new feature for guests.

    Member store is a page with all adverts of the user, like eBay store, amazon store... after you activate it in ACP

    every user can set a store name in the user profile settings.

    suggestion #1

    change the settings for the member store to the same section as the 'default'

    in its current location you can not give a link to members to explain to them how to startup and/or  rename their store

    eg move it from the edit profile 'members store' tab into here

    https://www.forumname/settings/classifiedsaddress/

    suggestion #2

    Add a 'classifieds' tab profile section

    has to be a useful 'discovery aid - list of members classifieds ads via their profile page - also could have store link ?

     

  7. 6 hours ago, InvisionHQ said:

     

    I'll add cl_ms_adverts on the language xml in the next release, but you don't need it to show the widget.

    ok the widget is not showing because ...

    it seems that the stores do work even when the setting in profiles has not been enabled

    bit odd 

     

     

  8. On 8/29/2017 at 2:18 PM, sound said:

    having problems with the new New Stores widget displaying

    title shows  cl_ms_adverts when adding/editing and after saving the block doesn't display ?

     

     

     

    On 8/30/2017 at 6:07 AM, InvisionHQ said:

    Can you post a screenshot?

    nope cant post one

    somethings up

    a search of the most recent release says that  cl_ms_adverts  shows in the members store  widget file but not in the language xml file

     

  9. is there a variable that can use to display the sold badge to show on the post template as well as list

    just prefer to indicate that the item is sold without modifying  the title (seo reasons)

    thanks

  10. 35 minutes ago, HeadStand said:

    the stack trace you printed is telling me that you're not running the latest code. The line numbers in the trace don't match the actual structure. Can you please try downloading and installing the latest?

    ok , the system was saying that it was 1003 installed but after downloading  and uploading the latest from here it appears that its all working now

    so all now resolved

    thanks for your time/efforts

     

     

  11. On 6/27/2017 at 8:23 AM, sound said:

    latest version 4.1.19.4

    system log entry

    TypeError: DateTime::__construct() expects parameter 2 to be DateTimeZone, string given (0)
    #0 /xxxxxx/system/Helpers/Form/Date.php(207): DateTime->__construct('2017-01-02 23:0...', 'UTC')
    #1 /xxxxxx/system/Helpers/Form/FormAbstract.php(165): IPS\Helpers\Form\_Date->formatValue()
    #2 /xxxxxx/system/Helpers/Form/FormAbstract.php(143): IPS\Helpers\Form\_FormAbstract->setValue(true)
    #3 [internal function]: IPS\Helpers\Form\_FormAbstract->__construct('newsletter_star...', 1483398000, true, Array, NULL, NULL, NULL, 'newsletter_star...')
    #4 /xxxxxx/system/Helpers/Form/Date.php(90): call_user_func_array('parent::__const...', Array)
    #5 /xxxxxx/applications/newsletters/sources/Newsletter/Newsletter.php(156): IPS\Helpers\Form\_Date->__construct('newsletter_star...', 1483398000, true, Array, NULL, NULL, NULL, 'newsletter_star...')
    #6 /xxxxxx/applications/newsletters/modules/admin/newsletters/newsletters.php(189): IPS\newsletters\_Newsletter->form(Object(IPS\Helpers\Form))
    #7 /xxxxxx/system/Dispatcher/Controller.php(86): IPS\newsletters\modules\admin\newsletters\_newsletters->form()
    #8 /xxxxxx/applications/newsletters/modules/admin/newsletters/newsletters.php(27): IPS\Dispatcher\_Controller->execute()
    #9 /xxxxxx/system/Dispatcher/Dispatcher.php(129): IPS\newsletters\modules\admin\newsletters\_newsletters->execute()
    #10 /xxxxxx/admin/index.php(14): IPS\_Dispatcher->run()
    #11 {main}

    hi

    any word on this ?

    i want to change the delivery time of a newsletter

    this error is preventing this

    thanks

     

  12. 13 hours ago, Martin A. said:

     

    I can add this. It's sort of already there, as part of a custom request. Add "&group=<groupName1>,<groupName2>" to the URL to see how it functions. But I'll add it as a marker group setting as well.

    is there a current way to just show the calendar event locations from a url link?

     

  13. 7 hours ago, HeadStand said:

    You should have more details in your system logs. Do you? Also, what version of IPS are you running? 

     

    latest version 4.1.19.4

    system log entry

    TypeError: DateTime::__construct() expects parameter 2 to be DateTimeZone, string given (0)
    #0 /xxxxxx/system/Helpers/Form/Date.php(207): DateTime->__construct('2017-01-02 23:0...', 'UTC')
    #1 /xxxxxx/system/Helpers/Form/FormAbstract.php(165): IPS\Helpers\Form\_Date->formatValue()
    #2 /xxxxxx/system/Helpers/Form/FormAbstract.php(143): IPS\Helpers\Form\_FormAbstract->setValue(true)
    #3 [internal function]: IPS\Helpers\Form\_FormAbstract->__construct('newsletter_star...', 1483398000, true, Array, NULL, NULL, NULL, 'newsletter_star...')
    #4 /xxxxxx/system/Helpers/Form/Date.php(90): call_user_func_array('parent::__const...', Array)
    #5 /xxxxxx/applications/newsletters/sources/Newsletter/Newsletter.php(156): IPS\Helpers\Form\_Date->__construct('newsletter_star...', 1483398000, true, Array, NULL, NULL, NULL, 'newsletter_star...')
    #6 /xxxxxx/applications/newsletters/modules/admin/newsletters/newsletters.php(189): IPS\newsletters\_Newsletter->form(Object(IPS\Helpers\Form))
    #7 /xxxxxx/system/Dispatcher/Controller.php(86): IPS\newsletters\modules\admin\newsletters\_newsletters->form()
    #8 /xxxxxx/applications/newsletters/modules/admin/newsletters/newsletters.php(27): IPS\Dispatcher\_Controller->execute()
    #9 /xxxxxx/system/Dispatcher/Dispatcher.php(129): IPS\newsletters\modules\admin\newsletters\_newsletters->execute()
    #10 /xxxxxx/admin/index.php(14): IPS\_Dispatcher->run()
    #11 {main}

  14. ok

    when saving the newletter I get the below error logged

    EX0 Something went wrong. Please try again.

    and

    TypeError: DateTime::__construct() expects parameter 2 to be DateTimeZone, string given (0)
    #0 /zzzzzzzzzz/system/Helpers/Form/Date.php(207): DateTime->__construct('2017-06-20 09:0...', 'UTC')

     

    my site is on uk time, maybe something to do with that?

     

  15. On 6/16/2017 at 2:59 PM, HeadStand said:

    The topic title format is not a date field, it's plain text. I can't see how you can possibly get that particular error on that field. Can you please tell me which field is generating the error?

     

    ok, thanks for the reply

    looking deeper

    it seems to be the 'Scheduled Start Date' causing the problem when saving settings

    any pointers?

     

     

×
×
  • Create New...