vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   QuoteIt! Quote Management System v1.2 (https://vborg.vbsupport.ru/showthread.php?t=62470)

Dolamite 07-17-2004 11:56 PM

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...

weaver 07-28-2004 08:04 PM

Quote:

Originally Posted by PET
From my QuoteIt experience :

1. If you see no text, you need tu manualy re-enter the phrases.
2. If you upgrade from 3.0.0 to 3.0.1 and you see no QuoteIt, go to ADMIN CP > vB Options > Forum Home... > Dyspay Quote and set to YES.

If you don't have such an option you need to re-enter the setting to the database. Use this install file. It is the same install file only that i remove the CRATE TABLE QUOTE and THE PHRASES. You only need the SETTINGS thing.

Atleast, this is what i did and it worked. So, use my advices at your own risk :)

beautiful :) Thanks for taking the time to do that for the rest of us. :)

xTerMn8R 08-05-2004 05:32 PM

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...

Sanity 08-11-2004 07:50 PM

Hi there again. Could somebody hack an editfunction into the qoute.php? Would be pretty nice.

KW802 08-11-2004 07:59 PM

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

integra99 08-11-2004 08:26 PM

Quote:

Originally Posted by Sanity
I would like to have an edit function. Quite often we have spelling mistakes so i have to correct it by phpmyadmin o_O

Then it wouldn't be a quote :P

Sanity 08-11-2004 09:05 PM

Quote:

Originally Posted by integra99
Then it wouldn't be a quote :P

Nope, I have a forum about audiobooks - users quote certain scenes and spellingmistakes or the wrong usage of "author" (meant is the audiobook) should be corrected.

Reeve of shinra 08-11-2004 10:37 PM

Very handy hack, cant wait till the catagories are added as I plan to add different quotes in different forums. Thanks!

integra99 08-14-2004 09:34 AM

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]

integra99 08-14-2004 07:55 PM

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);

Add after
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);

Then find:
Code:

        $threadcount = $DB_site->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "moderation WHERE type='thread'");
And add after:
Code:

        $quotecount = $DB_site->query_first("SELECT count( * ) AS total FROM `quotes` WHERE approved =0");


All times are GMT. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01651 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete