![]() |
Quote:
Also, I've noticed a couple of you have implemented this into your portals. Perhaps a few other people could benefit? If you'd like, you could post the modifications required here as per which portal (vbIndex, vBadvanced, etc..) and I could provide a link to them in the first thread. Or, you could release them in the Add-On section. I have an upgrade coming out soon, which will include the moderating of posts, list sorting and user options toggle. I've decided to release these now, as their pretty much completed rather than waiting for v2.0. Instead, v2.0 will have a few more configurations and user/admin-options and from the response so far, categories, lol. ;) DrkFusion, I like your idea of incorporating RSS feeds. That's a great idea. :D |
Quote:
|
v1.1 -> v1.2 UPGRADE INSTRUCTIONS
1. Download quoteit1.2.zip from the first post and uncompress it. 2. Upload quotes.php to your forum ROOT directory, overwriting the existing one. 3. Upload quoteadmin.php to your ADMINCP directory. 4. Run the following SQL queries: [SQL] INSERT INTO `setting` (`varname` , `grouptitle` , `value` , `defaultvalue` , `optioncode` , `displayorder` , `advanced` , `volatile` ) VALUES ( 'moderatequotes', 'forumhome', '0', '0', 'yesno', '6', '0', '1'); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'setting_moderatequotes_title', 'Disable Quote Moderation?', '5000'); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'setting_moderatequotes_desc', 'Selecting "No" will require all quotes to be approved before being displayed.', '5000' ); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'quote_x_has_been_approved', 'Quote ({1}) has been approved.', '9000' ); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'quote_x_has_been_deleted', 'Quote ({1}) has been deleted.', '9000' ); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'moderate_quotes', 'Moderate Quotes', '9' ); [/SQL] [SQL] INSERT INTO `phrase` ( `phraseid` , `languageid` , `varname` , `text` , `phrasetypeid` ) VALUES ( '', '0', 'no_quotes_awaiting_moderation', 'No Quotes awaiting moderation', '2' ); [/SQL] 5. Make the following FILE edits: 5a. In INDEX.PHP: Find: PHP Code:
PHP Code:
Find: PHP Code:
PHP Code:
You will now have a new option under the "Moderation" category in the AdminCP, titled "Moderate Quotes". Quote moderating can be toggled via vBulletin Options -> Forums Home Page Options -> Disable Quote Moderation? |
hey i get this error while trying to do an install
Code:
Parse error: parse error in /home/###/public_html/forum/admincp/install_quoteit.php on line 325 |
Quote:
|
vbindex integration..
in vbindex.php (or whatever you renamed it to) find: Code:
'vbindex_customblock_6' Code:
'vbindex_customblock_6', Code:
// ## USERS IGNORE ## Code:
$result_quote = $DB_site->query(" Code:
$showrandomquote Code:
$home[news] |
Nice one, Giveit!
Any ideas about the category option? |
Quote:
|
where i can place the query code in vbadvance homepage ?
I'm not sure iditing adv_index.php, can you help me ? |
Quote:
You'll need to fiddle with it, because like I said, I don't use vBadvanced. |
All times are GMT. The time now is 06:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|