I am trying to add a email sign-up module to my bulletin board. The email is powered by Windows Live (they are kind enough to give me the proper codes to add it). But I don't know which file it is suppose to be added to so that it appears on my page.

Help!

Dani AI

Generated

Nice save, — and was on the right track. A few practical tips that make these kinds of additions safer and easier to maintain over time.

Back up the current style and database before editing any templates. Use the Admin Control Panel template editor (edit the active style, not core files) and add the snippet where it logically belongs: header/includes for site-wide scripts, the sidebar or portal template for a recurring signup box, or the forum index/footer for page-specific placement. If the provider gave JavaScript, put the script portion in a head/include template so it loads reliably; put the form markup where you want it displayed. Save, then clear/rebuild templates and test in an incognito window.

Troubleshooting notes: if the signup does not appear, confirm you edited the active style, check the page source for the injected HTML, and open the browser console for JS errors. Mixed-content (HTTP vs HTTPS), Content Security Policy, and ad-blockers can block third-party widgets — ensure the provider URLs are HTTPS and test with extensions disabled. For upgrades, prefer making the change in a child/custom style or document the template changes so they can be reapplied after an upgrade. Finally, verify privacy/consent requirements for collecting emails in your jurisdiction.

Recommended Answers

All 3 Replies

I'm not sure what you mean ... I assume that they gave you regular HTML code. If that's the case, you will need to edit your current vBulletin style and add the HTML code wherever you want.

It takes some general knowledge of HTML to know where to add it, specifically.

I found it thanks!! I'm kind of new to this but I'm learning on the fly!!

That's how I learned ... dove right into it. I'm not much of a book person I guess :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.