Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

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

Version: 3.0.7 Rating:
Released: 04-10-2005 Last Update: 11-05-2005 Installs: 47
DB Changes
 
No support by the author.

QuoteIt! version 2.0

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. This was developed on vBulletin 3.0.7, but should work on 3.0.0 and above.

You can see a demo on forums.monkeycrap.com.
Instructions for adding a random quote to vBadvanced and vBindex are in this post.


Features (features new to 2.0 are in yellow)

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
- the quote shown is much more random than in previous versions


Quote Database
- quotes can only be edited or deleted by an administrator
- quotes can be viewed individually or listed on several pages
- quotes can be sorted by total score, average score, author, submitter, or date added
- quotes now have a "context" field that can be turned on or off to include more information about the quote
- 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 administrator can now edit quotes
- the quote moderation que is now more like the que for posts, enabling the moderation of several quotes at once




Don't forget to click

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

You may release translations of this hack as long as the original credits are included. Otherwise, you not redistribute this hack without permission from me.

Show Your Support

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

Comments
  #202  
Old 09-25-2005, 05:43 AM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cap'n, click here for styleid=8: http://www.onlinedebate.net/forums/i...p?s=&styleid=8

Also, how do I delete a specific template (specifically, the Quoteit ones)?

It's installed through the script which made it a "master template", so it cannot be deleted through the admincp.
Reply With Quote
  #203  
Old 09-25-2005, 07:01 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

The styleid 8 looks the same as your default style and I don't see any problems with it. You can turn on debug mode by adding $debug = 1; to includes/config.php and then you'll be able to see the Master Style.
Reply With Quote
  #204  
Old 09-25-2005, 08:30 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve
The styleid 8 looks the same as your default style and I don't see any problems with it. You can turn on debug mode by adding $debug = 1; to includes/config.php and then you'll be able to see the Master Style.
I think you may need to refresh or something as style #8 is not the Aria style (which is the only active style atm). ODN 2.0 is the default style that was jacked from the install.

Below is a screenshot of what you would see if you were correctly seeing styleid=8 called "ODN 2.0"

And what is seen, is the quotelist...this will be true of ANY public url to my site (root, forumhome, etc..) while trying to use styleid=8 (ODN 2.0).

The template usage as per the debug (for styleid=8 / ODN 2.0):

Template Usage
navbar (1)
navbar_link (1)
phpinclude_start (1)
quote_listbit (6)
quote_listquote (1)


By going to the .../forum/ url, it wants to pull up the quote.php file it seems, instead of the index.php file. It's weird.

For instance, instead of the normal forum/index.php showing up and the forums being displayed when you go to :www.onlinedebate.net/forums/ it takes you to the quote page. It has a title page of:

<title>Online Debate Network Forums - Quotes</title>

This is what it was doing immediately after install before any template or file modifications were made. And doing those modifications didn't correct it. The other styles work fine..all but my default/primary style that happened to be the default at the time of the quoteit install.

FYI:

ODN 2.0 was my default/primary style at the time of installing the hack.
http://www.onlinedebate.net/forums/i...p?s=&styleid=8

It was a custom skin. It has a pic of a kid talking into a microphone in the header (this is how you know if you are looking at the right one).

New style: Aria...what is currently the DEFAULT due to my primary style not working. It's a light blue theme with a 4-pronged star in the header.
http://www.onlinedebate.net/forums/i...?s=&styleid=15
Reply With Quote
  #205  
Old 09-25-2005, 10:19 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

I still can't see any other styles, have you tried it while not logged in?

You're right about it redirecting, I'm not sure what could possibly cause that. I would think it must be something on your server, but that doesn't explain why it only happens with one style.

Try going to http://web-sniffer.net/ and entering your forum URL. Attach the results page and I'll take a look at it.
Reply With Quote
  #206  
Old 09-25-2005, 10:36 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve
I still can't see any other styles, have you tried it while not logged in?
Yes. There is no difference.

Quote:
You're right about it redirecting, I'm not sure what could possibly cause that. I would think it must be something on your server, but that doesn't explain why it only happens with one style.

Try going to http://web-sniffer.net/ and entering your forum URL. Attach the results page and I'll take a look at it.
Here is the attached page using http://www.onlinedebate.net/forums/i...p?s=&styleid=8 as the url. It does show the /aria/ skin paths...despite that style being id15, and ODN2.0 being id8.

I input both urls for id8 and id15. The results came back the same. Weird.

FYI, the file has the extension .txt so I could attach it. However, you can view it in html by changing the extension from .txt to .html once you dl it.
Reply With Quote
  #207  
Old 09-26-2005, 04:44 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

Since you're the only one who can see the problem, I'll need to see the headers you see. If you use Firefox, you can use livehttpheaders to see them.

One other thing: try it without having the quotes.php file on your server and see what happens.
Reply With Quote
  #208  
Old 09-26-2005, 05:46 AM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I remove the quotes.php file, I get this on the style=8 when I try to go to forumhome:

Warning: Unknown(quotes.php): failed to open stream: No such file or directory in /global.php(430) : eval()'d code on line 7

Warning: Unknown(quotes.php): failed to open stream: No such file or directory in /global.php(430) : eval()'d code on line 7

Fatal error: (null)(): Failed opening required 'quotes.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/onapok/public_html/forums/global.php(430) : eval()'d code on line 7

However, I get no such error on the style=15 style.

I'll mess around w/ the livehttpheaders tomorrow. Thanks for trying.
Reply With Quote
  #209  
Old 09-26-2005, 07:25 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

Is there anything in your phpinclude_start template?
Reply With Quote
  #210  
Old 09-26-2005, 03:22 PM
apokphp apokphp is offline
 
Join Date: Nov 2002
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve
Is there anything in your phpinclude_start template?
That was it!!

Code:
require("quotes.php");
was in there from the skin designer who was working on having random quotes be displayed IN the actual header itself. This was a custom skin I had created and he fell short on many features of the skin, including this quote feature. But he never took out the code.

Removing it now displays the default skin, check it: http://www.onlinedebate.net/forums/i...p?s=&styleid=8

Thanks for the help man.


----------------------

HOWEVER (hehe)...I am having a table issue it seems with the quote list. I have this with ALL of my styles, not just ODN 2.0.

The problem is, when you make the quote list appear AND there are at least some quotes that need to be rated, the page is funky due to table issues it seems:

http://www.onlinedebate.net/forums/quotes.php?do=list
Reply With Quote
  #211  
Old 09-26-2005, 06:32 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cap'n Steve

Alien - I recently became less poor, so hopefully I'll renew my license and get it started this week.
KILLER! Thank you so much Steve!

[high]* Alien slips Cap'n Steve a c note to get on the beta tester list.[/high]
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 02:49 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.05016 seconds
  • Memory Usage 2,316KB
  • 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
  • (5)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
  • (1)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