close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PowerStore 4 User Regisitration Suggestion

Thread began 10/19/2010 5:29 am by Jason Kline | Last modified 11/23/2010 11:18 am by Jason Byrnes | 1745 views | 6 replies |

Jason Kline

PowerStore 4 User Regisitration Suggestion

Can we let the user registering know that there account is created. Seems like after clicking on the Register button the profile page shows to update your profile.

Sign in to reply to this post

Jason ByrnesWebAssist

on the webassist/plugins/registration/registration.php page, you could edit line 141:

php:
header("Location: ".((isset($_GET["accesscheck"]))?$_GET["accesscheck"]:"users_profile.php")  ."");



to pass a querystring variable:

php:
header("Location: ".((isset($_GET["accesscheck"]))?$_GET["accesscheck"]:"users_profile.php?reg=1")  ."");



then edit the users_Profile.php page to show a thank you message:

php:
<h1><?php if(isset($_GET['reg']) && $_GET['reg'] == 1) echo("Thank you for registering<br />"); ?>Profile</h1>
Sign in to reply to this post

Jason Kline

Great! I will try that.

Thank you Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Jason Kline

Hi Jason,

I made the changes you suggested but the thank you message does not show up. Only "Profile" show up after registering.

Any suggestions?

Jason

Sign in to reply to this post

Jason Kline

OK got it... had to edit the webassist/plugins/registration/full/registration.php as well

Sign in to reply to this post

Jason ByrnesWebAssist

OK, glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...