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 |
#192
|
|||
|
|||
i have installed this and it only works on one of my styles
i have edited the templates....i have the welcome panel installed too. please help. |
#193
|
|||
|
|||
I need some help please..i sorted out my last post and all worked fine.
However i had some problems today on my forum and now it does not show at all. there is no option to turn it on in the admin panel options part. According to phpmyadmin all the tables are there.... please can anyone help me get it back... thanks |
#194
|
||||
|
||||
Is there any chance of modifying this so when you are authenticating quotes it shows them in a editable box? Maybe I'm just a perfectionist but I hate it when a quote has words spelled wrong or has double quotations.
|
#195
|
||||
|
||||
Hi, nice mod
Though, i'm having alittle trouble and i think it's with the phrases. I did all the edits and uploaded all the files but it's not displaying any text on the forum home page (http://eternal-realm.net/vb/ to see) and the option Moderate Quotes doesn't work. It's an empty slot and directs to an empty page. Any Idea's? thanks. |
#196
|
|||
|
|||
Quote:
|
#197
|
||||
|
||||
Try opening any phrases to edit it and then just save it. This worked for me when I had a few that wouldnt show.
|
#198
|
|||
|
|||
I needed Quotes added to my vBadvanced Moderation module and since I couldn't find it anywhere, I kinda hacked one together.
I'm not a coder..and don't really 'get' php too well...but it worked for me, so here ya go. |
#199
|
||||
|
||||
Excellent Hack! Installed
|
#200
|
||||
|
||||
Quick question, is there a way to give users points for Ushop with this? I am unsure as to what the code would be to add +1 to the uttpoints column in the user table.
Thanks again, -Jason |
#201
|
||||
|
||||
[QUOTE=Giveit2u43]vbindex integration..
in vbindex.php (or whatever you renamed it to) find: Code:
'vbindex_customblock_6' Code:
'vbindex_customblock_6', 'randomquote' Code:
// ## USERS IGNORE ## if (trim($bbuserinfo['ignorelist'])) { $ignorelist = 'AND thread.postuserid NOT IN ('.str_replace(' ', ',', $bbuserinfo['ignorelist']).')'; } Code:
$result_quote = $DB_site->query(" SELECT quotes.*,user.username AS quotename FROM quotes AS quotes LEFT JOIN ".TABLE_PREFIX."user AS user ON (user.userid = quotes.userid) ORDER BY rand() LIMIT 1 "); while ($quote = $DB_site->fetch_Array($result_quote)) { $randomquote[quoteid] = $quote[quoteid]; $randomquote Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|