vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   [RELEASE] Private Messaging (PM) Hack, v 1.2.0 (https://vborg.vbsupport.ru/showthread.php?t=1772)

07-24-2000 09:40 PM

It doesn't have to go after $aim - it can go anywhere in that template that you want.

$pmlink isn't a template - it was hardcoded. Look in showthread.php for a reference to it.

07-25-2000 12:06 AM

Ed,

Why don't the "folderrt.gif" and "newfolderrt.gif" images show up on replied to PMs? I'm a bit confused about this.

Thanks,

Bira

07-25-2000 05:51 PM

If a user's profile has "Receive Private Messages" set to No, shouldn't the Private Message header be turned off?

Thanks in advance.

07-25-2000 06:05 PM

bira - I'm not sure why it's doing that. I ran fine on my boards, but it didn't on Me2Be's at one point, but I think she eventually got it to work *shrug*

BobR - I suppose so, but I didn't think of that at the time (that was the last feature I added)

07-26-2000 12:41 AM

I recently installed the 0.9 version of the pm hack and was wondering how long it takes to install the upgrade? Also, I'm not sure why this happened but when I installed the 0.9 version my fivelinks icons moved more toward the center and when a user is logged in on my forums, and wants to check their pm, it shows a broken gif with an image redirect to my forums. What can I do to fix this, and then I'll upgrade. Please visit my forums and see what I'm talking about

[Edited by steven on 07-26-2000 at 04:07 AM]

07-27-2000 09:41 AM

I installed the PM hack on our vBulletin forums the other day. It has been brought to my attention, however, that the forum was not automatically filling in the Username/Password from the cookies on a thread post or reply. I've investigated the 'Store Username & Password in browser memory' setting in the profiles, and it appears the PM hack has blanked out the radio buttons for ALL members i.e. neither button is checked.

Can this be checked please?

07-27-2000 03:52 PM

I think you messed up user.php, because I haven't had that problem (and no one else has reported it)

07-28-2000 09:14 AM

Thanks Ed, I'd imagined the same too. I've performed the changes again on a copy of the original user.php, went into the profile and its still showing blanks! Any other suggestions?

07-29-2000 06:31 AM

Mike, first of all let me say that this is a truly amazing hack. It's very professionaly done all the way through, and very easy to customize with the multiple templates. The only thing that I might like to see in any future versions, would be a postbit_pmlink template. I know that it can be changed by editing showthread.php, but I just think that more template changes and less "code-hacking" is better. Keep in mind this is just a suggestion, and in no way takes away from the appreciation I have for the quality work you have done and given to all of us.

Cameron

08-01-2000 05:48 AM

Mike,
I was wondering if you could take a look at this code and see what I'm doing wrong. When I was customizing the look of my privmsglist template, I think I messed up somehow. For instance, whenever I check several boxes, clicking move or delete has no effect. I can add folders, and jump from folder to folder, but I can't move messages.

Here's the code containing the move and delete buttons:
Quote:

<form action="private.php" method="POST">
<div align="center"><FONT SIZE="2" FACE="arial, helvetica"><b>Checked Items:</b></font>
<input type="hidden" name="action3" value="domove">
<input type="hidden" name="table2" value="$table">
<input type="hidden" name="password3" value="$password">
<input type="submit" name="submit3" value="Delete">
<FONT SIZE="2" FACE="arial, helvetica"><b>or</b></font>
<input type="Submit" name="submit3" value="Move">
<FONT SIZE="2" FACE="arial, helvetica"><b>to</b></font>
<select name="select2">
<option value="0">Inbox</option>$folderjump
</select>
</div>
</form>
Here's the code for the checkbox:
Quote:

<input type="checkbox" name="msgs[$msgid]" value="yes">
Thanks in advance to anyone who can help,
Cameron


All times are GMT. The time now is 08:01 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.01348 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)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
  • (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