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
  #132  
Old 12-19-2007, 03:44 PM
cosy cosy is offline
 
Join Date: Jul 2007
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my error when i try to put a link or upload a file whit this add-on enabled
is this because old php ? not for php 5?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 65

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 67
Reply With Quote
  #133  
Old 01-28-2008, 07:31 PM
sokol sokol is offline
 
Join Date: Jun 2004
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having the same issues as others with Vb:3.6.8 pl2.

When I add a download, it does not create the forum.
I have previously used this on older versions and it worked fine.

Any ideas how to fix it?

~Sokol
Reply With Quote
  #134  
Old 01-29-2008, 12:24 PM
Humayun1 Humayun1 is offline
 
Join Date: Dec 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

I have uploaded all the files and have imported the product and everything seems fine till this stage but the problem is that i am unable to complete 4th task of installation phase "# Be sure to set the usergroup permissions!"; i created a new forum for download section but don't know how to make all new threads to be posted in this forum; i mean i can't see any such settings to do so.

Thanks in advance
Reply With Quote
  #135  
Old 01-30-2008, 11:05 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Humayun1 View Post
Hello

I have uploaded all the files and have imported the product and everything seems fine till this stage but the problem is that i am unable to complete 4th task of installation phase "# Be sure to set the usergroup permissions!";
This is under your usergroup settings. Usergroups -> Usergroup Manager. Select the group you want to give permissions for then look for the "DownloadsII Create Thread Permissions" (see attached pic)

Quote:
Originally Posted by Humayun1 View Post
i created a new forum for download section but don't know how to make all new threads to be posted in this forum; i mean i can't see any such settings to do so.
You have to configure the settings in admincp under "Downloads - Create Threads" (see second image)
Reply With Quote
  #136  
Old 01-30-2008, 11:22 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cosy View Post
my error when i try to put a link or upload a file whit this add-on enabled
is this because old php ? not for php 5?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 65

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fetch_foruminfo(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /......downloads.php(1392) : eval()'d code on line 67
Look for the code below in plugins "DownloadsII Create Thread on Edit" and "DownloadsII Create Thread on Add" (admincp -> Plugins & Products -> Plugin Manager)

PHP Code:
    if ($cat['dl_forumid_cat'] > 0)
    {
        
$foruminfo fetch_foruminfo(&$cat['dl_forumid_cat'], 1);
    } else {
        
$foruminfo fetch_foruminfo(&$globalforum['downloadsIIforumid'], 1);
    } 
remove the & in after "fetch_foruminfo(" so you have:

PHP Code:
    if ($cat['dl_forumid_cat'] > 0)
    {
        
$foruminfo fetch_foruminfo($cat['dl_forumid_cat'], 1);
    } else {
        
$foruminfo fetch_foruminfo($globalforum['downloadsIIforumid'], 1);
    } 
Reply With Quote
  #137  
Old 01-30-2008, 11:25 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sokol View Post
I am having the same issues as others with Vb:3.6.8 pl2.

When I add a download, it does not create the forum.
I have previously used this on older versions and it worked fine.

Any ideas how to fix it?

~Sokol
It works fine in vb3.6.8 pl2. Check your usergroup settings and the settings for where to create the thread. See - https://vborg.vbsupport.ru/showpost....&postcount=134
Reply With Quote
  #138  
Old 01-31-2008, 02:59 AM
Aceman's Avatar
Aceman Aceman is offline
 
Join Date: Mar 2002
Location: Virginia, USA
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok.. I have the following problem:

No Thread is being created in the forum I've specified by a specified user.

1. I checked the usergroup for "modelbot" which is set to NewCaster.
2. I checked to ensure that "NewCaster" has permission to create threads in the specified forum AND that the usergroup has "Can Create threads on upload" set to YES on the usergroup edit page.
3. The forum is turned on.
4. I uploaded a test file to the system, no thread is created in the forum, and no link is visible in the description of the file I uploaded.

Any Suggestions? I've even edited each category and set the exact forum they need to go into (all into 1 forum btw).
Reply With Quote
  #139  
Old 01-31-2008, 03:22 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aceman View Post
Ok.. I have the following problem:

No Thread is being created in the forum I've specified by a specified user.

1. I checked the usergroup for "modelbot" which is set to NewCaster.
2. I checked to ensure that "NewCaster" has permission to create threads in the specified forum AND that the usergroup has "Can Create threads on upload" set to YES on the usergroup edit page.
3. The forum is turned on.
4. I uploaded a test file to the system, no thread is created in the forum, and no link is visible in the description of the file I uploaded.

Any Suggestions? I've even edited each category and set the exact forum they need to go into (all into 1 forum btw).
PM me your forum info including a vb admin login and I'll check it out.
Reply With Quote
  #140  
Old 02-05-2008, 09:00 PM
sokol sokol is offline
 
Join Date: Jun 2004
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
It works fine in vb3.6.8 pl2. Check your usergroup settings and the settings for where to create the thread. See - https://vborg.vbsupport.ru/showp...&postcount=134
Doh! sorry I forgot this step. My appologies.

~Sokol
Reply With Quote
  #141  
Old 02-09-2008, 06:23 AM
skrazydogz skrazydogz is offline
 
Join Date: Apr 2007
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the following mistake.

When I upload a file in Downloads2 is it without moderate.
But the Thread which is make in forum I must moderate before all can see the thread.

I have checked all permissions but I dont find a mistake.

Please help me...
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 08:53 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.06121 seconds
  • Memory Usage 2,329KB
  • 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_php
  • (6)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
  • (2)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