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)

deb0 02-02-2005 06:02 PM

How does it run on VB306?

ncangler 02-03-2005 12:39 AM

Hi. I appreciate your help on this forum. I'm trying to install the QuoteIt hack on my forum running 3.0.6 and all I'm seeing is a blank bar with a couple of quotation marks and some other symbols. (I attached an image below). I haven't input a quote yet cause I don't see anyplace to do that. CtrlAltDel mentioned on the forum running a Query (below). I'm a newbie to much of this. Could you please tell me where and how to run a query? I really hope I can get this working. Thanks!

Quote:

Originally Posted by CtrlAltDel
I figured it out.

For some reason the VB 3.0.5/6 upgrade somewhere along the line kills the 'Forum Home Page Settings' database table...or at least nukes the entry needed for the quotes thing. So basically, nothing is broken, but its just like you check the 'off' button for the quotes.

You need to rerun this query.
Code:

INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('showquote', 'forumhome', '0', '0', 'yesno', 5, 0, 1);
and this one

Code:

INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('moderatequotes', 'forumhome', '0', '0', 'yesno', 6, 0, 1)
If your table has a prefix, put that on there.

Then go into your home page options and re-enable the settings.

Everything should be back to normal now.


Wifey 02-03-2005 12:49 AM

Quick question - I have this hack working perfectly and I LOVE it, so thanks first off. Now, I was wondering if there is any way to keep a certain usergroup from adding quotes besides guests?

Thanks!

CtrlAltDel 02-03-2005 03:21 AM

Quote:

Originally Posted by deb0
How does it run on VB306?

works great on 3.0.6, follow the fix in my sig to get it up and running, along with refreshing your phrases.

CtrlAltDel 02-03-2005 03:24 AM

Quote:

Originally Posted by ashkarita
Quick question - I have this hack working perfectly and I LOVE it, so thanks first off. Now, I was wondering if there is any way to keep a certain usergroup from adding quotes besides guests?

Thanks!

it would be easy enough, you just need to change the code found in lines ~58-65 of quotes.php to an if condition that matched whom you wanted to be able to post quotes.

or you can add additional if statements there, testing for invalid usergroup ids..not too bad to put together.

Borgs8472 02-08-2005 06:59 PM

Hi everyone.

I was trying to trim the quote bar to remove the 'random quote' bit, when I collapsed the table and lost the random quote alltogether.

I tried reinstalling the templates, but now I keep getting:
Quote:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_STRING, expecting ']' in /usr/local/psa/home/vhosts/wordforge.net/httpdocs/forum/includes/adminfunctions_template.php(3037) : eval()'d code on line 18

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

when I save the randomquote template!

The quote will not show up whatever I've tried. :(

Suggestions?

kizzmet 02-08-2005 11:04 PM

Quote:

Originally Posted by CtrlAltDel
I figured it out.

For some reason the VB 3.0.5/6 upgrade somewhere along the line kills the 'Forum Home Page Settings' database table...or at least nukes the entry needed for the quotes thing. So basically, nothing is broken, but its just like you check the 'off' button for the quotes.

You need to rerun this query.
Code:

INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('showquote', 'forumhome', '0', '0', 'yesno', 5, 0, 1);
and this one

Code:

INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('moderatequotes', 'forumhome', '0', '0', 'yesno', 6, 0, 1)
If your table has a prefix, put that on there.

Then go into your home page options and re-enable the settings.

Everything should be back to normal now.


Thank you Meester life saver!

kizzmet 02-09-2005 03:21 PM

Is there a way to get it to show only on the CMPS page and not the forum index page?

Using VB 3.0.6

KW802 02-09-2005 04:08 PM

Quote:

Originally Posted by kizzmet
Is there a way to get it to show only on the CMPS page and not the forum index page?

Using VB 3.0.6

Did you search the thread for "CMPS"? ;)

https://vborg.vbsupport.ru/showpost.php?p=543545

CtrlAltDel 02-09-2005 09:57 PM

Quote:

Originally Posted by Borgs8472
Hi everyone.

I was trying to trim the quote bar to remove the 'random quote' bit, when I collapsed the table and lost the random quote alltogether.

I tried reinstalling the templates, but now I keep getting:



when I save the randomquote template!

The quote will not show up whatever I've tried. :(

Suggestions?

that error usually comes out when there is a syntax error in the file that gets named there
check for missing braces and semi-colons


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.02098 seconds
  • Memory Usage 1,750KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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