![]() |
ecRelease
ecRelease is a BETA - stuff will go wrong
What is ecRelease? It is a download database that integrates into vBulletin. It is very similar to the vBulletin.org download database (in concept) and can be found in action on www.elitecoders.org. It allows you to turn any thread in any forum into a release that will show up in the download section. Adding a release is similar to adding a poll. Demo overview - http://www.elitecoders.org/forum/showthread.php?p=69253 download database - http://www.elitecoders.org/forum/downloads.php release thread - http://www.elitecoders.org/forum/showthread.php?p=67325 Known Bugs: - Possible bug: When you submit, it wants to include a poll even though the poll is not checked - Possible bug: MySQL error on attachment download FAQ: Q: Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485 A: Perform the file edit via install.php or manually Q: The drop down box for Release Categories is not a drop down A: They should be separated by semicolons, not commas. Here are my plans for future versions: - Set "per forum" releases (depends on support) Phrase Changes (many are added automatically) Template Changes SHOWTHREAD newpost (many are added automatically) File Changes includes/class_dm_threadpost.php (can be done automatically or manually) Install Upload the contents of 'upload' to your forum directory Import ecrelease.xml into your PRODUCTS by going to Plugin System -> Manage Products -> Add/Import Product Perform the edits in edits.txt (templates) Upload install.php to perform the 1 file edit, make sure you chmod +writeable Time: 3-4 minutes Upgrade You can make all changes automatically by importing the XML or you can do things piece by piece by looking at the info files provided with the hack. Giving Back Have you installed this mod? Click install. Do you like this mod? Rate me 5/5. Do you want to donate? Go to www.unicef.org and be generous! |
Nice and very usefull :) Thank you. I will try it on my test board.
|
Great work, will check it on my test board as well....
|
what wrong with install.php, i can't run install.php files :surprised:
PHP Code:
|
I don't really need this, but it seems to be a great hack, good work!
|
Looks nice. However I installed everything made the changes in the templates. In vBulletion Options I enable Releases but nothing show up if I make a new thread. How can I activate it in a new post
|
Well, found out that I must change the user permission. But now getting this error:
Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485 Any idea what I made wrong? |
I have installed...
2 problems 1. The drop down box for Release Categories is not a drop down all the catergory items show as "Movie,Music,Software,Game,Other" in the box 2. When you submit, it wants to include a poll even though the poll is not checked..Cant proceed as i dont want to install a poll!! Please advise on these 2 issus found atm, dont know if theres any more as i cant go any further!! Also is there a way to set this per forum as i am sure peeps dont want releases all over the place :) Regards Bashy |
I have gone the full hog and submitted a release (trial) even had to do the poll lol any way, once it was submitted i downloaded the attachment and the system threw a fit and chucked this error at me at the top of the forum....
Code:
There seems to have been a problem with the Bashy's Place database. Bashy |
Quote:
Quote:
Quote:
Quote:
Quote:
|
Hi
Server Info ? Os: Linux w ? PHP: 4.3.11 ? MySQL: 4.1.12 ? Sql Size: 58MB ? Time: 15:40:57 ? Date: 01 Jan 2006 ? GMT: +0000 I get the DB error because i have the Who Downloaded hack installed, the error comes up after we click the Who Download button??? As for the file edits..., This 1 Code:
<input type="hidden" name="t" value="$threadid" /> Bashy |
Quote:
Code:
<input type="hidden" name="pollid" value="$pollid" /> Quote:
|
This is where it already is :)
I have just edited my last post with regards to the database error... Is there out that you could sort out as i certainly want to keep both hacks :) Bashy |
Do you only get this error when clicking on who downloaded, or do you also get it when downloading attachments. The two hacks may have some conflicts, but this doesnt look like one.
|
hi
I only get it when anyone clicks the Who Downloaded button. it happens on all the attachments not just the ones uploaded using you system, It was ok before we installed it... I have had to disable your for now untill its reolved due to this error.. btw i dont get the error now its diabled... Before i disabled it i still had to setup the poll as well, i have checked and rechecked the edits and there all ok!! Regards Bashy |
Find in release_attachment_complete:
Code:
if (strpos($vbulletin->options['releaseextensions'], strtolower($extension)) !== false) Code:
if ($_REQUEST['do'] != 'whodownloaded') |
Hi
cheers for this but where exactly is release_attachment_complete: :o sorry Bashy |
Its a hook...
|
so it is :o thanks...
This issue now resolved :) Just the poll problem now any other thoughts to it? I could copy an paste my showthread for you to check? Bashy |
You could try... i am going out, ill be back later.
|
Here ya go...im sure its right though :ermm:
Code:
$stylevar[htmldoctype] |
I didn't see that you said "showthread" i thought for sure you were talking about newpost.
Quote:
|
Whopsy...just enabled the system again and tired it out again, upoaded an attchment and got this error again when i clicked the Who Downloaded buttom
Code:
Database error in vBulletin 3.5.2: Bashy |
Hi, are you reffering to newthread not newpost
Heres my newthread as this is what the instructions say! Quote:
Code:
$stylevar[htmldoctype] Bashy |
Dear RoN1N...
Its Looks Nice.....but while visiting the demo page...i saw there s ecShop What is this? anything like ucash/ushop ?? Thanks |
Since doing this, it is no longer registering how many downloads
The Who Downloaded button shows how many times with no problems But yours does not register any more! Bashy Quote:
|
Sorry about this...
I just want to recap on the problems... 1. When i download a file i get a database error, this happens with files that where uploaded before this Release system was installed as well as upload with the system..... 2. Does not register the amount of times the files been downloaded 3. It wants to create a POLL and theres no way to stop this. Upto now thats the only issues found... Other than that i do like it cand cant wait to use it on my open forum! These errors do not happen when the system is disabled! Bashy |
Wow this is great. Thanks man.
|
I don't think you're going to be able to use this mod... not sure why its not compatable with your forum, but i'm not going to be able to solve problems that I cant reproduce.
3. It wants to create a POLL and theres no way to stop this. Well, theres one problem... but this wont effect your POLL issue. Code:
<if condition="$show['release']"> Code:
<if condition="$show['misc_options']"> It doesn't register... in my mod, in the vb attachment system, in whodownloaded, in all of them? 1. When i download a file (sometimes) i get a database error Its easier to help you if I know what the error is... Quote:
|
Its the same error as post #23
Bashy |
Code:
MySQL Error : |
Quote:
Its meant to in yours ( Downloads: 0) the 0 does not change no matter how many times we download the file.... and does in Who downloaded Code:
NetLimiter v1.30.zip |
I run the install.php and it said: file_edits_complete. I checked class_dm_threadpost.php and it shows: 'pollid' => array(TYPE_UINT, REQ_NO),\n 'releaseid' => array(TYPE_UINT, REQ_NO),\n
Anyway if I clikc on subm it release I am getting this error message: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /var/www/vhosts/xxx.net/httpdocs/forum/includes/class_dm_threadpost.php on line 918 Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/vhosts/xxx.net/httpdocs/forum/includes/class_dm_threadpost.php on line 918 |
Quote:
It does not give a number dont know why? Bashy |
I can't help you then. It looks like you must either uninstall the who downloaded mod or uninstall this mod. Sorry.
|
What about the poll issue?
Bashy |
kool, ill click install and wait for some fixes hopefully.
|
Quote:
Quote:
|
Quote:
also, can you make it have like a "Download" button people will have to click to view the attachment? |
There shouldnt be any bugs... i think bashy's problems are unique.
|
All times are GMT. The time now is 07:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|