![]() |
Yes, It appears not to be working on 3.6.9... Please, anyone knows how to get it working again?
Edit: Well, I don't really like to modify PHPs, but I really need to remove the rules... so, here it is: Comment or remove this lines from your register.php PHP Code:
|
If you have installed the product, uninstall it. Then edit the product_removerules.xml and find the line:
PHP Code:
PHP Code:
Enjoy. |
Quote:
edit: works on vb3.7rc2 too |
Any comment (from fix above) or update from MaestroX?
|
above fix works
|
Thanks Davemac! Your fix works great...
|
fix works perfect for 3.7.0 gold ty
|
Quote:
The reason this probably broke on upgrade is that the newer versions access the $_POST array instead of the $_REQUEST (is more correct IMO) but to attempt to "futureproof" my install of this product I left the $_REQUEST version as is but added the $_POST version as shown and (though they'd only ever use it if they were crazy) I added the $_GET version in too. So in my case I changed: $_REQUEST['agree'] = 1; To: $_REQUEST['agree'] = 1; $_POST['agree'] = 1; $_GET['agree'] = 1; No sure if that helps anyone but I thought I'd add it anyway Chris |
Thank You
|
fix works fine :D
|
doesnt work with 3.7 ???
|
Yeah seems to have stopped working. It would be nice to be able to get this working again if possible.
|
Can anyone get this working with vBulletin 3.8.x? Thanks so much in advance!
|
3.8 anyone?
|
3.8.1 ?
Please. |
does it works with 3.8.x
|
Quote:
Quote:
The Above works on 3.8.1 - Thank You. :D |
Is there a release of this for 4.0.2 anywhere?
|
All times are GMT. The time now is 01:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|