The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QuoteIt! - Quote Database Details »» | |||||||||||||||||||||||||
QuoteIt! version 3.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 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. Other versions (development will continue for the 3.6 version only): QuoteIt! 3 for vBulletin 3.6.x | QuoteIt! 2.03 for vBulletin 3.0.x Show Your Support
|
Comments |
#242
|
|||
|
|||
Cap'n
Could point me to the area where I need to edit and I will see if I can follow the bbcode parsing tutorial? I'll post how I make out good or bad. :S Jaks |
#243
|
|||
|
|||
I'm not a coder at all and I know you said you don't know but do you think something like this as a plugin would work and if so where would I stick it in?
Update: Tried this in every quoteit related hook i could find. Did absolutely nothin PHP Code:
PHP Code:
|
#244
|
||||
|
||||
Installed on 3.5.3 and working perfectly.
Thank you very much for sharing this with us! |
#245
|
|||
|
|||
ok I figured out a way to manipulate the templates to link to a specific post. This is not by any means a great alternative but as I said before it works for me.
First I am only allowing admin to post these because it's bound to get too many broke links. So first I added permission tags around the "Add New Quote" link in the quote_randomquote and quote_listquote templates Then I editted PHP Code:
K first the changes ( I didn't think to to copy the code prior to posting this so you might have to search by eye instead of with a text search. Not a very big templates anyway ) Find in quote_listbit template PHP Code:
PHP Code:
Next in the inquote_randomquote template ( If you only want to allow admin to submit quotes) **Recommended if you use this linking mod** Find PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find PHP Code:
PHP Code:
Example: You want to link to this thread below all you need to enter is 8 in the context field. PHP Code:
Hope this helps some one. This hack be used in many applications. Random images, random links, random facts with read more etc... Your the best Cap'n Jaks |
#246
|
|||
|
|||
This is how it would look for external links ( I use author as my title and not user so if you dont need the title in there chage it to suit your needs.)
PHP Code:
|
#247
|
|||
|
|||
Quote:
|
#248
|
||||
|
||||
You'd still need to convert the bbcode to HTML when people view the quote. Since there are no hooks in the hack yet, you'd have to parse it in quotes.php before it's printed out to the page.
|
#249
|
|||
|
|||
Quote:
Jaks |
#250
|
|||
|
|||
This is what they did for the downloads hack if it helps any
https://vborg.vbsupport.ru/showpost....&postcount=256 |
#251
|
|||
|
|||
I tried to match stuff up and figure it out but it's a weeee bit over my head lol. Looks pretty straightforward until the db stuff. :S
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|