Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 16, 20214 yr Hello everyone! I need help. I will try to integration my forum with cpx-research.com, but i need to get the user_id to work fine and i know who finished the survive. How i can get this? const config = { general_config: { app_id: 7616, //number ext_user_id: "[HERE WHERE I NEED THE ID]", // string I tried {members_id} but don't work. And the popup only show for who have a account (i've used the ads system to display the form).
April 16, 20214 yr JavaScript? PHP? Where are you putting whatever code you are trying? Edited April 16, 20214 yr by Nathan Explosion
April 18, 20214 yr Author On 4/16/2021 at 2:43 PM, Nathan Explosion said: JavaScript? PHP? Where are you putting whatever code you are trying? javascript. I put the code on footer and use the ADS SYSTEM to select which group will show. Thanks for your reply.