Jump to content

virap1

Clients
  • Posts

    110
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by virap1

  1. I would love to see that concept expanded to allow us decide how the features will be used when it comes to access level settings. The ability to create of stand alone quizzes would be great too.
  2. Any plans to let the publishers decide that? Also it would be great to be able to create stand alone quizzes
  3. I am have little issue with the course permissions. I set up to permission to allow guests to view the course. But when I try to view it without being logged in, it just shows a message saying "ENROLL TO VIEW LESSONS".
  4. Thank you. For me it would be important to be able to create a course along with all sub-elements like media/images, text, quiz via api.
  5. Is there an api interface for the courses? I can't find it. Thank you.
  6. Is the poor design, presentation issue for databases pages going to be addressed? Currently, I rely on third party solution to address this. Is it true that they will not be supported in v5? I would love to see if and what you did with v5 pages presentation.
  7. I would love to see native integration to google's free perspective api to detect, auto-moderate, flag possible troll, toxic content https://www.perspectiveapi.com/
  8. Thank you @Randy Calvert. Yes, and they are doing a great job. My suggestion was to do a better planning based on their abilities and vision and better communicate those plans and roadmaps. Right now I am paying a solution (pages app) that has terrible presentation solution so I like many were relying on third party plugins to overcome that. My understanding is there is not going to be any plugins in v5, so where does that leave me and others who use the pages app? That is where a road map and communication would help to plan for the future.
  9. there is a lot of suspense and all with videos and teasers but some clear roadmap for the v5 and upcoming vision would help me much more.
  10. Here are few more things to see incorporated in future releases: 1. advertisements: ability to target/exclude specific content areas (forums, pages, databases, commerce...) and specific categories within those sections. 2. complete redesign of pages/database record view template.
  11. Will the database record view template be updated to something usable? Perhaps, something like what you use here?
  12. Here are few things I would like to see in the future: 1. Ability to post, get meta description and keywords of pages app using the rest api 2. Within reported content be able to filter by specific user whose content was reported or who reported. 3. A way to see reported content in profiles of users where they reported or their content was reported/flagged.
  13. Marc, do you know when meta tags will get api support ? It is a kind of essential, basic thing.
  14. I trying to figure out what would be the best way of using the rest api: 1. upload images to pages media when adding a database record 2. imbed this images within the content of the database record. I can certainly do this manually using the 'Insert Image from URL' feature, but I don't see anything in the api documentation about doing this using the api. Also I am not sure about embedding part. Would i just insert image url between the paragraphs and headings? If it is not possible to use the api to upload the image then I could upload them to a subdomain. But how can I then insert the images into the content so the image tag is properly formatted? At the moment they look like this <img alt="9666-1.webp" class="ipsImage" data-loaded="true" data-ratio="58.50" data-src="https://content.invisioncic.com/e322713/pages_media/9666-1.webp" height="571" src="https://www.enotalone.com/applications/core/interface/js/spacer.png" style="height: auto;" width="1000"> So, will inserting simply img tag be automatically formatted to add the data-loaded, data-ratio, style etc? Thank you.
  15. This probably was a bug in my code. I don't know what changed, but now it works and stopped dropping the first character.
  16. That part of the code looks like this $zimg='https://www.domain.com/zrobot/zimg/'.$cat_id.'/'.$zfilename.'.webp'; echo '<br>img: <a href="'.$zimg.'">'.$zimg.'</a>'; $image_data=file_get_contents($zimg); $image_data_base64 = base64_encode($image_data); $zzz_image['name']=$zfilename.'.webp'; $zzz_image['contents']=$image_data_base64; $data2 = array( "status" => "published", "category" => $cat_id, "author" => $author, "fields" => $fields2, "tags" => $article_format['tags'], "image" => $zzz_image, "hidden" => 1, );
  17. One thing so far I noticed is that when we assign a filename ot the image it cuts the first character. for example signs-guy-attracted-you becomes somethings like _igns-guy-attracted-you.30499c0b554f3d9ba26e1e482d5f344b
  18. I was able to test it today and everything works perfectly fine. Many thanks everyone.
  19. Marc, thank you so much. This is a great news. I will test it and update the topic.
  20. Meeting and passing any and all technical and content standards and suggestions from google is indeed a high priority because those recommendations and indicators are there for a google reason from people who decide what ranks and how it ranks. Since the rewrite is directly linked to the G speed test, it is also an important for me.
  21. It would be a great benefit personally for me and I am sure for many others.
  22. Charles, that comes from caring about invision and paying a lot of money for it too. I would focus on the api, presentation of the pages app, integrate to essential services like semrush, ahrefs, rankmath, create a social media sharing/marking/scheduling platforms etc.
×
×
  • Create New...