Jump to content

Sonya*

Clients
  • Posts

    3,923
  • Joined

  • Days Won

    34

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Posts posted by Sonya*

  1. I am not certain if the behavior of mobile push notifications is correct. Every time I get a notification and click to view the content, the notification itself does not disappear (Android). It means the notifications are still there as if I have not yet read the content. I have to go through all notifications and swipe them away one by one. 

    The behavior of other notifications (Gmail, Facebook, WhatsApp etc.) is different. Once I clicked them, they disappear from my notifications stream. This is how I would expect to have IPS notifications as well. 

    Additionally, I wish the notification list in IPS would recognize that I have read the content and mark the notification as read.

    Right now, if there is a notification, then:

    • I click on it to view it
    • I swipe it away to get rid of
    • I have to open my notification list here to have it marked as read as well.

    Three actions to get rid of one notification. 

  2. 29 minutes ago, Maxxius said:

    I get one reason why - perhaps sharing URLs in social media and elsewhere becomes a bit of a nightmare - since you get %E3%82%A2-like characters all over the place. But besides is that cosmetic issue is the only one?

    This. When I see something go to _https://example.com/2-%E3%82%A2 it looks like spam for me. It looks dirty, it looks not serious for me. I cannot read, what this %E3%82%A2 mean, something harmful, something inappropriate? I believe it makes no difference for SEO though as Wikipedia uses it. 

  3. 8 hours ago, opentype said:

    I could imagine that as a stand-alone template product if there is enough interest. 

    I had a vision. Imagine, there is an app called SuperWidgets. The app has custom templates for system widgets:

    • Recently Browsing with overlapping user avatars like in SuperTopics
    • Who's online with overlapping user avatars like in SuperTopics
    • Similar Content like SuperBlocks
    • Activity Stream like SuperTimeline

    The app was submitted by @opentype in Marketplace, and I've bought it immediately. End of the vision. 🙃

  4. On 4/20/2021 at 3:56 AM, bradybarrows said:

    #2 Is the Android mobile app still available and working on Android devices? 

    Yes. But it has many bugs.

    On 4/20/2021 at 3:56 AM, bradybarrows said:

    3 Why has the beta versions of these mobile apps take so long?  Is it difficult to integrate IC into a mobile app? What is the story behind all this?

    An app with branding and all the customizations is technically not feasible, I guess or requires tons of programmers. Right now: no customizations, no monetization, no branding. All IPS communities sit in one app like TapaTalk. To have an own app for your community only, you would have to go through Google and Apple approval process to add it to their stores. You, not IPS. It costs. 

    Another question: why do you need mobile app? If it is because of push notifications, they are integrated in 4.6 without mobile app. Any other reason, you would like to have mobile app? 🙂

     

  5. 1 hour ago, Ramsesx said:

    I recommend revive formerly known as openx. Use this since many, many years. It's free, self hosted and a lot of features. You can add the advert delivery code into the ips advertising system.

    https://www.revive-adserver.com/download/

    I have used it for some years. I have stopped because their code had responsiveness issues. Another issue was the slow performance at large projects. Self hosted was not enough. Cloud was too expensive. We have changed to Ad Manager. 

    The earnings for banner advertisements slowed down though. Paid walls, subscriptions, affiliates, writing and featuring content - this is where we are now 🙃

  6. Generally, I would not recommend using IPS advertisement system to sell impressions. Use duration period (number of days) instead. IPS counts impression like page views. If the ad is placed below the fold and the user never scrolls to see it, IPS would count it nevertheless. Advertisers dislike to pay for ads that were not even displayed. 

    If an advertiser has own tracking code, you can use HTML/JS code for the ad to place it, so that he can see in his tracking system the stats.

  7. I wish there were an interface where we can submit PHP hooks for the databases fields. E. g.

    • onLoad
    • onChange
    • onCreate
    • onDelete
    • onClick
    • and so on...

    Example 1: onCreate or onChange

    While creating or updating a record with a field of type Address, update another field with list of cities, countries to allow search/filter by location. 

    Example 2: onLoad

    Get/extract information from another tables, like showing who has added the record to this favorite list.

    Example 3: onClick

    Record the information, who has clicked the URL field and how often

    This would boost the Pages and allow to create many kinds of interesting apps.

    Note: And yes, I know that I can create a bunch of hooks where I have to restrict them to database and field. This is not the same. The hooks are separated from the field so that I have to know they are there. I have to track field key values and database IDs to be sure the hooks are executed at the right place. And I have no possibility to change them on-the-fly. 

     

  8. 8 minutes ago, CoffeeCake said:

    I would not use a payments processor that does not allow for standard testing practices.

    I would not also, but a client wants 😄 

    8 minutes ago, CoffeeCake said:

    Can you change your "live" domain with the processor, such that you set your domain to test.example.com and then once your testing is complete put it back?

    Not with this payment provider. Every domain should be publicly accessible, and it takes a week or more till the domain is approved 🙈

  9. I wonder how can I test new subscription and payment gateway.

    • There is no group restriction for the subscription, so that I cannot create one just for test and special group
    • I cannot restrict the payment method to special user group only
    • I cannot test on test server as the payment provider does not allow other domains (only live)
    • If I overcome the previous, I still cannot test on test server as the payment interface should be accessible publicly and test installation must be protected by .htaccess
    • I cannot use the constant \IPS\NEXUS_TEST_GATEWAYS on live server as it applies to every payment method 

    Any idea of how to create a test subscription with test payment gateway without allowing normal users to use them? 

  10. You write on the Additional Information tab:

    Quote

    Adding Category images. You can add category images for the main level by adding the Category Image plugin from the Marketplace. SuperHelp will support images uploaded this way automatically.

    What plugin do you mean? I could not find in Marketplace. 

  11. There is an issue with custom fields. I have fields where Show in listing template is disabled. These fields are shown in the listing template (using display view format) despite the setting. Can you please adjust your template the way it respects the fields that should not be shown in the listing? Thank you!

  12. I would like to use some font awesome icons in WYSIWYG block. I have added them via HTML source:

    Lorum ipsum <i class="fa fa-users"></i> lorum

    It shows as expected. If I open the block for edit, the icons are removed. I have tried to add the classes fa and fa-users to Allowed CSS classes in the editor settings. It does not help. Is there any way to use icons in WYSIWYG block?

×
×
  • Create New...