Recent Topics

1 Apr 13, 2008 13:59    

My b2evolution Version: Not Entered

Hi

I'm modifying a simple_zen skin :)

Working on the s p A c e for some days now
http://eu.rogerlovejoy.eu/

I have moved the box from being at the top to the "postmetadata" div.

In single post it's fine, but If I edit in using the posts.main.php, I get a notification under each metadata (understandable)

I have two solutions open to me but am not that good at resolving it.

1. Is to have an if statement to check that the post is the one that was edited, some thing like


if (this post == the post that was edited)
		{
	   messages( array(
			'block_start' => '<div class="action_messages">',
			'block_end'   => '</div>' . $_GET['blog'] ,
		  ) );
		 }

The second option would be to redirect after editing not just to the blog but to the actual post. Somehow adding the p to the url.

The second option does have the advantage of bringing upi the post that has been edited. There's not need to have a single view if each post could have an

<a name="47">

Ok folks thanks[/code]


Form is loading...