Forum Replies Created
-
Hey VeeBee and karmatosed
Just to update – I made a page template and copied and pasted the contents from register.php into the template file, nothing showed up, then i changed put this on top of the template file:
`<?php
global $bp;
if(empty($bp->signup->step))
$bp->signup->step=’request-details’;
?>`as mentioned here http://buddydev.com/forums/topic/move-registration-to-index-page#post-4235
and the form shows up but the profile field with Name does not, and after inputing data into the fields that do show up and hitting Complete Sign Up just redirects me to the same page.
Here is the page : http://lcfacademy.com/registeree/its under the default buddypress theme, in the registration folder you will find the register.php
bp version 1.5.5I have been trying to do the same thing … i copied and pasted the contents of register.php into my home page php file but it does not show up … just stays blank …
ok great the second option sounds the best…
thanks for giving a breakdown of how to approach the issue…appreciate you helping me in this issue…thanks again
so if i copy and paste the entire content of register.php into my homepage file it should work ?
I am looking to put the entire form on the home page … thanks
hey I m havin almost the same issue here … I m tryin to make a page like futureshop store locator as here https://www-ssl.futureshop.ca/en-CA/stores/store-locator.aspx?path=ea28f6c34753eb533eec8934664edb41en99
Where the drop down menu for one is enabled and i can chose well the other is greyed out and only becomes “choseable” one the first one is selected. Could someone give any pointers … guys plzz