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)

refertech 03-24-2003 12:34 AM

What version of IE you using?
I'm using IE 6 sp1 and mine works fine.
vb 2.2.9

msimplay 03-24-2003 01:50 AM

weird it works fine for me too
explorer 6

kreftt 03-24-2003 07:49 AM

please put your templates in textfiles and send them to kreftt@gmx.com, then i will have a look

thanks

kreftt

Alien 04-20-2003 06:22 AM

Hey, just wanted to pop in real quick and say thanks for an awesome hack. :D

Installed and working flawlessly in vB 2.3.0 final!

Regards,
-Jason

Frozen Dreams 04-30-2003 11:17 PM

Hey Krefft - I have seen this hack on about every VB I have been a member at so far - so I installed it too ... however the images dont work for me ... :(
I don't get the %-bar unterneath the quota (however it displays how much I used up in numbers) ... I checked and the images are loaded up to the correct folders.

I am german too ;) - so maybe pm me or contact me on msn :)
would be great if you could help me there - awesome hack it is - and I want it to work

kreftt 05-02-2003 12:16 PM

pm sent

RetroDreams 05-06-2003 01:26 PM

How do you get it so you can delete folders?

ogden2k 05-06-2003 05:47 PM

Awesome hack! Only problem is, I can't get the folder count to show. I read through about all of the posts here... I have vB 2.3.0

kreftt 05-06-2003 09:30 PM

@RetroDreams

you can use the normal way by clicking on "folders" and deleting from there. unfortunately i dont fully understand the code vbb uses for the deletion of folders so i cant make a little "delete"-button besides each folder in the list.

@ogden2k

you might want to check the first post as it contains a link to the addon that enables the messages count in each folder.

greets

kreftt

Courage 05-09-2003 10:17 AM

One of my users has this problem:

I has no PM (sent or Received), but the hack show 81% occupied :(

See the image

Courage 05-09-2003 10:34 AM

Somethig is strange. The deleted PM are still in the DB but on the folderid is -1 !!!

This is normal ?

Restless_ca 05-10-2003 11:40 PM

Lovely hack. Very very nice.

kreftt 05-11-2003 10:51 PM

i dont think this is normal. this hack doesnt change a thing in the code to delete a pm though

Courage 05-11-2003 11:35 PM

Look in to the database using phpmyadmin. You will see that the mesages that you have sent to others are still there ! (even if you dont have any message reported on sent folder)

They have folderid = -1

ap0c 05-17-2003 09:56 PM

installed, good hack

kreftt 05-19-2003 09:16 PM

Quote:

05-12-03 at 02:35 AM Courage said this in Post #174
Look in to the database using phpmyadmin. You will see that the mesages that you have sent to others are still there ! (even if you dont have any message reported on sent folder)

They have folderid = -1

im sorry i cannot reproduce this.
after i delete my messages from sent folder the percentage bar drops down like it should, the number behind the folder says 0 like it should and the followng query:

Code:

SELECT COUNT(*) AS FROM privatemessage WHERE userid=1 AND folderid='-1'
results in 0 too, just like it should. and there is really nothing to change by my hack that could cause this behaviour.
feel free to send me over your files AND your templates that start with priv_ to kreftt[at]uni.de
your board-url would be nice too.

greets

kreftt

RetroDreams 05-22-2003 08:09 PM

Has anyone looked into the ability to delete custom folders in the main PM Center view?

padblaz 05-23-2003 06:35 AM

wow, really nice
thanks for this hack, my users already love it :)

MarkL 05-26-2003 12:57 AM

I don't see the PM Quota Bar. I have the Quota part, but there is no bar going across. Can anyone help me? :$

MarkL 05-26-2003 03:33 PM

*bump* Anyone? :$

ap0c 05-26-2003 07:07 PM

Quote:

