Confirmation Page Template?

Permalink Browser Info Environment
I'm having trouble finding a way for the confirmation link to go to a page that I can style. Everything works functionality wise, but I feel like it's a bad way to start out a subscription to have a collapsed page when they confirm. Any ideas how to change this? The confirmation link appears to go to a random node or something of the sort.

Type: Discussion
Status: New
lackadaize
View Replies:
jordanlev replied on at Permalink Reply
jordanlev
The confirmation page is a Concrete5 "single_page", which operate a bit differently from normal pages that are added via the admin toolbar.

The overall style of these single_pages is determined by the "view.php" file in your theme. If you built your own theme, you should know where to find this and be able to customize it accordingly. But if you're using a theme that you downloaded from the marketplace (or aren't too familiar with HTML/CSS), then there's not much you will be able to do with the overall style of that page. But if you want to just be able to add more content to the page, that is not too difficult. You can achieve that by copying this file on your server:
packages/email_list_signup/single_pages/confirm_signup.php

...to here:
single_pages/confirm_signup.php


Then edit that new copy of the file and add the following code to the bottom:
<?php
$a = new Area('Main');
$a->display($c);
?>


Now you can go to that page when you're logged in as the admin user (http://yoursite.com/confirm_signup) and edit the page and there should be an editable area where you can add content blocks, etc.

Good luck!

-Jordan
lackadaize replied on at Permalink Reply
lackadaize
Thanks a bunch jordanlev. You're always really helpful. I'll give it a go and let you know if I have any problems.
lackadaize replied on at Permalink Reply
lackadaize
Worked like a charm. I know just enough php at this point that I was able to embed <div id="confMessage"> into a new theme page so i was able to model it to my liking. Thanks again!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.