Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ecRelease Details »»
ecRelease
Version: 1.00, by Ron1n Ron1n is offline
Developer Last Online: Jun 2008 Show Printable Version Email this Page

Version: 3.5.2 Rating:
Released: 12-31-2005 Last Update: 12-31-2005 Installs: 20
DB Changes Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 01-05-2006, 07:37 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers for that, managed to change to my requirements

As for the poll business, I have moved the edits around in the template and still get the poll issue
Reply With Quote
  #93  
Old 01-05-2006, 07:47 PM
Xtrato's Avatar
Xtrato Xtrato is offline
 
Join Date: Feb 2005
Location: New Jersey
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

me too maybe its just a bug in the edits ..

Ronin would it be possible to delete polls alltgether in the release system maybe add a code to stop it..
Reply With Quote
  #94  
Old 01-05-2006, 08:36 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I said I'd get to it...

you don't actually need to post the poll, just click on a link or something to avoid it in the meantime
Reply With Quote
  #95  
Old 01-07-2006, 05:21 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok no worries Ron1n...

What about the recording fo the downloads, i.e. how many have downloaded
this stays at zero still although i know for a fact 1 item has been downloaded 3 times, Blunts Who Downloaded tells me this, but yours does not seem to record the amount of times downloaded...

Any ideas?

Regards

Bashy
Reply With Quote
  #96  
Old 01-07-2006, 06:06 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
Ok no worries Ron1n...

What about the recording fo the downloads, i.e. how many have downloaded
this stays at zero still although i know for a fact 1 item has been downloaded 3 times, Blunts Who Downloaded tells me this, but yours does not seem to record the amount of times downloaded...

Any ideas?

Regards

Bashy
We've already established that the mods do not work togeather.
Reply With Quote
  #97  
Old 01-07-2006, 06:09 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering if you had found a way around it, I dont know anything at all about coding, but surely it must be something simple as it just the download count, no?

Regards

Bashy
Reply With Quote
  #98  
Old 01-07-2006, 06:19 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hwy Roin, can you please update your forumdisplay_query hook. it currently is:

PHP Code:
$hook_query_fields ', releaseid'
and it should be

PHP Code:
$hook_query_fields .= ', releaseid'
So it doesnt conflict with other hacks (like mine )

Thanks man!
Reply With Quote
  #99  
Old 01-09-2006, 06:08 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi...

I have found a little more on this issue...

These 3 lines show up, i never noticed them before as ya need to refresh the page and click back to see it, dont ask, i dont know why lol..

Warning: mysql_query(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 395

Warning: mysql_error(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 837

Warning: mysql_errno(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 855

So what are your thoughts on this now please

Bashy


Quote:
Originally Posted by 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.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.

Database error in vBulletin 3.5.2:

Invalid SQL:

		UPDATE release SET
			downloads = downloads + 1
		WHERE postid = 1997;

MySQL Error  : 
Error Number : 
Date         : Sunday, January 1st 2006 @ 03:27:14 PM
Script       : http://www.bashys-place.com/forums/attachment.php?attachmentid=398&d=1136129066
Referrer     : http://www.bashys-place.com/forums/showthread.php?t=735
IP Address   : xx.xxx.xxx.xx
Username     : Bashy
Classname    : xx_xxxxx
HTTP/1.1 200 OK Transfer-Encoding: chunked Date: Sun, 01 Jan 2006 15:27:21 GMT Content-Type: text/html; charset=ISO-8859-1 Cache-Control: private Server: Apache/2.0.54 (Red Hat) X-Powered-By: PHP/4.3.11 Pragma: private 1 23278
Please advise on these few issues, this is a really good idea but only if it works!!

Bashy
Reply With Quote
  #100  
Old 01-09-2006, 07:29 PM
Ron1n Ron1n is offline
 
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
Hwy Roin, can you please update your forumdisplay_query hook. it currently is:

PHP Code:
$hook_query_fields ', releaseid'
and it should be

PHP Code:
$hook_query_fields .= ', releaseid'
So it doesnt conflict with other hacks (like mine )

Thanks man!
Yea, no problem. I'm going to be making another release this weekend.
Reply With Quote
  #101  
Old 01-11-2006, 09:17 PM
nhacso nhacso is offline
 
Join Date: Jul 2005
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ron1n
Yea, no problem. I'm going to be making another release this weekend.
Yeah, everybody very very like your mod hack :up: and a waitting a new upgrade version of ecRelease. :banana:
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 04:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10468 seconds
  • Memory Usage 2,321KB
  • 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
  • (1)bbcode_code
  • (4)bbcode_php
  • (4)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
  • (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