Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
DownloadsII Create New Thread Add-On Details »»
DownloadsII Create New Thread Add-On
Version: 1.0.2, by CyberRanger CyberRanger is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 11-06-2006 Last Update: 11-14-2006 Installs: 254
DB Changes Uses Plugins
Additional Files  
No support by the author.

What does it do?
When a user uploads or updates a file via DownloadsII a thread is created or updated in the specificed forum.

DownloadsII Create New Thread Add-On, is not a stand-alone mod. It requires DownloadsII 5.0.4 or higher.
You can find it here: https://vborg.vbsupport.ru/showthread.php?t=120122 (free)


Features
  1. Ability to global select the forum that receives the new thread and the userid of the thread creator.
  2. Ability to decide what forum receives the new thread and the thread creator based on the category of the file
  3. Option to have the thread created by the uploader or always assigned to the same user account
  4. Option to never create threads by category
  5. Usergroup permissions for being allowed to create a new thread
  6. Link added between thread in Downloads file detail (optional).
  7. Updated Downloads entry creates new post in thread alerting of an update.
  8. Database link to Downloads file entry removed if thread is deleted.
  9. If the Downloads new entry is placed in moderation, so is the thread.
  10. Option to have new threads locked.
Installation
  1. Upload the files in the upload folder into your forum directory.
  2. From the admincp, import the product file product-dl2_thread.xml
  3. From the admincp, set the options under "DownloadsII - Create Threads"
  4. Be sure to set the usergroup permissions!
  5. Done!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 11-13-2006, 07:27 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohh-Dutch View Post
LOL, All That And I Cant Even Use It, I Get A Fatal Error Becuz Of Psionic Visions Battle Hack....
Another member had a problem with my AboutToday mod because of Psionic Visions hack. He helped the other member make a modification to prevent the error.

Basically, he said:
Quote:
Ok. Please tell him to place the following code before initializing the datamanager:

PHP Code:
if (file_exists(DIR './includes/visionscripts/psionic_bsh/newthread_start.php'))
{
    require(
DIR './includes/visionscripts/psionic_bsh/newthread_start.php');

I'd contact Psionic Vision to see if he can offer a hand.
Reply With Quote
  #43  
Old 11-13-2006, 07:31 PM
Ohh-Dutch Ohh-Dutch is offline
 
Join Date: Sep 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberRanger View Post
Another member had a problem with my AboutToday mod because of Psionic Visions hack. He helped the other member make a modification to prevent the error.

Basically, he said:


I'd contact Psionic Vision to see if he can offer a hand.

Why So He Can Charge For Support? I Paid For The Hack And He Charges For Support... So No Can Do... I Think Thats Rediculous... Not On Your Part Though...
Reply With Quote
  #44  
Old 11-13-2006, 07:39 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohh-Dutch View Post
Why So He Can Charge For Support? I Paid For The Hack And He Charges For Support... So No Can Do... I Think Thats Rediculous... Not On Your Part Though...
Try importing the attached xml file. That may help ... or may not. I don't have his hacks so I can't really test it.
Reply With Quote
  #45  
Old 11-13-2006, 08:19 PM
klaush klaush is offline
 
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberRanger View Post
Sorry, I forgot to remove that after exporting the product file. The product file in the attached zip has the "executionorder" removed so the product will install fine with vb ver 3.5.x and up.
Works! Thanks a lot!
Reply With Quote
  #46  
Old 11-13-2006, 09:03 PM
Ohh-Dutch Ohh-Dutch is offline
 
Join Date: Sep 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberRanger View Post
Try importing the attached xml file. That may help ... or may not. I don't have his hacks so I can't really test it.

Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
	(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
	('1', '5', 'DownloadsII Create Threads Cache Templates', 'cache_templates', '$globaltemplates = array_merge($globaltemplates, array(\'downloadii_create_newthread\', \'downloadii_create_newthread_title\',\'downloadii_create_newthread_desc\',\'downloadii_create_post\'));', 'dl2_thread');
Reply With Quote
  #47  
Old 11-13-2006, 09:23 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohh-Dutch View Post
Code:
Database error in vBulletin 3.5.4:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
	(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
	('1', '5', 'DownloadsII Create Threads Cache Templates', 'cache_templates', '$globaltemplates = array_merge($globaltemplates, array(\'downloadii_create_newthread\', \'downloadii_create_newthread_title\',\'downloadii_create_newthread_desc\',\'downloadii_create_post\'));', 'dl2_thread');
Grrr.... third time today I've forgotten to take out executionorder="5". Try this one.
Reply With Quote
  #48  
Old 11-13-2006, 09:51 PM
Ohh-Dutch Ohh-Dutch is offline
 
Join Date: Sep 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberRanger View Post
Grrr.... third time today I've forgotten to take out executionorder="5". Try this one.
Fatal error: Call to undefined function: verify_bs_opponent() in /home/dubicon/public_html/board/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 0
Reply With Quote
  #49  
Old 11-13-2006, 11:03 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohh-Dutch View Post
Fatal error: Call to undefined function: verify_bs_opponent() in /home/dubicon/public_html/board/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 0
I've sent Psionic Vision a PM asking him what file contains the undefined function.
Reply With Quote
  #50  
Old 11-13-2006, 11:53 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ohh-Dutch View Post
Fatal error: Call to undefined function: verify_bs_opponent() in /home/dubicon/public_html/board/includes/visionscripts/psionic_bsh/threadfpdata_presave.php on line 0
Psionic Vision gave me some advice. Cross fingers and give this one a try.
Reply With Quote
  #51  
Old 11-14-2006, 03:59 PM
Ohh-Dutch Ohh-Dutch is offline
 
Join Date: Sep 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No DB Error, But When I Go To Add, I Get This..

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dubicon/public_html/board/downloads.php(1384) : eval()'d code on line 117

and then no thread still....
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:43 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.11570 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete