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)

Gutspiller 07-05-2003 05:55 PM

How would I go about adding a skyscraper banner under the PM quota box? I was thinking of using an include so that I wouldn't have to go into the code if I switched banner providers.

Do you think you could point me to where that code appears and whereabout I would put my code?

Thanks. (hey they keep the site running.)

kreftt 07-06-2003 06:40 AM

you would have to paste your code in the PRIVFOLDER template after:

Code:

<td width="33%" align="right"><smallfont>100%</font>
</td>
</tr>
</table>
<br>


Gutspiller 07-06-2003 04:53 PM

How do I get the right side of the PMs to line up with the "Go" button? While it may be possible to tell me how to get the "Go" button to move to the left so it lines up with the actual PM box, I was hoping that it might be possible to move the PM box over so that it lines up with the "Go" button. Though I don't want it to affect the spacing on the other side where the PM box is spaced away from the Folders, add folder box, and PM quota box. Here's an attachment to give you an idea of where I'm talking about:

kreftt 07-06-2003 08:29 PM

in your PRIVFOLDER template, find this:

Code:

$readreceiptsoption
                </select> $gobutton</smallfont></td>
        </form></tr>
        </table>
        </td>
</tr>
</table>

maybe it looks a bit different, but only a bit. in the next line you see a table starting with the cellpadding of 5. change this 5 to 0.
aditionally, place a
Code:

<br>
directly after the code that i pasted above (means, directly before the beginning table where you changed the 5 to 0).

still in the PRIVFOLDER template you search for
Code:

$offlineusers

                </td>
        </tr>
        </table>
        </td></tr></table>

</td>

directly after that you paste

PHP Code:

<td width="10">&nbsp;&nbsp;&nbsp;</td

thats it

greetz

kreftt

Gutspiller 07-08-2003 11:47 PM

Quote:

07-06-03 at 03:29 PM kreftt said this in Post #204
in your PRIVFOLDER template, find this:

Code:

$readreceiptsoption
                </select> $gobutton</smallfont></td>
        </form></tr>
        </table>
        </td>
</tr>
</table>

maybe it looks a bit different, but only a bit. in the next line you see a table starting with the cellpadding of 5. change this 5 to 0.
aditionally, place a
Code:

<br>
directly after the code that i pasted above (means, directly before the beginning table where you changed the 5 to 0).

still in the PRIVFOLDER template you search for
Code:

$offlineusers

                </td>
        </tr>
        </table>
        </td></tr></table>

</td>

directly after that you paste

PHP Code:

<td width="10">&nbsp;&nbsp;&nbsp;</td

thats it

greetz

kreftt


I don't seem to have "$offlineusers" in my privfolder. Anything else I can search for?

kreftt 07-09-2003 03:49 AM

yeah, you dont have the buddy list enabled in the private messages window. so just out the second part after
Code:

<td width="33%" align="right"><font class="sf">100%</font>
</td>
</tr>
</table>
<br>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="CENTER">

<!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

</TD></TR></TABLE>

</td>

if it works please delete a user kreftt from your forums

groovesalad 07-11-2003 02:37 AM

my PM Quota doesn't seem to show the colors, even though I uploaded the images...any ideas?

kreftt 07-11-2003 03:57 AM

i have registered at your forums and i can see the colors, so i guess it is fixed. please delete the account of the user kreftt at groove salad, thank you

greetz

kreftt

Gutspiller 07-11-2003 11:21 PM

Quote:

07-08-03 at 10:49 PM kreftt said this in Post #206
yeah, you dont have the buddy list enabled in the private messages window. so just out the second part after
Code:

<td width="33%" align="right"><font class="sf">100%</font>
</td>
</tr>
</table>
<br>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="CENTER">

<!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

</TD></TR></TABLE>

</td>

if it works please delete a user kreftt from your forums


Sorry, I don't quite understand what you want me to do with the code you quoted. :confused: I don't have the buddies list disabled, I run an older version of VB, however, if you could help me get the buddies list onto that left column that would be supercool.

groovesalad 07-12-2003 01:48 AM

Quote:

Yesterday at 05:57 AM kreftt said this in Post #208
i have registered at your forums and i can see the colors, so i guess it is fixed. please delete the account of the user kreftt at groove salad, thank you

greetz

kreftt

really? I still can't see them...hmmm

kreftt 07-12-2003 06:06 AM

@gutspiller

in your PRIVFOLDER template, find this:

Code:

$readreceiptsoption
                </select> $gobutton</smallfont></td>
        </form></tr>
        </table>
        </td>
</tr>
</table>

maybe it looks a bit different, but only a bit. in the next line you see a table starting with the cellpadding of 5. change this 5 to 0.
aditionally, place a
Code:

<br>
directly after the code that i pasted above (means, directly before the beginning table where you changed the 5 to 0).

still in the PRIVFOLDER template you search for
Code:

<td width="33%" align="right"><font class="sf">100%</font>
</td>
</tr>
</table>
<br>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="CENTER">

< !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

</TD></TR></TABLE>

</td>

directly after that you paste

PHP Code:

<td width="10">&nbsp;&nbsp;&nbsp;</td


@groovesalad

could you make a screeny please? and please log in as a user, not as an administrator and check if you can see the colors then.

greetz

Xelation 07-19-2003 11:42 AM

I'm using this hack also, what would I have to do for this hack and the one in this link to work together correctly?

https://vborg.vbsupport.ru/showthrea...threadid=43148

Frozen Dreams 07-20-2003 02:41 AM

Quote:

Yesterday at 02:42 PM Xelation said this in Post #212
I'm using this hack also, what would I have to do for this hack and the one in this link to work together correctly?

https://vborg.vbsupport.ru/showthrea...threadid=43148


quite a few people have asked this ... I have both hacks installed and I'd love to have both go together but seemingly no sulution yet :(
the one suggested in this thread didnt work for me :(

Ludelover 07-22-2003 02:28 AM

I have what I hope is an easy question. My quota bar only works when I go to "message tracking." If i go to inbox or sent items nothing shows up.

any idears?

Ludelover 07-22-2003 03:18 AM

sorry to waste your time. I actually figured it out. I messed up in the private.php code.

This hack works great. Many thanks

kreftt 07-24-2003 11:44 AM

@Xelation & Frozen Dreams

to make this work with the pm quota by usergroup hack you have to do some changes to private.php and private2.php

in my instructions there is this part of code, that you have to put in both private and private2.php:

Code:

//////////////////////////////////////////////////////////////////////////////hack//////////////////////////////////////////////////////////////
// PM GAUGE ENHANCED by WWW.TOTAL-IMPACT.COM aka princeton
// Original PM GAUGE by GOBLIN
// if you want to ignore admin convert the line below to --> if ($pmquota>0 and $bbuserinfo[usergroupid] != 6) {
if ($pmquota>0 ) {
  $ignoreusers="";
  if (trim($bbuserinfo['ignorelist'])!="") {
    $ignoreusers='AND fromuserid<>'.implode(' AND fromuserid<>',explode(' ', trim($bbuserinfo['ignorelist'])));
  }
  $msgcount = $DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$bbuserinfo[userid] $ignoreusers");


  if ($msgcount < 1) {
  $pmpercent = "1"; // stop divisions by zero
  } else {
  $pmpercent = round(($msgcount[messages] / $pmquota) * 100,2);
  }
  if ($pmpercent>75) {
  $barimg="{imagesfolder}/red.gif";
  } elseif ($pmpercent>50) {
  $barimg="{imagesfolder}/yellow.gif";
  } else {
  $barimg="{imagesfolder}/green.gif";
  }
}
//check if there is message in folder(s) and if yes displays gauge
// if you want to ignore admin convert the line below to --> if ($pmquota>0 and $bbuserinfo[usergroupid] != 6) {
if ($msgcount[messages]>0 and $pmquota>0) {
    eval("\$pmgauge=\"".gettemplate("privfolder_pmgauge")."\";");
 }
// PM GAUGE ENHANCED by WWW.TOTAL-IMPACT.COM aka princeton
// Original PM GAUGE by GOBLIN
//////////////////////////////////////////////////////////////////////////////hack//////////////////////////////////////////////////////////////

you go to that code and put this:

Code:

$pmboxlmt = $DB_site->query_first("SELECT pmlimit FROM usergroup WHERE usergroupid='$bbuserinfo[usergroupid]'");
$pmboxlimit = $pmboxlmt[pmlimit];

directly after the commented out area, means, before:
Code:

if ($pmquota>0 ) {
after that, you change all 3 (THREE) instances of
Code:

$pmquota
in this piece of code to
Code:

$pmboxlimit
this worked fine for me

greetz

kreftt

Gutspiller 07-26-2003 04:24 AM

Quote:

07-12-03 at 01:06 AM kreftt said this in Post #211
@gutspiller

in your PRIVFOLDER template, find this:

Code:

$readreceiptsoption
                </select> $gobutton</smallfont></td>
        </form></tr>
        </table>
        </td>
</tr>
</table>

maybe it looks a bit different, but only a bit. in the next line you see a table starting with the cellpadding of 5. change this 5 to 0.
aditionally, place a
Code:

<br>
directly after the code that i pasted above (means, directly before the beginning table where you changed the 5 to 0).

still in the PRIVFOLDER template you search for
Code:

<td width="33%" align="right"><font class="sf">100%</font>
</td>
</tr>
</table>
<br>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="CENTER">

< !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

</TD></TR></TABLE>

</td>

directly after that you paste

PHP Code:

<td width="10">&nbsp;&nbsp;&nbsp;</td


@groovesalad

could you make a screeny please? and please log in as a user, not as an administrator and check if you can see the colors then.

greetz


I don't have this code:

Code:

<td width="33%" align="right"><font class="sf">100%</font>
</td>
</tr>
</table>
<br>

<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="CENTER">

<  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>

</TD></TR></TABLE>

</td>

in my privfolder. What else should I search for?

Xelation 07-26-2003 05:35 AM

hey kreftt thanks, that did it! although I had to edit the templates and replace the variable from $pmprec% to $pmpercent%

legendarysk8er 07-26-2003 05:35 AM

Nice hack, but my members wouldn't need it.

kreftt 07-26-2003 07:56 AM

@gutspiller

2 weeks ago you had this code, now rhe advert is there instead of it. so put it after
Code:

<!-- END: AdSolution-Tag 4.0: AdSpot-Code -->

</TD></TR></TABLE>

</td>

greetz

kreftt

Asterik 08-18-2003 11:15 AM

Code:

<!-- Database error in vBulletin 2.3.2:

Invalid SQL: DELETE FROM privatemessage WHERE privatemessageid=20' AND folderid!='-2'
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '' AND folderid!='-2'' at line 1

mysql error number: 1064

Date: Monday 18th of August 2003 08:06:07 AM
Script: http://www.plugspark.com/forums/forums/private.php
Referer: http://www.plugspark.com/forums/private.php?folderid=-2
 -->

I get this when i try to delete a message :sleep:

kreftt 08-18-2003 08:13 PM

so there is some error in your deletion-code in private.php, most likely a missing ' after privatemessageid=

the hack didnt change a thing at that place, you made that mistake somewhere else.

please post the sections "start do stuff (move, etc) " and "start delete" from your private.php and we'll see what we can do

greetz

kreftt

Asterik 08-18-2003 10:17 PM

Code:

// ############################### start delete ###############################
if ($HTTP_POST_VARS['action']=="dodelete") {
  if (!$delete) {
    eval("standarderror(\"".gettemplate("error_pmnotchecked")."\");");
    exit;
  }

  $privatemessageid=verifyid("privatemessage",$privatemessageid);
  $DB_site->query("DELETE FROM privatemessage WHERE privatemessageid=$privatemessageid AND userid=$bbuserinfo[userid]");

  eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($folderid)."\");");
} #end dodelete


Asterik 08-18-2003 10:19 PM

^-- Start Delete

v-- Start Do Stuff
Code:

if ($HTTP_POST_VARS['action']=="dostuff") {
  $what = '';
  if ($delete!="") {
    $what="delete";
  }
  if ($move!="") {
    $what="move";
  }
  if ($what=="mark") {
    // ************************
    // mark as (un)read
  }
  if ($what=="move") {
    if (is_array($privatemessage)) {
      while(list($key,$val)=each($privatemessage)) {
        $DB_site->query("UPDATE privatemessage SET folderid=".intval($folderid)." WHERE privatemessageid=".intval($key)." AND userid=$bbuserinfo[userid]");
      } //end while
    } else {
      eval("standarderror(\"".gettemplate("error_pmnoselected")."\");");
      exit;
    }
    eval("standardredirect(\"".gettemplate("redirect_pmmove")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($folderid)."\");");
  }
  if ($what=="delete") {
    if (is_array($privatemessage)) {
      while(list($key,$val)=each($privatemessage)) {
        $DB_site->query("DELETE FROM privatemessage WHERE privatemessageid=".intval($key)."' AND folderid!='-2'");
      } //end while
    } else {
      eval("standarderror(\"".gettemplate("error_pmnoselected")."\");");
      exit;
    }
    eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&folderid=".intval($thisfolder)."\");");
  }

}


kreftt 08-19-2003 02:35 PM

ok, your dostuff-section looks wrong, there is a mistake in the delete-query leading to the error.

there are two more diefferences to how this section should look in 2.3.2, so if you update your dostuff-section to look like this:

Code:

if ($HTTP_POST_VARS['action']=="dostuff") {
  $what = '';
  if ($delete!="") {
    $what="delete";
  }
  if ($move!="") {
    $what="move";
  }
  if ($what=="mark") {
    // ************************
    // mark as (un)read
  }
  if ($what=="move") {
    if (is_array($privatemessage)) {
      while(list($key,$val)=each($privatemessage)) {
        $DB_site->query("UPDATE privatemessage SET folderid=".intval($folderid)." WHERE privatemessageid=".intval($key)." AND userid=$bbuserinfo[userid]");
      } //end while
    } else {
      eval("standarderror(\"".gettemplate("error_pmnoselected")."\");");
      exit;
    }
    eval("standardredirect(\"".gettemplate("redirect_pmmove")."\",\"private.php?s=$session[sessionhash]&amp;folderid=".intval($folderid)."\");");
  }
  if ($what=="delete") {
    if (is_array($privatemessage)) {
      while(list($key,$val)=each($privatemessage)) {
        $DB_site->query("DELETE FROM privatemessage WHERE privatemessageid=".intval($key)." AND userid=$bbuserinfo[userid]");
      } //end while
    } else {
      eval("standarderror(\"".gettemplate("error_pmnoselected")."\");");
      exit;
    }
    eval("standardredirect(\"".gettemplate("redirect_pmdelete")."\",\"private.php?s=$session[sessionhash]&amp;folderid=".intval($thisfolder)."\");");
  }

}

