vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - QuoteIt! - Quote Database (https://vborg.vbsupport.ru/showthread.php?t=135297)

Cybertims 05-27-2007 07:17 PM

Any chance you could supply the SQL statements to install this, whenever I try to install it I get as far as this:

Importing Product, Please Wait...

[:]

And that is it.

I'm using 3.6.5 btw.

Cheers.

Cap'n Steve 05-30-2007 02:58 AM

Spookysalem - The quote_listbit template is used for each individual quote, the quote_randomquote template is the container for the random quote, and the quote_listquote template is the container for the main quotes page.

BrettMo - Yes, I'm not sure exactly how you set up the page like that, but the problem is that it isn't getting any of the stylesheets. You can find the HTML for those in the quote_listquote template and just copy that into the <head> element of the template you're using.

Cybertims - I can't really just give you some queries to run, since vBulletin does a lot of the work. If you try it a few times and it still doesn't work, you could try installing it on a test forum on your home computer and then making a backup of that. You could then backup your main forum, restore the test forum database on your main forum, and then restore just the data (not the table structure) from the main forum.

Spookysalem 05-30-2007 01:08 PM

Quote:

Originally Posted by Cap'n Steve (Post 1257330)
Spookysalem - The quote_listbit template is used for each individual quote, the quote_randomquote template is the container for the random quote, and the quote_listquote template is the container for the main quotes page.

Thanks. I am still having difficultly getting the sizing right:D

Chadi 06-03-2007 12:40 PM

How can I put quotes on the forumhome but without the header portion of the quoteit? I just want the text: quote and author only.

$showrandomquote will show that with the header design

Cap'n Steve 06-03-2007 11:45 PM

Just edit the quote_randomquote template, that's the container for the random quote.

Chadi 06-03-2007 11:48 PM

Yes, but I actually *do* want to keep the header for forumdisplay and main quoteit home page. I just wanted to remove the header specifically for forumhome only.

Cap'n Steve 06-04-2007 07:24 AM

Oh, well the main quoteit page uses quote_listquote so that won't be affected. To differentiate between random quotes you'll need a conditional in quote_randomquote, something like this:
HTML Code:

<if condition="THIS_SCRIPT == 'forumdisplay'">

(everything in the standard quote_randomquote template)

<else />

$quotelistbit

</if>

I'm not sure if forumdisplay is the right value to use though, you'll need to check forumdisplay.php (it should be right at the top).

Chadi 06-06-2007 01:34 AM

This mod has a problem that needs to be fixed, hopefully will be.

Parse error: syntax error, unexpected T_STRING in /home/user/public_html/tags/index.php(194) : eval()'d code on line 1

The kind support team at Zoints who created Zoints Tag module spent countless hours on my site trying to figure out why I kept getting the below errors oddly, on two different modules: Zoints Tags and vBISpy.

Their final find was this:

$headinclude =& $vbulletin->templatecache['headinclude'];

That is the line that is causing the problem, it is not the correct method of parsing a template to a variable.

I hope you can correct this. The errors went away after disabling the "parse_templates" in the quoteit plugin.

Cap'n Steve 06-07-2007 05:08 AM

That plugin is necessary if you want to have a random quote on every page. For the moment, it looks like you can't have that enabled along with the tags system.

Chadi 06-07-2007 11:32 PM

Quote:

Originally Posted by Cap'n Steve (Post 1262962)
That plugin is necessary if you want to have a random quote on every page. For the moment, it looks like you can't have that enabled along with the tags system.

Can there be a workaround?


All times are GMT. The time now is 07:24 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
  • Page Generation 0.01651 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_html_printable
  • (2)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