vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   attachments in PM (https://vborg.vbsupport.ru/showthread.php?t=172897)

Sworm 03-13-2008 10:57 AM

attachments in PM
 
Hi all,
how can i do for adding the attachments option in the PM messages?

Dismounted 03-13-2008 11:25 AM

I believe there was a modification that allowed this on 3.6.x. Have you tried searching?

Sworm 03-13-2008 12:45 PM

Quote:

Originally Posted by Dismounted (Post 1463722)
I believe there was a modification that allowed this on 3.6.x. Have you tried searching?

yes, i've tried, but i don't have found nothig ..... or, i've found this:
https://vborg.vbsupport.ru/showthread.php?t=91220

but don't work in vB 3.6.8 ....

snakes1100 03-13-2008 12:50 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=127113" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=127113</a>

Sworm 03-13-2008 01:10 PM

thanx,

last question regar the previous mod:

how can i do for remove this tables from MySql?

Code:

ALTER TABLE attachment add usedin varchar(30) not null;
ALTER TABLE attachment add itemid int not null;
ALTER TABLE pmtext add attach int not null;
ALTER TABLE attachment add index (usedin,itemid);

I want remove it before installing this mod,
anybody can help me?

Dismounted 03-15-2008 09:58 AM

Why do you want to run those queries?

Sworm 03-15-2008 10:07 AM

Quote:

Originally Posted by Dismounted (Post 1465256)
Why do you want to run those queries?


because in the previous version of the att mod exist this queries.... but i've already remove it running thi others queries:
Code:

ALTER TABLE attachment DROP usedin;
ALTER TABLE attachment DROP itemid;
ALTER TABLE pmtext DROP attach;


Dismounted 03-15-2008 10:12 AM

The mod should automatically clean up the database when you uninstall it...

Sworm 03-15-2008 10:34 AM

Quote:

Originally Posted by Dismounted (Post 1465269)
The mod should automatically clean up the database when you uninstall it...

ok, but now i've created problems running this?:



ALTER TABLE attachment DROP usedin;
ALTER TABLE attachment DROP itemid;
ALTER TABLE pmtext DROP attach;

Dismounted 03-15-2008 10:41 AM

You *should* be fine.


All times are GMT. The time now is 07:23 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.01128 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete