Posted in : Skins
Another version, another set of skin changes. These changes apply to 1.8.5 -> 1.9beta uprades
Code:
display_list( $credit_links, T_('Credits').': ', ' ', '|', ' ', ' ' ); |
Code:
<link rel="pingback" href="<?php $Blog->disp( 'pingback_url', 'raw' ) ?>" /> |
Code:
<?php | |
// ------------- START OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. ------------- | |
$disp_comments = 1; // Display the comments if requested | |
$disp_comment_form = 1; // Display the comments form if comments requested | |
$disp_trackbacks = 1; // Display the trackbacks if requested | |
| |
$disp_trackback_url = 1; // Display the trackbal URL if trackbacks requested | |
$disp_pingbacks = 1; // Display the pingbacks if requested | |
require( dirname(__FILE__).'/_feedback.php' ); | |
// -------------- END OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. -------------- | |
| |
locale_restore_previous(); // Restore previous locale (Blog locale) | |
?> |
Code:
*/ | |
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); | |
| |
// --- // | |
| |
if( empty($c) ) | |
{ // Comments not requested | |
$disp_comments = 0; // DO NOT Display the comments if not requested | |
$disp_comment_form = 0; // DO NOT Display the comments form if not requested | |
} | |
| |
if( empty($tb) || !$Blog->get( 'allowtrackbacks' ) ) | |
{ // Trackback not requested or not allowed | |
$disp_trackbacks = 0; // DO NOT Display the trackbacks if not requested | |
$disp_trackback_url = 0; // DO NOT Display the trackback URL if not requested | |
} | |
| |
if( empty($pb) ) | |
{ // Pingback not requested | |
$disp_pingbacks = 0; // DO NOT Display the pingbacks if not requested | |
} | |
| |
if( ! ($disp_comments || $disp_comment_form || $disp_trackbacks || $disp_trackback_url || $disp_pingbacks ) ) | |
{ // Nothing more to do.... | |
return false; | |
} |
¥
Trackback URL (right click and copy shortcut/link location)
Trackback url for this post
Note : This trackback url is time limited so use it within 30 minutes or the SpamHound will snarl at you.
http://waffleson.co.uk/z/?k=317126026331032380f36304607c60a8c0f26c5baa8f30d72
Posts : 845
Joined : 10/05/05
Comments are closed for this post.
Posts : 3
Joined : 11/19/05