vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PM Attachments 3.5 (https://vborg.vbsupport.ru/showthread.php?t=95477)

illusions 10-10-2005 08:28 AM

I dont know what I seem to be doing wrong...I followed the instructions but when I select the manage upload button ..a window opens followed by the following error message:

Invalid Post specified. If you followed a valid link, please notify the administrator

I tried changing the threadid but still geting the same msg...any help here plz?

Terminator1138 10-11-2005 06:51 PM

Thanks works as intended.

illusions: how did you get the thread ID? I used one of mine and it worked perfectly.

Aeolian 10-12-2005 01:49 AM

its about time to change the topic title..
either compatible with vb 3.5 gold or not..

its been while now..

Snake 10-13-2005 06:19 PM

Yeah you're right!

BluPhoenix 10-13-2005 11:00 PM

Sorry, the true 3.5 Gold Version is being delayed because of problems with quotas, I hope to release it soon..

Although this version as is does work with 3.5 Gold.. IF You just follow the instructions as they are set out, always take care when installing a modification, make sure code is added in the right place and that your editing the right templates.

LeeWicKeD 10-14-2005 09:02 PM

When i attach a file, it uploads without an error, but when i want to send the PM i get a Database error:


Invalid SQL:
UPDATE pmtext SET attach='1' WHERE pmtextid='2477';

MySQL-Fehler : Unbekanntes Tabellenfeld 'attach' in field list.
Fehler-Nr. : 1054
Datum : Saturday, October 15th 2005 @ 12:00:33 AM
Skript : http://www.xxx.de/forum/private.php
Referrer : http://www.xxx.de/forum/private.php?do=newpm&u=1
IP-Adresse : xxx
Benutzername : xxx
Klassenname : vb_database


edit: a i've got vb3.5 gold...seems not to work with.

BluPhoenix 10-15-2005 06:46 AM

Don't fully understand the language but it looks like you've not run all the sql queries needed when installing the hack. You need to add an attach to the pmtext table which it looks like you haven't done..

Code:

ALTER TABLE pmtext add attach int not null;
but make sure you've done all the other sql queries too (they are towards the very end of the install instructions)

akanevsky 10-18-2005 12:36 AM

Hey bro, are you sure this should use thread permissions for whether they can attach or not? I think this should be separate :)

Andreas 10-18-2005 12:38 AM

Yeah, would be nice if it was separate - unfortunately that doesn't seem to be that easy (without file edits).

akanevsky 10-18-2005 12:48 AM

How about a new user permission - "can attach files in PM"? :)


All times are GMT. The time now is 03:13 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.01105 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)bbcode_code_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