you should be set

and no, this isnt because of my hack ;)

greetz

kreftt

Pseudomizer 08-20-2003 01:26 AM

Hi @LL,

works fine with 2.3.0 and backup PN hack. Good job. *thumbup*

Cheers,

Pseudomizer

PixelFx 09-01-2003 12:48 AM

Great hack, also matts on worked great, just got this installed on my personal site. using vb 2.3.2

question:

you have a ADD FOLDERS section,

how would add a Remove Folders section?

Rob

kreftt 09-01-2003 02:39 AM

you would have to code it yourself, i dont know enough php to do it :(

sorry

kreftt

MaDCaT75 09-01-2003 04:30 AM

Oy..... can someone install this for me? I'm afraid I'll screw it up. :ermm:

Red Blaze 10-15-2003 03:56 PM

Just alittle thing. I installed this, and it looks very good. Only thing is that the gauge won't work. It won't say how much I'm using, nor will the images show up. I installed everything correctly. I'm useing 2.3.2. Any Ideas?

kreftt 10-16-2003 12:39 PM

yes. pm me the url to your forum (your homepage link is dead) and set me up a testaccount please and ye shall be helped.

greetz

kreftt

weirdpixels 10-17-2003 12:35 PM

does anyone know if its possible to add a feature to this hack that allows members to delete there custom folders?

Red Blaze 11-11-2003 02:19 PM

kreftt, I moved my site back to its original domain. I was wondering if you could still help me with the guage problem. ^^;

Mr. HillBilly 11-28-2003 05:58 AM

Works great with 2.3.3 :)

kreftt 11-28-2003 12:34 PM

good news, thx for the info

bexie 12-13-2003 06:34 PM

The input box for a new folder is missing...any ideas? The go button is there, but...

Thanks!

gmarik 12-14-2003 07:23 AM

Interesting. Some functions and parts of layout could be combined with vb3.

kreftt 12-14-2003 07:45 PM

@bexie

your homepage gives lots of parse errors at the moment. please send me your edited templates to kreftt@gmx.com and i'll have a look

@gmarik

indeed, and ill update as soon as vb3 is final

greetz

kreftt

Imprezer 12-28-2003 07:21 AM

Installed! 2.3.3

Works awesome!

chrisvonc 01-17-2004 12:43 AM

Installed fine on my 2.3.2 test forum. :) 1 question though:

- The centering of the whole PM Folderview is off center to the left. Any idea what might be causing that? I didnt have any other PM folder hacks preinstalled before this one. I will attach a screenshot.

Follow up: I did find the post #211 that I think fixes this but I too dont have the "$offlineusers" or the code for the 2nd suggestion as in post #217. I also updated my screenshot.


Thanks in advance

Chris


All times are GMT. The time now is 02:28 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.01682 seconds
  • Memory Usage 1,882KB
  • 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
  • (26)bbcode_code_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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