Update NCBC Bulletin & Administistration
@@ -17,7 +17,7 @@ A. Login to Solution Administration Web Admin URL to Administer Solution
|
|||||||
- Accessing Administration Page
|
- Accessing Administration Page
|
||||||
- Option 1: Link from https://start.newcovbap.church
|
- Option 1: Link from https://start.newcovbap.church
|
||||||
- 
|
- 
|
||||||
- Option 2: Directly via URL [ https
|
- Option 2: Directly via URL [ https://bulletind.bv.newcovbap.church ]
|
||||||
- Logging on to Web Admin
|
- Logging on to Web Admin
|
||||||
- 
|
- 
|
||||||
- Contact "Bulletin Admin" for username and password
|
- Contact "Bulletin Admin" for username and password
|
||||||
@@ -33,19 +33,21 @@ B. Uploading and making document available via Static URL or QR CODE
|
|||||||
- Upload the latest bulletin. [ Be sure to follow the naming convention ]
|
- Upload the latest bulletin. [ Be sure to follow the naming convention ]
|
||||||
3. Change the [active.html]
|
3. Change the [active.html]
|
||||||
|
|
||||||
`<!DOCTYPE html>
|
> `<!DOCTYPE html>
|
||||||
<html lang="en">
|
> <html lang="en">
|
||||||
<head>
|
> <head>
|
||||||
<meta charset="UTF-8">
|
> <meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
> <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Redirect </title>
|
> <title>Redirect </title>
|
||||||
</head>
|
> </head>
|
||||||
<body>
|
> <body>
|
||||||
<script>
|
> <script>
|
||||||
window.location = "https://bulletin.bv.newcovbap.church/archive/ncbc-bulletin-2025.11.30.pdf";
|
> window.location = "https://bulletin.bv.newcovbap.church/archive/ncbc-bulletin-2025.11.30.pdf";
|
||||||
</script>
|
> </script>
|
||||||
</body>
|
> </body>
|
||||||
</html>`
|
> </html>
|
||||||
|
|
||||||
|
`
|
||||||
|
|
||||||
- Edit the <script> </script> section to redirect to your updated bulletin pdf file, i.e. ncbc-bulletin-2025.11.30.pdf
|
- Edit the <script> </script> section to redirect to your updated bulletin pdf file, i.e. ncbc-bulletin-2025.11.30.pdf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user