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)
-   -   Preview Private Message Before Sending (https://vborg.vbsupport.ru/showthread.php?t=32695)

The_Huntress 07-01-2003 07:25 PM

it doesnt work for me (i have 2.3.0) it throws an error that i guess its either on member.php or member2.php... but when i look it up in i cant find it in either file *scratches head* ne ideas? like right now i went to edit a post and it says 'Line 44: 'color_text' is not defined'... no clue wut dat is heh..cuz lie 44 shows no errors (in ne of the templates)

a syntax error gets shown on private php as well ... when u try make a new pm

a little help?

Salazar 07-13-2003 10:15 AM

[QUOTE]06-24-03 at 08:29 PM ruffnerr said this in Post #70
The hack works with 2.3.0, I went through this whole thread and updated the original downloadable hack code with all the enhancements, bug fixes, etc that have been posted.

I'm not a professional hack writer, so I make no guarantees for this code.

duncan99 07-29-2003 11:15 PM

It works great , I use v2.3.0 everything is ok except 2 small bugs :
- after pressing preview button, the signature checked becomes unchecked.

- when I modify the subject of the PM or change the subject, after pressing preview button, it goes back as the same subject before.

Can someone know how to fix it ?

ruffnerr 08-08-2003 04:20 PM

I implemented all the changes listed in the support thread, tested it with vB 2.30, fixed another bug not previously fixed, and am posting the updated code here.

See attached instructions for installation.

Logician 08-08-2003 04:26 PM

Such updates should be released in the original thread. Merging threads now..

ruffnerr 08-08-2003 04:26 PM

I think the subject bug was fixed earlier in the thread. To fix the signature check box do this:

Search for:

Code:


    if (!isset($savecopy)) {
        $savecopychecked="CHECKED";
    }

Insert this after:

Code:


    if ($signature) {
        $signaturechecked="CHECKED";
    }

Whoops, threads merged, that's what I get for listening to other posters :squareeyed:

aquariumpros 09-30-2003 08:35 PM

I have installed this hack (and reviewed/implimented all the fixes throughout the site)...and am not getting any errors...but when I click on the preview button...it just refreshs the PM screen and shows again without the preview. All the fields stay intact...but no preview window.

Anybody have any ideas?

(v-2.2.9)

TIA,

aquariumpros 10-02-2003 03:30 PM

<BUMP> - anyone??

Edison Chen 06-10-2004 01:00 AM

[QUOTE]


All times are GMT. The time now is 09:49 AM.

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.01160 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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