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
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
  #672  
Old 10-31-2008, 01:30 PM
Forgott3n Forgott3n is offline
 
Join Date: Oct 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve View Post
shane greer - Sorry, I've been busy. Glad to see you found the solution. Once you're able to get back in the admincp, you can reinstall the product.

Forgott3n - It seems to be saved properly. Are you sure the quotes aren't going into the moderation queue? A link to your site would also be helpful.
I am sure. The website is www.avrilbandaids.com and the moderation queue is empty.

http://screencast.com/t/cT6iYo1R

That is the problem.
Reply With Quote
  #673  
Old 11-03-2008, 09:53 PM
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

Ok, try this: First, reupload all the QuoteIt! files and reinstall the product (do not uninstall it first). Then run this query (replacing $TP with your table prefix):

[sql]UPDATE $TPdatastore SET
data = ""
WHERE title = "quote_settings"[/sql]

Finally, go to the language manager and save a language (you don't have to edit it). This will reset all the options and you can try saving it again.

If all that doesn't work, then I have no idea what's wrong, but you could use this workaround to make sure moderation is enabled:

In includes/functions_quoteit.php, find this
PHP Code:
$quoteitoptions array_merge($mainsettingsunserialize($vbulletin->languagecache['quoteit_settings'])); 
and after that, add this
PHP Code:
$quoteitoptions['moderatequotes'] = 1
Reply With Quote
  #674  
Old 11-18-2008, 11:49 PM
cmiller1014 cmiller1014 is offline
 
Join Date: May 2004
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cannot get past the:

Quote:
Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.
I have rebuilt the bitfields. I desperately need this
Reply With Quote
  #675  
Old 11-19-2008, 04:49 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

Which page do you get that on? Double-check the QuoteIt! section of your usergroup permissions, save it, then try reinstalling if it still doesn't work.
Reply With Quote
  #676  
Old 11-20-2008, 06:45 PM
cmiller1014 cmiller1014 is offline
 
Join Date: May 2004
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to turn it off all together for now. I am using a custom template, and enabling this product causes formatting issues with content in my header template. Any reason why? My "Search" button which is in my header gets shoved down about an inch and messes up the entire page.
Reply With Quote
  #677  
Old 11-21-2008, 07:57 PM
Cooleyvol Cooleyvol is offline
 
Join Date: Jul 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make it so that quotes don't show up until you moderate them? I'm getting uber spam quotes added and they show up on the site before I moderate them. I have to go to the cpanel and delete them, but I'd like new quotes not to show up until I approve them.

Registered members are letting me know they are showing up and that usergroup does not have moderator permissions for QuoteIt, so as I understand it, they should not be seeing them at all.

Any help is appreciated.
Reply With Quote
  #678  
Old 11-22-2008, 09:28 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

cmiller1014 - Does it happen on your forum home page or just the quote listing page? Enable it and post a link to your site if you want me to take a look.

Cooleyvol - Double-check that "moderate quotes" is set to yes and save the QuoteIt! options again. If that still doesn't work, I could use a link to your site. As a work-around, you could also deny guests the ability to submit quotes.
Reply With Quote
  #679  
Old 11-22-2008, 10:15 PM
Cooleyvol Cooleyvol is offline
 
Join Date: Jul 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve View Post
Cooleyvol - Double-check that "moderate quotes" is set to yes and save the QuoteIt! options again. If that still doesn't work, I could use a link to your site. As a work-around, you could also deny guests the ability to submit quotes.
Moderate was set to yes. Options saved again.


Guests were set to deny submission of quotes already.
Reply With Quote
  #680  
Old 11-23-2008, 01:45 AM
cmiller1014 cmiller1014 is offline
 
Join Date: May 2004
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve View Post
cmiller1014 - Does it happen on your forum home page or just the quote listing page? Enable it and post a link to your site if you want me to take a look.
Thanks for the offer to help! This is with it enabled, without even adding the call for the quotes. See the search at the top right? Should be all on one line....

http://www.distributortalk.com/forum/

I have issues when I add the code too... I try to add it above our long banner there, but under the nav bar and it miraculously spans the width of the entire page. If I can get this working, it would be GREAT!

Thanks in advance!
Reply With Quote
  #681  
Old 11-23-2008, 05:08 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

cmiller1014 - I see now. It's because your searchbox and the QuoteIt! one both share the same class: "searchfield". You can rename the QuoteIt! one in clientscript/vbulletin_css/quoteit_main.css and the quoteit_listquote template.

Cooleyvol - Very strange. I was able to submit a quote as a guest (which is wrong), but I wasn't able to see the quote I submitted (which is right). Can you see a quote that just says "test"? My only suggestion at this point is to rebuild your bitfields or try reinstalling the product (be sure not to uninstall it first).
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 08:46 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.04825 seconds
  • Memory Usage 2,324KB
  • 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_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
  • (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