Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119318

moebb on "[Plugin: WP-ViperGB] remove the homepage field?"

$
0
0

hi.

open the file "_output_guestbook.php" from the root directory of wp-vipergb within a text editor and delete the part

<td><?php _e('Homepage', WPVGB_DOMAIN)?>:</td>
<td>
<?php if($user->ID):?> <input type="text" name="url" id="url" value="<?php echo $user->user_url?>" disabled="disabled" size="30" />
<?php else: ?> <input type="text" name="url" id="url" value="<?php echo esc_url($commenter['comment_author_url'])?>" size="30" />
<?php endif; ?>
<?php if(!$opts['disallowAnon']) _e('(optional)', WPVGB_DOMAIN); ?>
</td>

line 296 to 302 (in my version)

greets,
moebb


Viewing all articles
Browse latest Browse all 119318

Trending Articles