hlamster
Forum Replies Created
-
I am having a similar problem. WP and my plugins are up to date. I am trying to have a slideshow and below it a list (thumbnails) of all of my images. I have the following:
[slideshow id=20][nggallery id=20]On my page. But both show up as slideshows. Tried reversing the order but it didn’t do anything different.
Thanks/Hal
Thanks I will contact my ISP and see if he can shed some light on this. The non dev site is on an old server. Once I get the new site over it will become the main site…. just need to get the new install of wp working there.
Thanks/Hal
Sorry about the .org/com confusion. I understand that it is possible that it is not defaulting to the index.php file but why do I get nothing when I explicitly call it. So if I put in the url http://dev.marklamster.com/index.php shouldn’t I get the default wp page coming up – but I get nothing. And after I login at http://dev.marklamster.com/wp-login.php it seems to log me in and give me a directory – not the admin pages. So I would think there is likely something wrong in my setup – and I haven’t a clue where to begin looking.
Thanks/Hal
Esmi:
If it is something with the domain name why does it run wp-login.php as in http://dev.marklamster.org/wp-login.php ?
Thanks/Hal
Forum: Hacks
In reply to: getting custom forms to workRebecca:
I created a registration page “Individual Registration” with
the form command contained in it <form method=’post’ action=’doRegister’>
I then created a dummy (i.e. empty) doRegister page with a template file template-doregister.php that contained the registration process. But I could not get the page to load. It tried to run “../register/doRegister” which of course isn’t there. I tried making the form link to “../doRegister” but that didn’t work either.In the template-doregister.php I had code such as
$username = filter_input(INPUT_POST,”username”);
and
foreach ($_REQUEST as $fieldName => $value)
{ … )Thanks for your help.
Hal