Recent Topics

1 Oct 03, 2006 17:29    

On my blog titled, "Steve", I am trying to Save the General tab off of the Blog tab and I receive:

Updating Blog [Steve blog]...
Parameter blog_stub is required!

Any help would be appreciated.

2 Oct 04, 2006 16:43

Resolved based on similar issue: http://forums.b2evolution.net/viewtopic.php?t=5886

Solution:

	
<?php } else { ?>
      <input type='hidden' name='blog_access_type' value='<?php echo $blog_access_type ?>' />
	  <input type='hidden' name='blog_siteurl' value='<?php echo $blog_siteurl ?>' />
	  <input type='hidden' name='blog_stub' value='<?php echo $blog_stub ?>' />

	<?php } ?>


Form is loading...