Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 22, 20213 yr Got the 2.1.1 Still same issue as before. Did not remove the options that I selected on chrome.
March 22, 20213 yr Author Did you modify the permissions to enable the new settings? If so, and it is still not working, then you are going to need to give me ACP access to look closer at that page and your settings. Edited March 22, 20213 yr by Nathan Explosion
March 23, 20213 yr Author Ok, send me the requested details in a PM please. UPDATE: This might just be a caching issue, as the widgets are cached. So...do the following: Go to the ACP -> Support "What do you need help with?" -> "Something isn't working correctly" Click 'Continue' Check the page again - if still a problem then send me the requested details in a PM please. Edited March 23, 20213 yr by Nathan Explosion
March 23, 20213 yr Would you be able to add video ad support? Not sure if that is possible. thanks, steve k.
March 24, 20213 yr 19 hours ago, Nathan Explosion said: Elaborate please. Google Ads can do video ads but requires some Player integration. Here is the information on integration. https://support.google.com/adsense/answer/1705822?hl=en&ref_topic=1706004&visit_id=637521932802527447-3001771748&rd=1 For Direct SDK, here is the ad code that gets generated https://googleads.g.doubleclick.net/pagead/ads?ad_type=video_text_image&client=ca-video-pub-2478521489155222&description_url=https%3A%2F%2Fwww.bmw2002faq.com%2Fforums%2Ftopic%2F268751-test-video%2F&videoad_start_delay=0&max_ad_duration=30000 For IMA Adepter the code looks like this https://tpc.googlesyndication.com/ima3vpaid?adtagurl=https%3A%2F%2Fgoogleads.g.doubleclick.net%2Fpagead%2Fads%3Fad_type%3Dvideo_text_image%26client%3Dca-video-pub-2478521489155222%26description_url%3Dhttps%3A%2F%2Fwww.bmw2002faq.com%2Fforums%2Ftopic%2F268751-test-video%2F%26videoad_start_delay%3D0%26max_ad_duration%3D30000&vad_format=linear&correlator Items from those links are Publisher ID pub-2478521489155222 The rest of the information comes from these settings Thanks for looking! steve
March 24, 20213 yr Author Thought so - that will be a 'no' from me on that one, specifically with regards to this application.
April 30, 20213 yr This resource is already installed and up to date I uninstall and clear cache but don´t solved.
May 1, 20213 yr I have this message: This resource is already installed and up to date And I can't install or upgrade.
May 1, 20213 yr Author What version do you currently have installed? I don't know anything about your environment so help me out here. Have you logged a ticket with IPS support yet?
May 1, 20213 yr Author OK - but I was asking what version of this application you currently have installed, actually. Anyway...please tell me exactly what they tell you, if they say it is a problem with the application. Please don't paraphrase.
May 1, 20213 yr Oh Sorry! I had v1.2.7 version but I have removed it and now I don't have any installed. I want to install the 2.1.1. version
May 1, 20213 yr Author OK. In that case, IPS support is definitely the route if you are unable to install the application - out of my hands if the Marketplace is telling you that you already have it installed but you don't. Let me know if they point it back in my direction.
May 1, 20213 yr 1 minute ago, Nathan Explosion said: OK. In that case, IPS support is definitely the route if you are unable to install the application - out of my hands if the Marketplace is telling you that you already have it installed but you don't. Let me know if they point it back in my direction. 👍
May 3, 20213 yr On 5/1/2021 at 7:27 PM, Nathan Explosion said: Have you logged a ticket with IPS support yet? Hello, this is the support answer: Hello,You need to contact the author of that item for assistance. It does sound like you already have it installed though
May 5, 20213 yr Author On 5/1/2021 at 7:49 PM, pequeno said: Oh Sorry! I had v1.2.7 version but I have removed it and now I don't have any installed. I want to install the 2.1.1. version Right...I'm going to point the same thing out here as to someone else on another resource. This is no longer a plugin, it is now an application - as of the release of v2.x So check your applicatio listing - is the application installed? And if so, what version is it?
July 2, 20213 yr Working here on v4.5.4.2 but I have one issue Im trying to resolve, If I 'POST' topics via API and link an mp4 as the post it doesn't automatically turn that link into the player. if I edit the topic and just hit save, then the player will load. What can i do to get it working off the jump? Thanks # Create Data $data = array('forum' => '21', 'title' => $gameHi[$win]['Title'], 'post' => "<a href='$Hi[$win]'>$Hi[$win]</a>", 'author' => '1'); # Create a connection $url = '/api/index.php?forums/topics&key='; $ch = curl_init($url); # Form data string $postString = http_build_query($data, '', '&'); # Setting our options curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postString); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); # Get the response $response = curl_exec($ch); curl_close($ch); Edited July 2, 20213 yr by Kinzer
July 2, 20213 yr Author Provide a link to a post that has been added via the API, and not yet been edited to resolve the issue 2 minutes ago, Kinzer said: If I 'POST' topics via API and link an mp4 as the post it doesn't automatically turn that link into the player.<AT THIS POINT> if I edit the 'POST' topics and just hit save