WebsiteBaker helps you to create the website you want: A free, easy and secure, flexible and extensible open source content management system (CMS).
Create new templates within minutes - powered by (X)HTML, CSS and jQuery. With WebsiteBaker it's quite natural your site is W3C-valid, SEO-friendly and accessible - there are no limitations at all.
WebsiteBaker is the best choice for designers, developers and users - whether you are a beginner, advanced person or geek.
No managers have claimed this project yet. Claim this position
Thanks.
I find it:
// Replace placeholders from language variable with values
$search = array('{LOGIN_DISPLAY_NAME}', '{LOGIN_WEBSITE_TITLE}', '{LOGIN_NAME}', '{LOGIN_PASSWORD}');
$replace = array($display_name, WEBSITE_TITLE, $username, $new_pass); ...
Not without changing some core WB code.
In the bottom of signup2.php is the sending of the email to the new user.
Code:if($wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) {
You could add a line before that one sending a copy to y...
I corrected two more warnings so must be getting closer,
1. Bakery Module code
bakery_1.59\templates\cart\table_header.htm
line
3 {TXT_ORDER_ID}: {ORDER_ID}
4
5
changed to,
3 <...
Hello,
sorry for the trouble and bad English.
I would like if possible to receive an email whenever a user through the page /account/signup.php registers on my site.
Exist a way to do this?
thanks a lot
PS: i use Version 2.8.1
Revision 1287
hab jetzt diesen Code zur Anzeige des Ladebalkens
[code]$(document).ready(function(){
var loader = ").app...