Jump to content

Sonya*

Clients
  • Posts

    3,946
  • Joined

  • Days Won

    34

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Posts posted by Sonya*

  1. I have created a new bulk mail with following selection:

    screenshot-2021_12.13-18_39_31.thumb.png.90ebac033a96d3ed134809228e0a58fb.png

    And get this SQL error upon saving:

    screenshot-2021_12.13-18_41_24.thumb.png.162b8eb18a02c0818afb9758350466ed.png

     

    SELECT DISTINCT COUNT(DISTINCT core_members.member_id) FROM `core_members`  LEFT JOIN `core_pfields_content` ON core_members.member_id=core_pfields_content.member_id WHERE core_members.allow_admin_mails=1 AND core_members.temp_ban=0 AND core_members.email!='' AND ( ! (`members_bitoptions` & 1 ) != 0 ) AND (`members_bitoptions` & ~1 ) != 0 AND ( v.lost_pass=0 AND v.forgot_security=0 AND v.vid IS NOT NULL ) AND (temp_ban IS NULL OR temp_ban=0) AND ( (failed_login_count IS NULL OR failed_login_count=0) and (failed_mfa_attempts IS NULL OR failed_mfa_attempts=0) ) AND core_members.name <> ''
    IPS\Db\Exception: Unknown column 'v.lost_pass' in 'where clause' (1054)
    #0 C:\Users\Lenovo\Documents\web\_projects\ips46x\system\Db\Select.php(388): IPS\_Db->preparedQuery('/*ips46x::root:...', Array, true)
    #1 C:\Users\Lenovo\Documents\web\_projects\ips46x\system\Db\Select.php(446): IPS\Db\_Select->runQuery()
    #2 C:\Users\Lenovo\Documents\web\_projects\ips46x\system\Db\Select.php(370): IPS\Db\_Select->rewind()
    #3 C:\Users\Lenovo\Documents\web\_projects\ips46x\applications\core\modules\admin\bulkmail\bulkmail.php(260): IPS\Db\_Select->first()
    #4 C:\Users\Lenovo\Documents\web\_projects\ips46x\system\Dispatcher\Controller.php(90): IPS\core\modules\admin\bulkmail\_bulkmail->preview()
    #5 C:\Users\Lenovo\Documents\web\_projects\ips46x\applications\core\modules\admin\bulkmail\bulkmail.php(45): IPS\Dispatcher\_Controller->execute()
    #6 C:\Users\Lenovo\Documents\web\_projects\ips46x\system\Dispatcher\Dispatcher.php(153): IPS\core\modules\admin\bulkmail\_bulkmail->execute()
    #7 C:\Users\Lenovo\Documents\web\_projects\ips46x\admin\index.php(13): IPS\_Dispatcher->run()
    #8 {main}

     

  2. I have created a custom activity stream and subscribed to it (e-mail). Upon receiving a digest I have clicked on Unsubscribe link in the mail:

    https://example.com/index.php?app=core&module=system&controller=redirect&url=https://example.com/index.php?app=core%26module=discover%26controller=streams%26do=unsubscribeFromEmail%26id=1%26gkey=b596df55d5afe21870db52f29670f792&key=6c3c2fa2b0933763d7d35c8e75ed199a0ddcb64d151ee9d21bbac72ea607f3fe&email=1&type=activity_stream_subscription

    On the website, after clicking on Unsubscribe button, I have been redirected to a page with permission error.

    screenshot-2021_12.13-13_44_37.thumb.png.86260ba5f5d7edeb182b5e0e5a096b62.png

    Note: I am logged as administrator at the time I see the error. The URL of the page is https://example.com/discover/1/?do=unsubscribe

     

  3. Can you please explain, how Bitly is supposed to work and how to set up it in IPS?

    I have activated links shortening in AdminCP. I have followed the link to register with Bitly (free account). I have generated an access token in API section of Bitly and added it to IPS. I have tried to add some internal links to Pages articles. Nothing happens. Should IPS replace all links to my domain on the fly? Or how is it supposed to work? 😊

    Thanks.

  4. There is a workaround, if you would like to edit display record template. Add this on top of the template:

    {{\IPS\Output::i()->metaTags['description'] = $record->customFieldDisplayByKey('YOUR_CUSTOM_FIELD', 'listing');}}
    {{\IPS\Output::i()->metaTags['og:description'] = $record->customFieldDisplayByKey('YOUR_CUSTOM_FIELD', 'listing');}}

    This would overwrite the default description meta tag with the value of your custom summary field.

  5. Generally, Blogs are for user-generated content and Articles (Pages) are for editorial content.

    With Articles you have more possibilities. You can:

    • cross-post your content into forums automatically
    • synchronize articles comments to your forum as post reply
    • create any template to change look and like of your articles
    • add additional custom fields and set permission on every field individually

    To get the first idea what is possible with Pages, go to https://www.opentype.space/ and choose Page Templates from Menu. Everything you see there is made with Pages. Templates are ready-to-use and can be purchased via Marketplace. There also some free resources like 

     

  6. I have tested it. This result is for all cases:

    • Database name is used in H1 on the page with database.
    • Page Title is used in title tag of the page with database and as menu name
    • Page Name is used in breadcrumbs for the page with database

    I have expected that Page Name will be used in H1 on the page. There would be a user-friendly way to customize the heading of the page without changing HTML in database template. 

     

     

  7. To save clicks and improve user experience, there should not be select fields that suggest selecting something with single choice possibility.

    Example: I have two forums. The user group in questions can create topics in only one forum. No permission for other forum. There is no reason to ask him to choose a forum. 

    screenshot-2021_11.21-15_42_32.png.21b28523a615ddb949310689f382c366.png

    I would appreciate if Invision Communty would bypass those "choice" windows where there is no really a choice.

×
×
  • Create New...