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 |
#72
|
|||
|
|||
Spot the deliberate mistake
Released: 1 Day Ago Updated: Never Game: Movie Name: Green River Killer (2005) Author: Ulli Lommel Ulli Lommel Ulli Lommel Ulli Lommel Downloads: 0 |
#73
|
|||
|
|||
Quote:
|
#74
|
|||
|
|||
Quote:
Bashy |
#75
|
|||
|
|||
yes it redirects me to postings.php.......... i got confused on the earlier post
|
#76
|
|||
|
|||
please, tell me the exact URL (including ?p=#)
|
#77
|
|||
|
|||
Quote:
That is the full url... Regards Bashy |
#78
|
|||
|
|||
<a href="http://forum.animeost.net/postings.php" target="_blank">http://forum.animeost.net/postings.php</a>
thats the full url.......nothing fancy =p |
#79
|
|||
|
|||
Okay, I got the updating usergroups to work but i got another problem now, When i run the installer i get some error in my class_dm_threadpost.php file, and i am probrably stupid/blind but i cant find the manually edits for the file
|
#80
|
||||
|
||||
Ronin the Cheat release option in the new thread area is not there! I did all the edits too what do i do?
|
#81
|
|||
|
|||
Quote:
Quote:
Code:
FIND IN newthread: <fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> <div style="padding:$stylevar[formspacer]px"> <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if> <div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div> $disablesmiliesoption </div> </fieldset> ADD BELOW: <if condition="$show['release']"> <fieldset class="fieldset"> <legend>$vbphrase[cheatreleaseoptions]</legend> <div style="padding:$stylevar[formspacer]px"> <div><label for="cb_postrelease"><input type="checkbox" name="postrelease" value="1" id="cb_postrelease" tabindex="1" $checked[postrelease]/>$vbphrase[thisisarelease]</label></div> </div> </fieldset> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|