vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   [ADD-ON] Improved PM Folderview PM Totals (https://vborg.vbsupport.ru/showthread.php?t=36840)

Sam FT 06-16-2003 01:38 AM

Quote:

Today at 09:18 PM Onkel_Tom said this in Post #40
[B]Sorry Music Pirate, but there is a mistake in your compilation.

The second part you wrote in your instruction is duplicate with the first part !
Sorry about that Onkel.

I forgot to remove that line, several of the fixes overlapped each other and I just forgot to remove it. But I have remove the line duplicate line. Sorry everybody...

ogden2k 06-25-2003 09:25 PM

Will this be re-done for vB 3?

Onkel_Tom 06-25-2003 09:42 PM

I'm still missing a function to remove the custom Folders from the PM System. I can create new own folders but can't remove them.

Has anybody a solution for that ?

sharjah 06-29-2003 09:35 PM

Hi Tom ..

You can do that through "Folders button"
(You?ll find it underneath your messages)

https://vborg.vbsupport.ru/images/pm_folders.gif

Here's the link to it ....

http://your_site.com/v/private.php?s...on=editfolders

Onkel_Tom 06-30-2003 12:02 AM

Many thanks sharjah, I was blind ;)

Gutspiller 07-05-2003 06:09 PM

This hack really should be updated to replace 13486D with { firstaltcolor } (without the spaces of course) A small thing, but it would help the noobs.

Sam FT 07-05-2003 07:59 PM

Quote:

Today at 02:09 PM Gutspiller said this in Post #46
This hack really should be updated to replace 13486D with { firstaltcolor } (without the spaces of course) A small thing, but it would help the noobs.
That was the reason why I just I compiled an update of all the bugs fixes and what not...https://vborg.vbsupport.ru/showthrea...742#post403742 But it there was a way to replace it with what I did would help the noobs.

groovesalad 07-11-2003 02:21 AM

I see several of these in my private.php code:
Quote:

if ($bbuserinfo[pmfolders]) {
$allfolders = split("\n", trim($bbuserinfo[pmfolders]));
$foldercount = 0;
while (list($key,$val)=each($allfolders)) {
$folder = split("\|\|\|", $val);
$foldercount++;
$highestnum = $folder[0];

$folder[folderid]=$folder[0]+1;
$folder[title]=$folder[1];
Which one am I supposed to put this under?
Quote:

BELOW THAT ADD

///////////////////////////////////////////////////////////////////////////////hack///////////////////////////////////////////////////////////////

$ignoreusers="";
if (trim($bbuserinfo['ignorelist'])!="") {
$ignoreusers='AND fromuserid<>'.implode(' AND fromuserid<>',explode(' ', trim($bbuserinfo['ignorelist'])));
}
$msginfolder = $DB_site->query_first("SELECT COUNT(*) AS foldermsgtotal FROM privatemessage WHERE userid=$bbuserinfo[userid] AND folderid=$folder[folderid] $ignoreusers");
$foldermsgtotal = $msginfolder[foldermsgtotal];

///////////////////////////////////////////////////////////////////////////////hack///////////////////////////////////////////////////////////////
Would someone kindly help?

Ludelover 07-22-2003 03:03 AM

@Groovesalad

They look similar yes but if you read the code carefully you'll notice some differences. THere is only one section that is identical to that.

MaDCaT75 09-05-2003 12:31 AM

Good 1

Alidar 11-14-2003 09:05 PM

very nice addition, I love it!!!

Deacon Frost 01-19-2004 08:39 PM

ok, since I installed a newer version (2.3.4) it worked out fine, but now I have another prob...

when I click on "track messages" I get an error like:

Parse error: parse error, unexpected T_VARIABLE in /home/virtual/site3/fst/var/www/html/forum/private2.php on line 308

which says:

$msginfolder = $DB_site->query_first("SELECT COUNT(*) AS foldermsgtotal FROM privatemessage WHERE userid=$bbuserinfo[userid] AND folderid=$folder[folderid]");

Crank 06-13-2004 02:01 AM

i have all the bug fixes installed and still cant see the number of messages
it just display ()
anyone help with this thanks


All times are GMT. The time now is 07:47 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.01318 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (13)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