Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
QuoteIt! - Quote Database Details »»
QuoteIt! - Quote Database
Version: 3.17, by Cap'n Steve Cap'n Steve is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.0 Rating:
Released: 01-01-2007 Last Update: 04-30-2008 Installs: 207
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

QuoteIt! version 3.1

I'm no longer able to put very much time into this mod, so I've set up a Subversion repository at http://www.vbulletinprogramming.com/projects/quoteit/ to allow others to help out. You can use the login "vbuser" with the password "vbulletin" to edit files. If someone would like to completely take over the mod, please contact me.


QuoteIt! allows you to have a database of quotes integrated with your forum. Users submit quotes that can then be voted on by the other users, using your choice of two rating systems. The average installation will show a random quote on the forum home page, but you can include it on any vBulletin page or on your portal home page.

If you'd like to see a demo, go to forums.monkeycrap.com.

Features:

Random Quote
- a random quote can be shown on any vBulletin powered page
- the administrator can set a default rating threshold that quotes must meet before showing up as the random quote
- a new random quote can be chosen at a specific interval of time, to reduce server load

Quote Database
- quotes can be searched, filtered, and sorted by many different criteria
- quotes have a "context" field that can be turned on or off to include more information about the quote
- quotes can be embedded in posts with bbcode
- each post and private message now has a "Submit to Quotes" link that allows users to quote things said on your forum more easily

Quote Ratings System
- quotes can be rated either plus/minus or on a scale from 1 to 5
- quotes below a certain total score or average score can be filtered out

Quote Management
- quotes can either be automatically approved or moderated
- the quote moderation que is like the que for posts, enabling the moderation of several quotes at once
- usergroup permissions are used for adding, editing, deleting, rating and viewing quotes
- most actions use AJAX to avoid page reloads

Don't forget to click install!

Currently known problems are listed here.

The files needed to edit the included images are attached to this post.

This hack is based on QuoteIt! 1.2, originally by magnus. The "submit post" feature was inspired by an addon by CtrlAltDel.

Older versions (no longer in development): QuoteIt! 3 for vBulletin 3.5.x | QuoteIt! 2.03 for vBulletin 3.0.x

Show Your Support

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

Comments
  #72  
Old 01-09-2007, 07:27 AM
MaestroX MaestroX is offline
 
Join Date: Aug 2006
Location: UK
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve View Post
MaestroX - Is this page on the Internet, a link would be helpful. You can also try reuploading all the files and reinstalling the product.
Yeah, my test forum are http://area51.music-web.org/forum/index.php. I'll also try reuploading all the files and reinstalling the product

Edit: All problems seem to be fixed, thanks for the great support

p.s. Also I'm waiting for the random quote by category and this mod will be perfect!
Reply With Quote
  #73  
Old 01-09-2007, 01:06 PM
thepub thepub is offline
 
Join Date: Aug 2006
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

double post.
Reply With Quote
  #74  
Old 01-09-2007, 01:29 PM
thepub thepub is offline
 
Join Date: Aug 2006
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, I went through and out everything in again and paid close attention to where what was going and figured out a couple of my mistakes along the way. I now have the quoter on my forum index, but there is nothing in it. When I submit a test quote it doesn't show up, all there are is some ""'s

It looks nothing like the one you posted on your demo site.
Reply With Quote
  #75  
Old 01-09-2007, 02:07 PM
dcsbclan dcsbclan is offline
 
Join Date: Apr 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First off great mod Steve! Clicked installed and nominated.

The public part i all working fine, but setting options in the admin panel isnt working. For example when i go to the parsing option I set all to yes then hit save, and the page reloads with all no and it doesnt save the settings. Have tried it in both IE7 and Opera to check it wasnt opera's cookies settings showing it wrong or something and it happens on both. I went through trying to chmod some of the files to 777 instead of 644 just to test, and when i change quoteadmin.php to anything other than 644 I get an error in teh admin cp.

Any suggestions?

Edit: Im running vb3.6.4
Reply With Quote
  #76  
Old 01-09-2007, 03:38 PM
BaconDelight BaconDelight is offline
 
Join Date: Jan 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve View Post
BBcode in the random quote should be fixed now, also.
Nope, same issue. BBcode works if a user does not have edit/delete permission. And it works on the show all quotes list, even with edit/delete permission. But in the random quote display, if a user has edit/delete permission, BBCode is not parsed.

I completely uninstalled 3.01 and installed 3.02. All templates are unedited.


EDITED TO ADD: I stand corrected. Now, with 3.02, BBCode doesn't work at all in the random quote display, whether the user has editing permission or not.
Reply With Quote
  #77  
Old 01-09-2007, 08:04 PM
BaconDelight BaconDelight is offline
 
Join Date: Jan 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know if this is helpful or not, but I compared the resulting html source code for the random quote display (where BBCode fails) to the same for the full quote list (where BBCode works)

I noticed this difference. In the random display, you see this right before the text of the quote:

Code:
<span class="quotetext" id="quotetext1-">
Whereas in the full quote list, it's:
Code:
<span class="quotetext" id="quotetext1-0">
Again, I have no idea if that's relevant, but perhaps it points to where the BBCode parsing is breaking down.

Cap'n, if you'd like to look at my installation, PM me and I'll point you to it.
Reply With Quote
  #78  
Old 01-09-2007, 08:17 PM
thepub thepub is offline
 
Join Date: Aug 2006
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BaconDelight View Post

Cap'n, if you'd like to look at my installation, PM me and I'll point you to it.
mine too! mine too! *jumping up and down* My members are snippy about the quoter not working lol!
Reply With Quote
  #79  
Old 01-09-2007, 09:03 PM
Amiga Harrison Amiga Harrison is offline
 
Join Date: Nov 2006
Location: UK
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've taken a look at the templates and sorted out the text field sizes so that's sorted.

I still have the layout issues in IE, and have now tested it using both IE6 and 7 and get the same results. I've PM'd you the details to look at my site.
Reply With Quote
  #80  
Old 01-09-2007, 11:41 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve
zetetic - When you say you dumped them to a flat file, do you mean through phpMyAdmin? The quote importing just takes a text file with each field separated by whatever character you specify. If you could post the options you filled in at the quote importing screen and at least the first line of the file, that might help.
Yes, dumping from phpmyadmin. I still have a copy of my old db running on my test server, so I can export another copy of the quotes table as necessary. I tried numerous combinations of export format, separator and field order but can't seem to get anything to import.
Reply With Quote
  #81  
Old 01-10-2007, 02:40 AM
Cap'n Steve's Avatar
Cap'n Steve Cap'n Steve is offline
 
Join Date: Feb 2004
Location: Kalamazoo, MI, USA
Posts: 745
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thepub - Did you approve the quote? Does it show up when you go to the main quotes.php page? Have you changed either the total threshold or average threshold?

dcsbclan - Try reuploading all the files and reimporting the product.

Amiga Harrison - It's definitely caused by using the [quote] bbcode in a quote. I'm probably just going to end up disabling that bbcode, since I'm not sure how useful that is within a quote anyway.

zetetic - If the backup was created with phpMyAdmin, you should use phpMyAdmin to restore it. You could also run the queries through your admincp, but using phpMyAdmin would be the easiest option.

Still working on the bbcode in the random quote...
Reply With Quote
Reply

Thread Tools

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 09:00 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.04608 seconds
  • Memory Usage 2,312KB
  • 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
  • (2)bbcode_code
  • (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
  • (2)pagenav_pagelinkrel
  • (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