Today at 12:33 PM MarkL said this in Post #180
*bump* Anyone? :$
in both private.php and private2.php change this line
PHP Code:

   if ($pmquota>and $bbuserinfo[usergroupid] != 6) { 

to read
PHP Code:

if ($pmquota>) { 

and you will see the bar.. but you wont be exempt to the quotas anymore

MarkL 05-26-2003 08:48 PM

Quote:

Today at 01:07 PM ap0c said this in Post #181
and you will see the bar.. but you wont be exempt to the quotas anymore

what do you mean by that?

ap0c 05-26-2003 10:59 PM

when you remove the above code, the storage limit should now apply to the admin also.

MarkL 05-26-2003 11:49 PM

Oh, well, I sorta wanted that, so that's good thing. :-p

nymyth 05-31-2003 07:47 AM

I cannot get my gauge to work.....does anyone have any ideas...

Peace

It gives a percentage but the bar isnt working.

nymyth 05-31-2003 08:01 AM

nevermind i got it

Peace

reismarktq2 06-02-2003 02:26 PM

One minor squibble with this hack...

It's working great and looking great, but I also have the Store Hack and its "More PM Quota" hacks installed. The problem is that when my users purchase more PM quota in the store, the gauge DOESN'T CHANGE to reflect the additional quota space. Any way to edit the code to get these two hacks working together?

The General 06-04-2003 09:26 PM

Thanks! Works like a charm...

reismarktq2 06-13-2003 10:02 PM

Quote:

06-02-03 at 11:26 AM reismarktq2 said this in Post #187
One minor squibble with this hack...

It's working great and looking great, but I also have the Store Hack and its "More PM Quota" hacks installed. The problem is that when my users purchase more PM quota in the store, the gauge DOESN'T CHANGE to reflect the additional quota space. Any way to edit the code to get these two hacks working together?

Can anyone help me with this?

kreftt 06-13-2003 10:32 PM

can i have a link to the "more pm quota" addon please...

reismarktq2 06-16-2003 02:25 PM

Kreftt: http://www.vbulletin.org/hacks/index...ack&hackid=874

jamoss 06-29-2003 04:43 PM

Works great. Thanks for your hard work on this and for sharing it!

Frozen Dreams 06-30-2003 02:26 PM

Quote:

02-06-03 at 07:05 PM kreftt said this in Post #152
i wont bet my money on this, but i guess it should work replacing all instances of $pmquota in the gauge hack by $touserinfo[pmlimit]
at least i hope so :)


tried that and didnt work :(

Airs 07-02-2003 02:36 PM

First id like to say great hack! but im having some serious trouble installing it..i havent checked the rest of the codes but the first thing one has to change i cant find it anywhere in private.php oO
PHP Code:

$templatesused "usercpnav,privfolder_bit,privfolder_messages,privfolder_nomessages,privfolder,postbit_avatar,postbit_useremail,icq,aim,yahoo,postbit_homepage,postbit_profile,postbit_signature,privmsg,priv_reply,priv_sendprivmsg,redirect_pmthanks,redirect_pmdelete,priv_showfolders_folderbit,priv_showfolders,posticons,posticonbit"

This dosent seem to be anywhere in private.php..any help?

Boofo 07-02-2003 02:49 PM

Quote:

Today at 10:36 AM Airs said this in Post #194
First id like to say great hack! but im having some serious trouble installing it..i havent checked the rest of the codes but the first thing one has to change i cant find it anywhere in private.php oO
PHP Code:

$templatesused "usercpnav,privfolder_bit,privfolder_messages,privfolder_nomessages,privfolder,postbit_avatar,postbit_useremail,icq,aim,yahoo,postbit_homepage,postbit_profile,postbit_signature,privmsg,priv_reply,priv_sendprivmsg,redirect_pmthanks,redirect_pmdelete,priv_showfolders_folderbit,priv_showfolders,posticons,posticonbit"

This dosent seem to be anywhere in private.php..any help?

Yours is probably different if you have added any hacks. Try looking for

$templatesused

It is at the top of the file.

kreftt 07-02-2003 07:23 PM

Boofo is most likely right...

Boofo 07-02-2003 07:26 PM

Most likely? :p ;)

Airs 07-02-2003 07:36 PM

Yea he was lol thnx a lot was dumb of me for not thinking that ;p but anyways i got another problem >< when i click member tracking i get this:

Database error in vBulletin 2.3.0:

Invalid SQL: SELECT COUNT(*) AS foldermsgtotal FROM privatemessage WHERE userid=1 AND folderid=
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064

Gutspiller 07-05-2003 12:04 AM

Can I get some help on the following problems with this hack:

1. My "go" button to add a new folder has grey in the corners where it's suppose to be transparent.

2. The go button is centered correctly with the "add folder" field.

3. I saw in some of the posts that people had added the feature to show how many messages were in each folder. I guess that wasn't added into the main instructional file cause I don't have it. That or I used an older version that I had on my HDD. Anyhow, I tried the query that was mentioned in a post on the 2nd page of this thread and it errored out. Can I get instructions on exactly how I go about adding it so that I can see how many messages on in each folder?

Thanks a bunch!

Great hack.

kreftt 07-05-2003 11:46 AM

1) in template PRIVFOLDER find

Code:

<input type="hidden" name="action" value="doeditfolders">
<input type="image" class="bginput" name="submit"  src="images/go.gif">

change to

Code:

<input type="hidden" name="action" value="doeditfolders">
<input type="image" name="submit"  src="images/go.gif">

that should do it

2) guess you have a typo somewhere...

3) take a look here to find the add-on that brings the functionality

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


All times are GMT. The time now is 12:49 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.01292 seconds
  • Memory Usage 1,819KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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