Recent Topics

1 Jan 16, 2010 03:30    

(1) - Editing long posts can be a chore because it is necessary to scroll down to the bottom of the post to click the edit button. I would like an edit button at the top of posts too.

(2) - A button to choose whether or not the number of visits per post is shown in the editing screen, and to similarly disable any other counters.

I don't really care how many times a post has been visited. I don't want that number looking at me with it's subtle psychological message that it should be larger.

Number counting interferes with the creative process.

2 Jan 16, 2010 10:46

Re (1)
Look for something like...

<?php
						$Item->edit_link( array( // Link to backoffice for editing
								'before'    => '',
								'after'     => ' &bull; ',
							) );
					?>

in _item_block.inc.php or indedx.main.php and reposition or duplicate it where you want it.

Re (2), sorry I don't know where that is and if curiosity gets the better of me I can see it in the Admin sections.


Form is loading...