vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - DownloadsII Create New Thread Add-On (https://vborg.vbsupport.ru/showthread.php?t=130995)

CyberRanger 11-13-2006 07:27 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1116550)
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.

Ohh-Dutch 11-13-2006 07:31 PM

Quote:

Originally Posted by CyberRanger (Post 1116563)
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...

CyberRanger 11-13-2006 07:39 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1116565)
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.

klaush 11-13-2006 08:19 PM

Quote:

Originally Posted by CyberRanger (Post 1116199)
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!

Ohh-Dutch 11-13-2006 09:03 PM

Quote:

Originally Posted by CyberRanger (Post 1116577)
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');


CyberRanger 11-13-2006 09:23 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1116639)
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.

Ohh-Dutch 11-13-2006 09:51 PM

Quote:

Originally Posted by CyberRanger (Post 1116652)
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

CyberRanger 11-13-2006 11:03 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1116667)
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.

CyberRanger 11-13-2006 11:53 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1116667)
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.

Ohh-Dutch 11-14-2006 03:59 PM

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....

CyberRanger 11-14-2006 04:13 PM

Quote:

Originally Posted by Ohh-Dutch (Post 1117189)
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....

grrr ... sorry, it's tough when I can't test it myself. If you're willing ... give this file a try.

Ohh-Dutch 11-14-2006 05:37 PM

Quote:

Originally Posted by CyberRanger (Post 1117199)
grrr ... sorry, it's tough when I can't test it myself. If you're willing ... give this file a try.

GREAT JOB!!! Finally!!!! Thanks Man, If I have Any More Probs, Ill Let You Know!!!

CyberRanger 11-15-2006 02:33 PM

################################################## ###############
# DownloadsII Create New Thread Add-On 1.0.2 Changelog #
################################################## ###############

- Added option to lock newly created threads
- Added option to not include link to thread in download description
- Added include for Psionic Vision's product to prevent error
- Created drop down selection for forums

Enjoy! Still to come ... thread creation on mass import, thread deletion when the download entry is deleted, and more!

jarvis 11-16-2006 02:37 AM

Excellent work. Thanks for the quick reply to my original wish list. :)

Works well!!

Mr Chad 12-09-2006 06:50 PM

ability to select specific forums for each cat?

CyberRanger 12-11-2006 11:11 AM

Quote:

Originally Posted by Mr Chad (Post 1135316)
ability to select specific forums for each cat?

Yes, that's part of the features.

Tododream 12-22-2006 11:30 PM

error on the file downloads.php posted in https://vborg.vbsupport.ru/showthrea...ght=rapidshare

Fatal error: Call to undefined function: ec_demo_mode() in /home/tododre/public_html/foro/downloads.php on line 845

CyberRanger 12-28-2006 12:09 PM

Quote:

Originally Posted by Tododream (Post 1143736)
error on the file downloads.php posted in https://vborg.vbsupport.ru/showthrea...ght=rapidshare

Fatal error: Call to undefined function: ec_demo_mode() in /home/tododre/public_html/foro/downloads.php on line 845

The version of DownloadsII you are using is out of date. You should upgrade to the latest version - https://vborg.vbsupport.ru/showthread.php?t=120122

NiTRoN 12-30-2006 05:55 PM

Feature Request:

When it creates new thread I would love to have option that actually post the BreadCrumbs Location of the file.. example below what I mean.

---------------------------------------------------------

Downloads: New File Added by {Author}
Category: Main > Sub-Cat1 > Sub-Cat2 <-This is what I mean :)
File: {Filename.ext}
Description: {Description Text}

-------------------------------------------

CyberRanger 01-03-2007 04:24 PM

Quote:

Originally Posted by NiTRoN (Post 1147633)
Feature Request:

When it creates new thread I would love to have option that actually post the BreadCrumbs Location of the file.. example below what I mean.

---------------------------------------------------------

Downloads: New File Added by {Author}
Category: Main > Sub-Cat1 > Sub-Cat2 <-This is what I mean :)
File: {Filename.ext}
Description: {Description Text}

-------------------------------------------

Good idea! I've added it to my to-do list.:classic:

tekram 01-08-2007 07:18 AM

Hi;

Very nice Hack, Exellent work!!!!

But i´ve one Bug in my Forum now. when i upload a file, the User xxx make a thread, everythink is ok, but when i click on the forum where the thread stands, i have a white site. ( look screenshot )

NiTRoN 01-14-2007 03:01 AM

Tiny issue ive found.. whenever i update file.. like link, description, name or size it creates totally new thread instead adding post to the existing thread and renaming title to Updated: whateverfilename.ext

is that happening just to me or anyone else have this issue as well?

tekram 01-14-2007 06:39 AM

LOL, i´ve found whats wrong. Rename the Category from Downloads to Database. Then it works perfekt

sokol 01-14-2007 04:55 PM

I have an active forum with daily updated downloads. My users are getting tired of it reposting when the file has been updated any way to turn this off?

Nevermind, I modified the php code in the xml file to add a setting to turn on/off wether or not it posts an update when the file is modified.

