vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

Philippe J 04-20-2010 10:03 AM

How to upgrade from 4.01 version ?
Do we need to install the whole "upload" folder again or just the new XML?

Thanks for the mod !

Webbstre 04-20-2010 10:37 AM

Oh my god this is exactly what I had been searching for. Definitely going onto my site!

mobe00 04-20-2010 01:01 PM

I see on your website you have a widget on the frontpage called recent videos. You have the code for us so we can make a similar widget ? :) thx for a great mod

mobe00 04-20-2010 02:06 PM

My mailbox fills up with vbulletin database error when i installed this mod. What is wrong ?

Database error in vBulletin 4.0.3:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_media AS phrasegroup_media,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 2, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_media' in 'field list'
Error Number : 1054
Request Date : Tuesday, April 20th 2010 @ 01:53:44 PM
Error Date : Tuesday, April 20th 2010 @ 01:53:45 PM
Script : http://xxxxxxxx/media_ajax.php?do=rating
Referrer : http://xxxxxxx/media.php?do=details&mid=3
IP Address : 193.212.211.162
Username :
Classname : vB_Database
MySQL Version :

mobe00 04-20-2010 02:14 PM

an other error

Database error in vBulletin 4.0.3:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_media AS phrasegroup_media,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 2, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_media' in 'field list'
Error Number : 1054
Request Date : Tuesday, April 20th 2010 @ 03:08:56 PM
Error Date : Tuesday, April 20th 2010 @ 03:08:56 PM
Script : http://xxxxxxxxxxx/media_ajax.php?do=details_pagenav
Referrer : http://xxxxxxxxxxxxx/media.php?do=details&mid=22
IP Address : 95.34.187.106
Username :
Classname : vB_Database
MySQL Version :

Jaxel 04-20-2010 03:37 PM

Oops, very sorry about the DB errors with the new version... I forgot to change one line of code.

Try the current version, should fix the phrase errors.

Jaxel 04-20-2010 04:13 PM

Quote:

Originally Posted by mobe00 (Post 2024319)
I see on your website you have a widget on the frontpage called recent videos. You have the code for us so we can make a similar widget ? :) thx for a great mod

That widget is for the 3.8 version of Video Directory Remixed. I have not made a widget for this version yet.



Quote:

Originally Posted by Philippe J (Post 2024247)
How to upgrade from 4.01 version ?
Do we need to install the whole "upload" folder again or just the new XML?

Thanks for the mod !

Generally speaking, with modifications, you will want to re-upload everything when an update comes out. I've been updating this mod something like 5 times a day since it came out, so I understand thats quite a lot of work. But its not a lot of files, so it really won't take much. Updates will slow down soon as I believe I have most of the bugs worked out. (Really, most of the bugs are caused by VB itself not acting the way it should)



Quote:

Originally Posted by ANGEL OF FIRE (Post 2024226)
For example, if I take this clip

http://www.youtube.com/watch?v=TySRnSsJ9mE

New version just uploaded will now process foreign languages correctly. For some odd reason, vBulletin's built in XML parser converts everything to ISO-8859-1 by default. I don't understand why, when EVERY OTHER XML parser in existence converts things to Unicode. Thankfully, they let you force an encoding type with a simple value pass. So I have forced the parser to read every feed as UTF-8.



Quote:

Originally Posted by hassshasss (Post 2024180)
I can not get admin options.
I gave the necessary user group izinleride What can I do please help.

Please update your VB to 4.0.3

COL NIL SATIS 04-20-2010 04:45 PM

Jaxel wont the add categories work on 4.0.0?????

IR15H 04-20-2010 04:48 PM

Nice work! :)

A few bugs/requests after having a quick play with it on my test site;
  1. If Can browse the library is set to No for a user group then hide the navbar from them.
  2. When adding new comments, 10 seems to be the minimum number of characters allowed, irrespective of the setting in ADMIN CP > Settings > Options > Message Posting and Editing Options> Minimum Characters Per Post. If possible, if a user tries to enter a message that is too short then it should say what the minimum length allowed is (rather than just "too short").
  3. Attempting to edit a comment returns an error of "The comment you have entered is far too short and has been rejected." (regardless of comment length).
  4. There is no way to delete a comment (unless this is done via the "Edit" link?).
  5. If you enter a comment it displays the message "Your comment has been posted! It will show up shortly..." which remains there even when the message has already shown up and prevents the user from being able to submit another comment (without refreshing the page).
  6. Error messages (such as "Our records show that this particular media is already in the media library!") don't have 'Back' buttons, so if a user encounters them there's no way to navigate away from it.
  7. The "Report Media" feature doesn't seem to work.
  8. Tagging doesn't follow the minimum value set in ADMIN CP > Settings > Options > Tagging Options > Tag Minimum Length.

They're just a few minor things I found but overall very impressive and thanks for your work :).

mgcom 04-20-2010 05:25 PM

one of the best mods ever, thanks for the hardwork


All times are GMT. The time now is 08:15 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.02183 seconds
  • Memory Usage 1,758KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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