![]() |
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. |
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. |
Quote:
|
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 |
Just edit the quote_randomquote template, that's the container for the random quote.
|
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.
|
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'"> |
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. |
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.
|
Quote:
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|