Thanks for the great product!
~Sokol

CyberRanger 01-17-2007 11:56 AM

Quote:

Originally Posted by NiTRoN (Post 1158562)
Tiny issue ive found.. whenever i update file.. like link, description, name or size it creates totally new thread instead adding post to the existing thread and renaming title to Updated: whateverfilename.ext

is that happening just to me or anyone else have this issue as well?

I've seen this happen before. I'll try to examine what's happening soon.

CyberRanger 01-17-2007 11:57 AM

Quote:

Originally Posted by sokol (Post 1159031)
I have an active forum with daily updated downloads. My users are getting tired of it reposting when the file has been updated any way to turn this off?

Nevermind, I modified the php code in the xml file to add a setting to turn on/off wether or not it posts an update when the file is modified.

Thanks for the great product!
~Sokol

Cool! I need to add that in! Mind sharing in greater detail what you did?

CheeSie 03-11-2007 10:45 AM

Erhmm i cant even make it work O_O
It dont post new threads when updating files.. neither when uploading new files :(

CyberRanger 03-11-2007 11:19 PM

Quote:

Originally Posted by CheeSie (Post 1200734)
Erhmm i cant even make it work O_O
It dont post new threads when updating files.. neither when uploading new files :(

If you send me a PM with your site URL along with an admin login and password, I'll check it out for you.

:)

bashy 03-14-2007 07:12 PM

Does this create the thread straight away, if so then its not working for me, I have enabled all catergories to send thread, i have enabled a global forum, i have set the userID on all to mine #1 so it cant be a permissions issue....

Any thoughts please? running 3.6.4

Jay... 03-18-2007 02:07 PM

CR, i have just installed the hack and everytime a file is uploaded it has the word Gallery in the thread title, how can i remove that

Jay... 03-20-2007 05:23 PM

anyone got any ideas?

CyberRanger 03-21-2007 11:20 AM

Quote:

Originally Posted by bashy (Post 1203546)
Does this create the thread straight away, if so then its not working for me, I have enabled all catergories to send thread, i have enabled a global forum, i have set the userID on all to mine #1 so it cant be a permissions issue....

Any thoughts please? running 3.6.4

Yes, the thread should get created as soon as the new file is added to DownloadsII. Can you PM me your site url with an admin login and password? I'll check it out for you.

CyberRanger 03-21-2007 11:29 AM

Quote:

Originally Posted by Jay... (Post 1206425)
CR, i have just installed the hack and everytime a file is uploaded it has the word Gallery in the thread title, how can i remove that

Could you post a screen shot? In general, the title is set by the template downloadii_create_newthread_title which has:

PHP Code:

{$vbphrase['downloadsii_thread_title']} {$_POST['dname']} 

Where $_POST['dname'] is the name of the file in DownloadsII and $vbphrase['downloadsii_thread_title'] is set to "New File Added:" by default.

Jay... 03-21-2007 03:35 PM

ive been look at all the templates and phrases involved and i cant figure out why its happening. i have looked at every phrase with the word gallery and had no look

take a look http://www.donkproject.net/forum/forumdisplay.php?f=16

CyberRanger 03-21-2007 04:49 PM

Quote:

Originally Posted by bashy (Post 1203546)
Does this create the thread straight away, if so then its not working for me, I have enabled all catergories to send thread, i have enabled a global forum, i have set the userID on all to mine #1 so it cant be a permissions issue....

Any thoughts please? running 3.6.4

Permissions issue! :-)

The usergroups setting for the Admin group had a no for allowing threads to be created. (see attached) I changed it to Yes.

That should solve the issue.

CyberRanger 03-21-2007 04:54 PM

Quote:

Originally Posted by Jay... (Post 1208877)
ive been look at all the templates and phrases involved and i cant figure out why its happening. i have looked at every phrase with the word gallery and had no look

take a look http://www.donkproject.net/forum/forumdisplay.php?f=16

What does the phrase "downloadsii_thread_title" contain?

Jay... 03-21-2007 04:55 PM

one says 'Upload:'

the other says ' New File Added:'

CyberRanger 03-21-2007 05:01 PM

Quote:

Originally Posted by Jay... (Post 1208928)
one says 'Upload:'

the other says ' New File Added:'

Well, that's a problem right there - the fact that you gave me two answers! :D There should only be one phrase with that varname. Are they both in the "Downloads" phrase type?

Jay... 03-21-2007 05:07 PM

Quote:

Originally Posted by CyberRanger (Post 1208930)
Well, that's a problem right there - the fact that you gave me two answers! :D There should only be one phrase with that varname. Are they both in the "Downloads" phrase type?

yup. one says 'Standard Phrase' the other says 'English (US) Translation'

CyberRanger 03-21-2007 05:15 PM

Quote:

Originally Posted by Jay... (Post 1208933)
yup. one says 'Standard Phrase' the other says 'English (US) Translation'

I would delete the one that says "Upload" and see what happens.


All times are GMT. The time now is 04:35 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.01615 seconds
  • Memory Usage 1,848KB
  • 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
  • (2)bbcode_php_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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