hey does this not work on ver 1.0.3 because i cant log into my admin panel after i uploaded the files?
everything works fine until the Registration Page. When I press Register now, nothing happens. Here is my Error Log: 21-06-2012, 16:40:37:: Unknown error type: [2] Cannot modify header information - headers already sent by (output started at /home4/waytoolo/public_html/serviceauction/header.php:2) on /home4/waytoolo/public_html/serviceauction/includes/functions_global.php line 312 21-06-2012, 16:40:37:: Unknown error type: [8] Undefined index: B_ERRORMSG on /home4/waytoolo/public_html/serviceauction/cache/tpl_123_register.tpl.php line 6 21-06-2012, 16:40:37:: Unknown error type: [8] Undefined index: B_SHOWACCEPTANCE on /home4/waytoolo/public_html/serviceauction/cache/tpl_123_register.tpl.php line 112 BTW, I am using weBid version 1.0.3 Please help. Thanks!
bright theme was for 0.8.5 you need to go through all the .tpl files comparing them to the default ones and make changes acordingly to update it to work with 1.0.3
I started to work with bright theme with 1.1. svn. It's needed 9as nay said) to add crfstoken to all forms . Easiest way it's compare files from default theme and replace for ex. PHP: <form name="registration" action="{SSLURL}register.php" method="post"> with PHP: <form name="registration" action="{SSLURL}register.php" method="post"> <input type="hidden" name="csrftoken" value="{_CSRFTOKEN}">
Registration page not working Hello, I can't seem to be able to register a user every time i enter info on the registeration page nothing happens no error message or anything, i have recently installed colours theme. any help would be much appreicated thanks http://designert.uphero.com
I noticed you don't have a captcha added there. I will suggest to enable the captcha before opening your site up for registration. Once you add the captcha then update the captcha with dahl's update here: http://www.webidsupport.com/forums/showthread.php?7906-Dahlsvarehus-com-Improved-Capcha If you don't do this then you will find out later why I am suggesting it.
colours theme is for a very old version of WeBid not for 1.1.1 thats why. when downloading themes or mods always check at the top of the page you will see somthing like Compatible WeBid versions 1.0.5 1.0.4 if your version of WeBid is not listed then don't install the mod or theme. You would need to totally re code colours theme for 1.1.1 Moderator note: When posting for support for a theme or mod please post in the theme or mods support thread and not in the general support forum. I will move this thread and combine it into the WBColours support thread
I will be honest here. I didn't realize I was responding in a theme mod thread. I will have to download it and see what is going on. Have you tried to register with the default theme? I am just curious if it's the theme register.tpl issue or or a register.php file issue. We will have to trace it starting there. UPDATE: I am looking at the register.tpl page in this theme. Go down to about Line 123 and change: HTML: <input type="hidden" name="action" value="first"> <input type="submit" name="" value="{L_235}" > <input type="reset" name="" value="{L_035}" > To: HTML: <input type="hidden" name="action" value="first"> <input type="submit" name="" value="{L_235}" class="button"> <input type="reset" name="" value="{L_035}" class="button"> See if that helps. It should.
Now I am looking at your link for your page. You changed the theme now. Let us know if the new theme you are using is working with the registering if you need our help. The theme you have up there now should work good. If you want to work on this theme related to this thread then the code change I shared above should fix the issue you are having. I would stick with the theme you have up now. A lot of people use it. I am still going to recommend doing the update on the captcha like I mentioned in post #52.