Jump to content

Netherlord

Members
  • Posts

    742
  • 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 Netherlord

  1. Don't waste your time. If you are serious about crypto investment. Go with ripple (Xrp). it was hit 10$ in 3 years, is being rolled out as a transaction processor to banks. The other crypto will burst and fail. Don't even bother with them. Trust me! Besides. This is the year they bring about the one world currency. A $ ain't going to be worth much in 7-8 months I don't think.
  2. Yeah thumbnail generation is not working, and when it is there are loading issues with trying to fetch images and failing. I've switched to manually uploading now. So it's ok
  3. Still having issues. Is there a way I can edit a template to just include a picture of a link as default? and not bother with all this.
  4. None of the thumbnail generators work now. except maybe the paid one. Not sure.
  5. Oh. Thanks. Could be IPS related then. I just assumed since it only affects the embeds on databases. Tested with another blank database... Confirmed. Ips related. Thanks for the confirm. Sorry to bother you
  6. I've located a bug. Don't think it's anything I've done. Could you check it yourself for me. When posting a link to a record within a topic. Url structure of my url below! https://www.**.com/knowledgebase/guideline-definitions/no-advertising-r63/ It embeds correctly. But clicking it takes you to a new page ?do=embed query instead of taking you to the content.
  7. I'm unable to save settings! re-install fixed it!
  8. Hey mike, It's been a while since I've asked about recurring donations being taken through your app. I've got members wanting it every other week now. Do you have plans to add it any time soon?
  9. I was way too tired when I wrote the bugs. I've gone over what issues I had and answered you below. Hopefully this helps. From the yt image thumbnail I believe. it was coming in as http on the page. As when I checked unsecure parts that image was the only part http. (Easily fixed it by changing the http to https is the xml file though) Oh replication on this one! With Ajax pagination on: switch between pages with videos on on the page you land on, They fail to load with playable image on them and click to youtube With Ajax pagination off, The above does not happen and they load fine. with it either on or off, if you enter a thread and post a video. The post will be added to the thread but the video within the post will not be playable and will take you to youtube if clicked until you refresh the page. Seems to be an issue with ajax auto loading the posts in and the videos failing onto the non javascript backup, Logic wise that seems to be the issue.
  10. Videos seems to sometimes randomly play in the background also! Edit: Never-mind. Uninstalling.
  11. Actually to expand on this their are other issues. For some reason the videos 50% load with the image and play button! 50% of the time they do not. It's a mix on one page sometimes. This is also the cause for videos not being playable after posting and them merging into posts. I've also encountered issues with people quoting videos and those videos quotes being a squashed image that is unclickable. Kinda annoying and a touch messy. I know you get busy but I'm sure you can do something? I think it has something to do with being ajax loaded? this can't be turned off in some places.... Hope you can do something.
  12. also after posting a video, and the post merging in after send clicking the video takes you to youtube? Can it be made to play inside without a page refresh? As it's kind of annoying. I'm using 4.2
  13. A button to toggle between http and non https would be nice in the plugin setting. I was able to make it work by changing http to https within the xml! I was getting a browser ssl warning but all is good now. I imagine others on ssl only might have this issue too.
  14. Good to know you will take a look at it for a future version. Can't wait to update to 4.2 and then this app too very pleased with it.
  15. Is it possible to have edits made to links entries go through approval again? I have them needing approval on submission but having it on edits too would be very handy so I can stop any slipping in of other things. I've looked but could not see a way. Correct me if I am wrong!
  16. its not so much a leaderboard issue. Just too many items on the row where name is for tablet viewing. Should be ok if you are fixing the issue with the donations value on profiles still showing if disabled.
  17. Since leaderboard update i now have to many items where the days won part is in profile. Messes things up on tablet. The extra item is the donations value on profiles. been asking that this honors having the settings disabled for a while now. Can it be bug fixed please. It still showing on my admin account even though it is disabled. The DonateChanges tab also still shows!
  18. All is good now. I had a personal issue that caused other issues. As i had been testing! I do have one thing i am unhappy with however. Not technically a bug but might be worth mentioning. On mobile the author, avatar and posted time leaves too much of a white space for me. First image is how it is for me. Even with the toggle settings, the white space is too much! The other 2 images are what i was aiming to create with css but it broke so much so i scrapped that idea. But i am including because they do look good? and might give you idea's Not major but worth mentioning like i said.
  19. Will you be working on making these templates mobile and tablet friendly?? I notice some issues with avatars and ratings that's all! Ruins the nice looks!
  20. I wouldn't suppose anyone knows how to add a field that will automatically show which category an item was posted in? and then display it? I did it before but can't remember how now
  21. I checked again fully! Went through edits again to make sure nothing was wrong. When you paste a link it is an image that when clicked takes you to the video page. This happens in the debugger and in the embed as you post in editor on facebook. BUT once the share is posted. It no longer follows that and reverts to playing a white video. This seems to have fixed it for me. /* Add thumbnail to meta */ if( $video->thumbnail ) { \IPS\Output::i()->metaTags['og:image'] = \IPS\File::get( 'videos_Thumbs', $video->thumbnail )->url; \IPS\Output::i()->metaTags['meta_imagesrc'] = \IPS\File::get( 'videos_Thumbs', $video->thumbnail )->url; \IPS\Output::i()->metaTags['og:image:width'] = "398"; \IPS\Output::i()->metaTags['og:image:height'] = "224"; } if( $video->video_type == 'media_url' OR !$video->video_type ) { \IPS\Output::i()->metaTags['medium'] = "video"; }
  22. Could always just add "no description" string? if no description is added! I tried a few. New and old and i re-cached using the facebook debugger. I messed around for a little while. sadly the same. -- I'm not sure but would i be right in suggesting that youtube videos should fake a video look in fb share. (that might be easier?) have it display the thumbnail image and title. And when clicked just jump to the video viewing page. Just seems like it might fix this issue?
  23. Different issue for me. I want my users to see donations. But i do not want them to see the send donations stuff. So i disabled it. But for me and anyone who accessed profile while it was enabled we have the donations changes tab on profile and we have the donations text next to content count. It never went away when i disabled it.
  24. Edit: Looks like that did not fix the fb share issue! still plays blank white video when clicked! Also my meta tag issue! If a video has a description it includes it in the meta tags when sharing but if no description is added then when i share it the description reverts to text from the donations app. So when i post videos without a description it looks like i am begging for money not a good position. Any idea's?
×
×
  • Create New...