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

Reply
 
Thread Tools
Catalog Your Movies Details »»
Catalog Your Movies
Version: 1.0.1, by harmor19 harmor19 is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 05-25-2007 Last Update: 05-27-2007 Installs: 15
DB Changes Uses Plugins
Additional Files  
No support by the author.

You can use this to catalog your movies.
  • Enable/Disable System
  • Limit URL(s) that user can add
  • View all movies by genre
  • View all movies from an user
  • Set which usergroups can view the movie list
  • Set which usergroups can manage their own list such as adding, editing, and deleting of entries
  • Set which administrators can administer the movie entries.

Here is what I mean by "Limit URL(s) that user can add"... When a
user adds an entry they can add a link so that the movie title
becomes clickable. To prevent people from using URL's that have no
relation to the movie whatsoever you can limit the users to only
have URL's that use "imdb.com". You can allow
users to use any number of URL's by typing them into a box. For
eaxmple if you only want users to have their movie title link to
imdb, netflix, and amazon you would type "imdb.com, netflix.com, amazon.com" into a single-line input box.


Demo

Show Your Support

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

Comments
  #52  
Old 05-31-2007, 06:19 PM
dope15gd dope15gd is offline
 
Join Date: Jan 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found this hack that would be useful to you: https://vborg.vbsupport.ru/showthread.php?t=132434

that hack is to do an autocomplete on movie titles using imdb.com. You might be able to use the information to add that function to this hack. I'd love it if I typed in the movie title and it auto completed it for me.
Reply With Quote
  #53  
Old 06-01-2007, 03:07 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eNforce View Post
Also, clicking Page 2 of Movies draws a blank white page
I have fixed this error. I haven't uploaded the new files because I want to get everything finished.

Sorry it took so long to reply but I was working on a few other hacks.
Reply With Quote
  #54  
Old 06-04-2007, 05:17 AM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Line 23 in product file needs a table prefix I guess .. I didnot read all the pages in this thread .. juz telling what I found ..sorry if someone already pointed this out

it needs to be ..
Code:
			$db->query_write("ALTER TABLE `" . TABLE_PREFIX . "usergroup ADD ahmediapermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ;");
Reply With Quote
  #55  
Old 06-04-2007, 05:54 AM
dope15gd dope15gd is offline
 
Join Date: Jan 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got a request from my users.

They asked if they could somehow export their movies so if the site dies they don't have to re-input them all over again. Is there anyway to do that or possibly allow me to export it from the ACP?
Reply With Quote
  #56  
Old 04-26-2008, 02:01 PM
technom8t technom8t is offline
 
Join Date: Oct 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can't get the part were u enter just the url allowed to work??
Reply With Quote
  #57  
Old 05-28-2009, 12:58 AM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could this be converted to catalog comic books?
Reply With Quote
  #58  
Old 05-29-2009, 07:49 AM
fulviods fulviods is offline
 
Join Date: Jan 2005
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works on a 1.8.2 ?
Reply With Quote
  #59  
Old 05-29-2009, 08:26 AM
fulviods fulviods is offline
 
Join Date: Jan 2005
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can give an answer to my self.... doesn't work database error while importing xlm file..
Reply With Quote
  #60  
Old 05-29-2009, 10:28 AM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any live demo?
Reply With Quote
  #61  
Old 06-15-2009, 03:10 PM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this installed (sort of).

I hope it's ok harmor, but I edited it to work with my needs (to catalog comic books). There are a few things I'm still working on, but I did manage to get it working on 3.6.8

I'm trying to get it to sort by title, but it looks like there's code to do that already except for some reason it doesn't work.

I add ORDER BY title to the SQL statement and it works when viewing all titles but then I get a DB error when trying to view titles by genre (or in my case publisher).

There were quite a few bugs I worked out, but they were more than likely my fault anyway as I changed all the variables to reflect what I wanted them to be instead of genre, dvd, etc.

I also noticed that in this thread someone had pointed out that the edit button doesn't work correctly, (It didn't work for me either... it said I had permission to edit an entry but didn't actually make any changes). I ended up just commenting out the edit button and figured they could just delete the entry and add a new one.

I also put the....

View Public Profile
Show all of StevenSykora's DVD's
Show all of StevenSykora's DVD's (Printable)
Send a private message to StevenSykora

In the post bit drop down and just got rid of that table data cell in the DVD listings all together.

I also put those links in member profiles.
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 11:13 PM.


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.05295 seconds
  • Memory Usage 2,303KB
  • 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
  • (1)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
  • (3)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