vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Improved PM Folderview (https://vborg.vbsupport.ru/showthread.php?t=36764)

350Chevy 11-27-2002 06:22 AM

Works perfect for 2.2.9! :)

Clicked install.

XFLBret 11-28-2002 04:37 AM

this hack is as cool as the other side of the pillow.

just one beef though...

the words "folder" "PM quota" and the "new folder" the text were the same color as the background. i had to go in the templates and adjust them with the normal font color code before the words, if that makes sense. sorry, its not in front of me right now.

anyway, good work

kreftt 11-28-2002 09:45 AM

im sorry youre right, the templates arent fully correct, some editing is still neccessary. ill fix that when vb3 is out...

greets

kreftt

Xer 12-02-2002 09:10 AM

this hack very nice..
but i dont know y i got width problem...
how can i fix it?? 100% width is no any problem..
but when i set it to 730...

kreftt 12-02-2002 03:04 PM

it looks from your screenshot like you didnt replace all neccessary occurences of
Code:

contenttablewidth
with the hardcoded 730. there should be 4 or 5 places to edit in the privfolder template.

greets

kreftt

ggus 12-02-2002 08:44 PM

Just downloaded and attempted to install. Keep getting a parse error on the 2nd hack on the private.php page. The part that starts "$bbuserinfo[usergroupid] !=6)..." If I remove that whole part of the hack then the page will display. Any thoughts? I just pasted directly from the install sheet.

GGus

kreftt 12-02-2002 09:34 PM

erm, the part that you mentioned is commented out at all occurences, and it isnt a start of a part.
to help you, i would need to know the error message that happens after you hacked the file, and your private.php to kreftt@uni.de
greets

kreftt

Xer 12-03-2002 01:22 AM

Quote:

Originally posted by kreftt
it looks from your screenshot like you didnt replace all neccessary occurences of
Code:

contenttablewidth
with the hardcoded 730. there should be 4 or 5 places to edit in the privfolder template.

greets

kreftt


thank you..!
and my Message Tracking page have same problem too...
which 1 template i need goto edit ?!

kreftt 12-03-2002 01:48 AM

if i remember right then this should be the privsent template

greets

kreftt

Xer 12-03-2002 02:32 AM

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>



All times are GMT. The time now is 03:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02982 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete