View Single Post
  #121  
Old 12-03-2002, 02:32 AM
Xer Xer is offline
 
Join Date: May 2002
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by kreftt
if i remember right then this should be the privsent template

greets

kreftt
i have try to edit my privsent..
but still cant fix out the problem...
this is my code from privsent.

Code:
{htmldoctype}
<html>
<head><title>$bbtitle - Private Messaging: $bbuserinfo[username] - Read Receipts</title>
$headinclude
<!-- message selection script -->
<script language="JavaScript">
<!--
function CheckAll(theform) {
	for (var i=0;i<theform.elements.length;i++) {
		var e = theform.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox'))
		e.checked = theform.allbox.checked;
		}
	}
function CheckCheckAll(theform) {
	var TotalBoxes = 0;
	var TotalOn = 0;
	for (var i=0;i<theform.elements.length;i++) {
		var e = theform.elements[i];
		if ((e.name != 'allbox') && (e.type=='checkbox')) {
			TotalBoxes++;
			if (e.checked) TotalOn++;
			}
		}
	if (TotalBoxes==TotalOn) theform.allbox.checked=true;
	else theform.allbox.checked=false;
	}
//-->
</script>
<!-- end message selection script -->
</head>
<body>
$header

<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
	<td width="100%"><img src="{imagesfolder}/vb_bullet.gif" align="middle" alt="vBulletin">
	<normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> &gt;
	<a href="usercp.php?s=$session[sessionhash]">User Control Panel For $bbuserinfo[username]</a> &gt;
	<a href="private.php?s=$session[sessionhash]">Private Messages</a> &gt;
	Message Tracking</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<br>
$cpnav
<br>

<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
	<td>$priv_dateselect</td>
	<td align="right">
	
	<table cellspacing="0" cellpadding="0" border="0">
	<form action="private.php" method="post">
	<tr>
		<td><input type="hidden" name="s" value="$session[sessionhash]">
		<smallfont><b>Jump to folder:</b>
		<select name="folderid" onchange="window.location=('private.php?s=$session[sessionhash]&folderid=' + this.options[this.selectedIndex].value + '&daysprune=$daysprune')">
		<option value="0">$inboxname</option>
		<option value="-1">$sentitemsname</option>
		$folderjump
		$readreceiptsoption
		</select>$gobutton</smallfont></td>
	</tr>
	</form>
	</table>
	
	</td>
</tr>
</table>
<br>
<table cellpadding=5 cellspacing=0 border=0 width="{contenttablewidth}">
   <tr>
    <td width="200" valign="top">
     <table cellpadding=4 cellspacing=1 border=0 bgcolor="{tablebordercolor}" width="200">
      <tr bgcolor="{tableheadbgcolor}" id="cat">
          <td align="center" height="28"> <normalfont><b><font color="{tableheadtextcolor}">Folder</font></b></normalfont></td>
      </tr>
      <tr>
       <td  bgcolor="{firstaltcolor}" width="100%"><normalfont><a href="private.php?s=$session[sessionhash]&folderid=0">Inbox</a> ($inbox_msgtotal)</font></td>
      </tr>
      <tr>
       <td bgcolor="{firstaltcolor}" width="100%"><normalfont><a href="private.php?s=$session[sessionhash]&folderid=-1">Sent Items</a> ($sent_msgtotal)</font></td>
      </tr>
      <tr>
       <td bgcolor="{firstaltcolor}" width="100%"><normalfont><a href="private2.php?s=$session[sessionhash]">Message Tracking</a></font></td>
      </tr>
$folderboxeshack 
     </table>
 	 <br>

<form action="private.php" method="post">
<input type="hidden" name="s" value="$session[sessionhash]">
     <table cellpadding=4 cellspacing=1 border=0 bgcolor="{tablebordercolor}" width="200">
      <tr bgcolor="{tableheadbgcolor}">
            <td  height="28" align="center"><normalfont><b><font color="{tableheadtextcolor}">Add 
              Folder</font></b></normalfont>$hiddenfolderboxes</td>
      </tr>
      <tr>
       <td bgcolor="{firstaltcolor}" width="100%">$newfolderboxes	<input type="hidden" name="action" value="doeditfolders">
	<input type="image" class="bginput" name="submit"  src="{imagesfolder}/go.gif">
</td>
      </tr>
     </table>
</form>





<table cellpadding=4 cellspacing=1 border=0 bgcolor="{tablebordercolor}" width="200">
<tr bgcolor="{tableheadbgcolor}">
          <td colspan=3 align="center"> <normalfont><b><font color="{tableheadtextcolor}">PM Quota</font></b></normalfont> 
          </td>
</tr>

<tr>
<td bgcolor="{firstaltcolor}" colspan=3><smallfont>You are using $pmpercent% of your quota. 




</font>
</td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" colspan=3>

<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td bgcolor="{secondaltcolor}" width="200"><img src="$barimg" width="$pmpercent %" height="9">
</td>
</tr>
</table>

</td>
</tr>
<tr bgcolor="{firstaltcolor}">
<td width="33%"><smallfont>0%</font>
</td>
<td width="33%" align="center"><smallfont>50%</font>
</td>
<td width="33%" align="right"><smallfont>100%</font>
</td>
</tr>
</table>

</td>
    <td width="100%" valign="top"> $privatemessages </td>
</tr>
</table>

<!-- message buttons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
	<td align="center">
	<a href="private.php?s=$session[sessionhash]&action=newmessage"><img src="{imagesfolder}/pm_sendnew.gif" alt="Send a new private message" border="0"></a>
	$buddypmlink
	<a href="private.php?s=$session[sessionhash]&action=editfolders"><img src="{imagesfolder}/pm_folders.gif" alt="Organise your private message folders" border="0">
	</td>
</tr>
</table>
<!-- /message buttons -->

<br>

<!-- timezone & forum jump -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
	<td>$forumjump</td>
	<td align="right"><smallfont>$timezone</smallfont></td>
</tr>
</table>
<!-- /timezone & forum jump -->

<br>

<!-- icon key -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr><td width="50%">&nbsp;</td>
	<td nowrap><img src="{imagesfolder}/newpm.gif" border="0" alt="Unread Message"></td>
	<td nowrap><b><smallfont>Unread Message</smallfont></b></td>
	<td nowrap><img src="{imagesfolder}/pm.gif" border=0 alt="Message"></td>
	<td nowrap><b><smallfont>Message</smallfont></b></td>
	<td nowrap><img src="{imagesfolder}/trashcan.gif" border="0" alt="Cancelled Message"></td>
	<td nowrap><b><smallfont>Cancelled Message</smallfont></b></td>
<td width="50%">&nbsp;</td></tr>
</table>
<!-- icon key -->

$footer

</body>
</html>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01151 seconds
  • Memory Usage 1,816KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete