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 |
#142
|
||||
|
||||
it seems i have the same problem as bitg... running 3.0.3 .... i however did a database dump before i installed it on my test board... so it's easy to go back... i'd like to get this thing working though...
|
#143
|
|||
|
|||
Quote:
|
#144
|
|||
|
|||
I'm having the exact same troubles as Bitg here and have gone over the install instructions several time checking all the edits... I've done everything correctly and still get a blank window with a couple ""'s at the top center and then on bottom left I have (||) and on the right bottom a - . I dont know what to do at this point I'm also running the 3.03 version of vb... Any help would be deeply appreciated as I know my users would really enjoy this as well. Thanks in advance ...
Peace... Termi... Update !!! Did the Phrase edit and save (any phrase no changes) and now it works fine... |
#145
|
|||
|
|||
Hi there again. Could somebody hack an editfunction into the qoute.php? Would be pretty nice.
|
#146
|
||||
|
||||
What would the installation instructions be for somebody who only wants to use it as a vBa CMPS module? Would it just be a matter of skipping steps #4a and #5 or .... ?
Thanks, Kevin |
#147
|
||||
|
||||
Quote:
|
#148
|
|||
|
|||
Quote:
|
#149
|
||||
|
||||
Very handy hack, cant wait till the catagories are added as I plan to add different quotes in different forums. Thanks!
|
#150
|
||||
|
||||
Two things Magnus. First, I modified your hack a bit It moderates all new quotes except if they are entered by an admin/mod. Also, it'd be nice to have the number of new quotes to me modded appear in the admincp quick stats. I have everything for that worked out, except my SQL is a bit rusty and can't put togather the right query.
Great hack [high]* integra99 clicked install a few days ago[/high] |
#151
|
||||
|
||||
Open admincp/index.php and find:
Code:
print_cells_row(array( $vbphrase['new_threads_today'], vb_number_format($newthreads['count']), $vbphrase['threads_awaiting_moderation'] . construct_link_code($vbphrase['view'], "../$modcpdir/moderate.php?$session[sessionurl]do=posts"), vb_number_format($threadcount['count']), ), 0, 0, -4, 'top', 1); Code:
print_cells_row(array( "", "", "Quotes Awaiting Moderation" . construct_link_code($vbphrase['view'], "http://www.kydsm.com/admincp/quoteadmin.php?do=moderate"), vb_number_format($quotecount['total']), ), 0, 0, -4, 'top', 1); Code:
$threadcount = $DB_site->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "moderation WHERE type='thread'"); Code:
$quotecount = $DB_site->query_first("SELECT count( * ) AS total FROM `quotes` WHERE approved =0"); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|