The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
QuoteIt! Quote Management System v1.2 Details »» | |||||||||||||||||||||||||
[hr]-[/hr]
QuoteIt! Development has been continued in this thread. Please use this link for the latest version! [hr]-[/hr] QuoteIt! 1.2 Description This hack will allow you to maintain a database of quotes which can be added by users and displayed on FORUMHOME. Admin function includes the ability to delete quotes from the database. Yes, you can use multi-line quotes. Information Requested by djohn (re: https://vborg.vbsupport.ru/showthread.php?t=62420) Thanks to Giveit2u43 for the username code! Tested on RC4, should work on RC1+ Version History v1.0 - Initial Release v1.1 - Added ability to list all quotes as well as direct quote linking v1.2 - Added quote moderation abilities Planned Features v2.0 - Quote rating system - Top {X} Quotes If you use this, please click [hr]-[/hr] UPGRADES v1.1 -> v1.2 UPGRADE INSTRUCTIONS v1.0 -> v1.1 UPGRADE INSTRUCTIONS [hr]-[/hr] 3RD PARTY MODIFICATIONS/ADD-ONS [high]1. Add QuoteIt! to your vbIndex homepage! by [name]Giveit2u43[/name][/high] [high]2. Add Who's Online Locations for QuoteIt! by [name]Acido[/name][/high] Show Your Support
|
Comments |
#212
|
|||
|
|||
What is wrong or inaccurate about it? ORDER BY RAND() has worked since MySQL 3.23.3 and initialization was dubugged in 3.23.56. Select RAND() might have some other issues:
http://www.sitepoint.com/forums/show...01&postcount=3 What makes it more server friendly? Regards, Matt |
#213
|
|||
|
|||
I have added a to this addon and given it the ability to have a button in each post that will submit the post to the quote database for approval. What happens is that you see the button in the post, I have a button by the 'edit post' button and the user presses the button. They are then sent to the 'add quote' page with the username/quote text all filled in from the post. The user can then proofread the submission and then hit the submit button. All works great, and you dont have to worry about search bots automatically submitting quotes this way either.
Here is what you'll need to do. Find this in quotes.php PHP Code:
PHP Code:
First open quote_addquote Find Code:
<input type="text" class="bginput" name="author" size="25" maxlength="75" /></td> Code:
<input type="text" class="bginput" name="author" size="25" maxlength="75" value="$author" /></td> Code:
<td class="alt1"><textarea name="quote" rows="10" cols="50"></textarea> Code:
<td class="alt1"><textarea name="quote" rows="10" cols="50">$quote</textarea> Find Code:
<if condition="$post['editlink']"> Code:
<a href="/forum/quotes.php?do=post&postid=$post[postid]"><img src="$stylevar[imgdir_button]/quoteit.gif" alt="Submit post for quote database" align="middle" border="0"> Questions/Problems, shoot me a PM. |
#214
|
||||
|
||||
Very well done. Also like CtrAltDel's addition, should be added into v2 in my opinion.
I have a problem; my add quote page does not put the input author box next to the author; for some reason, it sits above it. Here's the template code: Quote:
Thanks, rich http://x.russbo.com/vb/index.php |
#215
|
||||
|
||||
Quote:
|
#216
|
|||
|
|||
Quote:
|
#217
|
||||
|
||||
Thanks. That was fast. It was in the install file. Love your addition, with respect to the postbit. Do you have any idea why my tables are screwed up in the "add quote" section?
You can see it in action at http://x.russbo.com/vb/index.php rich |
#218
|
|||
|
|||
I'd try and help but maybe you could post a screenshot of your issue, since you have to register to get to see that on your site.
|
#219
|
||||
|
||||
I believe that this:
Quote:
Quote:
And, to keep the colors consistent, I make this: Quote:
This seems to work for me. |
#220
|
||||
|
||||
Has anyone tried to use this with 3.0.3?
|
#221
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|