Archive

Archive for the ‘boblog’ Category

Change the amount of posts displayed at boblog manage

August 29th, 2008 No comments

only 20 posts will be displayed by default when try to manage posts at wordpress, sometimes there is a need to see more posts for bulk modification, following is a way:

find following code in the file of admin/admin_header.php:

$adminitemperpage=20

and change 20 to the number desired.

Categories: boblog Tags:

The image link at boblog

August 23rd, 2008 No comments

The image link at boblog :

[img]http://www.yyy.com/111.jpg[/img]

Categories: boblog Tags:

remove the emotion icon for boblog

August 16th, 2008 No comments

go to the file of elements.php in the theme, and change the code

<td class=”formbox-comment-rowheader” width=”140″ valign=”top”>

to

<td class=”formbox-comment-rowheader” width=”140″ valign=”top”  style=”display:none;”>

Categories: boblog Tags: