vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   New Posting Features - [HTL] & [Normal] Thread Descriptions v1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=60697)

LOD-squa 02-14-2004 05:21 PM

Something I would like to see in this hack would be that you *can* change the thread description from Thread(or however it is called) Tools ----> Edit Thread

Boofo 02-14-2004 05:27 PM

That requires extensive editing of postings.php. It can be done, but only with time and patience. ;)

LOD-squa 02-14-2004 05:34 PM

If someone could do it I would appreciate it. :)

setsykid 02-22-2004 08:11 PM

:/

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:
INSERT INTO thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline,
iconid, visible, attach, threaddesc, similar)
VALUES
(':(', 1077487797, 39,
1, 0, 'Dx', 2,
'Dx', 1077487797, 0, 1,
0, '', 'yaaaa'

Boofo 02-22-2004 08:23 PM

Quote:

Originally Posted by setsykid
:/

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:
INSERT INTO thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline,
iconid, visible, attach, threaddesc, similar)
VALUES
(':(', 1077487797, 39,
1, 0, 'Dx', 2,
'Dx', 1077487797, 0, 1,
0, '', 'yaaaa'

Where's the rest of the error message?

setsykid 02-22-2004 08:48 PM

Fix it :)

Boofo 02-22-2004 09:10 PM

What was it?

FleaBag 02-23-2004 06:35 AM

LOL I was just about to release this myself. Though I did it in two file edits, probably the insecure way. :)

Boofo 02-23-2004 06:53 AM

I'm going to be releasing a version on my site that has the edits for the postings.php and editpost.php (as soon as I get the install file put together, which is almost done). ;)

Serge 02-25-2004 12:23 AM

Quote:

Originally Posted by setsykid
:/

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:
INSERT INTO thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline,
iconid, visible, attach, threaddesc, similar)
VALUES
(':(', 1077487797, 39,
1, 0, 'Dx', 2,
'Dx', 1077487797, 0, 1,
0, '', 'yaaaa'

In reply to your problem it is because of a missing ) at the end of that line. It seems to be a typo cause I got the same thing using v1.0.1


Quote:

Originally Posted by eXtremeTim
######
#Find#
######

$totalattachments, '" . addslashes($similarthreads) . "'

##############
#Replace with#
##############

$totalattachments, '" . addslashes($similarthreads) . "', '" . addslashes($post['threaddesc']) . "'

At the end of the replace line there should be a ) so it should be

PHP Code:

$totalattachments'" . addslashes($similarthreads) . "''" . addslashes($post['threaddesc']) . "' 

Try that to see if it works as that is what I had to do.


All times are GMT. The time now is 01:45 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.01241 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (3)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