Hey my name is Arthur, I'm creating a website for a Youth Christian Fellowship. I have some experience with html coding and php but I don't think that I have the brains for customizing this site. Is there anyone here that is willing to help me out here? We're going to working with movable type and vbulletin. This is all going for a non-profit cause. :)


Thanks once again,
Arthur


Oh yeah, the website is :

and


my email is :

Dani AI

Generated

Solid, practical guidance for a small fellowship site that uses a blog plus forum: keep the visual identity simple and consistent across both systems, prioritize readability and accessibility for all devices, and avoid heavy structural changes to core product files so upgrades stay possible. A tight scope and a small style guide will save hours during theme integration.

  • Start checklist: define the target pages and required features (events, calendar, resources, membership); collect logo, hero images, and sample content; pick a 2–3 color palette and 1–2 web-safe fonts and verify contrast; set up a development/staging copy and version control; decide roles/permissions and a basic moderation workflow; choose which elements will be shared (single header, footer, CSS file).
  • Development rules of thumb: implement design with template overrides or child styles rather than editing core templates; centralize layout and typography in one CSS file; optimize images and enable caching to keep the site responsive for mobile users; document every template change.

Implementation tips and a tiny starter CSS to unify layout and readable type:

/* base container + type */
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width:600px){
  body { font-size:15px; }
}

Operational cautions and volunteer tasks: keep regular backups before any theme change; test login/registration and permissions on the staging site; run quick accessibility checks (keyboard navigation, alt text, color contrast). Given ’s offer to help, practical first tasks are: create a dev copy, build a minimal forum child-style, add a shared header/footer include for the blog, and produce the single CSS file that both systems reference.

Hey, If you are still looking for someone to help i would be happy to, i dont have much experience with vb but i have worked with phpBB and a few content management systems,

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.