The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ecRelease Details »» | |||||||||||||||||||||||||
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! Show Your Support
|
Comments |
#12
|
|||
|
|||
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 |
#13
|
|||
|
|||
Quote:
Code:
<input type="hidden" name="pollid" value="$pollid" /> Quote:
|
#14
|
|||
|
|||
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 |
#15
|
|||
|
|||
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.
|
#16
|
|||
|
|||
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 |
#17
|
|||
|
|||
Find in release_attachment_complete:
Code:
if (strpos($vbulletin->options['releaseextensions'], strtolower($extension)) !== false) { $db->query_write(" UPDATE " . TABLE_PREFIX . "release SET downloads = downloads + 1 WHERE postid = $attachmentinfo[postid] "); } Code:
if ($_REQUEST['do'] != 'whodownloaded') |
#18
|
|||
|
|||
Hi
cheers for this but where exactly is release_attachment_complete: sorry Bashy |
#19
|
|||
|
|||
Its a hook...
|
#20
|
|||
|
|||
so it is 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 |
#21
|
|||
|
|||
You could try... i am going out, ill be back later.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|